After entering this command:
$ lsmod | grep spkr
You should be able to see somemthing like this:
pcspkr 10624 0
So, open in your favourite text editor as super-user this file
$ sudo vim /etc/modprobe.d/blacklist
And add new line
blacklist pcspkr
Note: if you didn't find pcskpr in lsmod, try to look for
snd_pcsp. It could be also causing troubles.
Žádné komentáře:
Okomentovat