Ubuntu :: DKMS Auto Installation Slows Down Boot
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
ADVERTISEMENT
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
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
Aug 25, 2010
I have the issue of getting the Kubuntu getting booted first if I do not select manually in 7 sec. how to make that auto selection to XP so that, I can leave the computer and let it select Windows.
View 4 Replies
View Related
Mar 5, 2011
10.10 software raid not auto assembling on boot
I have a software raid from an 8.10 install
Ubuntu 10.10 does not auto assemble it on boot up, how do I fix this?
I didn't see a way to do it looking all over the web. But when running
mdadm --assemble --scan
from the terminal the raid starts and works fine
My mdadm.conf is in /etc/mdadm and is as follows code...
The partitions are indeed marked as linux raid autodetect
View 1 Replies
View Related
Jul 8, 2010
I upgraded to 10.04 from 9.10.
Network accesses are now dramatically slower.
I upgraded a copy of my previous 9.10 installation so I can still use 9.10.
Network does work with 10.04 but is extremely slow. Website loading is initially quite fast but then slows to a crawl. Second and third tabs appear to stall completely, waiting for the first tab to finish.
All of this works just fine under 9.04.
Toshiba M45-S165
1.5 GB RAM
View 1 Replies
View Related
Apr 3, 2010
Installed Karmic or upgraded to it, and the Time Date in the upper right loses time now after upgrade to Karmic. Worked fine before upgrade so it is not hardware.
Ubuntu 9.10 (karmic)
2.6.31-21-generic
4.4.1 (i486-linux-gnu)
Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
GeForce 7300 GT
View 1 Replies
View Related
Jul 12, 2010
I recently broke down in the face of morbid curiosity and clicked that little version update button. it seems to run flawlessly (after i uninstalled the pesky touchpad) but it takes a long time to boot up now. at least a full minute. is this normal?
I will add also that it said my version of grub had been modified (which i dont remember doing, but may have) so i told it to leave the current one in place.
View 2 Replies
View Related
Nov 3, 2009
Problems with dual boot, grub2 auto os prober
Drive #1 (sda) Master CS Ubuntu 9.04 grub upgraded to grub2 version 1.96
Drive #2 (sdb) Slave CS Ubuntu 9.10 grub2 version 1.97 /boot is (sdb1) root is (sdb5)
grub2 is installed in /boot (sdb1) and the mbr of (sdb)
I want to be able to boot drive #2 from drive #1 grub menu at boot time. I have run �update-grub and it probes and finds (sdb5) and creates a new grub.cfg called grub.cfg.new in the /boot folder, but the new cfg file does not show (sdb5) or (sdb) it shows all other changes that I made such as splash screens and they are working. How do I get it to recognize drive #2 with Ubuntu 9.10. I can boot each drive independently of one another and I can boot 9.04 with 9.10 if I swap the drives around. And run update-grub The auto probe is working in the Ubuntu 9.10 and may be working partly in the 9.04.
This may or may not be a problem, but is a pain anyway. When I run update-grub in 9.04's grub version 1.96, it does not change anything in the current grub.cfg it does make a new file called grub.cfg.new I have to go into /boot/grub and change grub.cfg to old and change grub.cfg.new to grub.cfg I do not have this problem running the same command in Ubuntu 9.10's grub. It finds changes and os's and automatically updates the current grub.cfg
View 2 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
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
Jul 28, 2010
I've gotten hold of 3 old pc's that I've installed with Jaunty & use Loki as a quick and dirty render farm manager.
I've got one display between them and so i can check that each one works on its own as a 'grunt' of the 'master' (my main pc).
To get the grunt to work I have to log in to a cli (to save on ram), start nm-applet (the only way the wireless cards work at mo) & start Loki in grunt mode. All whilst connected to a display.
I'd like to learn how to script all this so I can simply switch the pc's on without needing to use a display. Do i need a boot script and how does that work?
How do I set them to auto log in to command prompt?
View 6 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
Jan 22, 2010
My problem is that it won't load the dkms module and Virtualbox will not run.
View 14 Replies
View Related
Jan 28, 2010
I originally had Ubuntu 9.10 desktop. Then I resised the partitio with the ubuntu moblin installer and installed ubuntu moblin remix(which is an interesting little distro!), but now, when I turn it on, it auto highlghts the moblin partition with (boot in 5, 4,3...). I know this is not a bug, it's just a pain.
Does anybody know how I can highlight anther entry?
View 4 Replies
View Related
Feb 21, 2010
I have a 500 GB ext4 formatted HHD which i have to manualy mount when ubuntu starts. I have read much on the topic but am still unsure what i should add to fstabmy output when entering "sudo fdisk -l" is
"Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 7 Replies
View Related
Sep 16, 2010
How do you set PulseAudio to auto-start during boot? Just upgraded ALSA versions, but pulse audio does not appear to be starting at boot time and I have no sound. RT-Kernel-33
View 1 Replies
View Related
Mar 19, 2011
Does anybody know how to have partitions (not removable media) auto-mounted at boot?It would be great so I do not have to click them for first use.By the way, may it be pre-configured in ubuntu to do that for everyone?
View 1 Replies
View Related
Jun 23, 2011
I am running 11.04 and have a netgear USB wireless NIC. When I am logged in I can connect to the wireless network through the USB adapter without any problems.I wish to use the machine as a part time home server and so have installed samba, LAMP etc however when I start the machine the NIC is not activated until I have logged in.
In the past I have done this but only ever over a wired ethernet connection, never wireless? Can some one please point me in the right direction?
View 4 Replies
View Related
Mar 27, 2010
I'm remote from my system and so have to wait 2-3 days before I can get access directly, but I've noticed that when the kernel updates automatically (or forced by me), the next reboot stops at the grub page awaiting confirmation of the kernel I want to boot. grub.conf doesnt seem significantly different from that of fedora (my previos distro for this machine) and even has the default lines and times spec'd, so I can't see what's holding it up. Any ideas how I can prevent this so I can have my system auto-updating the kernel AND safe to reboot remotely?
View 1 Replies
View Related
Dec 20, 2010
In dealing with the Nvidia Powermizer, I have to set it to "Prefer Maximum Power" mode from adaptive mode in order that I can avoid laggy in using my GUI. However, it doesn't save this setting so I have to manually tweak it everytime........
Someone on the web taught me to use the following command line:
nvidia-settings -a [gpu:0]/GPUPowerMizerMode=1
running it in the terminal it will set to the mode I want.
Would I be able to make my computer run the above command in terminal everytime it starts? I tried to put the command in the start up applications and it seems not working.
View 5 Replies
View Related
Jun 18, 2011
I have a full working Mythbuntu 11.04 on a FakeRAID system (via ICH10R chipset). The OS is sitting on a 250GB partition and working fine. I am trying to get the 7.07TB partition mounted so that I can use it to store all my movies. When I mount it via the [URL] all works fine. When I reboot it cannot mount due to device being not ready or unavailable It appears the superblock goes missing at reboot. I have it formatted to ext4 with a GPT partition table. If I reformat and remount then all works fine again until I reboot.
[Code]...
View 3 Replies
View Related
Jun 20, 2011
I have Ubuntu 10.10 (maverick) and I'm using mdadm 3.1.4. I have created a RAID 10 using imsm as the metadata, and this runs successfully if I assemble the RAID from the command line. My question is: How do I get the RAID to auto assemble when I boot the system? I would like to be able to mount the RAID when the system starts up (but the OS is on a separate disk altogether). What I've found out so far is that I must do a Code: update-initramfs -k all -u AFTER I've modified the /etc/mdadm/mdadm.conf file. This is what I've got in my configuration file:
[Code]....
BUT what happens is that when I reboot my server, and then do "ls -l /dev/md*" there is no listing at all for any RAID devices. I actually have to run the assemble command on command line and that is when I see listings for RAID devices under /dev. What am I missing?
View 9 Replies
View Related
Jan 19, 2010
I have a custom modified Ubuntu LiveCD. Sometimes when I boot from the CD, after it detects the HDDs it starts automatically scanning and repairing them even if the partitions are windows partitions. What do I need to modify to make it not scan/repair any partitions/drives at boot?
View 2 Replies
View Related
Mar 19, 2015
I am new to Debian and I have been trying to find a way to auto login to a users account upon Debian booting. Is there a way to auto login to the root account upon a Debian boot? Is it possible to do this with GNOME installed as well as Minimal?
View 1 Replies
View Related
Aug 28, 2010
I have installed opensuse 11.3 .But I do not know how to boot system auto.
View 3 Replies
View Related
May 4, 2010
I'm a new user of Linux & I have recently written an application using Glade and GTK for a touch screen interface using Debian V5. The software is now complete and working so the simple bit (i thought) would be to get the software to load when the touchscreen is switched on. I have made a link to the software executable using the system/prefs/sessions option but the software seems to load on startup without the user interface. Looking at the system manager the software does seem to be running but it seems to be in the background. If i load the programme manually the GUI works.
View 1 Replies
View Related