public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] hid2hci
@ 2004-04-09 15:35 Elimar Riesebieter
  2004-04-09 17:31 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Elimar Riesebieter @ 2004-04-09 15:35 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 2294 bytes --]

Hi all,

I am trying to connect my Nokia6310i to my LinuxPPC Box.
Installed:

ii  bluez-pin      0.22-1         Bluetooth PIN helper with D-BUS support
ii  bluez-utils    2.6-0lxtecppc1 Utilities for controlling Bluetooth devices
ii  bluez-utils2   0.1-0lxtecppc1 BlueZ utilities
ii  libbluetooth1  2.6-0lxtecppc1 Library to use the BlueZ Linux Bluetooth sta
ii  libbluez1      0.1-0lxtecppc1 BlueZ library


Linux version 2.6.5--mh2-aragorn (root@aragorn) \
(gcc-Version 3.3.3 (Debian 20040401)) #1 Fri Apr 9 14:53:38 CEST 2004

Running hid2hci out of bluez-utils2 produces following oops:

aragorn:/source/bluez/cvs/utils2/hid# ./hid2hci
Switching device 05ac:1000 to HCI mode was successful
usb 1-1: USB disconnect, address 2
drivers/usb/input/hid-core.c: can't resubmit intr, 0001:01:1a.0-1/input0, status -19
drivers/usb/input/hid-core.c: can't resubmit intr, 0001:01:1a.0-1/input1, status -19
usb 1-1: new full speed USB device using address 3
Oops: kernel access of bad area, sig: 11 [#1]
NIP: F24786B8 LR: F24786C0 SP: EF3E7D00 REGS: ef3e7c50 TRAP: 0301    Not tainted
MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
DAR: 01DAD002, DSISR: 40000000
TASK = ef4c9980[133] 'khubd' Last syscall: -1
GPR00: 00000022 EF3E7D00 EF4C9980 EEE8E800 EF4E42E0 00000000 00000001 00000000
GPR08: F2476F40 01DAD000 EEE8E800 28028224 88028222
Call trace:
 [f2478938] usb_set_interface+0x94/0x164 [usbcore]
 [f243dadc] hci_usb_probe+0x21c/0x48c [hci_usb]
 [f2472090] usb_probe_interface+0x80/0x98 [usbcore]
 [c0161dcc] bus_match+0x50/0x8c
 [c0161e60] device_attach+0x58/0xbc
 [c01620e0] bus_add_device+0x7c/0xd8
 [c0160980] device_add+0xb0/0x184
 [f2478d24] usb_set_configuration+0x20c/0x25c [usbcore]
 [f24733cc] usb_new_device+0x2bc/0x3d4 [usbcore]
 [f2474e2c] hub_port_connect_change+0x1a0/0x298 [usbcore]
 [f24751f8] hub_events+0x2d4/0x354 [usbcore]
 [f24752b4] hub_thread+0x3c/0xf4 [usbcore]
 [c000ad4c] kernel_thread+0x44/0x60

Running lsusb after that oops:

Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  

Any hint?

Ciao

Elimar


-- 
  "Talking much about oneself can also 
   be a means to conceal oneself."
         -Friedrich Nietzsche

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Bluez-users] hid2hci
  2004-04-09 15:35 [Bluez-users] hid2hci Elimar Riesebieter
@ 2004-04-09 17:31 ` Marcel Holtmann
  2004-04-09 19:34   ` Elimar Riesebieter
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2004-04-09 17:31 UTC (permalink / raw)
  To: Elimar Riesebieter; +Cc: BlueZ Mailing List

Hi Elimar,

> Linux version 2.6.5--mh2-aragorn (root@aragorn) \
> (gcc-Version 3.3.3 (Debian 20040401)) #1 Fri Apr 9 14:53:38 CEST 2004
> 
> Running hid2hci out of bluez-utils2 produces following oops:
> 
> aragorn:/source/bluez/cvs/utils2/hid# ./hid2hci
> Switching device 05ac:1000 to HCI mode was successful
> usb 1-1: USB disconnect, address 2
> drivers/usb/input/hid-core.c: can't resubmit intr, 0001:01:1a.0-1/input0, status -19
> drivers/usb/input/hid-core.c: can't resubmit intr, 0001:01:1a.0-1/input1, status -19
> usb 1-1: new full speed USB device using address 3
> Oops: kernel access of bad area, sig: 11 [#1]
> NIP: F24786B8 LR: F24786C0 SP: EF3E7D00 REGS: ef3e7c50 TRAP: 0301    Not tainted
> MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
> DAR: 01DAD002, DSISR: 40000000
> TASK = ef4c9980[133] 'khubd' Last syscall: -1
> GPR00: 00000022 EF3E7D00 EF4C9980 EEE8E800 EF4E42E0 00000000 00000001 00000000
> GPR08: F2476F40 01DAD000 EEE8E800 28028224 88028222
> Call trace:
>  [f2478938] usb_set_interface+0x94/0x164 [usbcore]
>  [f243dadc] hci_usb_probe+0x21c/0x48c [hci_usb]
>  [f2472090] usb_probe_interface+0x80/0x98 [usbcore]
>  [c0161dcc] bus_match+0x50/0x8c
>  [c0161e60] device_attach+0x58/0xbc
>  [c01620e0] bus_add_device+0x7c/0xd8
>  [c0160980] device_add+0xb0/0x184
>  [f2478d24] usb_set_configuration+0x20c/0x25c [usbcore]
>  [f24733cc] usb_new_device+0x2bc/0x3d4 [usbcore]
>  [f2474e2c] hub_port_connect_change+0x1a0/0x298 [usbcore]
>  [f24751f8] hub_events+0x2d4/0x354 [usbcore]
>  [f24752b4] hub_thread+0x3c/0xf4 [usbcore]
>  [c000ad4c] kernel_thread+0x44/0x60

looks like another USB problem. Maybe the USB guys already have a fix
for it. Ask them.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] hid2hci
  2004-04-09 17:31 ` Marcel Holtmann
@ 2004-04-09 19:34   ` Elimar Riesebieter
  2004-04-10 10:35     ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Elimar Riesebieter @ 2004-04-09 19:34 UTC (permalink / raw)
  To: BlueZ Mailing List

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

On Fri, 09 Apr 2004 the mental interface of
Marcel Holtmann told:

> Hi Elimar,
[...]
> looks like another USB problem. Maybe the USB guys already have a fix
> for it. Ask them.

hci_usb was loaded while running hid2hci. Unloading that module
solves the prob. hci_usb is loaded from hotplug after changing to
hci by hid2hci.

Ciao

Elimar

-- 
  >what IMHO then?
  IMHO - Inhalation of a Multi-leafed Herbal Opiate ;)
              --posting from alex in debian-user--

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Bluez-users] hid2hci
  2004-04-09 19:34   ` Elimar Riesebieter
@ 2004-04-10 10:35     ` Marcel Holtmann
  2004-04-10 13:08       ` Elimar Riesebieter
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2004-04-10 10:35 UTC (permalink / raw)
  To: Elimar Riesebieter; +Cc: BlueZ Mailing List

Hi Elimar,

> [...]
> > looks like another USB problem. Maybe the USB guys already have a fix
> > for it. Ask them.
> 
> hci_usb was loaded while running hid2hci. Unloading that module
> solves the prob. hci_usb is loaded from hotplug after changing to
> hci by hid2hci.

so this is really an USB race.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] hid2hci
  2004-04-10 10:35     ` Marcel Holtmann
@ 2004-04-10 13:08       ` Elimar Riesebieter
  0 siblings, 0 replies; 5+ messages in thread
From: Elimar Riesebieter @ 2004-04-10 13:08 UTC (permalink / raw)
  To: BlueZ Mailing List

[-- Attachment #1: Type: text/plain, Size: 541 bytes --]

On Sat, 10 Apr 2004 the mental interface of
Marcel Holtmann told:

> Hi Elimar,
> 
> > [...]
> > > looks like another USB problem. Maybe the USB guys already have a fix
> > > for it. Ask them.
> > 
> > hci_usb was loaded while running hid2hci. Unloading that module
> > solves the prob. hci_usb is loaded from hotplug after changing to
> > hci by hid2hci.
> 
> so this is really an USB race.

Maybe you're right ;-)

Ciao

Elimar

-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-04-10 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-09 15:35 [Bluez-users] hid2hci Elimar Riesebieter
2004-04-09 17:31 ` Marcel Holtmann
2004-04-09 19:34   ` Elimar Riesebieter
2004-04-10 10:35     ` Marcel Holtmann
2004-04-10 13:08       ` Elimar Riesebieter

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