Linux Kernel 5.5 and above already includes built-in drivers for UC232A PL2303G new chip version.
If you's Linux kernel is v2.6.15 ~v5.4, please unzip the Linux diver under Linux OS, and update the PL2303G Linux driver in the following way.
1. terminal // open terminal AP. Refer to the S1.png 2. uname -r // find out the nearest Linux kernel version first. Refer to S2.png 3. make all // make new driver, if you have meet error message during make kernel driver, please send email to us. Refer to S3.png 4. sudo cp pl2303.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial // copy new driver to kernel. Refer to S4.png 5. sudo gedit /etc/modules // edit modules. Refer to S5.png 6. pl2303 // add pl2303, save, and close modules. Refer to S6.png 7. reboot // reboot OS. Refer to S7.png 8. remember to plug in new UC232A cable. |