You are not logged in.
With systemd 251.1-1 every time I shutdown, restart or put my laptop in sleep, there is a loud beep. Downgrading to 250.5-1 solves the issue.
Is there any way to disable the beep?
Last edited by firewalker (2022-06-27 10:17:33)
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Possibly related: https://github.com/systemd/systemd/issues/23520
Offline
If the beep comes from the internal speaker, maybe pcspkr module is loaded and you can try to rmmod it as a workaround.
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
Solved by the new version (251.2) of systemd.
Last edited by firewalker (2022-06-06 06:59:50)
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
@firewalker I still have the issue in 251.2
Offline
Me too. But only when the laptop is on battery. When connected to mains, there is no beep...
Γίνε ρεαλιστής, μείνε ονειροπόλος ...
Offline
Let me help you out
To disable the annoying beep :
create a .conf file in /etc/modprobe.d/
name it nobeep.conf
then in the file type blacklist pcspkr
This will blacklist this beep kernel module on every boot
after that save the file and restart , voila the sound is removed
now time to remove the shutdown message
and silent boot
/etc/default/grub
then remove the line :
quiet loglevel=3
this will disable the shutdown message and beep , you will now see boot messages and shutdown messages too!
Offline