Author Topic: Latest updates broke my wireless connection via BCM4311 adapter  (Read 2561 times)

Offline sirrondach

  • Jr. Member
  • **
  • Posts: 14
I use an HP NX6325 Laptop which has a Broadcom 4311 wireless chip. I'm running PCLOS KDE 2012.02 on it, which I keep regularly updated via apt-get or Synaptic.

Yesterday I downloaded the latest weekly updates and installed, only to find that my wireless connection had ceased to function afterwards when I went to connect to the internet for another purpose. PCC Network Centre refused to run so I could try a manual reconnect and I ran out of ideas rapidly, so this morning I did a fresh install of PCLOS 2012.02.

Without doing any updating to the software, my wireless connection was back up and working fine. Great.
However, I couldn't get Thunderbird to run (version 10 in 2012.02) and I'm lost without it, so in the end I took the risk and, in Synaptic, did a Reload>Mark all Upgrades>Apply.

Having downloaded about 130 files, I sat and watched the laptop screen while the changes were being applied. The wireless adapter indication light stayed on all the way though until the DKMS packages were being upgraded, and then it went out!

Now I'm right back to square one again - no wireless connection after a huge amount of downloading. Mercifully the ethernet adapter still seems to be operating, but that's no long-term solution as far as I'm concerned. I need the portability.

Has anyone else had this problem with recent upgrades, and especially can anyone please tell me how to fix it?

Offline pinoc

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2881
    • other projects...
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #1 on: June 16, 2012, 02:59:43 PM »
can you please check here and see if that helps?

Offline TerryH

  • Hero Member
  • *****
  • Posts: 557
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #2 on: June 16, 2012, 05:11:32 PM »
I have broadcom 4311 in my Dell D620 laptop.  Yesterday the synaptic update crashed while updating.  The last module being installed prior to crash was a dkms... module.  I currently have no wireless and Network Centre won't run.  

I am running KDE with 2.6.38-pclos1.bfs kernel.  It is regularly updated, prior to yesterday it was updated 2 days earlier.

I will check above thread.
« Last Edit: June 16, 2012, 05:14:52 PM by TerryH »
https://linuxcounter.net/cert/542348.png

Aussie, Aussie, Aussie........Eh!,  Eh!,  Eh!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11689
  • ----IOFLU----
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #3 on: June 16, 2012, 05:21:55 PM »
I have broadcom 4311 in my Dell D620 laptop.  Yesterday the synaptic update crashed while updating.  The last module being installed prior to crash was a dkms... module.  I currently have no wireless and Network Centre won't run.  

I am running KDE with 2.6.38-pclos1.bfs kernel.  It is regularly updated, prior to yesterday it was updated 2 days earlier.

I will check above thread.

Do you have a PCLinuxOS liveCD? If it runs, and has an internet connection, you can finish the upgrade of the installed system with apt-get, from a chroot environment.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline TerryH

  • Hero Member
  • *****
  • Posts: 557
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #4 on: June 16, 2012, 06:03:32 PM »
I've found and am now currently running from a PCLinuxOS LiveCD.

I've never run chroot before, so am not sure what I need to do.  Could you please advise what I need do to complete my update.

Thanks in advance for your assistance.
https://linuxcounter.net/cert/542348.png

Aussie, Aussie, Aussie........Eh!,  Eh!,  Eh!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11689
  • ----IOFLU----
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #5 on: June 16, 2012, 07:39:05 PM »
I've found and am now currently running from a PCLinuxOS LiveCD.

I've never run chroot before, so am not sure what I need to do.  Could you please advise what I need do to complete my update.

Thanks in advance for your assistance.

This is all done from the liveCD, in a terminal, as root. Open the terminal, then enter;

[guest@localhost ~]$ su                          <Enter>
Password:                         <-- Enter root then press the Enter key

First, run an fsck on your installed / partition, to fix any corruption that may have occurred from the crash.

[root@localhost ~]# fsck -fy /dev/<whatever>                     <Enter>

Replace <whatever> with the actual designation of your installed / partition.

Next create a mountpoint directory to mount the installed / partition on.

[root@localhost ~]# mkdir /here                             <Enter>

[root@localhost ~]# mount /dev/<whatever> /here           <Enter>

Replace <whatever> with the actual designation of your installed / partition.

[root@localhost ~]# mount -o bind /dev /here/dev                  <Enter>

[root@localhost ~]# mount -o bind /sys /here/sys                  <Enter>

[root@localhost ~]# mount -o bind /proc /here/proc                  <Enter>

[root@localhost ~]# chroot /here                             <Enter>

The prompt will change to indicate you're in the / directory of the installed / partition.

[root@localhost /]#

From this point, all commands will be executed as if the installed / partition is the / partition of the running system. The commands issued will be the same as those used if you were actually running the installed system.

To be sure there is a network connection;

[root@localhost /]# service network start                   <Enter>

You should get some sort of message about the network starting.

[root@localhost /]# apt-get update                        <Enter>

This is the same as clicking the Reload link in Synaptic. You'll see a number of lines of text showing the package lists being read.

[root@localhost /]# apt-get dist-upgrade                       <Enter>

If you get a message about packages being held back, or others that can't be installed, and asked if you wish to continue, answer No, and use copy/paste to post the actual message seen, in your next reply. If a large number of system related packages are about to be removed, without replacement, also answer No, and again, use copy/paste to post the actual message seen in your next reply.

If all looks normal, with a bunch of packages being upgraded, and maybe a few new packages installed, answer Yes, and continue.

Again, more lines of text, showing the download of the packages, then the actual installation of packages, followed by the cleanup of the old packages.

When the upgrade finishes, you can leave the chroot environment by issuing the command exit.

[root@localhost /]# exit                              <Enter>

The prompt will again change;

[root@localhost ~]#

...indicating you are back in the liveCD environment.

[root@localhost ~]# umount -a                        <Enter>

You should get a message that the / partition is busy. This refers to the liveCD / partition. All the other mounts will be released, at which point you can reboot into the installed system.

Post your results.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline sirrondach

  • Jr. Member
  • **
  • Posts: 14
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #6 on: June 18, 2012, 07:30:10 AM »
Thanks everyone for helpful advice above. I will try out when I can next get some spare time to "play" with my old laptop and report back then.

Offline sirrondach

  • Jr. Member
  • **
  • Posts: 14
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #7 on: June 19, 2012, 09:01:23 AM »
OK, so I've now done:-

1. A Synaptic update for everything
2. After all downloads were completed and changes were applied, searched for kernel 3.2.18 bfs and marked for installation
3. Checked that dkms-broadcom-wl.5_100_82_112 is installed already (which it is)
4. Clicked Apply > Apply and after all downloads were completed and changes were applied, searched for packages starting with b43
5. Marked all 3 packages starting with b43 for removal
6. Clicked Apply > Apply and after changes were applied, closed Synaptic and restarted the laptop
7. Upon reboot and loading of desktop.... no wireless connection still.
8. Opened PCC, searched for hardware, checked that Wireless Adapter BCM4311 had been found (it had) and started the config tool
9. Selected setup a new connection > Wireless.
10.Selected the Broadcom Corporation BCM4311 WLAN adapter and clicked on NEXT
11. PCC responded with "Unable to find network interface for selected device (using wl driver)".


According to Synaptic, the following are installed:-
dkms-broadcom-wl 5_100_82_112-1
bcm43xx-firmware 1.0-2pclos2010
kernel-3.2.18-pclos1bfs 1-1 as 2012.

I cannot find in Synaptic a kernel version 3.2.18-2 as suggested by Pinoc, only the 3.2.18-1.
Is this relevant, and if so how do I install v -2 please?

Any other info I can give you?

Offline TerryH

  • Hero Member
  • *****
  • Posts: 557
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #8 on: June 19, 2012, 10:55:35 AM »
OK, so I've now done:-

1. A Synaptic update for everything
2. After all downloads were completed and changes were applied, searched for kernel 3.2.18 bfs and marked for installation
3. Checked that dkms-broadcom-wl.5_100_82_112 is installed already (which it is)
4. Clicked Apply > Apply and after all downloads were completed and changes were applied, searched for packages starting with b43
5. Marked all 3 packages starting with b43 for removal
6. Clicked Apply > Apply and after changes were applied, closed Synaptic and restarted the laptop
7. Upon reboot and loading of desktop.... no wireless connection still.
8. Opened PCC, searched for hardware, checked that Wireless Adapter BCM4311 had been found (it had) and started the config tool
9. Selected setup a new connection > Wireless.
10.Selected the Broadcom Corporation BCM4311 WLAN adapter and clicked on NEXT
11. PCC responded with "Unable to find network interface for selected device (using wl driver)".


According to Synaptic, the following are installed:-
dkms-broadcom-wl 5_100_82_112-1
bcm43xx-firmware 1.0-2pclos2010
kernel-3.2.18-pclos1bfs 1-1 as 2012.

I cannot find in Synaptic a kernel version 3.2.18-2 as suggested by Pinoc, only the 3.2.18-1.
Is this relevant, and if so how do I install v -2 please?

Any other info I can give you?



sirrondach,

I have the same problem as you and completed the steps you have in this post.  I also could not find the 3.2.18-2 kernel.  The dkms-broadcom-wl 5_100_82_112-1 does not work with the kernel-3.2.18-1 kernel.   I have removed the kernel-3.2.18-1 and reverted to my original kernel-2.6.38.8.

I then uninstalled dkms-broadcom-wl 5_100_82_112-1 and installed the earlier version dkms-broadcom-wl 5.60.48.36, as per the following post.

My wifi is so far, now working.


Quote

please download the rpm from:
ftp://ftp.pbone.net/mirror/www.pclinuxos.com/apt/pclinuxos/2010/RPMS.nonfree/dkms-broadcom-wl-5.60.48.36-1pclos2010.i586.rpm

move it to a USB stick, reboot in linux and move it to some directory, say /tmp
open a terminal and type the following commands:

su
rpm -e dkms-broadcom-wl
rpm -ivh /tmp/dkms-broadcom-wl-5.60.48.36-1pclos2010.i586.rpm

« Last Edit: June 19, 2012, 11:05:32 AM by TerryH »
https://linuxcounter.net/cert/542348.png

Aussie, Aussie, Aussie........Eh!,  Eh!,  Eh!

Offline GermanTux

  • Hero Member
  • *****
  • Posts: 697
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #9 on: June 19, 2012, 06:55:27 PM »
Terry, if you go back to the new kernel, try removing the broadcom dmks driver, and install the broadcom fwcutter package.  I had to do this for my netbook (BCM4312), though I used that solution with another distro. 

Offline TerryH

  • Hero Member
  • *****
  • Posts: 557
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #10 on: June 19, 2012, 07:29:29 PM »
Terry, if you go back to the new kernel, try removing the broadcom dmks driver, and install the broadcom fwcutter package.  I had to do this for my netbook (BCM4312), though I used that solution with another distro. 


Thanks for this information, presently I am happy staying with the old kernel.  If I upgrade to newer kernel I will give it a try.
https://linuxcounter.net/cert/542348.png

Aussie, Aussie, Aussie........Eh!,  Eh!,  Eh!

Offline sirrondach

  • Jr. Member
  • **
  • Posts: 14
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #11 on: June 20, 2012, 03:29:18 AM »
Terry

Thank you for the advice to go back to version dkms-broadcom-wl 5.60.48.36. It seems the obvious approach, but regrettably the link you gave for it appears to be down or dead.

Anyone know a mirror for
ftp://ftp.pbone.net/mirror/www.pclinuxos.com/apt/pclinuxos/2010/RPMS.nonfree/dkms-broadcom-wl-5.60.48.36-1pclos2010.i586.rpm ??

Offline pinoc

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2881
    • other projects...
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #12 on: June 20, 2012, 08:01:40 AM »
Hi guys,

kernel 3.2.18-2 is now on the server and should be available on your local mirror soon.
Could you please test this kernel with dkms-broadcom-wl.5_100_82_112 and without the b43 packages, see also here, then reboot and check if it works.

Offline monsee

  • Full Member
  • ***
  • Posts: 110
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #13 on: June 20, 2012, 06:06:42 PM »
I have upgrade the Kernel to 3.2.18-2 from 3.2.18-1...
I have the dkms-broadcom-wl.5_100_82_112 package.

Before the upgrade (when I was with the Kernel 3.2.18-1), I had lost all sounds on my netbook. Late, I had someway recovered the video-sounds and audio-sounds, but no system-sounds.
Late more (I don't know why), my system-sounds came back... but I had lost my WiFi connection. I tried some ways to resolve and I had back my wireless connection, but... I need to set that connection on all my system-boots...
So, I tried to uninstall all b43 packages,... but nothing happens. To connect i had to configure the Wi-Fi connection on every new boot. My wlan0 (the wireless connection) was, for my System, a wired connection... that was not true).
So I tried to re-install all b43-packages. No changes, for my problematic connection, of course.

Few minute ago, I try to upgrade to 3.2.18-2 Kernel (having the b43-package installed).
After that, the reboot was slowly a lot (about 4 minutes and half).
... but, when I was on my desktop, all works: my Wi-Fi connection work good (no more "configuration" required... and my wlan0 is now the Wi-Fi connection: wonderfull!)

So, your updated kernel work very well. And no b43-package unistall is needed, I think...

My netbook is a Packard Bell DotSE 106IT and my PCLinuxOS 2012 LXDE-mini Edition work very very good (the Wi-Fi connection also, work good, with your new Kernel).

Offline parnote

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4453
  • The truth is out there ... PCLinuxOS!
Re: Latest updates broke my wireless connection via BCM4311 adapter
« Reply #14 on: June 23, 2012, 12:48:22 AM »
I updated and tried the 3.2.18-1 and 3.2.18-2 kernels on my Lenovo G530 laptop running KDE4. However, the Broadcom 4312 wireless card does NOT work with either of the kernels, but it works perfectly with the 2.6.38-1 and 2.6.38-3 kernels. The wireless light does come on, but sits there and just blinks. I'm using WEP as the encryption on a network with over half a dozen computers connected to the network.

I've tried everything conceivable to get the wireless up under the new 3.2.18 kernels, and nothing seems to be working. I tried deleting the connection and setting up from scratch and I've checked my WEP key at least a hundred different times. Nothing seems to make a difference. I've searched the forums and there isn't even a previous version of the Broadcom wireless driver to fall back to in the repos (attempting to follow another thread from April). Even the suggestions in this thread don't seem to make any difference.

parnote
PCLinuxOS Magazine Chief Editor

Linux Registered User #485009

In a world without walls, who needs Windows?

PCLinuxOS Wiki: Contribute tips/tricks/how-to's!