我最近在12.04之上双引导Ubuntu13.10,现在这两个发行版都无法识别USB设备。它承认我有USB端口,但是当我通过usb插入设备时,文件中没有显示任何东西。
EDIT: for dmesg | tail
[ 854.460876] raid6: sse2x2 747 MB/s
[ 854.528879] raid6: sse2x4 1087 MB/s
[ 854.528890] raid6: using algorithm sse2x4 (1087 MB/s)
[ 854.528898] raid6: using ssse3x2 recovery algorithm
[ 854.620728] bio: create slab <bio-1> at 1
[ 854.629208] Btrfs loaded
[ 1551.482251] systemd-hostnamed[13047]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 2523.892113] perf samples too long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 2591.888615] psmouse serio2: Touchpad at isa0060/serio2/input0 lost sync at byte 6
[ 2591.909739] psmouse serio2: Touchpad at isa0060/serio2/input0 - driver resynced.
For lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 064e:d251 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 002是我内置在上网本上的摄像头。我连接的任何设备都无法被lsusb识别。
发布于 2014-04-28 00:46:06
我也有过类似的问题。通过移除USB摄像头解决了这个问题。试着拔掉你的摄像头。几个月过去了,我不记得确切的细节了,但结果是内核升级破坏了对我使用的摄像头的支持。试图使用那个网络摄像头会给整个USB子系统带来问题。
https://askubuntu.com/questions/421075
复制相似问题