FWIW, I also ran the test of adding wl to /etc/modules.
> Okay, I just checked with
>
> for m in `cat modules.txt | awk '{print $1'}`; do echo "-- $m";
> modinfo $m | grep '^alias.*14E4'; done
>
> that it's indeed just b44 and ssb which should get autoloaded. So I
> don't understand why they still get autoloaded even if they are
> blacklisted in /etc/modprobe.d/blacklist-bcm43.
>
> As one possible workaround, if you drop /etc/modprobe.d/blacklist-bcm43
> completely and add "wl" to /etc/modules, this *should* make things work,
> and be much more robust. Can you please try this, too?
>
Without the blacklist file, it does not work. But, with this blacklist
file, it does work .. I get both wifi and eth0. Here's what I ended up
using:
paul :~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
loop
lp
rtc
wl
paul :~$ cat /etc/modprobe.d/blacklist-bcm43
blacklist bcm43xx
blacklist b43
blacklist b43legacy
blacklist ssb
#blacklist b44
# load wl before b44 so that both work
install wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install
wl $CMDLINE_OPTS; modprobe -b b44
--
jockey fails to enable broadcom STA driver
https://bugs.launchpad.net/bugs/333903
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs