wl-500gp V2 & USB-Serial Adapter with pl2303 chip
Does anybody know, if the combination (USB-Serial adapter with pl2303HX chip connected to wl-500gp V2 flashed with fw 1.9.2.7-10) is working well?
I have tried with already plugged adapter
1. to execute commands:
insmod usbserial
insmod pl2303
syslog.log looks like:
Jun 15 23:01:55 kernel: usb.c: registered new driver serial
Jun 15 23:01:55 kernel: usbserial.c: USB Serial support registered for Generic
Jun 15 23:01:55 kernel: usbserial.c: USB Serial Driver core v1.4
Jun 15 23:02:00 kernel: usbserial.c: USB Serial support registered for PL-2303
Jun 15 23:02:00 kernel: pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.10.1
and /dev/usb/tts/0 doesn't exists :(
2. then replug adapter and then syslog.log looks like:
Jun 15 23:09:09 kernel: hub.c: new USB device 00:03.1-1.2, assigned address 7
Jun 15 23:09:09 kernel: usb.c: unable to get device descriptor (error=-32)
Jun 15 23:09:09 kernel: hub.c: new USB device 00:03.1-1.2, assigned address 8
Jun 15 23:09:09 kernel: usb.c: unable to get device descriptor (error=-32)
and /dev/usb/tts/0 still doesn't exists :(
What I'm doing wrong? Is the problem in pl2303 driver?