3
Jul/092
Jul/092
Debian: dmesg output contains “Error: Driver ‘pcspkr’ is already registered, aborting…”
Here is what’s transpiring: the boot sequence attempts to load two different drivers for the integrated PC speaker. To solve the problem install alsa-base package:
aptitude install alsa-base
And then execute the following command:
echo blacklist snd-pcsp >> /etc/modprobe.d/alsa-base-blacklist
Related posts:
- Debian: NIC bonding (teaming) 32/64 bit OS
- Debian: Setup is unable to find the “killall” program error when installing VMware tools
- Debian: Upgrade Etch to Lenny, and error message “There is no public key available for the following key IDs: xxxxxxxxxxxxxxxx”
- Debian: Symantec Backup Exec 12 and Debian Etch 32/64
- Debian: VMware Server 1.x and Debian Etch
Enjoy this article?
Comments (2)
Trackbacks (0) ( subscribe to comments on this post )
Leave a comment
No trackbacks yet.
2:18 PM on June 21st, 2010
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3
How did you find out which drivers are conflicting?
I’m trying to load the ata_piix module which I had to compile manually but when I do isnmod, in the dmesg: Error: Driver ‘ata_piix’ is already registered, aborting…
I’m trying to figure out what module it’s conflicting with…
2:43 PM on June 21st, 2010
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB7.0 ( .NET CLR 3.5.30729)
It’s difficult to tell what the culprit is, but what I’d do is to disable all other disk controller including CD/DVD drives and see if I can reproduce the error.