阅读:2899回复:3
USB虚拟串口usbserial的问题
我的内核版本是2.6.29
我在内核下编译成功了usbserial.ko 在开发板上执行insmod usbserial.ko vendor=0x0ac8 product=0x3330 其中vid和pid都是我的USB设备VID和PID(这里随便用了一个摄像头来代替,之后可能会换成CDMA的模块)。 这时候我插入摄像头,开发板上提示: usb 2-1: reset high speed USB de2 usb 2-1.4: new high speed USB device using musb_hdrc and address 3 usb 2-1.4: device v0ac8 p3330 is not supported usb 2-1.4: configuration #1 chosen from 1 choice usbserial_generic 2-1.4:1.0: Generic device with no bulk out, not allowed. usbserial_generic: probe of 2-1.4:1.0 failed with error -5 usbserial_generic 2-1.4:1.1: Generic device with no bulk out, not allowed. usbserial_generic: probe of 2-1.4:1.1 failed with error -5 是不是摄像头的问题? 谢谢了~ |
|
沙发#
发布于:2010-04-12 20:52
补充一下我执行insmod usbserial.ko vendor=0x0ac8 product=0x3330后,输出:
usbcore: registered new interface driver usbserial USB Serial support registered for generic usbcore: registered new interface driver usbserial_generic usbserial: USB Serial Driver core 不知道是不是正常的~ |
|
板凳#
发布于:2010-04-12 21:07
对了
mknod /dev/ttyUSB0 c 188 0 这个我也做了~~~ |
|
地板#
发布于:2010-04-13 21:32
不好意思,按照上面的操作,我使用CDMA模块就可以成功了。。。。
|
|