|
详细信息请看下面:- [root@206studio driver]# dmesg | tail
- usb 4-1: device descriptor read/64, error -71
- usb 4-1: device descriptor read/64, error -71
- usb 4-1: new full speed USB device using uhci_hcd and address 13
- usb 4-1: device not accepting address 13, error -71
- usb 4-1: new full speed USB device using uhci_hcd and address 14
- usb 4-1: device not accepting address 14, error -71
- usb 4-2: new full speed USB device using uhci_hcd and address 15
- usb 4-2: configuration #1 chosen from 1 choice
- pl2303 4-2:1.0: pl2303 converter detected
- usb 4-2: pl2303 converter now attached to ttyUSB0
- [root@206studio driver]# pwd
- /proc/tty/driver
- [root@206studio driver]# ls
- serial usbserial
- [root@206studio driver]# cat usbserial
- usbserinfo:1.0 driver:2.0
- 0: module:pl2303 name:"pl2303" vendor:067b product:2303 num_ports:1 port:1 path:usb-0000:00:10.2-2
- [root@206studio driver]# ls /dev/ttyUSB*
- ls: /dev/ttyUSB*: 没有那个文件或目录
- [root@206studio driver]#
复制代码 接下去该怎么办? |
|