Search found 3 matches
- 01 Jun 2025, 07:22
- Forum: Developer Discussion Room
- Topic: [ KernelModules ] Kernel module USB drivers
- Replies: 70
- Views: 47583

Re: [ KernelModules ] Kernel module USB drivers
Try the latest version Now the cp210x.ko driver is available at boot, but usbserial.ko is not: May 31 23:50:49 TNAS systemd-udevd[844]: ctx=0x55b31b95d000 path=/lib/modules/6.1.120+/additional/usbserial.ko error=No such file or directory May 31 23:50:49 TNAS kernel: [ 50.675527] cp210x: Unknown sym...
- 28 May 2025, 17:48
- Forum: Developer Discussion Room
- Topic: [ KernelModules ] Kernel module USB drivers
- Replies: 70
- Views: 47583

Re: [ KernelModules ] Kernel module USB drivers
I was able to fix the above startup errors: During the App installation it is created the folder: /Volume2/@apps/KernelModules/sysroot/lib/modules/6.1.120+/addtional/ Note the typo, it is missing an 'i' in additional. Renaming the folder solves the first error. In the script /Volume2/@apps/KernelMod...
- 27 May 2025, 06:14
- Forum: Developer Discussion Room
- Topic: [ KernelModules ] Kernel module USB drivers
- Replies: 70
- Views: 47583

Re: [ KernelModules ] Kernel module USB drivers
Hi, I’ve found a problem in the /etc/init.d/KernelModules script provided by the KernelModules package for TOS6 (tested on an F4-424 Pro). The script contains errors that prevent drivers from loading automatically at system startup. In my case, the cp210x driver only loads if I run the following man...