3

Has anyone figured out how to get bluetooth working on a Macbook Pro 6,2 under Ubuntu 10.10?

Mike
  • 707

1 Answers1

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
Mike
  • 707