I have a audio.sh in ~/.kde/Autostart

#!/bin/bash
# Only do this stuff if we're on the main display
# (i.e., don't do this in a vnc session)
if [ `echo $DISPLAY | grep -c ":0"` -ge 1 ]
then
    # Restore audio settings
    /usr/sbin/alsactl restore
fi
exit 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Paul Thompson
> Sent: Saturday, March 29, 2008 9:09 AM
> To: alsa-user@lists.sourceforge.net
> Subject: [Alsa-user] No Sound
> 
> Greetings
> 
> Sound has worked fine with my Gateway 9550 notebook using 
> earlier SuSE 
> versions, but the sound doesn't work with 10.3. 
> Yast-Hardware-Sound-Config fails with a Port or IRQ error. 
> However after 
> failing, sound does work, but not after the next boot.
> 
> Running "alsaconf" also succeeds in getting sound to work properly. 
> Again I have to do it after each boot. Is there any way to make 
> "alsaconf" part of the boot process? Perhaps running "alsaconf" using 
> KDE's Autostart, and specifying a config file? If so, what would the 
> config file look like?
> 
> Thanks
> Paul
> 
> 
> --------------------------------------------------------------
> -----------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.n
> et/marketplace
> _______________________________________________
> Alsa-user mailing list
> Alsa-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to