On Sat, 15 Nov 2003 18:58:28 +0100
Florian Schmidt <[EMAIL PROTECTED]> wrote:

> On Sat, 15 Nov 2003 11:44:36 -0700
> Gianmarco Di Loreto <[EMAIL PROTECTED]> wrote:
> 
> > Thanks Florian,  but whatever and wherever i write h"¨hw:0,0¨ xmms
> > gives me an error (mixer error)...and second,  I don have a
> > .asoundrc file!! Only asound.state...
> 
> Ok, create a file called .asoundrc in your home dir. put this into it:

also try this:

Have alook at the output of

$ cat /proc/asound/devices
1: : sequencer
0: [0- 0]: ctl
8: [0- 0]: raw midi
18: [0- 2]: digital audio playback
17: [0- 1]: digital audio playback
16: [0- 0]: digital audio playback
24: [0- 0]: digital audio capture
33: : timer

On my system there's 3 playback devices. If i want to make the third the
default i just add this line to my ~/.asoundrc [counting starts at 0]:

defaults.pcm.device 2


Hmmm, you could also create a symbolic name for the device you want like
this:

pcm.foo {
        type hw
        card 0
        device n
}
#replace n by the device number 

ctl.foo {
        type hw
        card 0
}

and then select foo in the alsa-xmms plugin...



Flo

-- 
music: http://www.soundclick.com/bands/9/florianschmidt.htm




-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to