[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ALSA volume is very low



On Fri, 23 Apr 2004 13:40:37 +0200, 
Alberto Viniegra Ilarregui gracefully wrote:
>El vie, 23-04-2004 a las 10:21, Arnaud Vandyck escribió:
>> Soeren Sonnenburg <debianppc-ml@nn7.de> writes:
>> 
>> > On Thu, 2004-04-22 at 13:24, Michel Dänzer wrote:
>> >> xmms is known not to use ALSA correctly.
>> > ?? I use it all the time here and it works nicely since march...
>guys> > just upgrade IIRC it is working since 1.2.9 ...
>> 
>> $ xmms --version
>> xmms 1.2.10
>:~$ xmms -v
>xmms 1.2.9
>
>so it should works, you say.. but the big problem still being alsa
>support, I dont want to restart alsa everytime I boot my system and log
>a session

I use the following /etc/init.d/alsa2 : 
#!/bin/sh
case "$1" in
    start)
                /etc/init.d/alsa start
                /etc/init.d/alsa stop
                /etc/init.d/alsa start
                ;;
    *)
                /etc/init.d/alsa $1
                ;;
esac

and in my /etc/rc?.d, I link S20alsa to it instead of original
/etc/init.d/alsa. 

At least it works...

>
>:-/
>
>


-- 
Cedric

"[Of course] I'm French! Why do think I have this outrageous 
accent, you silly king-a?!"  Monty Python and the Holy Grail



Reply to: