Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 617  / 3 Years ago, tue, june 1, 2021, 8:20:48

We have 4 computers in our flat. When I'm starting to use Ubuntu and when I'm connected to our network, at least one of them has connection problems, that is, their connection status says that everything is fine, but they can't, for example, explore the Internet or play online games. Nothing like that happens when I'm using Windows. How to fix it? My Ubuntu version is 13.10


More From » wireless

 Answers
5

In Ubuntu 13.04, I believe the default bcmwl-kernel-source will not work correctly for your Broadcom 4313. I recommend that you get a temporary wired ethernet connection and open a terminal:



sudo apt-get remove --purge bcmwl-kernel-source
wget http://us.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb


Or, if yours is a 32-bit system:



wget http://us.archive.ubuntu.com/ubuntu/pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_i386.deb


Confirm 32- or 64-bit:



arch


Then do:



sudo dpkg -i bcmwl*.deb


Reboot and give us your report.


[#28971] Wednesday, June 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
laceanz

Total Points: 86
Total Questions: 113
Total Answers: 104

Location: Australia
Member since Thu, Jan 26, 2023
1 Year ago
;