liu553492885 发表于 2014-05-22 15:42

Maybe the USB cable is bad

我现在出现这样的问题,板子开机的时候miniUSB口通otg线连接电脑,鼠标接到标准USB2.0接口开机的话,鼠标没法使用,log如下:
05-22 11:38:55[   12.892205@0] hub 2-1:1.0: Cannot enable port 1.Maybe the USB cable is bad?
05-22 11:38:56[   13.102391@0] Mali<2>: Session starting
05-22 11:38:56[   13.194305@0] init: starting 'bootanim'
05-22 11:38:56[   13.202407@1] init: 'bootanim' (pid: 3412) started
05-22 11:38:56[   13.344668@0] Mali<2>: Session starting
05-22 11:38:57[   14.271610@1] nftl creat stucture completely free blk: 45 erased blk: 797
05-22 11:38:58[   15.892130@1] hub 2-1:1.0: Cannot enable port 1.Maybe the USB cable is bad?
05-22 11:39:01[   18.892035@1] hub 2-1:1.0: Cannot enable port 1.Maybe the USB cable is bad?
但是假如板子开机的时候的miniUSB口没有通过otg线连接电脑的话,鼠标是可以正常使用的,log如下:
[   43.282633@0] usb 2-1.1: new low speed USB device number 4 using dwc_otg

我查到出现Maybe the USB cable is bad 这条错误信息是在 driver\usb\core\hub.c 中
static int hub_port_reset(struct usb_hub *hub, int port1,struct usb_device *udev, unsigned int delay)


求大神指点,有什么办法解决这个问题
页: [1]
查看完整版本: Maybe the USB cable is bad