Tiny Core Extensions > TCE Q&A Forum

how can i use lldpctl and lldpd and lldpcli command in tincore version14

<< < (5/8) > >>

yimding:
@Rich
when i test in ubuntu20.04 in my dell660 server
i move ice.pkg to other dir, and reload ice driver, i can not get neighbor info by lldpctl
then i move ice.pkg to right dir, and reload ice driver, i can get neighbor info by lldpctl

This means that whether the DDP package is loaded normally does have an impact on LLDP. However, I've resolved the issue of abnormal loading of the DDP package in TinyCore, but I still can't obtain the information of neighbor devices.

Rich:
Hi yimding
From what I've read, lldpctl is obsolete and kept for backward compatibility.
lldpcli is the preferred command:

--- Code: ---lldpcli show neighbors
--- End code ---

I also saw something about NAT causing neighbors not to show up, and
that bridging needed to be used. You might have to google that one, I'm
not familiar with that technique.

yimding:
@Rich
I sincerely appreciate your detailed and useful reply.

yimding:
Hi Rich
i want compile the latest ice driver, and i want to know how to compile in tinycore 14, could you give some document about  this

now i have install compiletc gcc and make

i copy ice source code in os,and cd to src, then i exec make

--- Code: ---cd src/
tc@box:~/ice-1.16.3/src$ make
make: /bin/bash: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
make: -c: No such file or directory
common.mk:71: *** Kernel header files not in any of the expected locations.
common.mk:72: *** Install the appropriate kernel development package, e.g.
common.mk:73: *** kernel-devel, for building kernel modules and try again.  Stop
--- End code ---

Juanito:
You need to load the compiletc extension.

It also looks like the bash extension is needed.

You can search the forum on how to prepare the tinycore kernel source.

See also the extension making section of the wiki.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version