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 1ONZkh-0001o6-Or for garchives@archives.gentoo.org; Sat, 12 Jun 2010 23:04:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A7DAE0A89 for ; Sat, 12 Jun 2010 23:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EA0ABE0901 for ; Sat, 12 Jun 2010 22:09:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 960FF1B408B for ; Sat, 12 Jun 2010 22:09:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.927 X-Spam-Level: X-Spam-Status: No, score=-2.927 required=5.5 tests=[AWL=-0.328, 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 29kWtoFtSALr for ; Sat, 12 Jun 2010 22:09:20 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id B9AD21B4068 for ; Sat, 12 Jun 2010 22:09:18 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ONYt9-0005mD-BD for gentoo-user@gentoo.org; Sun, 13 Jun 2010 00:09:15 +0200 Received: from adsl-69-234-176-96.dsl.irvnca.pacbell.net ([69.234.176.96]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jun 2010 00:09:15 +0200 Received: from w41ter by adsl-69-234-176-96.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jun 2010 00:09:15 +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: Sat, 12 Jun 2010 15:09:04 -0700 Message-ID: References: <4C1352F8.4050105@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-176-96.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100610 Thunderbird/3.2a1pre In-Reply-To: <4C1352F8.4050105@jaftan.com.au> X-Archives-Salt: 80ede4a1-066f-4b57-b218-3c7f107a94be X-Archives-Hash: f66cd1369b9fa7943bd0dd6fb8d16348 On 06/12/2010 02:27 AM, Adam wrote: > My modules file contains; Which 'modules' file do you mean? > 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?