我将一个USB转串口驱动端口连接到我的系统,并且在我需要去的地方中途停下来。 当它插在dmesg表示:
<6>usb 2-1: new full speed USB device using sl811-hcd and address 4 <6>usb 2-1: configuration #1 chosen from 1 choice
和lsusb
Bus 2 Device 4: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port Bus 2 Device 1: ID 0000:0000 Bus 1 Device 1: ID 0000:0000
我在开发中得到了一系列usbdev2.4 ( usbdev2.4 , usbdev2.4_ep00等)设备,但没有ttyUSB0或任何可以用minicom打开的设备。
如何让系统创build/dev设备?
谢谢
戴夫
<6>usb 2-1: new full speed USB device using sl811-hcd and address 4 <6>usb 2-1: configuration #1 chosen from 1 choice
上面的消息只是说明你的内核已经加载了基本的USB支持。
我猜你没有加载usb-serial内核模块。 什么lsmod | grep serial lsmod | grep serial返回?
你使用什么分布? 内核是与发行版捆绑在一起的内核还是你自己编译的?