Comment 24 for bug 333903

Revision history for this message
Martin Pitt (pitti) wrote :

@ pauls: oh, great! so you are saying that if you have this file:

----------------- 8< ------------------
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 b44
----------------- 8< ------------------

and do update-initramfs, then everything works as it should? Did you also remove "wl" from /etc/modules again?

If that works, I know everything how to fix it in jockey properly. Thanks for bearing with me and for your great help with debugging this! (I don't have that hardware, so I depend on testing feedback)