On Tue, 2005-11-01 at 22:41 +0100, Lukas Zapletal wrote: > alsaplayer -o alsa -d default=hw:1,0 test.mp3 > ALSA lib pcm.c:2090:(snd_pcm_open_noupdate) Unknown PCM default=hw:1,0 > snd_pcm_open: file not found (default=hw:1,0) > Failed to initialize plugin! You are doing it wrong. The correct syntax is: alsaplayer -o alsa -d hw:1,0 test.mp3 aka lose the "default=". Lee