Here is what I have got installed:
- Code: Select all
$ eix -I blue
[I] dev-python/pybluez
Available versions: 0.18 {examples}
Installed versions: 0.18(12:45:26 16/07/11)(-examples)
Homepage: http://code.google.com/p/pybluez/
Description: Python bindings for Bluez Bluetooth Stack
[I] net-libs/libbluedevil
Available versions: (4) 1.9 **9999[1]
{aqua debug kdeenablefinal}
Installed versions: 1.9(4)(12:43:26 16/05/11)(-aqua -debug -kdeenablefinal)
Homepage: http://projects.kde.org/projects/playground/libs/libbluedevil
Description: Qt wrapper for bluez used in the KDE bluetooth stack
[U] net-wireless/bluedevil
Available versions: (4) 1.1-r2 **9999[1]
{aqua debug kdeenablefinal linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_mai linguas_ms linguas_nb linguas_nds linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_th linguas_tr linguas_uk linguas_zh_TW}
Installed versions: 1.1-r1(4)(12:44:32 16/05/11)(-aqua -debug -kdeenablefinal -linguas_ca -linguas_ca@valencia -linguas_cs -linguas_da -linguas_de -linguas_el -linguas_en_GB -linguas_eo -linguas_es -linguas_et -linguas_eu -linguas_fi -linguas_fr -linguas_hu -linguas_it -linguas_ja -linguas_ko -linguas_lt -linguas_mai -linguas_ms -linguas_nb -linguas_nds -linguas_nl -linguas_pa -linguas_pl -linguas_pt -linguas_pt_BR -linguas_ro -linguas_ru -linguas_sk -linguas_sl -linguas_sv -linguas_th -linguas_tr -linguas_uk -linguas_zh_TW)
Homepage: http://projects.kde.org/projects/extragear/base/bluedevil
Description: Bluetooth stack for KDE
[U] net-wireless/bluez
Available versions: 4.87 4.93 (~)4.94 (~)4.95 (~)4.95-r1 {alsa attrib caps +consolekit cups debug gstreamer health maemo6 old-daemons pcmcia pnat test-programs usb}
Installed versions: 4.87(00:01:17 12/02/11)(alsa consolekit cups pcmcia usb -attrib -caps -debug -gstreamer -health -maemo6 -old-daemons -pnat -test-programs)
Homepage: http://www.bluez.org/
Description: Bluetooth Tools and System Daemons for Linux
[I] net-wireless/bluez-firmware
Available versions: *1.1 (~)1.2
Installed versions: 1.2(07:28:36 04/11/10)
Homepage: http://bluez.sourceforge.net/
Description: Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips.
[U] net-wireless/bluez-hcidump
Available versions: 1.42 (~)2.0
Installed versions: 1.42(07:30:12 04/11/10)
Homepage: http://bluez.sourceforge.net/
Description: Bluetooth HCI packet analyzer
[I] net-wireless/gnome-bluetooth
Available versions: (2) 2.32.0
{debug doc +introspection nautilus}
Installed versions: 2.32.0(2)(09:10:13 14/02/11)(-debug -doc -introspection -nautilus)
Homepage: http://live.gnome.org/GnomeBluetooth
Description: Fork of bluez-gnome focused on integration with GNOME
[1] "kde" /var/lib/layman/kde
Found 7 matches.
You don't need gnome-bluetooth if you're using KDE (I don't know why I have it installed, actually, as I'm not using GNOME myself. Looks like I installed it on 14 Feb. this year for some reason or other.) I doubt you need pybluez either, but you could try installing that to see what happens.
Here's what modules I have loaded:
- Code: Select all
$ lsmod | grep blue
bluetooth 45527 9 sco,bnep,rfcomm,l2cap,btusb
If I understand you correctly, you don't have any bluetooth module loaded? If that is the case, have you tried the following?:
- Code: Select all
# modprobe bluetooth
then check again with the lsmod command. If the module is loaded, then use the command:
- Code: Select all
/etc/init.d/bluetooth restart