https://bugzilla.novell.com/show_bug.cgi?id=217300 ------- Comment #10 from olh@novell.com 2006-11-28 09:14 MST ------- How can we make progress here? There are actually two bugs. One is that snd-powermac is always loaded. An easy fix for this is the usage of the ppc_postinstall.sh script, it should run code like this: if test "`find /proc/device-tree -name layout-id`" != "" then echo 'install snd-powermac /bin/true' >> /etc/modprobe.d/sound-powermac fi this prevents snd-powermac from loading, it is equal to the kernel code quoted above. Loading snd-powermac will appearently confuse snd-aoa in some way. The seond issue is that all audio device nodes are not given to the desktop user. This is not specific to snd-aoa. see bug #106294 For 10.2 I suggest to blacklist snd-powermac on all systems with a 'layout-id' file, the driver wont do anything anyway. All the user has to do is to add itself to the group audio. I dont know which bright guy removed the default user from group audio, it certainly breaks things. After that, run alsamixer to unmute the devices. This seems to be persistant across reboots. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.