9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] LinkSys EtherFast 10/100 settings?
  2002-03-29  1:44 [9fans] LinkSys EtherFast 10/100 settings? John E. Barham
@ 2002-03-28 19:05 ` User Dormane
  2002-04-08 13:00 ` Don
  2002-04-08 19:02 ` [9fans] ndb/dns & mbr boot problem ?????? ?????
  2 siblings, 0 replies; 6+ messages in thread
From: User Dormane @ 2002-03-28 19:05 UTC (permalink / raw)
  To: 9fans

> "John E. Barham" wrote:
> 
> I've got a LinkSys EtherFast 10/100 PCI card.  Model # is LNE100TX-CA,
> version 4.1.  So far I've tried both ETHER0=type=ec2t and 2114x (based
> on previous posts) to no avail.
> 
> When it boots up, ndb/dns complains about not having an IP address.
> (I have a DHCP server running on the LAN which works fine w/
> Win98/2k).  Any ideas?  Thanks in advance...

That card probably has an 82c168 "PNIC" chip on it so neither of those 
types will work.  Believe me, it sucks (look at the FreeBSD driver for 
all of the hackarounds for chip bugs).  I have two of those and even 
Linux-2.4 with all their elves plinking on it I can't get crap rate 
through it, unlike the 21140 I have (at least when I tried it last).

Eric Dorman


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [9fans] LinkSys EtherFast 10/100 settings?
@ 2002-03-29  1:44 John E. Barham
  2002-03-28 19:05 ` User Dormane
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: John E. Barham @ 2002-03-29  1:44 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

I've got a LinkSys EtherFast 10/100 PCI card.  Model # is LNE100TX-CA, version 4.1.  So far I've tried both ETHER0=type=ec2t and 2114x (based on previous posts) to no avail.

When it boots up, ndb/dns complains about not having an IP address.  (I have a DHCP server running on the LAN which works fine w/ Win98/2k).  Any ideas?  Thanks in advance...

[-- Attachment #2: Type: text/html, Size: 792 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] LinkSys EtherFast 10/100 settings?
  2002-03-29  1:44 [9fans] LinkSys EtherFast 10/100 settings? John E. Barham
  2002-03-28 19:05 ` User Dormane
@ 2002-04-08 13:00 ` Don
  2002-04-08 19:02 ` [9fans] ndb/dns & mbr boot problem ?????? ?????
  2 siblings, 0 replies; 6+ messages in thread
From: Don @ 2002-04-08 13:00 UTC (permalink / raw)
  To: 9fans

> I've got a LinkSys EtherFast 10/100 PCI card.  Model # is LNE100TX-CA,
> version 4.1.  So far I've tried both ETHER0=type=ec2t and 2114x
> (based on previous posts) to no avail.
Hello,
    Did you try: http://www.acl.lanl.gov/plan9/ec2t/index.html ?
Don
north_@www.7f.no-ip.info
http://www.7f.no-ip.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [9fans] ndb/dns & mbr boot problem
  2002-03-29  1:44 [9fans] LinkSys EtherFast 10/100 settings? John E. Barham
  2002-03-28 19:05 ` User Dormane
  2002-04-08 13:00 ` Don
@ 2002-04-08 19:02 ` ?????? ?????
  2 siblings, 0 replies; 6+ messages in thread
From: ?????? ????? @ 2002-04-08 19:02 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 969 bytes --]

Hi all, 
I installed Plan 9 distribution succesfully (into 400 mb partition & boot from win9x menu), but when it boots up I see 

kfs ... boot: nop ... time
int: starting /bin/rc
ndb/dns: can`t read my ip address
disk/fdisk: did not find master boot record

What must I do?
Thanks in advance...

My hardware is:
Pentium 166 MMX
S3 86C775/86C785 Video BIOS
YAMAHA DX-XG PCI audio
64 mb RAM
Seagate IDE HDD 3098 mb
Topic 56k Internal Data Fax Voice Modem
and other

And this is my /sys/lib/pcdist/bin/386/pci file:

bus   dev     type     uid      did     intl       memory
0     0/0     0600     10b8     1531    0 
0     2/0     0601     10b9     1533    0
0     3/0     0401     1073     000d    11         0:05100000  32768
0     4/0     0780     151f     0000    10         0:00007001  16
0     5/0     0300     5333     8901    9          0:08000000  67108864
0     11/0    0101     10b9     5229    256        0:00007021  16

-ask


[-- Attachment #2: Type: text/html, Size: 3745 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] LinkSys EtherFast 10/100 settings?
@ 2002-03-29  4:02 forsyth
  0 siblings, 0 replies; 6+ messages in thread
From: forsyth @ 2002-03-29  4:02 UTC (permalink / raw)
  To: 9fans

if what is on the card really is one of the PNIC variants
supported by ether2114x.c, you might need to add a new vendor/device ID
pair to that driver before it will recognise the card,
and you'll need to decide which of the two Pnic cases it matches.
you can often get that from the BIOS inventory, or use
/sys/lib/pcdist/bin/386/pci (carefully, since it prods the PCI registers).

my Netgear cards with Pnic[2], FA310TX i think, have about the same data rate
as others i've tried, and it's faster than some, so it's not all bad news.
(FA311 and FA312 are completely different devices.)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] LinkSys EtherFast 10/100 settings?
@ 2002-03-29  3:57 forsyth
  0 siblings, 0 replies; 6+ messages in thread
From: forsyth @ 2002-03-29  3:57 UTC (permalink / raw)
  To: 9fans

if what is on the card really is one of the PNIC variants
supported by ether2114x.c, you might need to add a new vendor/device ID
pair to that driver before it will recognise the card,
and you'll need to decide which of the two Pnic cases it matches.
you can often get that from the BIOS inventory, or use
/sys/lib/pcdist/bin/386/pci (carefully, since it prods the PCI registers).

my Netgear cards with Pnic[2], FA310TX i think, have about the same data rate
as others i've tried, and it's faster than some, so it's not all bad news.
(FA311 and FA312 are completely different devices.)



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-04-08 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-29  1:44 [9fans] LinkSys EtherFast 10/100 settings? John E. Barham
2002-03-28 19:05 ` User Dormane
2002-04-08 13:00 ` Don
2002-04-08 19:02 ` [9fans] ndb/dns & mbr boot problem ?????? ?????
2002-03-29  3:57 [9fans] LinkSys EtherFast 10/100 settings? forsyth
2002-03-29  4:02 forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).