Is there no cp210x driver usb to uart in slitaz?
cat /proc/bus/usb/devices
T: Bus=05 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=10c4 ProdID=ea60 Rev= 1.00
S: Manufacturer=Silicon Labs
S: Product=CP2102 USB to UART Bridge Controller
S: SerialNumber=0001
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms

Usb to uart bridge controller
(2 posts) (2 voices)-
Posted 12 years ago #
-
The kernel module is not enabled
# CONFIG_USB_SERIAL_CP210X is not set
recompile with
CONFIG_USB_SERIAL_CP210X = m
To recompile kernel find the complete procedure on forum, or read my experience on italian forum
http://forum.slitaz.org/topic/ftdi-adattatore-rs232-usb#post-1285Posted 12 years ago #
Reply
You must log in to post.