Unfortunately I _need_ to get my (supported) BlueTooth headset working. I do not want to switch to another distro to do this but I find no solution thus far.
I have looked on many forums, even the Gentoo Wiki, and I get no results. The Gentoo Wiki has instructions that are tailored it a default Gentoo install, Sabayon is far from a default Gentoo install.
This is what happens:
- Code: Select all
# hcitool dev
Devices:
hci0 00:11:67:24:13:7B
- Code: Select all
# hcitool scan
Scanning ...
00:13:17:17:D2:2C Motorola HS850
- Code: Select all
# l2ping 00:13:17:17:D2:2C
Can't connect: Permission denied
OR
- Code: Select all
# hcitool cc 00:13:17:17:D2:2C
Can't create connection: Input/output error
I tried installing btsco (which I dont think is needed at this point, but I figured I would try anyway) and this is the result: (top couple build errors from btsco-kernel)
- Code: Select all
* Preparing snd-bt-sco module
/var/tmp/portage/net-wireless/btsco-kernel-0.41/work/btsco-0.41/kernel/btsco.c:118: error: expected specifier-qualifier-list before ‘snd_card_t’
/var/tmp/portage/net-wireless/btsco-kernel-0.41/work/btsco-0.41/kernel/btsco.c:162: error: expected specifier-qualifier-list before ‘snd_pcm_substream_t’
/var/tmp/portage/net-wireless/btsco-kernel-0.41/work/btsco-0.41/kernel/btsco.c:165: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
So I am at a loss...I figure its not passing the passcode properly, but I have it set to the right code in the config file, and it never asks me for a code. Though even if that gets setup properly I still need btsco to compile to actually use it once I can ping it.
I am downloading a LiveCD of Kubuntu right now to see if it works in there, but I really dont want to use anything other than Sabayon.
