CH341SER
CH341SER copied to clipboard
CH341SER driver with fixed bug
``` ➜ CH341SER git:(master) ✗ make make -C /lib/modules/5.15.0-53-generic/build M=/home/zero/tmp/ch340/CH341SER make[1]: Entering directory '/usr/src/linux-headers-5.15.0-53-generic' CC [M] /home/zero/tmp/ch340/CH341SER/ch34x.o /home/zero/tmp/ch340/CH341SER/ch34x.c:1300:20: error: initialization of ‘unsigned int (*)(struct tty_struct *)’ from incompatible pointer type...
Hello I have tested it on Ubuntu 18.04.5 LTS and it works fine. I highly suggest that you would mention your correction to the original chinese developer and that this...
sudo dmesg | grep ch34x gitves the following : ``` [ 199.366031] usbcore: registered new interface driver ch34x [ 199.366047] usbserial: USB Serial support registered for ch34x ``` I foloowed...
Hey, thanks for the driver, it works great. The only thing that worries me a bit is the fact that when it's loaded it always results in a warning/error/trace after...
``` make sudo make load ``` then reboot, still can't find ttyUSB. sudo dmesg | grep ch34x still show the disconnect msg: ``` 284.973396] ch34x 3-4.2:1.0: ch34x converter detected [...
Compilation ok. loading (insmod) ok. But when you access the /dev/zzyUSB0 device the task hangs. CTRL-C does not cancel the task. Reboot only. ``` # uname -a Linux Server 4.19.0-14-amd64...
root@raspberrypi:/home/pi/Downloads/CH341SER# make make -C /lib/modules/5.4.51-v8+/build M=/home/pi/Downloads/CH341SER make[1]: Entering directory '/root/linux-f2f7e4b23d8788e96f81a7522b2f703e51c53e70' Building modules, stage 2. MODPOST 1 modules ERROR: "_mcount" [/home/pi/Downloads/CH341SER/ch34x.ko] undefined! make[2]: *** [scripts/Makefile.modpost:94: __modpost] Error 1 make[1]: *** [Makefile:1622:...
Getting the following error when trying to make both the master and Ubuntu branches make[1]: Entering directory '/usr/src/linux-headers-6.5.6-76060506-generic' make[2]: *** No rule to make target 'Projects/CH341SER'. Stop. make[1]: *** [Makefile:234:...
root@BytePrisoner-HLYL-WXX9:/ufo/CH341SER# root@BytePrisoner-HLYL-WXX9:/ufo/CH341SER# uname -a Linux BytePrisoner-HLYL-WXX9 6.5.0-17-generic #17~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 16 14:32:32 UTC 2 x86_64 x86_64 x86_64 GNU/Linux root@BytePrisoner-HLYL-WXX9:/ufo/CH341SER# make make -C /lib/modules/6.5.0-17-generic/build M=/ufo/CH341SER make[1]: 进入目录“/usr/src/linux-headers-6.5.0-17-generic” warning: the...
This driver is too old, please refer to the new repo: https://github.com/WCHSoftGroup/ch341ser_linux
Please refer to the new repo: https://github.com/WCHSoftGroup/ch341ser_linux.