Tiny Core Extensions > TCE Q&A Forum
how can i use lldpctl and lldpd and lldpcli command in tincore version14
Juanito:
Thanks Rich - I've rebooted since then and it takes 2h+ to prepare the kernel source on my ancient laptop, so I'll wait to see how @yimding gets on with the tc-14.x kernel source...
Rich:
Hi Juanito
--- Quote from: Juanito on February 20, 2025, 10:00:56 AM --- ... the tc-14.x kernel source...
--- End quote ---
Ah, I had checked the TC16 (6.12) source. I just checked the TC14 (6.1.2) source
and the same holds true for it.
Juanito:
I guess if it's changed here things should work:
--- Code: ---grep -r no_llseek /usr/src/ice-1.16.3
/usr/src/ice-1.16.3/src/kcompat_gnss.c: .llseek = no_llseek,
--- End code ---
Rich:
Hi Juanito
Yes, changing that no_llseek to noop_llseek should fix that issue.
yimding:
Hi Rich
Hi i had compiled the ice driver, and i get a ice.ko file, but i can not use it, how can i do?
--- Code: ---tc@box:/lib/modules/6.1.2-tinycore64/kernel/drivers/net/ethernet/intel/ice$ ls
ice.ko
tc@box:/lib/modules/6.1.2-tinycore64/kernel/drivers/net/ethernet/intel/ice$ sudo modprobe ice
modprobe: can't load module ice (kernel/drivers/net/ethernet/intel/ice/ice.ko.gz): No such file or directory
tc@box:/lib/modules/6.1.2-tinycore64/kernel/drivers/net/ethernet/intel/ice$
sudo gzip ice.ko
tc@box:/lib/modules/6.1.2-tinycore64/kernel/drivers/net/ethernet/intel/ice$ ls
ice.ko.gz
tc@box:/lib/modules/6.1.2-tinycore64/kernel/drivers/net/ethernet/intel/ice$ sudo modprobe ice
modprobe: can't load module ice (kernel/drivers/net/ethernet/intel/ice/ice.ko.gz): invalid module format
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version