LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-18-2003, 09:07 AM   #1
Gilion
Member
 
Registered: Sep 2003
Location: Netherlands
Distribution: Debian 3.0
Posts: 78

Rep: Reputation: 15
Information on ISA NIC


Hi,

I am looking for information on one of the NE2000 NIC's in my server. It has problem, not listed in the Ethernet how-to, or at least I don't think so.

I don't have any information on the NIC accept for the info on the board itself:

Novell NetWare Remote Programm Loader
NetWare Ethernet NE2000 VL00EC 880819

Is this NIC a plug-and-play device? That might cause the problem. Maybe, original DOS setup software can detect that problem. I was wondering if anybody has got that kind of software.

The NIC is detected during boot-up. The LED's in the NIC glow, whenever they have to, but the NIC can't pick up any signal from the ethernet. Other NIC's function perfectly in the exact same configuration.

I can also try to use the diagnostic programs at http://www.scyld.com/diag. However, I don't have a clue about what I have to look for in the resulting diagnostics, an ygelp on that would be great.

Any information or tips is welcome.

Gilion
 
Old 09-18-2003, 09:38 AM   #2
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I sort of recall a command 'isapnp' which lists all PnP devices on the machine, which might tell you something.

Some pre-PnP ISA cards came with DOS configuration programs. You had to set IRQ, IO range (and some other thing I forget) using this. I believe the linux ISA NIC driver needs this info. I think I used Debian's 'netcardconfig' utility to do that, and it ended up in the modules.conf file.

Maybe the diagnostic program could find out what these parameters are set for in your card. Trial and error is probably also a possibility, although I think I would probably junk the card before it got to that.

What does dmesg say about it?
 
Old 09-19-2003, 04:53 AM   #3
Gilion
Member
 
Registered: Sep 2003
Location: Netherlands
Distribution: Debian 3.0
Posts: 78

Original Poster
Rep: Reputation: 15
dmesg gives this:
NE*000 ethercard probe at 0x320: 00 40 05 17 1e 53
eth0: NE2000 found at 0x320, using IRQ 5

cat proc/ioports
0320-033f : NE2000

cat proc/interrupts
5: 0 XT-PIC NE2000

And nothing else on these ports/interrupts.

Somehow, running isapnp with the default isapnp.conf results in a warning about the fact that no PCI devices are detected. There are no PCI slots in my computer, so thats right:

Neither /proc/bus/pci/devices nor /proc/pci found, so PCI resuource conflict not checked.

I think I have to lookup the manpages of isapnp to see if I am using it correct.

Gilion
 
Old 09-19-2003, 06:37 AM   #4
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
No PCI? An old 486 maybe? I've never seen a PnP NIC, all the ones I've used have the DOS utility for setup. Looks like linux has installed your card OK. Does ifconfig show eth0 as up? I suppose you could toggle 'ifconfig eth0 up/down' a few times to see if it might be an intermittent hardware fault. Pretty old piece of hardware tho'...
 
Old 09-19-2003, 07:29 AM   #5
Gilion
Member
 
Registered: Sep 2003
Location: Netherlands
Distribution: Debian 3.0
Posts: 78

Original Poster
Rep: Reputation: 15
Yes, you are correct. I am setting up a zero budget server/network with some fossil remains. I am dealing with a i486dx and two NIC's without manual or software.

I identified one as a rtl 8019, which can be set to PnP. I have been able to set it manualy using the DOS utility, still available at realtek.com.tw. Novell doesn't provide similar software for their Netware Ethernet NE2000 V1.OOEC on their site. Since it is the original NE2000, and thus very common, I was hoping to find more info here and/or the dos utility.

Both cards have been configured identical using ifconfig, ifup, ifdown, the etc/interfaces-file and dhcp3. The realtek board is working fine. The Novell Netware board doesn't receive any packets, according to tcpdump. The board is detected correctly and the LEDs at the board indicate activity when packets are send, so I still believe it can run, despite its age.
 
Old 09-19-2003, 09:07 AM   #6
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
In fact I do have the driver disk for an old ne2000. You are welcome to a copy of the setup.exe, but I imagine there are dozens of variations on ne2k clones.

There is also a lot of old software at

http://www.network-drivers.com

including some setup/config files for ne2k's inside the zip files there. Free rego required apparently to download anything.

I had the same plan but my 486 m/b died at the last minute, so I had to use a p133, so got some PCI slots.
 
Old 09-22-2003, 07:41 AM   #7
Gilion
Member
 
Registered: Sep 2003
Location: Netherlands
Distribution: Debian 3.0
Posts: 78

Original Poster
Rep: Reputation: 15
Thanks for the adress of that site. However I tried to use the DOS drivers provided there, but none of them did the trick. One of the drivers reports a hardware conflict, but provides no means of a solution.

I tried to compile the diagnostic program of Donald Becker, www.scyld.com. It gave compiling errors about non-existing *.h files (unistd.h, stdio.h, stdlib.h, getopt.h, sys/io.h) but no information on the correct IRQ and IO port. If I provide, IRQ and IO port, wrong, will the card be detected then?

BTW: pnpdump doesn't detect any unconfigured pnp devices.

Do I have any options at the moment, or is it time to dump the interface?

Gilion
 
Old 09-22-2003, 08:58 AM   #8
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I had a look at the diagnostic program ne2k-diag.c. No trouble compiling. I think you must be missing a package - libc6-dev maybe?

If IRQ and IO port are incorrect I think the module will just fail to load.

I set up my 2 ISA NICs about 18 months ago with a floppy-based firewall/router and have not had to touch it since then. So my recollections are getting a bit hazy.

The only other thing I can suggest (apart from trying the diagnostic progs again, and linux pnp tools) is to have a look at the BIOS settings.

I can't even remember what the BIOS screens look like on a 486.

Shouldn't be too hard to find old ISA NICs for next-to-nothing. Not much good for anything but a linux router
 
Old 09-22-2003, 05:02 PM   #9
Gilion
Member
 
Registered: Sep 2003
Location: Netherlands
Distribution: Debian 3.0
Posts: 78

Original Poster
Rep: Reputation: 15
Thanks for the tip on the libc6-dev packages. It's suggested package, so apt-get skipped it. The ne2k-diag proggie now results in:

Checking the ethercard at 0x300.
Receive alignement error counter (0x30d) is ff
Failed initial NE2000 probe, value ff.
Station Address PROM 0:ff ff ff ... (<-16 ff's)
Station Address PROM 0x10:ff ff ff ... (<-16 ff's)
Invalid signature found, wordlength 2.

I tried scanport (in hwtools package) to find the ports for the ethercard. There's only one unknown device which is twenty ports wide: 320 - 33f. So now I only need to find out it's IRQ, which I will try to do manualy if I can't find a package to do so.

The contradiction between scanport and ne2k-diag both is confusing.

When I use the hardware address to find out the cards manufacturer. Four companies are asociated with 00:40:05: TRENDWare, LinkSys, Simple Net and ANI Communications Inc. After inspection of the card it self I believe it's type indication is
one of:
ETHER-16CT REV-D1
8ETHER16CTD1

So far... Hope to get it going this week.
 
Old 09-23-2003, 04:01 AM   #10
Gilion
Member
 
Registered: Sep 2003
Location: Netherlands
Distribution: Debian 3.0
Posts: 78

Original Poster
Rep: Reputation: 15
YES it's working.

I tried one of the drivers supplied by trendware. The NIC has a bnc and a rj45 connector. The NIC was set to bnc. With the dos utility supplied by trendware I was able to set it to rj45. Now it works, I get a ping and can move on configuring the network.

Thanks for the help.

Gilion
 
Old 09-23-2003, 04:07 AM   #11
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Nice detective work!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
eepro (isa) on rh9 as second nic binchin Red Hat 0 09-04-2005 09:04 PM
Get old ISA NIC to work eloyj88 Linux - Newbie 6 12-20-2004 12:47 AM
Isa Nic rshooper Linux - Hardware 2 08-17-2004 04:53 AM
9.1 and an ISA NIC slackMeUp Slackware 3 02-04-2004 04:04 PM
remote install, isa nic buzz Linux - Newbie 4 11-28-2002 02:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration