* USB-> bluetooth adapter problem
@ 2005-10-09 22:31 Luke Albers
2005-10-09 22:48 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Luke Albers @ 2005-10-09 22:31 UTC (permalink / raw)
To: linux-kernel-Mailing-list
I have a 3com USB bluetooth adapter, that worked for me at one time,
that I can't get working anymore.
The model is 3CREB96B
Sometimes it isnt even noticed when I plug it in, but after restarting
hotplug I get this:
usb 4-1: new full speed USB device using uhci_hcd and address 2
hci_usb_probe: Can't set isoc interface settings
usb 4-1: USB disconnect, address 2
I don't think that I have removed any options from the kernel that
should cause this, and other USB devices work fine.
Can someone please explain this message in more detail (google turns up
very little)?
Thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: USB-> bluetooth adapter problem
2005-10-09 22:31 USB-> bluetooth adapter problem Luke Albers
@ 2005-10-09 22:48 ` Marcel Holtmann
2005-10-10 0:43 ` Luke Albers
2005-10-20 0:04 ` Luke Albers
0 siblings, 2 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-10-09 22:48 UTC (permalink / raw)
To: Luke Albers; +Cc: linux-kernel-Mailing-list
Hi Luke,
> I have a 3com USB bluetooth adapter, that worked for me at one time,
> that I can't get working anymore.
>
> The model is 3CREB96B
>
> Sometimes it isnt even noticed when I plug it in, but after restarting
> hotplug I get this:
>
> usb 4-1: new full speed USB device using uhci_hcd and address 2
> hci_usb_probe: Can't set isoc interface settings
> usb 4-1: USB disconnect, address 2
>
> I don't think that I have removed any options from the kernel that
> should cause this, and other USB devices work fine.
>
> Can someone please explain this message in more detail (google turns up
> very little)?
try to load the hci_usb driver with "isoc=0". This disables the SCO
support inside the driver.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: USB-> bluetooth adapter problem
2005-10-09 22:48 ` Marcel Holtmann
@ 2005-10-10 0:43 ` Luke Albers
2005-10-10 3:25 ` Marcel Holtmann
2005-10-20 0:04 ` Luke Albers
1 sibling, 1 reply; 6+ messages in thread
From: Luke Albers @ 2005-10-10 0:43 UTC (permalink / raw)
To: linux-kernel-Mailing-list
Marcel Holtmann wrote:
>Hi Luke,
>
>
>
>>I have a 3com USB bluetooth adapter, that worked for me at one time,
>>that I can't get working anymore.
>>
>>The model is 3CREB96B
>>
>>Sometimes it isnt even noticed when I plug it in, but after restarting
>>hotplug I get this:
>>
>>usb 4-1: new full speed USB device using uhci_hcd and address 2
>>hci_usb_probe: Can't set isoc interface settings
>>usb 4-1: USB disconnect, address 2
>>
>>I don't think that I have removed any options from the kernel that
>>should cause this, and other USB devices work fine.
>>
>>Can someone please explain this message in more detail (google turns up
>>very little)?
>>
>>
>
>try to load the hci_usb driver with "isoc=0". This disables the SCO
>support inside the driver.
>
>Regards
>
>Marcel
>
>
>
>
>
Thanks for your reply.
Under "Bluetooth subsystem support" I removed support for "SCO links
support", and then under "Bluetooth device drivers" I removed SCO
(voice) support. What is still left:
HCI USB driver
HCI UART driver
-UART (H4) protocol support
-BCSP protocol support
HCI BCM203x USB driver
HCI BlueFRITZ! USB driver
HCI VHCI (Virtual HCI device) driver
I realize that some of these shouldnt be in there, but I don't think
they are causing problems, either. Anyway, after I removed the items
mentioned above, and after plugging in the bluetooth adapter, this is
what I get:
Oct 9 20:24:17 Obliterus usb 4-1: new full speed USB device using
uhci_hcd and address 2
Oct 9 20:24:18 Obliterus usb 4-1: USB disconnect, address 2
Oct 9 20:24:18 Obliterus Bluetooth: HCI USB driver ver 2.8
Oct 9 20:24:18 Obliterus usbcore: registered new driver hci_usb
So it looks like it immediately disconnects. It doesn't show up with
lspci at all either. I havent tried using the hci_usb as a module and
setting isoc=0 yet, but am I correct that removing the SCO stuff from
the kernel took care of the problem, since I no longer get the same message?
Thanks
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: USB-> bluetooth adapter problem
2005-10-10 0:43 ` Luke Albers
@ 2005-10-10 3:25 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-10-10 3:25 UTC (permalink / raw)
To: Luke Albers; +Cc: linux-kernel-Mailing-list
Hi Luke,
> Under "Bluetooth subsystem support" I removed support for "SCO links
> support", and then under "Bluetooth device drivers" I removed SCO
> (voice) support. What is still left:
>
> HCI USB driver
> HCI UART driver
> -UART (H4) protocol support
> -BCSP protocol support
> HCI BCM203x USB driver
> HCI BlueFRITZ! USB driver
> HCI VHCI (Virtual HCI device) driver
>
> I realize that some of these shouldnt be in there, but I don't think
> they are causing problems, either. Anyway, after I removed the items
> mentioned above, and after plugging in the bluetooth adapter, this is
> what I get:
>
> Oct 9 20:24:17 Obliterus usb 4-1: new full speed USB device using
> uhci_hcd and address 2
> Oct 9 20:24:18 Obliterus usb 4-1: USB disconnect, address 2
> Oct 9 20:24:18 Obliterus Bluetooth: HCI USB driver ver 2.8
> Oct 9 20:24:18 Obliterus usbcore: registered new driver hci_usb
>
> So it looks like it immediately disconnects. It doesn't show up with
> lspci at all either. I havent tried using the hci_usb as a module and
> setting isoc=0 yet, but am I correct that removing the SCO stuff from
> the kernel took care of the problem, since I no longer get the same message?
build them as modules and do what I told you. Check what lsusb says and
what's in /proc/bus/usb/devices. What kernel version are you using?
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: USB-> bluetooth adapter problem
2005-10-09 22:48 ` Marcel Holtmann
2005-10-10 0:43 ` Luke Albers
@ 2005-10-20 0:04 ` Luke Albers
2005-10-20 8:02 ` Marcel Holtmann
1 sibling, 1 reply; 6+ messages in thread
From: Luke Albers @ 2005-10-20 0:04 UTC (permalink / raw)
To: linux-kernel-Mailing-list
>>I have a 3com USB bluetooth adapter, that worked for me at one time,
>>that I can't get working anymore.
>>
>>The model is 3CREB96B
>>
>>Sometimes it isnt even noticed when I plug it in, but after restarting
>>hotplug I get this:
>>
>>usb 4-1: new full speed USB device using uhci_hcd and address 2
>>hci_usb_probe: Can't set isoc interface settings
>>usb 4-1: USB disconnect, address 2
>>
>>I don't think that I have removed any options from the kernel that
>>should cause this, and other USB devices work fine.
>>
>>Can someone please explain this message in more detail (google turns up
>>very little)?
>>
>>
I got another one of these adapters, and when I plug the new one in I get:
usb 4-1: new full speed USB device using uhci_hcd and address 2
Bluetooth: HCI USB driver ver 2.8
usbcore: registered new driver hci_usb
hcid[30219]: Bluetooth HCI daemon
hcid[30219]: HCI dev 0 up
hcid[30219]: Starting security manager 0
Then I remove that one and plug in the original and get the old problem:
usb 4-1: new full speed USB device using uhci_hcd and address 3
hcid[30219]: HCI dev 0 registered
usb 4-1: USB disconnect, address 3
hcid[1984]: Can't init device hci0: No such device (19 )
hcid[30219]: HCI dev 0 unregistered
So the old one I was using seems to be a bad device, I just want to ask
if there are any other possibilities, other than bad hardware, before I
get rid of it.
Thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: USB-> bluetooth adapter problem
2005-10-20 0:04 ` Luke Albers
@ 2005-10-20 8:02 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-10-20 8:02 UTC (permalink / raw)
To: Luke Albers; +Cc: linux-kernel-Mailing-list
Hi Luke,
> I got another one of these adapters, and when I plug the new one in I get:
>
> usb 4-1: new full speed USB device using uhci_hcd and address 2
> Bluetooth: HCI USB driver ver 2.8
> usbcore: registered new driver hci_usb
> hcid[30219]: Bluetooth HCI daemon
> hcid[30219]: HCI dev 0 up
> hcid[30219]: Starting security manager 0
>
> Then I remove that one and plug in the original and get the old problem:
>
> usb 4-1: new full speed USB device using uhci_hcd and address 3
> hcid[30219]: HCI dev 0 registered
> usb 4-1: USB disconnect, address 3
> hcid[1984]: Can't init device hci0: No such device (19 )
> hcid[30219]: HCI dev 0 unregistered
>
> So the old one I was using seems to be a bad device, I just want to ask
> if there are any other possibilities, other than bad hardware, before I
> get rid of it.
I have no answer to this, but it looks like bad hardware. If you don't
wanna return it, you can send the adapter to me for some testing.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-10-20 8:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-09 22:31 USB-> bluetooth adapter problem Luke Albers
2005-10-09 22:48 ` Marcel Holtmann
2005-10-10 0:43 ` Luke Albers
2005-10-10 3:25 ` Marcel Holtmann
2005-10-20 0:04 ` Luke Albers
2005-10-20 8:02 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox