2

I am having problems enabling bluetooth since installing xUbuntu 14.04 on my Thinkpad X220, in 13.10 all was working fine.

When I installed 14.04 I did a fresh install rather than upgrade.

Running

/proc/acpi/ibm/bluetooth

returns no such file or directory, so I'm guessing that I don't have the appropriate IBM bluetooth drivers installed.

/proc/acpi/ibm/ only contains: beep, cmos, driver, fan, hotkey, led, light, video, volume

Where can I get these from?

Cheers Jim


Update:

It would appear that the Bluetooth daughter card is not being recognised at all, I have swapped the card over as I have 2 of them, but still no luck. As far as I am aware the Bluetooth daughter cards are USB based.

The output of 'lsusb' returns:

Bus 002 Device 003: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo Integrated Camera (0.3MP)
Bus 001 Device 003: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

4 Answers4

1

Have you tried ThinkWiki bluetooth setup guide? I got my ThinkPad bluetooth working thanks to this: http://www.thinkwiki.org/wiki/How_to_setup_Bluetooth

I am not sure if this works for you but its worth a shot.

cr0c
  • 277
  • What worked for me: sudo su; echo 1 > /sys/devices/platform/thinkpad_acpi/bluetooth_enable After a quick restart all was well again. – indivisible Oct 20 '14 at 16:46
1

Install Bluetooth drivers and necessary packages:

sudo apt-get install bluez bluez-alsa bluez-audio bluez-btsco bluez-compat bluez-cups bluez-dbg bluez-gstreamer bluez-hcidump bluez-pcmcia-support bluez-tools bluez-utils python-bluez bluewho indicator-bluetooth libbluetooth-dev  libgnome-bluetooth11 libbluetooth3 python-gobject python-dbus

Then try to connect via the application bluez.

0

I had the same problem, thinking that was the OS version, but no. It was hardware. So I just got a spare Bluetooth Daughter Card Module:

http://www.thinkwiki.org/wiki/Bluetooth_Daughter_Card_(14_pins)

You can get it from ebay:

http://www.ebay.de/itm/221620477847?euid=a27e255007324b408db9baeb6b627c08&cp=1

To install it, unscrew the screws at the base of the laptop with a keyboard icon, then, lift-up the keyboard, next remove the plastic cover where your wrist rest while typing, trackpad, etc included. Below lays the Bluetooth Daughter Card Module, nearby where the Thinkpad logo is. Replace it. Repair done.

https://support.lenovo.com/au/en/documents/pd100780

Here you can see some pictures of where the module it is actually installed in a X220 laptop:

http://www.myfixguide.com/manual/lenovo-thinkpad-x220-disassembly/#comment-3393

Matías
  • 145
0

(For other people with the same problem)

Sometimes, it's just because Bluetooth is disabled in the BIOS menu.

Restart your computer, enter the BIOS menu, look for something like "internal devices" or at least a list like this one :

  • Fingerprint [enabled]
  • WLAN [enabled]
  • Webcam [enabled]
  • USB [enabled]
  • ...
  • Bluetooth [disabled]

And change "disabled" to "enabled"

This is the first thing to check before messing your OS around.