On 11/24/2009 10:58 AM, William Bourque wrote:
> I did tried before, it succesfully built, it was loading (modprobe)
> correctly but no new interface was registered by it.
> However, I might have done something wrong, I will try it again to make
> sure it wasn't a PEBKAC problem.

Are you certain that neither b43 nor ssb were loaded at the time? If ssb is in
memory, it will own the PCI device.

> Right. Do you have a link to this patch? I would rather avoid
> downgrading my kernel.

I just downloaded a fresh copy of the wl driver. It compiled cleanly. The only
patch I applied is the following:

Index: hybrid-wl/Makefile
===================================================================
--- hybrid-wl.orig/Makefile
+++ hybrid-wl/Makefile
@@ -34,3 +34,5 @@ clean:

 install:
        install -D -m 755 wl.ko /lib/modules/`uname
-r`/kernel/drivers/net/wireless/wl.ko
+       depmod -a
+

With it, the dependencies are properly setup. Note, the install line above is
improperly wrapped, but you get the idea.

Larry

_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to