From owner-freebsd-stable@FreeBSD.ORG Thu May 12 15:12:02 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C47AF16A4CE for ; Thu, 12 May 2005 15:12:02 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED4443D66 for ; Thu, 12 May 2005 15:12:02 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from drjekyll.mkbuelow.net (p54AAD37C.dip.t-dialin.net [84.170.211.124]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id EE75D2F461; Thu, 12 May 2005 17:12:00 +0200 (CEST) Received: from [IPv6:::1] (localhost.mkbuelow.net [IPv6:::1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j4CFDHj3002192; Thu, 12 May 2005 17:13:18 +0200 (CEST) (envelope-from mkb@incubus.de) Message-ID: <4283728D.6050207@incubus.de> Date: Thu, 12 May 2005 17:13:17 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050509) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20050510.151550.74677018.imp@bsdimp.com> <200505101805.42166.kirk@strauser.com> <42816F8F.4040500@incubus.de> <20050512.025703.11703484.imp@bsdimp.com> In-Reply-To: <20050512.025703.11703484.imp@bsdimp.com> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: Use PCMCIA instead of CardBus? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 15:12:02 -0000 M. Warner Losh wrote: > : I'm trying to do similar things.. I'm trying to get a wi0 wi-fi card > : working on non-cardbus pcmcia. It worked mostly (with acpi disabled) on > : 5.3. With 5.4 now I just get device timeout. Plus, the sysinstall for > > Sounds like a PCI routing issue, if you are getting device timeouts. Interestingly, today a similar procedure worked.. without device timeouts. This time I dropped right into the fixit shell and configured the card without first letting sysinstall attempt its stuff. I also used dhclient right from start (instead of first fumbling a static address onto the card). Sysinstall still complained and presented me with the network dialog (why is there no way to skip this? There should be an option "network already configured") but it apparently didn't clobber the settings. Perhaps I'll try another reinstall later and see if I was just lucky (or unlucky the last one) or if it's more reliable that way. mkb.