Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

howto save module options

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
kuifje
Posts: 5
Joined: 2005-08-07 16:27

howto save module options

#1 Post by kuifje »

I am new to Debian and would like to know how to save module settings.
For my tv-card: E-Tech tvp102, I need settings ; modprobe saa7134 card=3 tuner=13.
Because it is not detected that way but card=2 tuner=5 it want work.
Setting as saa7134 card=3 tuner=13 does make it work. But where to put that....
modules.conf, says not put it in there... and I found no rc.local....

drdebian
Posts: 80
Joined: 2004-10-09 16:17
Location: austria
Contact:

Re: howto save module options

#2 Post by drdebian »

kuifje wrote:I am new to Debian and would like to know how to save module settings.
For my tv-card: E-Tech tvp102, I need settings ; modprobe saa7134 card=3 tuner=13.
Because it is not detected that way but card=2 tuner=5 it want work.
Setting as saa7134 card=3 tuner=13 does make it work. But where to put that....
modules.conf, says not put it in there... and I found no rc.local....
Try

Code: Select all

apt-get install modconf
to install modconf, which will allow you to unload your modules and load them again with parameters that are stored in a configuration file.

Post Reply