From owner-freebsd-mobile Thu Oct 26 8:24:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 0514B37B479 for ; Thu, 26 Oct 2000 08:24:21 -0700 (PDT) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e9QFODQ12261; Thu, 26 Oct 2000 08:24:13 -0700 (PDT) Message-Id: <200010261524.e9QFODQ12261@ptavv.es.net> To: "J. Ryan Peters" Cc: mobile@FreeBSD.ORG Subject: Re: Pccard combo question? In-reply-to: Your message of "Wed, 25 Oct 2000 16:02:41 PDT." <4.1.20001025154955.00985be0@mail.asis.com> Date: Thu, 26 Oct 2000 08:24:13 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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