From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 31 10:58:53 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5359037B401 for ; Thu, 31 Jul 2003 10:58:53 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814A343FBD for ; Thu, 31 Jul 2003 10:58:52 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id MUA74016; Thu, 31 Jul 2003 10:58:50 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id C48625D07; Thu, 31 Jul 2003 10:58:49 -0700 (PDT) To: Lutz Bichler In-Reply-To: Message from Lutz Bichler <200307311932.29810.Lutz.Bichler@unibw-muenchen.de> Date: Thu, 31 Jul 2003 10:58:49 -0700 From: "Kevin Oberman" Message-Id: <20030731175849.C48625D07@ptavv.es.net> cc: freebsd-mobile@freebsd.org Subject: Re: IBM X24 and PCMCIA X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 17:58:53 -0000 > From: Lutz Bichler > Date: Thu, 31 Jul 2003 19:32:29 +0200 > Sender: owner-freebsd-mobile@freebsd.org > > Hi, > > does anybody know how to use the pcmcia slot of the IBM X24 under FreeBSD > 5.1-RELEASE? Independent of the OLDCARD/NEWCARD setting in the kernel config, > i get "fatal error: no PC CARD slots" when i start pccard. You probably need to add: hw.cbb.start_memory="0x20000000" to /boot/loader.conf. You might also need hw.pci.allow_unsupported_io_range="1" and hw.ata.atapi_dma="1" (The last is not related to this problem, but is important if you want to get decent performance from a CD reader.) Use NEWCARD. I am guessing that you meant pccardd on the fatal message. If that's the case, don't worry on NEWCARD as pccardd is not used with NEWCARD. You do still need pccard_enable="YES" in rc.config. If you still can't get things working, be sure to include your dmesg in further inquiries. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634