Код: Выделить всё
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
думается BT адаптер встроен в карту.
А вот что говорит lsusb:
Код: Выделить всё
Bus 001 Device 008: ID 0a5c:4503 Broadcom Corp.
Bus 001 Device 007: ID 0a5c:4502 Broadcom Corp.
Bus 001 Device 005: ID 0a5c:4500 Broadcom Corp.
Bus 001 Device 006: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader
Bus 001 Device 004: ID 0b97:7761 O2 Micro, Inc.
Bus 001 Device 002: ID 413c:a005 Dell Computer Corp.
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 046d:c041 Logitech, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Все что касалось Bluetooth (Networking->Bluetooth subsystem support) - монолитно вкомпилил в ядро (2.6.23-r8).
на ls /dev | grep hci отзывается так:
Код: Выделить всё
vhci
но думается, что это не тот девайс тк hcitool dev и kdebluetooth показывает отсутствие BT девайсов (вероятно это виртуальный bt, порожденный драйвером Virtual HCI driver)
/etc/init.d/dbus и /etc/init.d/bluetooth запущены
dmesg | grep [Bb]luetooth
Код: Выделить всё
Bluetooth: Core ver 2.11
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.9
Bluetooth: Virtual HCI driver ver 1.2
Bluetooth: HCI UART driver ver 2.2
Bluetooth: HCI H4 protocol initialized
Bluetooth: HCI BCSP protocol initialized
Bluetooth: Broadcom Blutonium firmware driver ver 1.1
Bluetooth: Digianswer Bluetooth USB driver ver 0.8
Bluetooth: BlueFRITZ! USB driver ver 1.1
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO (Voice Link) ver 0.5
Bluetooth: SCO socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: BNEP (Ethernet Emulation) ver 1.2
Bluetooth: BNEP filters: protocol multicast
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
Есть идеи как все таки завести адаптер?