LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
connectivity problems
#1
I just downloaded linuxlite. I had no problem with internet connectivity using an ethernet cable but my wireless network wasn't recognized. I searched for additional drivers to get my Broadcom wireless activated, downloaded the driver, and now neither wireless nor wired internet will work. How have I messed up?
Reply
#2
If you just downloaded the driver you will have to reboot. Come back if it still not connecting.
Reply
#3
Hello!

Depending on the make, model, and age of your computer, there are several possible Broadcom drivers out there. Open a terminal window [CTRL-ALT-T] and enter the following command:

Code:
sudo lspci -nn -d 14e4:

Post the output here, and I'll tell you how to find the right driver. If you've installed the wrong one, you'll have to uninstall it to install the correct one, which I'll tell you how to do as soon as we determine which one you need.

Here's my output as an example:

rob@N4RPS-Mini210:~$ sudo lspci -nn -d 14e4:
02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)

Older models use the b43 driver, and the REALLY ANCIENT ones use b43-legacy.

More info here: http://ubuntuforums.org/showthread.php?t=2214110

Hope to hear from you soon...

73 DE N4RPS
Rob
[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply
#4
Hi,

Here is the output:

Ethernet controller: Broadcom BCM4401 - BO 100Base - TX
Network Controller: Broadcom BCM4311 802.11b/g WLAN

Thanks
Reply
#5
Hello!

NOW we're GETTING SOMEWHERE. You have a BCM4311. NOW try THIS: In a terminal window [CTRL-ALT-T], enter the following:

Code:
sudo apt-get remove --purge bcmwl-kernel-source firmware-b43-installer firmware-b43legacy-installer
sudo apt-get install linux-firmware-nonfree

You shouldn't have to, but if it doesn't fire up right away, reboot. If it's still broken after that, tell me the number XXXX in 14e4:XXXX...

73 DE N4RPS
Rob
[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply
#6
Hi Rob,

It's still not working.

Here's the output:
Ethernet Controller [0200]: Broadcom Corporation BCM4401-BO 100Base-TX [14e4:170c] (rev 02)
Network Controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev01)

Thanks
Rick
Reply
#7
No idea if this helps you or not, but I have an older laptop with very similar Broadcom card.

Code:
03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)

Only difference I see is that yours is "(rev 01)" and mine is "(rev 02)".

I used Synaptic Package Manager (Menu -> System -> Install/Remove Software) to install "bcmwl-kernel-source" package and that worked for me.  Assuming you already purged everything using N4RPS's command -- open Synaptic, type "bcmwl" into the Quick Search bar, select the above package and install it.  Reboot if it doesn't immediately work.  (Don't think you need to get rid of the "linux-firmware-nonfree" that you installed; but if above doesn't work try uninstalling that too.)
Try Linux Beginner Search Engine for answers to Linux questions.
Reply
#8
Hello!

It's either bcmwl or b43. Everything you want to know about Broadcom wireless cards, but were afraid to ask, can be found here:

https://help.ubuntu.com/community/WifiDo...t%20access

This link also tells you how to disable/blacklist conflicting drivers...

73 DE N4RPS
Rob
[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)