Mailinglist Archive: opensuse (2441 mails)

< Previous Next >
Re: [SLE] Is sound management ready for the 'Linux Desktop'?
  • From: Peter Vollebregt <peter.vollebregt@xxxxxxxxx>
  • Date: Thu, 30 Jun 2005 00:05:35 +0200
  • Message-id: <42C31B2F.6090700@xxxxxxxxx>
Colin Murphy wrote:
>On Wednesday 29 June 2005 09:05, Peter Nikolic wrote:
>
>
>>Errrrrr Kmix does have a slider for digital it is labeled PCM i use
>>Kmix only and have no problems with skype apart from the odd howl cause i
>>cant stand headphones but even that is rare these days ,
>>
>
>
e.g. I need to enable the 'Wave' Slider but depending on your soundcard
there can be other settings (- and yes. This could be much clearer).
>
>But do you need to reset the slider positions everytime you reboot? I would
>still like to hear how I can set these from command line.
>
alsactl store (to save the settings)
alsactl restore (to restore the settings)
(saving volumes in yast should do the same)

Note that mixers like 'kmix' if enabled can also restore settings. Kmix
has a setting for this. This comes after the alsactl restore call
normaly perfomed during boot.

Another thing you can do:
For my former soundcard i used an executable Bash script in KDE's
autostart folder using the amixer command to unmute sounds. This looked
like (the commands like 'PCM' can be different per soundcard - see
/etc/asound.state):
/#!/bin/sh/
/#/
/# for my old soundcard/
/#amixer set 'VIA DXS',0 100%/
/#amixer set 'VIA DXS',1 100%/
/#amixer set 'VIA DXS',2 100%/
/#amixer set 'VIA DXS',3 100%/
amixer *set* PCM 80% unmute
amixer *set* Master 40% unmute
amixer *set* AC97 100%
amixer *set* CD 50% unmute



Peter Vollebregt

< Previous Next >