[1864] in linux-net channel archive
Re: NE2000 card not recognised
daemon@ATHENA.MIT.EDU (Jeff Fisher)
Tue Feb 6 09:54:16 1996
Date: Tue, 6 Feb 1996 07:52:59 -0600 (CST)
From: Jeff Fisher <jeff@kcrg.com>
To: Martin Konold <zxmmz01@student.uni-tuebingen.de>
Cc: sukhi@medlar0.nic.in, linux-net@vger.rutgers.edu
In-Reply-To: <Pine.3.89.9602060937.A1748-0100000@fiwi02.wiwi.uni-tuebingen.de>
-----BEGIN PGP SIGNED MESSAGE-----
On Tue, 6 Feb 1996, Martin Konold wrote:
> On Mon, 5 Feb 1996 sukhi@medlar0.nic.in wrote:
>
> > I have recently installed linux.
> > I am facing problem with ne2000 card.
> > It is not being recognised by the system.
> > ifconfig shows eth0 being installed at
> > address 00:00:00:00 i.e it is not being recognised.
> > How to make it recognise that ne2000 is present at
> > a particular address.
> > Thanks.
> > Mr. Sukhdev Singh, India.
> > sukhi@medlar0.delhi.nic.in
> > sukhi@medlar0.nic.in
>
> Do you have your ne2000 at the usual adresses like 0x300h?
> Have a look in the kernel sources.
> You will see in ne.c all the probed adresses.
>
You shouldn't need to go to so much trouble. If you know what address and
interrupt it is at, you can add it as a kernel option in lilo, or give
the option directly to the kernel. The format is
ether=interrupt,address,interface for an ne2000. Here is an example from
my /etc/lilo.conf file:
# Start LILO global section
append="ether=5,0x300,eth0"
boot = /dev/hda
......
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/hda1
label = linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# old kernel
.....
With a few parts deleted for brevity.....
Hope this helps...
- ------
Jeff Fisher Gazette MIS
jeff@kcrg.com Cedar Rapids, IA, US
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
iQCVAwUBMRddNutNvqLoDn1tAQFIyAQAlC3GQ8nxLmS94kgItIrM0nK4xp5XypOw
1SJNuvt4ColN4ZGJ7ZvI4Iy8DSGabndvant2IrpnydCVie+NPDgO6FbW/xnbzqBz
MxAPHuJF8OTQ2I8vK6rvUNTJdB9IcJ4315mW1s1rkJfI5LUXi+KAnUvn3+PvnDmu
20FWIkj62z0=
=nt+H
-----END PGP SIGNATURE-----