Date: Sun, 2 Apr 2000 16:00:03 -0400 From: Will Andrews <andrews@technologist.com> To: Alex Kwan <alexkwan@pacific.net.hk> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: 3com574TX and DE-660 on FreeBSD4.0 Message-ID: <20000402160003.B78448@argon.blackdawn.com> In-Reply-To: <000701bf9cbe$2449d140$b01e40ca@alexkwan>; from alexkwan@pacific.net.hk on Mon, Apr 03, 2000 at 12:10:50AM %2B0800 References: <000701bf9cbe$2449d140$b01e40ca@alexkwan>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 03, 2000 at 12:10:50AM +0800, Alex Kwan wrote: > My laptop was worked underFreeBSD, I have two LAN Cards, > 3com574TX and DE-660., and I wanted to make these two cards Which 3Com 3C574TX? I have the 3CCFE574B-TX, which has a non-Cardbus and a (reportedly) Cardbus version. My version works under FreeBSD 4.0-RELEASE and 5.0-CURRENT. I don't know about 3.x, though. > work under same IP (192.168.1.1). It isn't possible to give more than one NIC the same IP (as far as I know), but it IS possible to give a card more than one IP. > (1) when I inserted the LAN Card, the Manufacturer and Model both are > correct > but got a error message "ep0: No irq=" or "ed0: No irq > the part of my pccard.conf is (I copy it from pccard.conf.sample): > config 0x1 "ep0" ? 0x1 (on 3com574TX section) > config 0x20 "ed0 ? 0x10 (on D-660E section) > do I needed specifiy irq# instead of the "?" ? Here's my pccard.conf's defaults: io 0x240-0x360 irq 9 10 memory 0xd4000 96k Your config line matches mine. The "?" is to enable polling mode (IIANM). Be careful about the irq line. pccardd can't know prior what IRQs are in use (don't ask me why), so you have to manipulate it to get it to pick the right IRQ. The above two seem generally available on laptops. > (2) How to complete the ifconfig_X="XXXXX" of /etc/defaults/rc.conf ? pccard_ifconfig="DHCP" which is mine. Use the above if you use DHCP, or use it for setting up static IP's and routes. > (3) I am using the default pccard_ether, do I need any modify? No. Please search the mailing list archives next time you ask questions similar to these two (and for the answer to DE-660). Only if you find sufficiently outdated information (say, six months or more) and nothing newer, should you ask the mailing list for help. -- Will Andrews <andrews@technologist.com> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? 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?20000402160003.B78448>