You are not logged in.

#1 2021-10-14 18:14:37

fhdrin
Member
Registered: 2012-05-10
Posts: 26

Computer start up sound

was reading another thread in this section about a computer sound playing right as the tty comes up. the systemd route didn't work for me. instead, i installed the rc-local aur package. then place:

aplay /usr/local/share/sounds/com_start.wav &> /dev/null

inside /etc/rc.local

works perfect. hope this helps anyone.

Offline

#2 2021-10-14 18:34:40

Awebb
Member
Registered: 2010-05-06
Posts: 6,275

Re: Computer start up sound

The systemd route didn't work, so you chose an empty script that's being called by systemd?

Have a look at the service file to figure out why this "systemd route" of yours didn't work. https://aur.archlinux.org/cgit/aur.git/ … h=rc-local

Offline

Board footer

Powered by FluxBB