3
Jul/094
Jul/094
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
- Windows: Cannot team Broadcom NetXtreme adapters. Please select an adapter with NDIS 6 driver error.
- 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: VMware Server 1.x and Debian Etch
Enjoy this article?
Comments (4)
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.
7:32 PM on March 3rd, 2011
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)
I don’t know about oldstable versions, but when using squeeze,the line in /etc/modprobe.d/alsa-base-blacklist was already present after installing alsa-base. Don’t know if even before installation, haven’t read then. So better use an editor to avoid multiple identical lines.
7:42 PM on March 3rd, 2011
wp-android/1.3.9
Thanks for your contribution