IM using jetson orin nano with 5.15.136-tegra version and trying to use sbus to usb converter which need CH340 driver in order to work not showing up on ls /dev/tty* . so i try to install ch340 driver manually. i had to force install it but i got no luck. Can anyone help me with this? i can see the device on “lsusb”
please share what error you got there when enable this driver by yourself.
i got no errors
$ ./installCH341.sh
The Kernel version does not match the Module Version
Kernel Version: 5.15.136-tegra
Module Version: 4.4.38-tegra
Would you still like to install the module? [Y/n] y
You may have to force the module to be inserted, i.e.
$ sudo modprobe -f cp210x
[sudo] password for idea8:
‘ch341.ko’ → ‘/lib/modules/5.15.136-tegra/kernel/drivers/usb/serial/ch341.ko’
Installed ch341 Module
but the device is not showing up
I don’t know what you are doing. Obviously you are installing a driver from a very old kernel to newer kernel. Of course it will fail.
Maybe you should start from learning how to build kernel first.
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/Kernel/KernelCustomization.html
And it looks like you filed the topic in wrong from too. This is Jetson Orin nano issue but you filed in Jetson Nano forum. They are totally different.
Let me move this to correct one.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.