public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] modprobe: FATAL: Error inserting hci_usb
@ 2004-10-13 18:30 Pander
  2004-10-14  7:11 ` Marcel Holtmann
  2004-10-15 19:02 ` David Woodhouse
  0 siblings, 2 replies; 6+ messages in thread
From: Pander @ 2004-10-13 18:30 UTC (permalink / raw)
  To: bluez-devel

Hi all,

I'm have build linux kernel 2.6.8.1 with Debian testing distro on a 
PowerPC (PowerBook G4). All went well and booted oke except for 
bleutooth support:

Bluetooth: HCI device and connection manager initialized
hci_usb: Unknown symbol hci_free_dev
hci_usb: Unknown symbol hci_alloc_dev
hci_usb: Unknown symbol hci_unregister_dev
hci_usb: Unknown symbol hci_register_dev
hci_usb: Unknown symbol hci_free_dev
hci_usb: Unknown symbol hci_alloc_dev
hci_usb: Unknown symbol hci_unregister_dev
hci_usb: Unknown symbol hci_register_dev
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.7
usbcore: registered new driver hci_usb
modprobe: FATAL: Error inserting hci_usb 
(/lib/modules/2.6.8.1-pbg4/kernel/drivers/bluetooth/hci_usb.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)

modprobe: FATAL: Error inserting hci_usb 
(/lib/modules/2.6.8.1-pbg4/kernel/drivers/bluetooth/hci_usb.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)

I also patched the 2.6.8.1 kernel source with patch-2.6.8-mh2 but that 
resulted in the same error. dmesg says the same as above. Does anyone 
know how to fix this?

Regards,

Pander


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] modprobe: FATAL: Error inserting hci_usb
  2004-10-13 18:30 [Bluez-devel] modprobe: FATAL: Error inserting hci_usb Pander
@ 2004-10-14  7:11 ` Marcel Holtmann
  2004-10-14  9:00   ` Pander
  2004-10-15 19:02 ` David Woodhouse
  1 sibling, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2004-10-14  7:11 UTC (permalink / raw)
  To: Pander; +Cc: bluez-devel

Hi Pander,

> I'm have build linux kernel 2.6.8.1 with Debian testing distro on a 
> PowerPC (PowerBook G4). All went well and booted oke except for 
> bleutooth support:
> 
> Bluetooth: HCI device and connection manager initialized
> hci_usb: Unknown symbol hci_free_dev
> hci_usb: Unknown symbol hci_alloc_dev
> hci_usb: Unknown symbol hci_unregister_dev
> hci_usb: Unknown symbol hci_register_dev
> hci_usb: Unknown symbol hci_free_dev
> hci_usb: Unknown symbol hci_alloc_dev
> hci_usb: Unknown symbol hci_unregister_dev
> hci_usb: Unknown symbol hci_register_dev
> Bluetooth: HCI socket layer initialized
> Bluetooth: HCI USB driver ver 2.7
> usbcore: registered new driver hci_usb
> modprobe: FATAL: Error inserting hci_usb 
> (/lib/modules/2.6.8.1-pbg4/kernel/drivers/bluetooth/hci_usb.ko): Unknown 
> symbol in module, or unknown parameter (see dmesg)
> 
> modprobe: FATAL: Error inserting hci_usb 
> (/lib/modules/2.6.8.1-pbg4/kernel/drivers/bluetooth/hci_usb.ko): Unknown 
> symbol in module, or unknown parameter (see dmesg)
> 
> I also patched the 2.6.8.1 kernel source with patch-2.6.8-mh2 but that 
> resulted in the same error. dmesg says the same as above. Does anyone 
> know how to fix this?

I have seen this too, but sometimes it still works. Check with lsmod if
the module is loaded.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] modprobe: FATAL: Error inserting hci_usb
  2004-10-14  7:11 ` Marcel Holtmann
@ 2004-10-14  9:00   ` Pander
  2004-10-14  9:11     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Pander @ 2004-10-14  9:00 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: bluez-devel

Marcel Holtmann wrote:
> Hi Pander,
> 
> 
>>I'm have build linux kernel 2.6.8.1 with Debian testing distro on a 
>>PowerPC (PowerBook G4). All went well and booted oke except for 
>>bleutooth support:
>>
...
>>modprobe: FATAL: Error inserting hci_usb 
>>(/lib/modules/2.6.8.1-pbg4/kernel/drivers/bluetooth/hci_usb.ko): Unknown 
>>symbol in module, or unknown parameter (see dmesg)
>>
>>I also patched the 2.6.8.1 kernel source with patch-2.6.8-mh2 but that 
>>resulted in the same error. dmesg says the same as above. Does anyone 
>>know how to fix this?
> 
> 
> I have seen this too, but sometimes it still works. Check with lsmod if
> the module is loaded.

Hi Marcel, it works althought the FATAL is being reported.

Thanks,

Pander
> Regards
> 
> Marcel

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

* Re: [Bluez-devel] modprobe: FATAL: Error inserting hci_usb
  2004-10-14  9:00   ` Pander
@ 2004-10-14  9:11     ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-10-14  9:11 UTC (permalink / raw)
  To: Pander; +Cc: bluez-devel

Hi Pander,

> > I have seen this too, but sometimes it still works. Check with lsmod if
> > the module is loaded.
> 
> Hi Marcel, it works althought the FATAL is being reported.

please don't ask me why this happens. Ask this on the kernel mailing
list, because it seems that it is a general module problem.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] modprobe: FATAL: Error inserting hci_usb
  2004-10-13 18:30 [Bluez-devel] modprobe: FATAL: Error inserting hci_usb Pander
  2004-10-14  7:11 ` Marcel Holtmann
@ 2004-10-15 19:02 ` David Woodhouse
  2004-10-16 12:00   ` Marcel Holtmann
  1 sibling, 1 reply; 6+ messages in thread
From: David Woodhouse @ 2004-10-15 19:02 UTC (permalink / raw)
  To: Pander; +Cc: bluez-devel

On Wed, 2004-10-13 at 20:30 +0200, Pander wrote:
> I also patched the 2.6.8.1 kernel source with patch-2.6.8-mh2 but that 
> resulted in the same error. dmesg says the same as above. Does anyone 
> know how to fix this?

The unknown symbols are from the core bluetooth.ko module. It looks like
an attempt has been made to insmod the hci_usb.ko module _without_ first
loading the bluetooth.ko modules.

The modules are _also_ loaded correctly though, and then it works.

I don't see this with Fedora on my PowerBook G4. I suspect it's a
userspace problem. Check that the dependencies are correct -- has depmod
been run?

-- 
dwmw2



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] modprobe: FATAL: Error inserting hci_usb
  2004-10-15 19:02 ` David Woodhouse
@ 2004-10-16 12:00   ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-10-16 12:00 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Pander, BlueZ Mailing List

Hi David,

> > I also patched the 2.6.8.1 kernel source with patch-2.6.8-mh2 but that 
> > resulted in the same error. dmesg says the same as above. Does anyone 
> > know how to fix this?
> 
> The unknown symbols are from the core bluetooth.ko module. It looks like
> an attempt has been made to insmod the hci_usb.ko module _without_ first
> loading the bluetooth.ko modules.
> 
> The modules are _also_ loaded correctly though, and then it works.
> 
> I don't see this with Fedora on my PowerBook G4. I suspect it's a
> userspace problem. Check that the dependencies are correct -- has depmod
> been run?

it must be a module-init-tools problem, because for me it seems that
this problem is no longer present after an update of this package.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2004-10-16 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-13 18:30 [Bluez-devel] modprobe: FATAL: Error inserting hci_usb Pander
2004-10-14  7:11 ` Marcel Holtmann
2004-10-14  9:00   ` Pander
2004-10-14  9:11     ` Marcel Holtmann
2004-10-15 19:02 ` David Woodhouse
2004-10-16 12:00   ` Marcel Holtmann

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