Debian Hardware :: Reinstall Broadcom-sta-dkms On Every Boot
Jan 20, 2016
About 6 months ago or so, I got a new 802.11ac card for my laptop:
$ lspci | grep Broadcom
07:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)
This one uses the broadcom-sta-dkms binary driver in module wl. Everything was working fine until a few days ago. I booted up the laptop following a power failure and the network was acting very strange. Upon connection to the network, I had network access for a brief period, then it went away. Network manager claimed to still be connected. The access point thought I was connected as well. No packets were getting through. After many cycles of trial and error, I found that upon each network connection (different network, same network, didn't matter) I could ping the router for about 30 - 45 seconds.
After that, my pings went unanswered. Using wireshark in monitor/promiscuous mode, I found that I was indeed not seeing any replies and no machine on the network was responding to my ARP requests. Inspecting the ARP cache before and after, I see the mac address of the router as usual up until a couple of minutes after the pings stop coming back. I am also seeing wireless activity from other machines on the network, but I think it was only broadcast activity I was seeing. This behavior didn't change with signal strength either. I saw the same behavior when I was 3 feet from the router as when I was 50 feet from the router. Wireshark didn't show any other activity that looked out of place to me.
I did find a work around. If I purge the broadcom-sta-dkms package (apt-get purge broadcom*), reboot (haven't checked if unloading the wl module is sufficient), install the broadcom-sta-dkms package, and manually load the wl module, everything works as expected. I'm not sure why the driver won't survive the reboot. I have had to do this each time I boot my laptop for the last few days. I'm not sure what might have changed as before that power failure I think I had a couple of weeks uptime and I do updates at least weekly. I think I remember seeing an update to the kernel come through at one point recently. I tried reverting to the previous kernel version but that didn't seem to do the trick.
I'm on Debian Jessie.
View 2 Replies
ADVERTISEMENT
Mar 4, 2010
Recently my boot time went from barely 2 minutes to more than 10.it goes to text from the splash logo and a line shows :"running dkms auto installation service for kernel 2.6.28-18-generic".And then each 3 or 4 minutes it shows a driver (for a total of 3) : nvidia, vboxdrv and other one related to vbox.I've scanned through syslog but I can't find anything related to this issue.
View 2 Replies
View Related
Jan 22, 2010
My problem is that it won't load the dkms module and Virtualbox will not run.
View 14 Replies
View Related
Dec 9, 2010
Do you have to reinstall Nvidea and Broadcom drivers every time the kernel is updated? The new kernel would not even load to where I could get to my desktop. Help?? I could not even sign in with older kernels. Had to use a Puppy CD to edit my Grub menu.lst so I could sign in on the older kernel.
View 9 Replies
View Related
Jun 8, 2011
i'm used eeepc here the situation i've already install squeeze AMD64 KDE but i want to try using i386 gnome which is more friendly for my eeepc spec. problem is there other boot in my pc. i'm currently using win7, ubuntu 10.10 32 gnome, and ubuntu ultimate 64 gnome and i don't have external HDD.
Question is i want to remove all linux OS and keep my win7 is it ok if i'm using Gparted to delete all linux OS and then installing deb squeeze i386. my next project is to build portable server on eeepc.
View 1 Replies
View Related
Jan 18, 2015
I'm trying to reinstall Debian on one of my machines after an unsuccessful install of FreeBSD (it didn't jive with my ssd). Debian installations have never been a problem before on this particular setup before but now for some reason it won't get past the "Debian GNU/linux installer boot menu". The USB goes into idle mode and the menu does not respond to keyboard strokes. I've tried several debian images to no avail. Ubuntu seems to work just fine though but I don't want to install Ubuntu just because Debians having some problems. I booted ubuntu live and reformated the SSD I had tried to install FreeBSD on because there were no partition tables on it but that didn't work either. I'd like some expert input before I go do another `dd`.
View 2 Replies
View Related
May 20, 2010
i installed kernel 2.6.34 to fix my lid closing issue, and that went great. but now when i go to reinstall my broadcom i get this error. Code: Reading package lists... Done Building dependency tree Reading state information... Done bcmwl-kernel-source is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 1 not fully installed or removed. After this operation, 0B of additional disk space will be used. Setting up bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu3) ... Removing old bcmwl-5.60.48.36+bdcom DKMS files...
[Code].....
View 9 Replies
View Related
Mar 19, 2011
I'm trying to set it up so that I don't have to recompile the driver for my RAID card manually every time there is a kernel upgrade.I found a thread on it, here and a help page here, and it looks like it builds the module fine, but for some reason it's not being inserted into the new kernel, or something. It's like the new kernel doesn't know it exists, even tho modprobe -l shows the newly built module exists (and is in the correct place)Here's the script that I wrote up to get the drivers set up in DKMS:
Code:
#!/bin/bash
set -e
[code]....
View 4 Replies
View Related
Jul 5, 2011
dkms is a facility which lets you to install drivers as module and it'll compatible with kernel upgrade.Driver will live as its source code in system,so after each kernel upgrade , driver module will recompile itself to work properly with new kernel.I read about dkms , but I have no experience to configure it by myself. I want to install nvidia driver using dkms,but I don't know how and where I can find source code of nvidia driver.
View 2 Replies
View Related
Feb 4, 2010
i tried installing the latest nvidia-bl-dkms from mactel ppa for karmic. getting the following error:Quote:E: nvidia-bl-dkms: subprocess installed post-installation script returned error exit status 10
View 9 Replies
View Related
May 14, 2010
I am running a 64-bit version of lucid that I just upgraded the other day. At first everything was working fine, but after some upgrades (don't remember which ones) I get an oss4-dkms error and I have no audio.
I have tried a bunch of things that I found online, but nothing has seemed to work and at this time I am a little lost.
Following is some information:
View 7 Replies
View Related
Nov 29, 2010
I am trying to setup dkms to automagically build the rr26xx driver for a rocketraid 2640x4 card when the kernel is updated.I followed this guide which sounded like exactly what I was looking for.When I get to the step where you actually use dkms to build the module with:
Code:
sudo dkms build -k `uname -r` -m rr26xx -v 1.2
I got the following error:
[code]....
View 4 Replies
View Related
Mar 8, 2011
I have (had?) ndiswrapper-dkms installed, and used it to get a wireless card working. After a kernel update, the card stopped working, and I tried to re-install it. Part of the directions included doing -r to about everything connected to the original install. Now I still show "Windows Wireless Drivers" in the drop-down menu, but when I click on it, it "flashes" for a split-second, and then disappears.'ve tried re-installing it from Synaptic, and doing "sudo apt-get install ndiswrapper-dkms" but it just returns saying that I already have the latest version.
View 1 Replies
View Related
Aug 10, 2011
each time i upgrade my kernel, my installation of lirc fails to work after the upgrade, and i have to re-compile (against new kernel) and install the lirc modules... which i do via something like:
Code:
sudo modprobe -r lirc_imon
sudo dpkg-reconfigure lirc-modules-source
sudo modprobe lirc_imon
after which all is well. this of course is a problem that DKMS should solve for me but it doesn't do it. also i get this message in my messages log:
[Code]...
View 1 Replies
View Related
Jun 15, 2011
I am drowning in Broadcom over here. Fedora 15 with Broadcom 4313 wireless inop. I believe that I have made every attempt to get this Broadcom 4313 off and flying that is posted on this, and many other, forums. I had the wireless working on this laptop yesterday when I made an error with a NVIDIA driver that caused me to be unable to boot. I updated/reinstalled the kernel and the fun began. Here is where things are at. note the broadcom version fc13? No idea why that would be 13.
[Code]...
View 14 Replies
View Related
Feb 11, 2010
The card uses a momentary switch to turn on at and off and it doesn't work. I read that there is a way to have the card turn on by default on boot but I can't figure out how to do it.
View 1 Replies
View Related
Mar 13, 2010
i accidentally on purpose deleted my boot partition and rewrite something on it. Now i'd like to know how can i restore it. All i have now is the live cd. It's really bugging me that i can't have something nice for more than a week i'm seriously thinking to give my money back to old billy the kid or better to get an abacus and some sheets of paper and never again touch a computer.
View 4 Replies
View Related
Mar 17, 2011
I have recently switched from Windows 7 on my laptop(about 1 year old now) over to Ubuntu 10.10 and must say it is AMAZING! So fast and smooth.
Anyways, I am wanting to reinstall Windows 7 again just to have it for some games/programs. And I am running into one small issue, that lot get.
I got a new Windows 7 Ultimate ISO CD(DVD-R) from my tech guy. When I go to launch it from a restart, after making BOOT from the DVD Drive(even made it first to boot in BIOS) it says "Cannot boot from CD error: 5"
I tried it just to see if it would work on my desktop work comp, and it did. But not on my laptop.
The only OS on my laptop is Ubuntu, I had it install along side with windows at first, but I guess I clicked something off.
I really would like to install this WIN 7 Ultimate but just cant ATM..
View 8 Replies
View Related
Mar 15, 2010
A few months ago I unstalled Ubuntu on my PC and was dual booting it and Vista. It worked great, love ubuntu. However I did have to run windows for some things so Dual booting was a perfect set up. However, recently my windows messed up and I had to reinstall it. Now when I start my computer I don't have the option to boot Ubuntu and I can only run vista. My hard drive is still partitioned so I'm pretty sure Ubuntu is still there, just unaccessable.Do you guys(or girls) have any ideas on how I can boot Ubuntu without having to reinstall?
View 1 Replies
View Related
Jul 18, 2009
I'm new here and very new to Debian. I have a server with Debian 4 installed by anoter person and webmin was installed and running. I run a dist-upgrade to switch to Debian 5.
Upgrade completed successfully, as far as I know, except than Webmin stopped to work. Once logged in I got many error for modules/program not found. So I uninstalled webmin using "apt-get remove".
Now if I try to install it again apt-get tells me that (try to translate from Italian):
Quote:
Package webmin has not any version available, but is referred by another package. This means that package is missing, became obsolete or is available only from within another source. E: package webmin has no installation candidates
I tried also with "apt-get install webmin-core" but get the same message with only this additional info:
Quote:
Anyway, these packages substitute it: webmin
Tried to run "apt-get update" and then "apt-cache search webmin" but it doesn't find anything.
View 5 Replies
View Related
May 27, 2010
I need to reinstall my distro, MEPIS, but--mostly just because I feel restless--I'd like to try another Debian-based distro. It has to be Debian-based because I'm comfortable enough with apt-get that I don't want to learn another package management system; and I want to avoid Ubuntu and distros based on it, because I've long since decided I don't like the decreased user control in Ubuntu. What are my choices? If I want to leave MEPIS and don't want Ubuntu, I don't really know what there is other than Debian itself. I don't know if I feel like tolerating the supposedly greater difficulty of Debian, but I would otherwise expect to feel at home in it, since MEPIS is based on it. And does the Debian Project still make a version small enough to fit on one CD?
View 14 Replies
View Related
Sep 16, 2010
Just recieved an HP 5103 that has a BCM4313 14e4 4727 wireless card. I had a heck of time finding a driver but finally did and installed it. This is on Ubuntu Netbook Remix 9.10.
However, it seems I have to load the driver everytime and can't get it to load during boot.
View 7 Replies
View Related
May 20, 2010
I have pc containing 80 GB Hard Disc with 1 GB RAM. I am using 60 GB for windows and 20 Gb for Fedora 12. Recently i formatted the pc and reinstalled both. I installed windows 7 instead of Windows XP i am using earlier. Now i do not like windows 7. My system became very slow. perhaps as my pc is five years old and motherbord configuration may not be matching. Now i want to revert to windows XP. I do not know any method by which i can retain fedora 12 and change from windows 7 to XP. Earlier i formatted complete hard disc and installed fedora 12 (myself) after windows 7 (by professional). but now i do not want to reinstall fedora 12. It will lose all upgradation and installed packages.
View 2 Replies
View Related
Sep 3, 2010
I installed the latest updates earlier today. Instead of restarting I just shut the machine down after updates were installed. now I can't boot into Fedora 12. I booted using the live cd and all my files seem to be in order except there is nothing in the boot folder. Is there anyway to reinstall boot/grub from the live cd? I do have a backup copy of a previous menu.lst.
View 9 Replies
View Related
Aug 2, 2010
On my Desktop I am experiencing a very weird behavior. First of all, I would like to mention that I am posting from the very same machine...just under Windows (which tends me to roll our hardware issues).
Next, a short history I installed 11.2 on my machine when it came out last year. I upgraded my hardware (new mainboard, cpu, ...) without reinstalling. Everything went fine I upgraded to KDE 4.4...still everything ok I did a system upgrade to 11.3 final using zypper And there it starts. After the upgrade, the first boot didnt work as expected (the system just hang). So I just did a restart and 11.3 was up and running. Now, since last week, I cannot boot my system at all. The screen just shows me the boot-splash but the progress bar isnt moving a thing. So I started with the option splash=verbose which did not show me a single line of output. The system just hangs right after the GRUB selection occured. So I decided to download 11.3, burn it to a disc and reinstall it. Well...this doesnt work either At least it shows me some lines of output, which look fine, but some lines after starting KDM the screen goes black and thats it. The only way I got something was when I started the installation in Textmode. I was able to log in but I dont know what to do then. I ran yast2 but it didnt look like I could install the system that way.It would be nice to get it running with my home-partition still in place.
View 6 Replies
View Related
Mar 29, 2010
I'm trying to reinstall Mac OS X on a single boot Linux powerbook, but have no idea what to do because to my understanding ubuntu wont read a .DMG file, does this means that I have to burn it? Or maybe convert into an .ISO and then burn? Or can it be done from within the machine from an .ISO?
View 7 Replies
View Related
Sep 11, 2010
i got a problem in my laptop so i moved the hdd from a laptop to another one like it slack worked but win 7 didn't so i booted slack moved my files from the windows partition to the slack one the i formated the windows sector now i can't go to the Slackware and boot it and i have my files in the /home/root/Desktop so i did try to boot a live cd but i can't access to this file.
View 1 Replies
View Related
Apr 29, 2010
I recently installed opensuse 11.2 on my laptop which also had windows vista and windows 7, i created a new partition and the installation went smoothly, after i went to boot back into windows 7 i got a blue screen of death, strangely vista boots perfectly.I could just reinstall windows 7 but its a pain to reinstall all my programs and such
View 6 Replies
View Related
May 2, 2010
So I was messing around trying to uninstall Nibbles and reinstall since I have an issue starting that game and something happened and removed the submenu under Games called "Logic", which had another whole list of games.
Is it possible to reinstall the games package or reinstall the update?I'm thinking more of the lines of a system restore or something so back 2 days from today.
View 2 Replies
View Related
Jul 25, 2010
i have a dual-boot system running with Fedora 11 and (formerly) windows XP. The windows xp has become unbootable, and i installed Fedora on a separate partition so i could run the computer. is there a way i can reinstall windows XP to the other partition using Fedora 11?
Note: The reason i installed fedora Is because i dont have a Windows XP Boot cd, and i believe there is a backup somewhere on the hard drive.
View 5 Replies
View Related