As above. I tried alot of the solutions i found in the forum but have had no success. Sorry i'm a bit of a newbie with linux!!
Asked
Active
Viewed 3,887 times
-1
-
2Tell us the model of your Wireless card by appending this command in your terminal: lspci | grep Network – Hanynowsky Sep 05 '12 at 19:48
-
Welcome to Ask Ubuntu! We need more hardware information to help you, can you look at this question and then edit your question adding the information. – fossfreedom Sep 05 '12 at 19:52
1 Answers
2
I have that same laptop and had the same problem:
- Connect to the internet using a modem or cable
- Use the command
sudo modprobe b43
and see the outcome.
If it doesn't work, open a terminal by opening the Dash and typing terminal
and clicking on the terminal icon that appears. Then type:
sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install firmware-b43-installer
Restart computer.(The change only take place when you restart.) Thanks to our friend Karl for this.