Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 1999 22:35:36 +0000
From:      Alex <ak@freenet.co.uk>
To:        bigmike@Mlink.NET, mobile@freebsd.org
Subject:   Re: Ethernet pccard config problem
Message-ID:  <381B72B7.85E1102B@freenet.co.uk>
References:  <381B537C.A01A3AB8@Mlink.NET>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?381B72B7.85E1102B>