Okidooki, I've tried it, but the issue still occurred on startup. To be sure, I blacklisted the
mac80211,
brcm80211 and
cfg80211 modules before rebooting.
wl and
lib80211 were both loaded correctly it seems. Had to suspend/resume to make my wireless work as usual. Here is some more information coming from
dmesg while the problem was occurring (if you could tell me how to use
grep with multiple subjects, I would be grateful):
Code:
jsgosselin@jsgosselin-Inspiron-N4010:~$ dmesg | grep eth1
[ 20.049478] eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.100.82.38
[ 37.047448] eth1: no IPv6 routers present
jsgosselin@jsgosselin-Inspiron-N4010:~$ dmesg | grep wl
[ 19.782694] wl: module license 'MIXED/Proprietary' taints kernel.
[ 19.859296] wl 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 19.859311] wl 0000:03:00.0: setting latency timer to 64
jsgosselin@jsgosselin-Inspiron-N4010:~$ dmesg | grep lib80211
[ 19.778059] lib80211: common routines for IEEE802.11 drivers
[ 19.778063] lib80211_crypt: registered algorithm 'NULL'
[ 19.956391] lib80211_crypt: registered algorithm 'TKIP'
Note that the
wl driver use
eth1 for my wireless connection. It seems to be a known issue from what I've read on the net.
Also, there is something I should have said to you from the beginning. I'm not using the standard Ubuntu kernel. Instead, I'm using this:
Code:
uname -a
Linux jsgosselin-Inspiron-N4010 2.6.38-10-generic #44+kamal~mjgbacklight4-Ubuntu SMP Mon Jun 6 19:40:12 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
This is from
https://launchpad.net/~kamalmostafa/...l-mjgbacklight. I need this in order to be able to control the screen brightness of my computer, which is a feature quite important to me.
However, I've tried your suggestion on a standard kernel I still had installed on my computer,
Code:
uname -a
Linux jsgosselin-Inspiron-N4010 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
,and the same behavior was also present.
I've done a little more research on my issue on the net and I will try to post here a summary of it soon. I think maybe I will have to recompile the bcmwl driver myself...this idea comes from
https://bbs.archlinux.org/viewtopic.php?pid=923608.
Bookmarks