Mark Knecht wrote: > When I used to have my HDSP as card 1, I just ran alsaplayer and it > worked. Now that I have it set to card 2, when I try 'alsaplayer -d > hw:1' (I get: > > bash-2.05b$ alsaplayer -d hw:1 > error on set_access SND_PCM_ACCESS_RW_INTERLEAVED > Unavailable hw params: > ACCESS: MMAP_NONINTERLEAVED RW_NONINTERLEAVED I think you'd get the same error if your HDSP is card 0 and you use "-d hw:0". The default ALSA device is "default", which is an alias for "plughw:0". So I think it'd work with "plughw:1". HTH Clemens