Closed bibibi-Matrix closed 2 months ago
@bibibi-Matrix can you post the output of these two commands?
lsusb -cui
lsmod | grep serial
@bibibi-Matrix can you post the output of these two commands?
lsusb -cui
lsmod | grep serial
lsusb -cui |__usb3 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (ehci_hcd 0000:00:16.2) hub |__3-2 f400:f400:1075 00 2.10 480MBit/s 200mA 1IF (Jetflash Mass Storage Device 1674976972) 3-2:1.0 (IF) 08:06:50 2EPs () usb-storage host10 (synoboot)
lsmod | grep serial usbserial 22278 5 ch341,cp210x,ti_usb_3410_5052,pl2303,ftdi_sio
Good morning. It feels like he doesn't see USB, but he turned on a USB flash drive in this port and it's working. PL2303 turned on the computer and it is also detected.
It should show up in the output of lsusb
, even if there's no driver for it, so it seems to be a hardware issue (perhaps with the cable, sometimes it helps using a USB extension cable in between the NAS and your device).
root@NAS-Matrix:/dev# lsusb -cui |usb1 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (ehci_hcd 0000:00:12.2) hub |1-5 0bda:5411:0117 09 2.10 480MBit/s 0mA 1IF (Generic 4-Port USB 2.0 Hub ffffffd6ffffffa3ffffffebffffffcb) hub |1-5.1 0bda:5411:0117 09 2.10 480MBit/s 0mA 1IF (Generic 4-Port USB 2.0 Hub ffffffd6ffffffa3ffffffebffffffc0) hub |1-5.1.1 067b:23a3:0605 00 2.00 12MBit/s 100mA 1IF (Prolific Technology Inc. USB-Serial Controller CSAPb11BS14) 1-5.1.1:1.0 (IF) ff:00:00 3EPs () |usb3 1d6b:0002:0404 09 2.00 480MBit/s 0mA 1IF (ehci_hcd 0000:00:16.2) hub |3-2 f400:f400:0100 00 2.00 480MBit/s 100mA 1IF (General UDisk Љ) 3-2:1.0 (IF) 08:06:50 2EPs () usb-storage host10 (synoboot)
usbserial 22278 4 ch341,pl2303
pl2303: version magic '4.4.180+ SMP mod_unload ' should be '4.4.302+ SMP mod_unload '
Synolory r1000 pl2303-hxn.ko
[87598.812628] pl2303 1-5.1.1:1.0: pl2303 converter detected
In hex, I changed the VID and PID and, as you can see, it causes an error, but /dev/ttyusb1 created
[87855.173064] usbcore: registered new interface driver pl2303 [87855.178678] usbserial: USB Serial support registered for pl2303 [88042.812241] usbcore: registered new interface driver ftdi_sio [88042.818056] usbserial: USB Serial support registered for FTDI USB Serial Device [88042.827710] usbcore: registered new interface driver cp210x [88042.833336] usbserial: USB Serial support registered for cp210x [88042.842671] usbcore: registered new interface driver ti_usb_3410_5052 [88042.849166] usbserial: USB Serial support registered for TI USB 3410 1 port adapter [88042.856838] usbserial: USB Serial support registered for TI USB 5052 2 port adapter [88233.945958] usb 1-5.1.1: USB disconnect, device number 16 [88238.207143] usb 1-5.1.1: new full-speed USB device number 17 using ehci-pci [88238.311282] Got empty serial number. Generate serial number from product. [88238.318581] ch341 1-5.1.1:1.0: ch341-uart converter detected [88238.326625] usb 1-5.1.1: ch341-uart converter now attached to ttyUSB1
This is a native USB RS232 in the UPS it works, but I do not understand how to configure nut
It looks like it uses the CH341 driver, not the PL2303 driver 😊
[88238.318581] ch341 1-5.1.1:1.0: ch341-uart converter detected
[88238.326625] usb 1-5.1.1: ch341-uart converter now attached to ttyUSB1
I don't know how to configure Nut either, that's a bit beyond the scope of this repository.
Because the UPS has ch340 and it started working, but pl2303 apparently needs to be rebuilt by adding vid and pid, but I do not know how to rebuild the module, in theory it is necessary to source the kernel and configs.
If the UPS has a CH340, why are you trying to get the PL2303 to work? Or do you need it for another device?
And here everything is simple, the ch340 did not work for me right away and was not determined. I bought a pl2303 and it is also not determined, I have xpenology. And then I found out yesterday that the webcam is also not detected, but the flash drives work. Well, I plugged in the extension cord and nothing changed, and then I plugged in the USB hub and, lo and behold, everything was determined.
Good! I'll close this issue then 😊
Good evening. Please help, I can't connect the CH340 or PL2303GS UPS to my device - VID PID 067B 23A3. The device is DS1823xs+ - V1000 Synology DSM 7.2.1-69057 Update 5. Nothing helps and lsusb does not show pl2303. What can I saddle up? Thanks for your help