Comment 33 for bug 184600

Revision history for this message
Zandre Bran (zandrebran) wrote : Re: [Bug 184600] Re: ssb error while loading wifi module b43

On Tue, Apr 29, 2008 at 8:42 PM, Wolfgang <email address hidden> wrote:

    Hi. Please, sorry my english, from Brazil.

> "Now I removed ndiswrapper and compiled compat-wireless-2.6 from
> http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2
> I have to say that this is also an option, instead of using
> linux-2.6.25 you keep the ubuntu kernel, and only update the wireless
> stack. I have to say that now it works really well."
>
> this solution was proposed in my report
> (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/211235).
>
> Now i can see networks, but i can't connect to them, with network-admin
> or networkmanager. Someone had this bug too ?

     No, my problem is dont work blacklist ssb for load ndiswrapper. See:

# cat /etc/modprobe.d/blacklist
...
blacklist ssb
blacklist b43
...

# lsmod | grep ssb
ssb 32260 0

   But, for work my wire add in rc.local:

# cat /etc/rc.local
...
modprobe -r ssb
modprobe -r ndiswrapper
modprobe ndiswrapper
...

    I'm report new bug #227158

[]s
- Zandre.