From owner-freebsd-mobile Fri Mar 22 7: 3:26 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id A473637B417 for ; Fri, 22 Mar 2002 07:03:20 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Fri, 22 Mar 2002 10:05:30 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Matt Burke Subject: Re: Xircom Realport 10/100+56 problem Date: Fri, 22 Mar 2002 10:03:02 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: mobile@freebsd.org MIME-Version: 1.0 Message-Id: <0203221003020E.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matt, Mine is not exactly the same card, but here is what I found to work. Here is what I had to do to get mine to at least configure. Add to /etc/sysctl.conf # /etc/sysctl.conf machdep.pccard.mem_start=oxdoooo ___________________________________________________________ I added to /etc/rc.conf # /etc/rc.conf linux_enable="Yes" pccard_enable="YES" pccard_mem="0xd0000" pccard_ifconfig_xe0="inet 192.168.14.8 netmask 255.255.255.0" Should be either pccard_ifconfig OR ifconfig_xe0. pccard_ifconfig_xe0 will do nothing. pccard_ifconfig do the same ifconfig for ANY pccard NIC while ifconfig_xe0 will apply ONLY to the first interface that uses the xe driver. defaultrouter="192.168.14.1" hostname="chiefnb.ptfd.org Of course your IP numbers !! Also if you have trouble with the IP not catching because teh rc.conf goes too fast you can add to rc.conf pccardd_flags="-z" That will hold rc.conf until it finishes. Once I got th epccard_ifconfig right I didn't need it anymore. HTH, Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message