Gentoo Archives: gentoo-user

From: gigli <gigli@×××××××.se>
To: gentoo-user@l.g.o
Subject: [gentoo-user] openrc & modules args
Date: Fri, 08 Aug 2008 04:09:25
Message-Id: 489BC6F2.40404@swipnet.se
1 Hi
2
3 I upgraded to openrc on my gentoo system, i use it as a mythbackend +
4 desktop. I need to pass an argument to the module dvb_usb_dib0700 to
5 activate the low noise amplifier, but i can't get it to work.
6 /etc/conf.d/modules looks like this
7
8 # You can define a list modules for a specific kernel version,
9 # a released kernel version, a main kernel version or just a list.
10 #modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
11 modules_2_6="powernow-k8 dvb_usb_dib0700 cpufreq_ondemand"
12
13 # Give the modules some arguments if needed, per version if necessary.
14 module_dvb_usb_dib0700_args="force_lna_activation=1"
15
16 # You should consult your kernel documentation and configuration
17 # for a list of modules and their options.
18
19
20 What am i doing wrong. The old /etc/modules.d/options does not work i guess?
21
22 Thanks
23 Martin