Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem semaphore to mutex

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael Buesch
Date: Friday, December 14, 2007 - 9:49 am

On Friday 14 December 2007 17:06:39 Ray Lee wrote:

I'm not sure what you are doing there.
Do you have module autoloading disabled?
This all works perfectly well on all of my systems. And I never heared
such a problem before.

If you have a PCI device probing works as follows:
The PCI table is in ssb. So as soon as your kernel detects the PCI device
it will load ssb. ssb will register the PCI device. That will trigger
an udev event for the contained 802.11 core to get probed. This will load
b43.

So, I'm not sure where's the issue with my code here.


The driver is shipped by Fedora since quite some time.


You can't do
modprobe ssb b43
This will be interpreted as modprobe of "ssb" with the module
parameter "b43". At least by my modutils.

If you do
modprobe b43
it will automatically load _all_ required modules.
It works perfectly well on my systems.
Try it. Simply type "modprobe b43". It will also work for you.


All problems so far were not related to the b43 sourcecode at all.
And I think I can not be held responsible for unrelated code or bugs
in the operating system scripts.

-- 
Greetings Michael.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem sem ..., Michael Buesch, (Fri Dec 14, 9:49 am)
Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem sem ..., Rafael J. Wysocki, (Fri Dec 14, 5:51 pm)
Re: [PATCH 3/3] net: wireless: bcm43xx: big_buffer_sem sem ..., Rafael J. Wysocki, (Sat Dec 15, 4:18 pm)