Ok, I've got a DBT-120 usb dongle and I'm trying to bring up hci0 with hciconfig
so i run hciconfig hci0 up === and get [EMAIL PROTECTED] chris # /usr/sbin/hciconfig hci0 up Can't get device info: No such device In dmesg we see: hub.c: new USB device 00:02.2-1, assigned address 5 bluetooth.c: found interrupt in bluetooth.c: found bulk out bluetooth.c: found bulk in bluetooth.c: USB Bluetooth converter detected bluetooth.c: Bluetooth converter now attached to ttyUB0 (or usb/ttub/0 for devfs) bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. bluetooth.c: usb_bluetooth_probe - improper number of endpoints. Bluetooth driver not bound. usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 5 rqt 128 rq 6 len 18 ret -110 usb_control/bulk_msg: timeout usbdevfs: USBDEVFS_CONTROL failed dev 5 rqt 128 rq 6 len 18 ret -110 usbdevfs: USBDEVFS_CONTROL failed dev 5 rqt 128 rq 6 len 9 ret -75 It is found but there are issues with endpoints which I've heard can be solved by using the affix stack. But from what I've read this dongle works with Bluez. I've added the following in modules.d/bluetooth: alias net-pf-31 bluez alias bt-proto-0 l2cap alias bt-proto-2 sco alias bt-proto-3 rfcomm alias bt-proto-4 bnep alias tty-ldisc-15 hci_uart alias char-major-10-250 hci_vhci and an lsmod shows: snd-pcm-oss 38436 1 (autoclean) snd-mixer-oss 13648 0 (autoclean) [snd-pcm-oss] rfcomm 31368 8 (autoclean) radeon 103112 20 agpgart 30132 3 (autoclean) l2cap 16108 2 (autoclean) snd-cmipci 20404 1 snd-pcm 61088 0 [snd-pcm-oss snd-cmipci] snd-page-alloc 6324 0 [snd-pcm] snd-opl3-lib 6596 0 [snd-cmipci] snd-hwdep 5408 0 [snd-opl3-lib] snd-timer 14724 0 [snd-pcm snd-opl3-lib] snd-mpu401-uart 3424 0 [snd-cmipci] snd-rawmidi 13760 0 [snd-mpu401-uart] snd-seq-device 4240 0 [snd-opl3-lib snd-rawmidi] snd 33892 0 [snd-pcm-oss snd-mixer-oss snd-cmipci snd-pcm snd-opl3-lib snd-hwdep snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device] soundcore 3684 7 [snd] 8211 64104 1 hci_usb 7256 0 (unused) bluez 31916 6 [rfcomm l2cap hci_usb] bluetooth 16320 1 usb-storage 63416 0 (unused) hid 13812 0 (unused) usb-ohci 18848 0 (unused) usbcore 61952 1 [hci_usb bluetooth usb-storage hid usb-ohci] I just want to ge the device recognized. Any help would be appreciated.. -Chris -- [EMAIL PROTECTED] mailing list
