I've been running Ubuntu 13.10 on my ThinkPad X1 Carbon for 6 months. A couple of months ago the camera spontaneously stopped working; I'm not sure what the trigger was, but it could have been an update.
Now I see that the Bluetooth is not working either. Neither of the devices seem to be recognized (e.g. there is no /dev/vid*
).
Output of lsusb
:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0eef:790a D-WAV Scientific Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The devices work fine in both Windows 8 and the Live USB that I used for the original 13.10 install. Here's the output of lsusb
from the Live USB version:
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 0eef:790a D-WAV Scientific Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0951:1666 Kingston Technology
Bus 001 Device 004: ID 147e:2020 Upek
Bus 001 Device 005: ID 0a5c:21e6 Broadcom Corp.
Bus 001 Device 006: ID 5986:0266 Acer, Inc
As you can see, there are many more devices; I believe that the last three lines are the fingerprint reader, the Bluetooth adapter and the camera, respectively. Why do they not appear above? Could they be connected through the "Integrated Rate Matching Hub", which is also missing?
I upgraded to 14.04 beta today hoping that a bug might have been fixed, but the problem persists.
Edit: The Live USB I mentioned is running the kernel from linux-image-3.8.0-19-generic
. I just booted that kernel with the installed version of Ubuntu, but the same problem persists, so it's not obvious to me whether or not this is a kernel issue.