add to a /usr/local/sbin/post-boot
insmod usbserial
insmod pl2303
and save:
flashfs save && flashfs commit && flashfs enable && reboot
Can somebady help me install step by step usb>serial adapter (chipset pl 2303). I've got asus wl-500gp v1 oleg 1.9.2.7-d-r1825. If I put command:
insmod usbserial
insmod pl2303
In log is:
kernel: usbserial.c: USB Serial support registered for Generic
kernel: usbserial.c: USB Serial Driver core v1.4
kernel: usbserial.c: USB Serial support registered for PL-2303
kernel: usbserial.c: PL-2303 converter detected
kernel: usbserial.c: PL-2303 converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
kernel: pl2303.c: Prolific PL2303 USB to serial adaptor driver
And everything works fine, but after reboot I've got:
kernel: hub.c: new USB device 01:03.0-2, assigned address 2
kernel: usb.c: USB device 2 (vend/prod 0x67b/0x2303) is not claimed by any active driver.
Should I make any insmod script or something? Can you tell how , but please step by step becouse i am new unix user.
Sorry for my english.
Last edited by jajen; 19-10-2010 at 07:08.
add to a /usr/local/sbin/post-boot
insmod usbserial
insmod pl2303
and save:
flashfs save && flashfs commit && flashfs enable && reboot
It works!
Thank you b1426738 very very much!![]()