http://bugzilla.novell.com/show_bug.cgi?id=555935 http://bugzilla.novell.com/show_bug.cgi?id=555935#c3 --- Comment #3 from Takashi Iwai <tiwai@novell.com> 2009-11-20 20:28:19 UTC --- The line "options snd ..." is options for the module "snd". It's different from "snd-hda-intel". For the latter, you must have a line "options snd-hda-intel ...". You mixed up both, thus the modules didn't get loaded properly. So, in your case, use the following lines: options snd slots=snd-hda-intel options snd-hda-intel enable_msi=1 position_fix=1 Then reload the driver, and check options via /sys/modules/snd_hda_intel/parameters/* files to be sure. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.