Segun estos link el porblema está en el módulo usb... mas concreto en hci_usb.c... ya que efectivamente es un BlueSoleil compatible... y sugiere un parche,,, que recién el viernes porbaré :) recompilando el módulo... Saludos y gracias... pero como está la mano actualmente no hay solución para la cucaracha azul china :(
Alguna que funque comprobadamente en debian...? ------------------------------- Hello! I bought a bluetooth dongle from BlueSoleil (or compatible with). It kept flooding syslog with this message: hci_scodata_packet: hci0 SCO packet for unknown connection handle 92 I found references [1,2] to that bug related to the same device (or a similar one with the same idVendor and idProduct) as well as to other devices. I patched hci_usb.c in the same way others did for other devices, and it also worked for this one. Best regards, Pablo [1] http://bugzilla.kernel.org/show_bug.cgi?id=6833 [2] https://bugs.launchpad.net/bugs/39414 --------------------------- Y no fue solucionado en los nuevos kernels... 2.6.22 and up... --------------------------------- Getting the same error. >lsusb Bus 001 Device 004: ID 0e5e:6622 >uname -a Linux dave-laptop 2.6.22-9-generic #1 SMP Wed Aug 1 17:31:10 GMT 2007 i686 GNU/Linux >dmesg -----SNIP---- [37829.836000] hci_scodata_packet: hci0 SCO packet for unknown connection handle 92 [37829.836000] hci_scodata_packet: hci0 SCO packet for unknown connection handle 92 [37829.836000] hci_scodata_packet: hci0 SCO packet for unknown connection handle 92 [37829.844000] hci_scodata_packet: hci0 SCO packet for unknown connection handle 92 [37829.844000] hci_scodata_packet: hci0 SCO packet for unknown connection handle 92 ----SNIP----- -------------------------- diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index d73eb10..963c014 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c @@ -124,8 +124,9 @@ static struct usb_device_id blacklist_id /* ISSC Bluetooth Adapter v3.1 */ { USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET }, - /* RTX Telecom based adapter with buggy SCO support */ + /* RTX Telecom based adapters with buggy SCO support */ { USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC }, + { USB_DEVICE(0x0400, 0x080a), .driver_info = HCI_BROKEN_ISOC }, /* Belkin F8T012 and F8T013 devices */ { USB_DEVICE(0x050d, 0x0012), .driver_info = HCI_WRONG_SCO_MTU }, The hardware from RTX Telecom is simply buggy. Even the new dongle has this problem. --------------------- _______________________________________________ Lugro mailing list [email protected] http://www.lugro.org.ar/mailman/listinfo/lugro
