You are not logged in.
Hi,
Can anyone tell me how I will get about loading the snd-hda-intel module using rc.conf? The problem is that I need to load the module specifying a specific model.
In the console I can load the correct module using: modprobe snd_hda_intel model=w2jc
How would I go about specifying the model option to the module in rc.fonf in the MODULES list?
Kind regards,
Simon
Offline
Put in /etc/modprobe.conf
options snd-hda-intel model=w2jc
Offline
thanks, I'll try that :-)
Offline