我的1TBUSB3.0早期在Ubuntu和Windows中运行良好。但最近Ubuntu根本没有发现这种情况。它在Windows中仍然运行良好。我确实更新了我的Ubuntu到12.10,但我不确定这是否导致了这个问题。
当我连接我的HDD并运行dmesg \tail时:
[ 47.804676] usb 4-3: >Device not responding to set address.
[ 48.008575] usb 4-3: >Device not responding to set address.
[ 48.212421] usb 4-3: >device not accepting address 9, error -71
[ 48.324451] usb 4-3: >Device not responding to set address.
[ 48.528340] usb 4-3: >Device not responding to set address.
[ 48.732165] usb 4-3: >device not accepting address 10, error -71
[ 48.844138] usb 4-3: >Device not responding to set address.
[ 49.048179] usb 4-3: >Device not responding to set address.
[ 49.251881] usb 4-3: >device not accepting address 11, error -71
[ 49.251907] hub 4-0:1.0: >unable to enumerate USB device on port 3
sudo -l的输出是:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00030cde
Device Boot Start End Blocks Id System
/dev/sda1 2048 1332981759 666489856 83 Linux
/dev/sda2 1332981760 1953523711 310270976 5 Extended
/dev/sda5 1332983808 1349365759 8190976 82 Linux swap / Solaris
/dev/sda6 1349367808 1953523711 302077952 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a2519
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 103368703 51683328 7 HPFS/NTFS/exFAT
/dev/sdb2 103368704 154568703 25600000 83 Linux
/dev/sdb3 154568704 234440703 39936000 7 HPFS/NTFS/exFAT
/dev/sda和/dev/sdb是我的两个内部HDD。但是外部的一个应该是/dev/sdc,虽然它是连接的,并且HDD上的LED是发光的,但是它甚至没有显示出来。
有人建议将blacklist uas
添加到/etc/modprobe.d/blacklist.conf
中。也试过了。但还是不起作用。有人能帮帮我吗。
发布于 2012-10-30 06:20:46
我不确定这是否能解决你的问题,但值得一试:
连接您的设备
把usb电缆从电脑端拉出来一点..(就一点点)等几分钟.
如果它开始工作,那么你可以适当地把usb电缆推回去。
我也面临着类似的问题。
如果不起作用,那就对不起..。:(
发布于 2012-11-16 01:22:35
我有一个类似的情况,我正在使用华硕笔记本电脑N53SV。我的便携式驱动器是1TB超越StoreJet 25H3PUSB3.0。它无法在位于左侧的USB3.0端口中检测到,但在左侧端口(USB2.0)上被检测到。我在网络中的某个地方读到,关闭笔记本电脑,然后在USB3.0端口上插入1TBUSB3.0,然后打开笔记本电脑。这不是我所拥有的最伟大的解决方案,但它是有效的。我在3.2.0-32-通用#51-Ubuntu 9月26日21:33:09 UTC 2012 x86_64 GNU/Linux上
https://askubuntu.com/questions/209478
复制相似问题