The audio devices look correct. Did you consider setting those to 777 to ensure that it's not permissions? chmod 777 /dev/dsp* , test it, then change it back to 660 with, chmod 660 /dev/dsp* Don