I'm on 13.10 64 bit and it worked for me. I packaged it into an installable dkms and attached it. Maybe this will help...
If you've never built a kernel or kernel module before: sudo apt-get build-dep linux-image-$(uname -r) Then download attachment and run: mv rtbth-3.9.3.dkms.tar.gz /usr/src cd /usr/src sudo tar -zxvf rtbth-3.9.3.dkms.tar.gz sudo dkms install -m rtbth -v 3.9.3 sudo modprobe rtbth To remove: sudo dkms remove rtbth/3.9.3 --all ** Attachment added: "rtbth-3.9.3.dkms.tar.gz" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189721/+attachment/3889276/+files/rtbth-3.9.3.dkms.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1189721 Title: Ralink RT3290 needs bluetooth driver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189721/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
