Hi all,
I followed the answer of following posting to setup "Start Up" and "Shutdown" sound.
http://ask.fedoraproject.org/questio...startup-sounds
To my understanding;
Start Up = Login
Shutdwon = Power off
"Start Up" works but "Shutdown" sound fail to work.
$ cat /etc/init.d/K99shutdownsound.sh
Code:
#! /bin/bash
/usr/bin/playwave /usr/share/MusicBox.wav
$ ls -al /etc/init.d/K99shutdownsound.sh
Code:
-rwxr-xr-x. 1 root root 56 Aug 17 16:57 /etc/init.d/K99shutdownsound.sh
$ ls -l /etc/rc0.d/K99shutdownsound.sh
Code:
lrwxrwxrwx. 1 root root 31 Aug 17 17:03 /etc/rc0.d/K99shutdownsound.sh -> /etc/init.d/K99shutdownsound.sh
$ ls -l /etc/rc6.d/K99shutdownsound.sh
Code:
lrwxrwxrwx. 1 root root 31 Aug 17 17:03 /etc/rc6.d/K99shutdownsound.sh -> /etc/init.d/K99shutdownsound.sh
$ playwave /usr/share/MusicBox.wav
Code:
Opened audio at 22050 Hz 16 bit stereo
The sound file works.
Please help. TIA
B.R.
satimis