-
I use a usb-to-485 needs pl2303 driver. It works as expected before installing rt kernel. I also tried to use It seems the pl2303 driver not work after installing the rtkernel. Is there any solutions for this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
pl2303 driver is a kernel module that is not loaded by default. Your modprobe command should have loaded it though. Try adding the line "pl2303" at the end of /etc/modules, and rebooting. That should load it automatically on boot. Then you should see it working under /sys/bus/usb-serial/ This is not likely rt related. But to be sure, you can also try the llat kernel posted in releases. I think it can work better with USB devices anyway. |
Beta Was this translation helpful? Give feedback.
-
@kdoren Thanks for your answer. BTW, can I use the 5.15.32-rt39 to replace the default kernel 5.15.xx or 5.10.xx, the xx is not 32. |
Beta Was this translation helpful? Give feedback.
-
@kdoren Thank you. I tried both the latest rt and lt, it will show a message at the right top of the desktop says 'no kernelname/cmdline.txt'. |
Beta Was this translation helpful? Give feedback.
pl2303 driver is a kernel module that is not loaded by default.
Your modprobe command should have loaded it though.
Try adding the line "pl2303" at the end of /etc/modules, and rebooting. That should load it automatically on boot.
Then you should see it working under /sys/bus/usb-serial/
This is not likely rt related. But to be sure, you can also try the llat kernel posted in releases. I think it can work better with USB devices anyway.