From owner-freebsd-mobile Sat Oct 30 14:26:37 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from kiwi.mail.easynet.net (kiwi.mail.easynet.net [195.40.1.40]) by hub.freebsd.org (Postfix) with ESMTP id AE2261517C for ; Sat, 30 Oct 1999 14:26:29 -0700 (PDT) (envelope-from ak@freenet.co.uk) Received: from freenet.co.uk (alister.w.easynet.co.uk [212.212.251.86]) by kiwi.mail.easynet.net (Postfix) with ESMTP id 2B7FFDB3B2; Sat, 30 Oct 1999 22:26:27 +0100 (BST) Message-ID: <381B72B7.85E1102B@freenet.co.uk> Date: Sat, 30 Oct 1999 22:35:36 +0000 From: Alex X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: bigmike@Mlink.NET, mobile@freebsd.org Subject: Re: Ethernet pccard config problem References: <381B537C.A01A3AB8@Mlink.NET> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike wrote: > > now when I boot I get the following message: > > pccardd[55]: No card in database for "(null)"("(null)") [(null)] > [(null)] man pccard.conf It seems that the default pccard.conf doesn't have an entry for your card. Therefore, you will have to: 1) Run "pccardc dumpcis" to find out what the card calls itself. 2) This is important - find the right driver for it! I'm not sure which one it is - or whether it's even supported. If you're lucky, ed0 might recognise it as a generic NE2000. 3) Compile the driver into the kernel - that is device ed0 at isa? port 0x280 irq 11 iomem 0xd8000 (use the correct values for port, irq and iomem for your card - obviously!) 4) Add the relevant entry to /etc/pccard.conf (including irq, port and iomem). 5) Plug and pray. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message