Date: Wed, 6 Jun 2001 20:28:31 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Greg Smith <freebsd_mail@yahoo.com> Cc: dda@wanadoo.be, freebsd-mobile@FreeBSD.ORG Subject: Re: Xircom Credicard Ethernet adapter IIPS ( PS-CE2-10 ) Message-ID: <20010606202831.A26302@Odin.AC.HMC.Edu> In-Reply-To: <200106061846540210.000A2D70@smtp.mail.yahoo.com>; from freebsd_mail@yahoo.com on Wed, Jun 06, 2001 at 06:46:54PM -0700 References: <MWMail.prplonlh@host.none> <200106061846540210.000A2D70@smtp.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Wed, Jun 06, 2001 at 06:46:54PM -0700, Greg Smith wrote: > Didier, > > >pccard_ifconfig_xe0="inet 10.0.0.100 netmask 255.255.255.0" > > Try: > > pccard_ifconfig="inet 10.0.0.100 netmask 255.255.255.0" > > pccard_ifconfig does not support interface-specific logic like > ifconfig_xxx does. [Except on my machine :), but that is a different > story.] If you want to set your configuration based on the device name you can do so with pccard_ether. You have to add the following to you're /etc/rc.conf and it should work: removable_interfaces="xe0" ifconfig_xe0="inet 10.0.0.100 netmask 255.255.255.0" If you don't care as long as it's a network card, the good old, pccard_ifconfig metion works. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7HvTeXY6L6fI4GtQRAuONAJ4xfEleGWhdC6teIlO1AWMj6g/DuACeKvC5 pp98nGoGQ6EsVeczn8w5XCU= =6bH5 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010606202831.A26302>
