Kareem Kneawy wrote: > $ aplay -D hw:1,0 -c2 -t raw -r48000 -fS16_BE ed.raw > Playing raw data 'ed.raw' : Signed 16 bit Big Endian, Rate 48000 Hz, Stereo > aplay: set_params:962: Unable to install hw params: > ... Try aplay -v -D plughw:1,0 -c2 -t raw -r48000 -fS16_BE ed.raw and the look what format is actually used by the driver. HTH Clemens