Hola a todos.
Tengo un movil bluetooth y he estado intentando hacer funcionar el
adaptador USB que me he comprado, un Belkin F8T003ef, en mi Debian Woody.
He instalado los paquetes necesarios de Bluez
http://bluez.sourceforge.net/ y he seguido las (oscuras) instrucciones
que he encontrado en Internet. Pero no funciona. El usbmgr sí que
reconoce el dispositivo y he conseguido que cargue los modulos del
kernel apropiados, pero el Bluez no llega a funcionar. El primer paso de
comprobación que mencionan los how-to ya falla:
$ hciconfig
Can't get device list: No such device
Y no sé por qué, creo que he seguido todos los pasos. ¿Alguien tiene
experiencia en esto y me puede ayudar? ¿Cómo investigo el problema?
Por si es de ayuda copio aquí la salida filtrada del dmesg:
# dmesg|fgrep -i bluez
BlueZ HCI Core ver 1.1 Copyright (C) 2000,2001 Qualcomm Inc
BlueZ HCI UART driver ver 1.0 Copyright (C) 2000,2001 Qualcomm Inc
BlueZ HCI USB driver ver 1.0 Copyright (C) 2000,2001 Qualcomm Inc
BlueZ VHCI driver ver 1.0 Copyright (C) 2000,2001 Qualcomm Inc
BlueZ L2CAP ver 1.1 Copyright (C) 2000,2001 Qualcomm Inc
# dmesg|fgrep -i usb
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
BlueZ HCI USB driver ver 1.0 Copyright (C) 2000,2001 Qualcomm Inc
usb.c: registered new driver hci_usb
usb-uhci.c: $Revision: 1.268 $ time 11:28:06 Nov 28 2001
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 5
usb-uhci.c: Detected 2 ports
hub.c: USB new device connect on bus1/1, assigned device number 2
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
usb-uhci.c: USB UHCI at I/O 0xdc00, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
usb-uhci.c: v1.268:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: USB HID support drivers
Gracias por tu atención.