Skip to content

Instantly share code, notes, and snippets.

@hpherzog
Last active January 23, 2016 08:09
Show Gist options
  • Save hpherzog/5559793 to your computer and use it in GitHub Desktop.
Save hpherzog/5559793 to your computer and use it in GitHub Desktop.
Remove debian boot error "Driver pcspkr is already registered, aborting…"
#!/bin/sh
apt-get -y install alsa-base
echo "blacklist snd-pcsp" >> /etc/modprobe.d/alsa-base-blacklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment