On Sun, Dec 30, 2018 at 10:32:16PM +0100, haaber wrote: > Hi, I never understood the purpose of the loudspeaker bell in linux, but on > my machine, it is particularly loud and annoying. Is there a reasonable way > to deactivate it forever? Thank you (and a happy new year), Bernhard
Try these: As root rmmod pcspkr, should stop it in running machine. Edit /etc/modprobe.d/blacklist, and insert a line: blacklist pcspkr If that doesnt work, put the rmmod command in a startup script. The ultimate sanction is to unplug the leads to the internal speaker from motherboard. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20181231101702.nocdow2mqqfxthbd%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
