Has anyone figured out how to get bluetooth working on a Macbook Pro 6,2 under Ubuntu 10.10?
Asked
Active
Viewed 3,250 times
3
-
1In 12.04, Bluetooth works out of the box. – Mike May 08 '12 at 19:20
1 Answers
3
You can get bluetooth support by install the btusb-dkms module from the Mactel PPA:
To add the PPA:
sudo add-apt-repository ppa:mactel-support && sudo apt-get update
Install:
sudo apt-get install btusb-dkms
- Bug report
- Instructions for how to use PPAs: What are PPAs and how do I use them?