From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from jomama.huneycuttfamily.org (c-24-98-65-184.atl.client2.attbi.com [24.98.65.184]) by chiba.3jane.net (Postfix) with ESMTP id 0D037201CED9 for ; Tue, 2 Apr 2002 17:32:34 -0600 (CST) Received: from cc.gatech.edu (unknown [192.168.1.3]) by jomama.huneycuttfamily.org (Postfix) with ESMTP id F409B1C927 for ; Tue, 2 Apr 2002 14:57:49 -0500 (EST) Message-ID: <3CAA3E1C.2070002@cc.gatech.edu> Date: Tue, 02 Apr 2002 18:26:20 -0500 From: Chad Huneycutt Organization: Georgia Tech College of Computing User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Gentoo 1.0 install CD (stage2/stage3) kernel panic(?) from PCMCIA References: <1017767014.17151.12.camel@ph4tp1p3> <3CAA2738.9020607@cc.gatech.edu> <20020402181533.A19068@ph4tp1p3.math.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: chadh@cc.gatech.edu List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: efa2f708-9a12-4995-b92f-44a66fc3b1be X-Archives-Hash: 48b0c55a138e32a243ab441f4cdd985c Matt Matthews wrote: > On Tue, Apr 02, 2002 at 04:48:40PM -0500, Chad Huneycutt wrote: >> What happens if you modprobe i82365 ? That autoloads pcmcia_core, >> so I would like to think that you get the same behavior, but it is >> something to try. Exactly what steps do you use with the rc6 CD? >> Where is the pcmcia_core module that you are insmod'ing? > > Tried modprobe-ing i82365 and got the same reaction, probably > because pcmcia_core was pulled in as well (as you noted). With the > rc6 CD, I'm just booting, hitting enter a few times to get to the > prompt and then "modprobe pcmcia_core", "modprobe i82365", "modprobe > ds", "cardmgr -f", "dhcpcd eth0". Works like a charm every time. I > did not try insmod directly, now that I think about it, but I would > presume that the modules are being pulled by modprobe from > /lib/modules or wherever they live on the rc6 CD (and the 1.0 CD). So pcmcia works on your 1.0 system, just not on the CD? OK, that is kind of weird. I will find out what USE settings drobbins used to make it. Maybe there is something there. At any rate, this is duly noted, and I will keep an eye out for anymore problems. Chad