MESSAGE
DATE | 2001-12-07 |
FROM | Brian Seitz
|
SUBJECT | Re: [hangout] Linksys Module Compile
|
From owner-hangout-desteny-at-mrbrklyn.com Fri Dec 7 04:44:51 2001 Received: from mail.rm-cpa.com (mail.rm-cpa.com [216.112.229.114]) by www2.mrbrklyn.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id fB79ipY21295 for ; Fri, 7 Dec 2001 04:44:51 -0500 Received: from www2.mrbrklyn.com (dsl254-112-136.nyc1.dsl.speakeasy.net [216.254.112.136]) by mail.rm-cpa.com (8.9.3/8.9.3) with ESMTP id EAA06765; Fri, 7 Dec 2001 04:40:28 -0500 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id fB79hZT21281 for hangout-desteny; Fri, 7 Dec 2001 04:43:35 -0500 Received: from mail63.csoft.net (leary.csoft.net [63.111.22.80]) by www2.mrbrklyn.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with SMTP id fB79hYY21276 for ; Fri, 7 Dec 2001 04:43:34 -0500 Received: (qmail 32273 invoked by uid 1545); 7 Dec 2001 09:43:48 -0000 Date: Fri, 7 Dec 2001 04:43:48 -0500 (EST) From: Brian Seitz X-X-Sender: To: Subject: Re: [hangout] Linksys Module Compile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: Brian Seitz List: New Yorkers Linux Scene Admin: To unsubscribe send unsubscribename-at-domian.com to hangout-request-at-www2.mrbrklyn.com X-Keywords: X-UID: 19462 Status: RO Content-Length: 1146 Lines: 36
If it says "1" under "Used by," I'm pretty sure that means it's identified a relevant NIC and you can use it. It is possible to load some of the more generic NIC modules without it actually attaching itself to card, but I think it would say "0" in that case.
Did you say you already one NIC installed? Do you want this one to be eth1?
Try running:
/sbin/ifconfig eth1 up 192.168.0.1 netmask 255.255.255.0
(or whatever your IP address is, that's an internal address)
The information in /proc/pci is irrelevant, I believe. It's just telling you want the pci part of the kernel can gather from reading bits on the chip. I don't believe it's affected by loaded modules. Consider that the tulip module runs many different cards, so it wouldn't even be able to identify the card by its module.
> >If the tulip card is unused, try using it > > > >ifconfig eth0 up > > So now lsmod says > tulip 30464 1 > > dmesg still shows both NICs as not linksys and cat /proc/pci still > shows eth0 and eth1 as unkown ethernet devices.
____________________________ New Yorker Linux Users Scene Fair Use - because it's either fair use or useless....
|
|