From owner-freebsd-mobile Sun Jul 7 22:44:21 2002 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 DE08937B401 for ; Sun, 7 Jul 2002 22:44:19 -0700 (PDT) Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4ED543E3B for ; Sun, 7 Jul 2002 22:44:18 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g685iHY65169; Sun, 7 Jul 2002 23:44:17 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g685iGG95336; Sun, 7 Jul 2002 23:44:17 -0600 (MDT) (envelope-from imp@village.org) Date: Sun, 07 Jul 2002 23:42:12 -0600 (MDT) Message-Id: <20020707.234212.32717353.imp@village.org> To: pschmied@selway.umt.edu Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Netgear 802.11 PCMCIA From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: Peter W Schmiedeskamp writes: : pccardd[49]: No card in database for "(null)"("(null)") ... : Any ideas on how to get this to work? There's two causes for this problem. First, you've not set machdep.pccard.mem_start and/or machdpe.pccard.mem_end correctly. This can be set in /etc/sysctl.conf. However, that's become a less likely problem in newer versions of the system. The second is that you have a laptop with a lot of RAM, and the address that we're picking conflicts with the RAM. You'll have to hack FreeBSD/src/sys/pccard/pcic_pci.c and change the #define CARDBUS_SYS_RES_MEMORY_START to be something like 0x88000000. This is a bug FreeBSD has in assigning PCI resources. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message