On 28 July 2011 07:50, Greg Jones <gjones5...@netscape.net> wrote: > On 07/27/11 16:42, Christiano F. Haesbaert wrote: >> >> I found out the datasheet for 0x4383 >> >> http://developer.amd.com/assets/43009_sb7xx_rrg_pub_1.00.pdf >> >> I've no knowledge of PCI to debug it though. >> > Try something like this in rc.local and see if it works. > > # Setting "Mother Board Audio Device" as Default Audio Device > > echo '.' > > echo -n ' Setting /dev/{audio,sound,audioctl,mixer} to Azalia0' > > p=1 > > ln -sf /dev/audio$p /dev/audio > ln -sf /dev/sound$p /dev/sound > ln -sf /dev/audioctl$p /dev/audioctl > ln -sf /dev/mixer$p /dev/mixer > > echo '.' >
The links were fine, I checked them. Also although I had an azalia0, I had no audio at azalia0, so the audio links couldn't be wrong I suppose.