Dne �ter� 09 listopad 2004 17:43 Jason Martens napsal(a): > > [ . . . ] > > Check the permissions on your alsa device file. By default this is > /dev/dsp(1?). if you do a "ls -l /dev/dsp*" you should see what the > permissions are. Mine looks like this: > [EMAIL PROTECTED]:~$ ls -l /dev/dsp* > crw-rw---- 1 root audio 14, 3 Nov 9 03:18 /dev/dsp > crw-rw---- 1 root audio 14, 19 Nov 9 03:18 /dev/dsp1
AFAIK, /dev/dsp* are OSS devices, not ALSA. ALSA use /dev/snd/* Also in ~/.xmms/config file check following section: [ALSA] buffer_time=500 period_time=50 mmap=TRUE pcm_device=hw:0,0 # this is the most important line, describing ALSA device # address used for playback mixer_card=0 mixer_device=PCM soft_volume=TRUE volume_left=100 volume_right=100 If you have pcm_device set to "default", it probably won't work. Try to look at ALSA config in GUI preferences, there will be all possible values listed for your system (but "hw:0,0" should work). Mixi

