Plan B update
It’s taken several days of recmpiling atc. but I now seem to have a Gentoo installation on my MiniITX system, and I’ve rushed through the Gentoo bluietooth guide to see if I’m back where I was previously, but , alas, there seems to be a problem when I try to start bluetooth:
bluez ~ # /etc/init.d/bluetooth start
* Starting Bluetooth …
* Starting hcid … [ ok ]
* Starting sdpd … [ !! ]
* Starting rfcomm …
Can’t open RFCOMM control socket: Protocol not supported [ ok ]
bluez ~ #









Hi,
Found this googling for a solution to this problem… if it’s still bugging you:
CONFIG_BT_L2CAP=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_HIDP=m
and the appropriate modprobe commands fixed it for me :D.
Comment by James Freedman — December 12, 2006 @ 2:35 am