Date: Thu, 26 Oct 2000 08:24:13 -0700 From: "Kevin Oberman" <oberman@es.net> To: "J. Ryan Peters" <jrp@asis.com> Cc: mobile@FreeBSD.ORG Subject: Re: Pccard combo question? Message-ID: <200010261524.e9QFODQ12261@ptavv.es.net> In-Reply-To: Your message of "Wed, 25 Oct 2000 16:02:41 PDT." <4.1.20001025154955.00985be0@mail.asis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
CardBus (32 bit) is not supported by STABLE, let alone any release. At this time you need to run CURRENT to use CardBus cards. The Xircom PCCARD combo cards will work with most recent releases. The exception is 4.0. I have been told that the PCCARD (16 bit) version is the only combo card that will work both as a modem and as a LAN card, but I have not ever tried it. You will find an entry in /etc/defaults/pccard.conf for this. Something like: # Xircom CreditCard Ethernet+Modem (Modem only !!!) card "Xircom" "CreditCard Ethernet" config 0x23 "sio" ? # Xircom CreditCard Ethernet 10/100 + modem (modem part) card "Xircom" "CreditCard Ethernet+Modem 33.6" config 0x23 "sio" ? This is the serial port. The Ethernet port device is xe: # Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) card "Xircom" "CreditCard Ethernet 10/100 + Modem 56" config 0x27 "xe" ? insert /etc/pccard_ether $device remove /sbin/ifconfig $device delete Note that you may well need to fiddle with the IRQ to get this card to work. The IRQ is set by editing the '?' in the config line for the device. Also, these are from 4.1.1-STABLE, not 4.1-Release, so there are almost certain to be differences. Use your entries, not these. If you need to make changes, create a /etc/pccard.conf with the modified entries. Never edit files in /etc/defaults. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 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?200010261524.e9QFODQ12261>