Activity log for bug #333903

Date Who What changed Old value New value Message
2009-02-24 16:19:09 pauls bug added bug
2009-02-24 16:19:09 pauls bug added attachment 'dmesg.txt' (output of dmesg)
2009-02-24 16:19:47 pauls bug added attachment 'lspci.txt' (output of lspci)
2009-02-26 15:45:46 Martin Pitt jockey: status New Incomplete
2009-02-26 15:45:46 Martin Pitt jockey: statusexplanation So it seems that the wl module does not autoload for some reason; I wonder why, if jockey detects the wl module, its modaliases should be okay. But just to be sure, can you please give me the output of lspci | grep 0b:00 ? Just for debugging, what happens if you modify /etc/modprobe.d/blacklist-bcm43 to look like this: ----------------- 8< ------------------ blacklist bcm43xx blacklist b43 blacklist b43_legacy blacklist ssb blacklist b44 ----------------- 8< ------------------ Please be aware that this will break your ethernet card, i. e. you most likely won't have an ethernet network connection if you do that and reboot; thus please create a backup of the file, and move it back after the test. With above file, does the wl module load automatically?
2009-03-05 17:33:36 pauls bug added attachment 'modules.txt' (requested modules.txt list from lsmod)
2009-03-07 07:30:35 Martin Pitt jockey: assignee pitti
2009-03-07 07:30:35 Martin Pitt jockey: statusexplanation So it seems that the wl module does not autoload for some reason; I wonder why, if jockey detects the wl module, its modaliases should be okay. But just to be sure, can you please give me the output of lspci | grep 0b:00 ? Just for debugging, what happens if you modify /etc/modprobe.d/blacklist-bcm43 to look like this: ----------------- 8< ------------------ blacklist bcm43xx blacklist b43 blacklist b43_legacy blacklist ssb blacklist b44 ----------------- 8< ------------------ Please be aware that this will break your ethernet card, i. e. you most likely won't have an ethernet network connection if you do that and reboot; thus please create a backup of the file, and move it back after the test. With above file, does the wl module load automatically? @ 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)
2009-03-07 14:20:31 Martin Pitt jockey: status Incomplete Triaged
2009-03-07 14:20:31 Martin Pitt jockey: statusexplanation @ 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)
2009-03-07 14:25:51 Martin Pitt jockey: status Triaged Fix Committed
2009-03-07 14:25:51 Martin Pitt jockey: statusexplanation r311
2009-03-07 14:40:06 Launchpad Janitor jockey: status Fix Committed Fix Released
2009-07-04 03:55:15 Launchpad Janitor branch linked lp:ubuntu/karmic/jockey