Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 1999 19:06:47 +0200
From:      Eric MASSON <e-masson@kisoft-services.com>
To:        Jesse Reynolds <lizst@va.com.au>
Cc:        FreeBSD Mobile <freebsd-mobile@FreeBSD.ORG>
Subject:   Re: zircom pc-card's on a Fujitsu Lifebook 735Dx Laptop...
Message-ID:  <38133CA7.43E9206A@kisoft-services.com>
References:  <Pine.BSF.4.10.9910031525060.59163-100000@60-Hz.Powered-By.AC> <199910230809.CAA28033@harmony.village.org>		 <v04205504b4375c44a68a@[1.1.1.3]> <38120042.D8F1BE5D@kisoft-services.com> <v04205509b438434df8a2@[1.1.1.3]> <3812C2FB.F273B5E2@kisoft-services.com> <3812C709.19E089D8@kisoft-services.com> <v0420550eb4388318f917@[1.1.1.3]>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
> Oct 24 19:56:01 pccardd[369]: No card in database for
> "Xircom"("CreditCard Ethernet+Modem 33.")
> Oct 24 19:56:06 pccardd[369]: No card in database for
> "Xircom"("CreditCard 10Base-T")
You need to add an entry in pccard.conf for both cards.

> card "Xircom" "CreditCard 10Base-T"
>         config 0x1 "xe0" 10
>         insert ifconfig xe0 up
>         remove ifconfig xe0 down
> 
You can check the config to use in the pccardc dumpcis of each card (1)
(search for default), xe0 is the driver to use, 10 is the irq (you can
let pccardd choose it in the pool described at the start of
pccard.conf (2)).
line insert should contain pccard_ether script invocation with needed
parameters (xe0 at least)

card "Xircom" "CreditCard 10Base-T"
	config	0x1 "xe0" ?
                ^^^(1)    ^(2)      
	insert	echo Xircom Pccard inserted
	insert	/etc/pccard_ether xe0
	remove	echo Xircom Pccard removed
	remove	/sbin/ifconfig xe0 delete


Eric



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?38133CA7.43E9206A>