public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Belkin USB-Dongle blocks USB subsystem
@ 2008-06-30 13:02 Malte J. Wetz
  2008-06-30 15:46 ` Martin Mueller
  0 siblings, 1 reply; 2+ messages in thread
From: Malte J. Wetz @ 2008-06-30 13:02 UTC (permalink / raw)
  To: bluez-users

Hello!

I have the following problem: Whenever I plug in my Belkin USB dongle, its =

blue led is constantly on and the USB subsystem appears to be blocked.

It looks like this ("_" indicates cursor position):

root@triton:~# lsusb
_


And it remains this way until I remove the dongle. Then, I get the normal =

listing (without the removed dongle, of course).

A =BBhciconfig hci0 reset=AB only returns: "connection timed out". Reboots =
or =

module reloading don't help either.

The syslog looks like this:

Jun 30 14:50:24 triton kernel: hub 2-4.1:1.0: state 7 ports 7 chg 0000 evt =

0040
Jun 30 14:50:24 triton kernel: hub 2-4.1:1.0: port 6, status 0101, change =

0001, 12 Mb/s
Jun 30 14:50:24 triton kernel: hub 2-4.1:1.0: debounce: port 6: total 125ms =

stable 100ms status 0x100
Jun 30 14:50:26 triton kernel: hub 2-4.1:1.0: state 7 ports 7 chg 0000 evt =

0040
Jun 30 14:50:26 triton kernel: hub 2-4.1:1.0: port 6, status 0101, change =

0001, 12 Mb/s
Jun 30 14:50:26 triton kernel: hub 2-4.1:1.0: debounce: port 6: total 100ms =

stable 100ms status 0x101
Jun 30 14:50:26 triton kernel: hub 2-4.1:1.0: port 6 not reset yet, waiting =

10ms
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: new full speed USB device using =

ehci_hcd and address 15
Jun 30 14:50:27 triton kernel: hub 2-4.1:1.0: port 6 not reset yet, waiting =

10ms
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: skipped 1 descriptor after =

interface
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: default language 0x0409
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: uevent
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: usb_probe_device
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: configuration #1 chosen from 1 =

choice
Jun 30 14:50:27 triton hcid[10257]: HCI dev 0 registered
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: adding 2-4.1.6:1.0 (config #1, =

interface 0)
Jun 30 14:50:27 triton kernel: usb 2-4.1.6:1.0: uevent
Jun 30 14:50:27 triton kernel: hci_usb 2-4.1.6:1.0: usb_probe_interface
Jun 30 14:50:27 triton kernel: hci_usb 2-4.1.6:1.0: usb_probe_interface - =

got id
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: adding 2-4.1.6:1.1 (config #1, =

interface 1)
Jun 30 14:50:27 triton kernel: usb 2-4.1.6:1.1: uevent
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: adding 2-4.1.6:1.2 (config #1, =

interface 2)
Jun 30 14:50:27 triton kernel: usb 2-4.1.6:1.2: uevent
Jun 30 14:50:27 triton kernel: hci_usb 2-4.1.6:1.2: usb_probe_interface
Jun 30 14:50:27 triton kernel: hci_usb 2-4.1.6:1.2: usb_probe_interface - =

got id
Jun 30 14:50:27 triton kernel: pegasus 2-4.1.6:1.2: usb_probe_interface
Jun 30 14:50:27 triton kernel: pegasus 2-4.1.6:1.2: usb_probe_interface - =

got id
Jun 30 14:50:27 triton kernel: usb 2-4.1.6: link qh1-0e01/f774e580 start 0 =

[1/2 us]
Jun 30 14:50:37 triton kernel: usb 2-4.1.6: unlink qh1-0e01/f774e580 start =
0 =

[1/2 us]
Jun 30 14:50:37 triton hcid[13024]: Can't init device hci0: Connection time=
d =

out (110)


System is Ubuntu Hardy (8.04) with self compiled kernel 2.6.25.8 and =

bluez-3.26 . After the first problems I compiled bluez-3.34 from source but =

it did not fix my problems.

I got myself another dongle (MSI BToes 2.0) and tried that one. It connects =

fine and appears to work correctly but when I try to use it with my Jabra =

BT 205 headset, I get get no audio data.

The only BT adaptor that really works without problems is the one that came =

with my Logitech MX900 mouse. Alas, it does not support EDR and is a bit =

bulky compared to "normal" dongles.

Mainboard: Asus M2N32SLI-Deluxe with NForce 590SLI chipset
The belkin dongle is this one: =

http://catalog.belkin.com/IWCatProductPage.process?Product_Id=3D273100

Any ideas what my problem might be?

-- =

Malte J. Wetz  <mail@malte-wetz.de>
Homepage: www.malte-wetz.de (PGP/GPG Keys available on homepage)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Bluez-users] Belkin USB-Dongle blocks USB subsystem
  2008-06-30 13:02 [Bluez-users] Belkin USB-Dongle blocks USB subsystem Malte J. Wetz
@ 2008-06-30 15:46 ` Martin Mueller
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Mueller @ 2008-06-30 15:46 UTC (permalink / raw)
  To: bluez-users

Hi,

On Mon, Jun 30, 2008 at 03:02:05PM +0200, Malte J. Wetz wrote:
> Hello!
> 
> I have the following problem: Whenever I plug in my Belkin USB dongle, its 
> blue led is constantly on and the USB subsystem appears to be blocked.
> 
> It looks like this ("_" indicates cursor position):

I have the same dongle and it's incorrctly indentified as "peagsus
100Mbit/s Ethernet". Just add the line:

blacklist pegasus

into the file

/etc/modprobe.d/blacklist

and it should work.

bye
  MM
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-30 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 13:02 [Bluez-users] Belkin USB-Dongle blocks USB subsystem Malte J. Wetz
2008-06-30 15:46 ` Martin Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox