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
--BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 06, 2001 at 06:46:54PM -0700, Greg Smith wrote: > Didier, >=20 > >pccard_ifconfig_xe0=3D"inet 10.0.0.100 netmask 255.255.255.0" >=20 > Try: >=20 > pccard_ifconfig=3D"inet 10.0.0.100 netmask 255.255.255.0" >=20 > 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=3D"xe0" ifconfig_xe0=3D"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 --=20 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 --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----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----- --BOKacYhQ+x31HxR3-- 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?20010606202831.A26302>