From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Gf1di-0004DR-CT for garchives@archives.gentoo.org; Tue, 31 Oct 2006 21:59:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9VLvPVT030032; Tue, 31 Oct 2006 21:57:25 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9VLvOY8025431 for ; Tue, 31 Oct 2006 21:57:24 GMT Received: from localhost (localhost [127.0.0.1]) by ilievnet.com (Postfix) with ESMTP id 963AF20101F for ; Tue, 31 Oct 2006 23:57:22 +0200 (EET) X-Virus-Scanned: amavisd-new at ilievnet.com Received: from ilievnet.com ([127.0.0.1]) by localhost (ilievnet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LsRKBr4p5RR7 for ; Tue, 31 Oct 2006 23:57:17 +0200 (EET) Received: from [10.0.1.1] (mail.ilievnet.com [10.0.1.1]) by ilievnet.com (Postfix) with ESMTP id 5072D200814 for ; Tue, 31 Oct 2006 23:57:17 +0200 (EET) Message-ID: <4547C6BB.9020601@ilievnet.com> Date: Tue, 31 Oct 2006 23:57:15 +0200 From: Daniel Iliev User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.0.7) Gecko/20061010 SeaMonkey/1.0.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] kernel recompile? References: <4547594F.1070406@verizon.net> <45475F98.1070603@pro.onet.pl> <454772F9.5030807@ilievnet.com> <200610311719.44939.Gentoo@kraszewscy.net> <45478234.4050302@verizon.net> <4547887E.4030606@ilievnet.com> <454792A1.205@verizon.net> <45479875.8070807@ilievnet.com> <45479A65.2080203@verizon.net> <45479FCD.2090300@ilievnet.com> <4547A634.6050309@verizon.net> In-Reply-To: <4547A634.6050309@verizon.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 41403225-33c0-4147-ae40-9c884d0fc00e X-Archives-Hash: ce0a66517f7824de488a2afca9e61eae sean wrote: > Here is where things stand. > > On boot, dmesg showed the modules did not load. Did you replace the old "System.map" file with the new one? "cp /usr/src/linux/System.map /boot/System.map" or "/usr/src/linux/System.map /System.map" I think this will stop the warnings. > > Here is my list from autoload.d. > s2io.ko > snd-mixer-oss.ko > snd-pcm-oss.ko > snd-seq-device.ko > snd-seq.ko > snd-page-alloc.ko > snd-pcm.ko > snd-timer.ko > snd.ko > snd-ac97-bus.ko > snd-ac97-codec.ko > snd-intel8x0.ko > soundcore.ko > > Here is a list of load modules > sean@tardis ~ $ lsmod > Module Size Used by > snd_seq 50016 0 > snd_pcm_oss 48160 0 > snd_mixer_oss 16896 2 snd_pcm_oss > nvidia 5423892 12 > snd_intel8x0 32552 1 > snd_ac97_codec 99928 1 snd_intel8x0 > snd_ac97_bus 4480 1 snd_ac97_codec > snd_pcm 80776 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec > snd_timer 22152 2 snd_seq,snd_pcm > snd 50600 7 > snd_seq,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer > > soundcore 10080 2 snd > snd_page_alloc 10640 2 snd_intel8x0,snd_pcm > sean@tardis ~ $ > The right syntax is to put the "module_name" only in "autoload.d" not the "module_name.ko" For example: nvidia - correct nvidia.ko - not correct Additionally I think you could safely remove all those sound related modules from "autoload.d" because "rc-update add alsasound default" should take care of them. Anyway it won't harm if you leave them like this. > The only one that I do not see is s2io. > "s2io.ko" appears to be a driver for the Neterion's Xframe PCI-X NIC [1,2] and if you have working network which appears so, because you can at least send & receive e-mail :) it means that you either don't need this driver or it is compiled in the kernel. In both cases you can safely remove it from "autoload.d" [1] http://www.neterion.com/products/xframe.html [2] http://www.neterion.com/products/xframe2.html > Daniel, and all others, thanks again, you made the difference. > Sean > > P.S. now up to package 17 CHEERS! :) -- Best regards, Daniel -- gentoo-amd64@gentoo.org mailing list