I like to connect my laptop to an external monitor and close my laptop's lid. However, I noticed something. According to internet speedtests (and my personal knowledge from downloading large files), my wireless networking speed is nearly 10X faster when my lid is open than when my lid is closed (or more!). How do I make it so my speed is just as fast when the lid is closed?
NOTE: In an internet speed test with the lid open I got about 20 Mbps down. In an internet speed test with the lid closed I got about 2 Mbps down.
NOTE: I am using a Gateway NE56R41u if that helps. The Gateway NE56R41u is not Ubuntu certified. It has a Broadcom BCM4313.
sudo apt-get purge bcmwl-kernel-source
Thensudo gedit /etc/modprobe.d/blacklist.conf
put a # in front of#blacklist bcma
and a # infront of#blacklist brcmsmac
then save and close gedit and reboot. Then post another file from the script using the new driver if that does not fix your issue. – Wild Man Jul 29 '14 at 01:52sudo gedit /etc/modprobe.d/broadcom-sta-common.conf
andsudo gedit /etc/modprobe.d/broadcom-sta-dkms.conf
it is possible that the purge command will remove them from the file sometimes it does so they may not still be there. After you are done with the blacklist file reboot, and if wireless do not come on dosudo modprobe brcmsmac
and post a new file. – Wild Man Jul 29 '14 at 17:27