#!/bin/bash ## ## This is a comment, I love comments. ## ## For this script to work you must have installed: ## ESS maestro3 module from: ## http://www.zabbo.net/maestro3/ ## -AND- ## The tiny 'setvol' sound utility: ## ftp://sunsite.unc.edu/pub/Linux/apps/sound/soundcard/%21INDEX.html ## ## To play a sound from the cmd line you must also ## have the sox/play utilities installed. ## ## -Tomas Jamate ## /bin/echo " .. starting sound modules.. " /sbin/modprobe soundcore /sbin/modprobe ac97_codec /sbin/modprobe maestro3 /sbin/rmmod maestro3 /sbin/rmmod ac97_codec /sbin/rmmod soundcore /sbin/modprobe soundcore /sbin/modprobe ac97_codec /sbin/modprobe maestro3 /bin/setvol 0 100 /bin/setvol 0 95 /bin/setvol 0 100 # # play start up sound ? #/usr/bin/play /usr/share/sounds/test1.wav