View Full Version : [ubuntu] modprobe.conf
dancer58
April 27th, 2008, 10:55 AM
Can someone tell me where modprobe.conf is or where the configuration is done in Ubuntu hardy
milosz.galazka
April 27th, 2008, 05:32 PM
Can someone tell me where modprobe.conf is or where the configuration is done in Ubuntu hardy
You mean /etc/modules file or files in /etc/modprobe.d/ directory?
dancer58
April 29th, 2008, 03:56 PM
You mean /etc/modules file or files in /etc/modprobe.d/ directory?
This is what I am trying to do:
replace model=3stack by model=6stack in Modprobe options
/etc/modprobe.conf for Fedora 8
I am not very knowledgeable in linux so I hope this answers your question
milosz.galazka
April 29th, 2008, 04:44 PM
This is what I am trying to do:
replace model=3stack by model=6stack in Modprobe options
/etc/modprobe.conf for Fedora 8
I am not very knowledgeable in linux so I hope this answers your question
hmm, maybe you search for file /etc/modprobe.d/options
You can add there a line similar to
options snd-hda-intel index=0 model=6stack-dig
(I suppose you want to achieve something similar as in above example)
dancer58
May 3rd, 2008, 11:12 AM
hmm, maybe you search for file /etc/modprobe.d/options
You can add there a line similar to
options snd-hda-intel index=0 model=6stack-dig
(I suppose you want to achieve something similar as in above example)
I tried the suggestion but it did not help. Still no sound
I wish I knew enough to tell if this is a linux or alsa problem
I seems odd to me that sound worked in Ubuntu Gusty but will not work in Hardy. I guess I will have to wait and see if Ubuntu comes up with a fix
Thanks for the suggestions
Harold
Zorael
May 3rd, 2008, 11:19 AM
The file you want is /etc/modprobe.d/alsa-base. Edit/place that line at the very bottom and then restart the sound system.
$ sudo /etc/init.d/alsa-utils restart
dancer58
May 4th, 2008, 08:15 PM
The file you want is /etc/modprobe.d/alsa-base. Edit/place that line at the very bottom and then restart the sound system.
$ sudo /etc/init.d/alsa-utils restart
I got an error:
* warning: 'alsactl store' failed with error message 'alsactl: save_state:1251: No soundcards found...'... [fail]
* Setting up ALSA... [ OK ]
Any other suggestions
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.