Dears,
I try to use a usb device but i don't achieve to have a /dev/ttyUSB0 where i supposed that access from this way...
I think it's due to the missing module usbserial.
Why i can't do this command ? modprobe usbserial
FATAL: Module usbserial not found.
find / -name "*usbser*" -print
/lib/modules/3.1.10-3-ARCH/kernel/drivers/usb/serial/usbserial.ko.gz
uname -a
Linux zigomatic 2.6.31.6_SMP_820 #100 SMP Sun May 29 04:53:45 EDT 2011 armv6l ARMv6-compatible processor rev 5 (v6l) Oxsemi NAS GNU/Linux
This is the device under lsusb
Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
dmesg:
[ 3.390000] usb 1-1.2: new full speed USB device using oxnas-ehci and address 4
[ 3.500000] usb 1-1.2: New USB device found, idVendor=067b, idProduct=2303
[ 3.500000] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.510000] usb 1-1.2: Product: USB-Serial Controller
[ 3.520000] usb 1-1.2: Manufacturer: Prolific Technology Inc.
[ 3.520000] usb 1-1.2: configuration #1 chosen from 1 choice
Can someone help me on this ?
Thanks