M HYPE SPLASH
// general

Wlan on Acer Aspire E11

By Abigail Rogers

I have just bought a Acer Aspire E11 Netbook. I have installed different Ubuntu Distros but on all Distros there is no WLan Client availbale. I have also installed Win 8.1 which connects via WLan flawlessly. Is there anything I can do about it?

Thanks Franl

2

1 Answer

Please obtain a temporary internet connection, open a terminal and do:

sudo apt-get update
sudo apt-get install bcmwl-kernel-source

Reboot and your wireless should be working.

NOTE: This technique is valid for Ubuntu 14.04 and later. If your version is different, I urge you to upgrade.

You can try to coax your ethernet to connect with:

sudo ethtool -s eth0 speed 100 duplex full autoneg off

Then see if Network Manager can connect and install the wireless package as above.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy