harmon, according to the output of eix that you posted earlier, you have the following Bluetooth-related packages installed:
net-libs/libbluedevil-1.9
net-wireless/bluedevil-1.1-r2
net-wireless/bluez-4.93
net-wireless/bluez-firmware-1.2
net-wireless/bluez-hcidump-2.0
I have the following Bluetooth-related packages installed (I'm using KDE 4.6.2):
dev-python/pybluez-0.18
net-libs/libbluedevil-1.9
net-wireless/bluedevil-1.1-r1
net-wireless/bluez-4.87
net-wireless/bluez-firmware-1.2
net-wireless/bluez-hcidump-1.42
net-wireless/gnome-bluetooth-2.32.0
So why don't you try installing dev-python/pybluez and net-wireless/gnome-bluetooth to see what happens? I doubt very much that the absence of these is the cause of your problem, but anything is worth a shot.
By the way, as a general note, don't forget to use the command (as root user)
eix-update periodically in order to refresh the eix database so that it reports the latest status.
Also, what have you got configured in your kernel? Here is what I can find in the 2.6.37 kernel that I am using:
- Code: Select all
fitzcarraldo@meshedgedx ~ $ cat /usr/src/linux/.config | grep BLUE
CONFIG_BT_HCIBLUECARD=m
fitzcarraldo@meshedgedx ~ $ cat /usr/src/linux/.config | grep _BT_
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_CMTP=m
CONFIG_BT_HIDP=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
# CONFIG_AR600x_BT_QCOM is not set
# CONFIG_AR600x_BT_CSR is not set
CONFIG_AR600x_BT_AR3001=y
CONFIG_ATH6KL_CONFIG_GPIO_BT_RESET=y
CONFIG_AR600x_BT_RESET_PIN=22
CONFIG_TOSHIBA_BT_RFKILL=m
fitzcarraldo@meshedgedx ~ $ cat /usr/src/linux/.config | grep _HCI_
CONFIG_ATH6KL_HCI_BRIDGE=y
fitzcarraldo@meshedgedx ~ $