Bluetooth doesn't show up Debian o.O - GNU/Linux

Users browsing this thread: 1 Guest(s)
CrossFold
Long time nixers
Here are some code outputs that might give the idea of whats happening.. Quite sure the problem is silly one but I am just not able to hit the hammer at the right place..

Code:
root@Phantom:~# hciconfig dev
Can't get device info: No such device

root@Phantom:~# hciconfig -a

root@Phantom:~# hciconfig hci0
Can't get device info: No such device

root@Phantom:~# hcitool scan
Device is not available: No such device


DMESG
Code:
root@Phantom:~# dmesg | grep Bluetooth
[   15.649526] Bluetooth: Core ver 2.15
[   15.649672] Bluetooth: HCI device and connection manager initialized
[   15.649680] Bluetooth: HCI socket layer initialized
[   15.689869] Bluetooth: L2CAP ver 2.14
[   15.689876] Bluetooth: L2CAP socket layer initialized
[   16.177287] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   16.177295] Bluetooth: BNEP filters: protocol multicast
[   16.359537] Bluetooth: SCO (Voice Link) ver 0.6
[   16.359545] Bluetooth: SCO socket layer initialized
[   42.058224] Bluetooth: RFCOMM TTY layer initialized
[   42.058237] Bluetooth: RFCOMM socket layer initialized
[   42.058242] Bluetooth: RFCOMM ver 1.11

Code:
root@Phantom:~# bluetoothd -d -n
bluetoothd[2113]: Bluetooth deamon 4.66
bluetoothd[2113]: src/main.c:parse_config() parsing main.conf
bluetoothd[2113]: src/main.c:parse_config() discovto=0
bluetoothd[2113]: src/main.c:parse_config() pairto=0
bluetoothd[2113]: src/main.c:parse_config() pageto=8192
bluetoothd[2113]: src/main.c:parse_config() name=%h-%d
bluetoothd[2113]: src/main.c:parse_config() class=0x000100
bluetoothd[2113]: src/main.c:parse_config() discov_interval=0
bluetoothd[2113]: src/main.c:parse_config() Key file does not have key 'DeviceID'

LSPCI detects a device as unassigned class ( i am unsure if thats my bt device at all)
Code:
root@Phantom:~# lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 04)
01:00.1 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5288 (rev 01)
02:00.0 Network controller: RaLink RT3090 Wireless 802.11n 1T/1R PCIe

LSMOD
Code:
rroot@Phantom:~# lsmod | grep tooth
bluetooth              36319  6 rfcomm,sco,bnep,l2cap
rfkill                 10264  2 bluetooth

Code:
root@Phantom:~# uname -a
Linux Phantom 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/Linux

I hope this much information is enough.. If you need any other logs please let me know.. Thanks a lot in advance for any help..
CrossFold
Long time nixers
Neo, nevermind :) I think the 2.6 kernel didn't support my bluetooth device(this is just an assumption) coz I compiled 3.6 kernel with almost everything(just for a test at first) and bluetooth worked so I worked on reducing the size of the kernel and yea.. BT works with the latest kernel :)