From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ONqgi-0003Aa-B2 for garchives@archives.gentoo.org; Sun, 13 Jun 2010 17:09:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4DEE0C18 for ; Sun, 13 Jun 2010 17:09:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9BC11E06B5 for ; Sun, 13 Jun 2010 16:13:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3841F1B401C for ; Sun, 13 Jun 2010 16:13:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.926 X-Spam-Level: X-Spam-Status: No, score=-2.926 required=5.5 tests=[AWL=-0.327, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3x26WztUn7ld for ; Sun, 13 Jun 2010 16:13:34 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 5FAA31B400A for ; Sun, 13 Jun 2010 16:13:31 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ONpoM-0002rJ-Fh for gentoo-user@gentoo.org; Sun, 13 Jun 2010 18:13:26 +0200 Received: from adsl-69-234-193-87.dsl.irvnca.pacbell.net ([69.234.193.87]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jun 2010 18:13:26 +0200 Received: from w41ter by adsl-69-234-193-87.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jun 2010 18:13:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org connect(): No such file or directory From: walt Subject: [gentoo-user] Re: openrc conf.d/modules Date: Sun, 13 Jun 2010 09:17:42 -0700 Message-ID: References: <4C1352F8.4050105@jaftan.com.au> <4C142CC6.4020004@jaftan.com.au> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-193-87.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a6pre) Gecko/20100613 Thunderbird/3.2a1pre In-Reply-To: <4C142CC6.4020004@jaftan.com.au> X-Archives-Salt: 79090e82-c3ac-4915-9046-2d8dfe65d225 X-Archives-Hash: 7ba97835c83dc133bc67e2312af6b3d5 On 06/12/2010 05:56 PM, Adam wrote: >>> My modules file contains; >> >> Which 'modules' file do you mean? > > /etc/conf.d/modules > >>> modules="vmmon vmnet vmblock vmci vsock" >>> >>> modules_2_6="${modules_2_6} acpi-cpufreq" >>> module_acpi_cpufreq_args_2_6="" >>> >>> modules_2_6="${modules_2_6} fuse" >>> module_fuse_args_2_6="" >>> >>> modules_2_6="${modules_2_6} usbhid" >>> module_usbhid_args_2_6="quirks=0x05ac:0x1294:0x04" >>> >>> >>> But the vm modules arent loaded. dmesg has nothing. What am i missing? >> >> Are there any references to those modules in /etc/modprobe.d/*conf or >> /etc/modules.d/*conf ? If not, there should be. If yes, did you run >> update-modules? > > There's no reference to the modules in either of those locations before > or after running update-modules (so no i hadnt run it because the openrc > update guide doesnt mention that its required, so I had assumed that its > no longer required). I missed your reference to openrc last time. Do you see any interesting messages when you run /etc/init.d/modules restart? Where do those vm* modules come from?