From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KR9ES-0008Ia-Lc for garchives@archives.gentoo.org; Thu, 07 Aug 2008 17:25:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5454BE04F5; Thu, 7 Aug 2008 17:24:59 +0000 (UTC) Received: from av10-2-sn2.hy.skanova.net (av10-2-sn2.hy.skanova.net [81.228.8.182]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CFE0E04F5 for ; Thu, 7 Aug 2008 17:24:59 +0000 (UTC) Received: by av10-2-sn2.hy.skanova.net (Postfix, from userid 502) id 5C30E387BA; Thu, 7 Aug 2008 19:24:58 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-2-sn2.hy.skanova.net (Postfix) with ESMTP id 3E0D1386EA for ; Thu, 7 Aug 2008 19:24:58 +0200 (CEST) Received: from [192.168.0.2] (81-233-19-15-no30.tbcn.telia.com [81.233.19.15]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 2B03F37E45 for ; Thu, 7 Aug 2008 19:24:58 +0200 (CEST) Message-ID: <489B2FE9.7010408@swipnet.se> Date: Thu, 07 Aug 2008 19:24:57 +0200 From: gigli User-Agent: Thunderbird 2.0.0.16 (X11/20080806) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] openrc & modules args X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 1c96e6e5-2521-46a7-bd98-1c2b7ecba5be X-Archives-Hash: 1d5521f65739a020fd281446c290d733 Hi I upgraded to openrc on my gentoo system, i use it as a mythbackend + desktop. I need to pass an argument to the module dvb_usb_dib0700 to activate the low noise amplifier, but i can't get it to work. /etc/conf.d/modules looks like this # You can define a list modules for a specific kernel version, # a released kernel version, a main kernel version or just a list. #modules_2_6_23_gentoo_r5="ieee1394 ohci1394" modules_2_6="powernow-k8 dvb_usb_dib0700 cpufreq_ondemand" # Give the modules some arguments if needed, per version if necessary. module_dvb_usb_dib0700_args="force_lna_activation=1" # You should consult your kernel documentation and configuration # for a list of modules and their options. What am i doing wrong. The old /etc/modules.d/options does not work i guess? Thanks Martin