[1378] in linux-net channel archive
Re: de4x5 driver
daemon@ATHENA.MIT.EDU (davies@wanton.lkg.dec.com)
Thu Nov 16 02:34:39 1995
From: davies@wanton.lkg.dec.com
To: chovan@teale.ca.gov, linux-net@vger.rutgers.edu
Cc: davies@wanton.lkg.dec.com
In-Reply-To: Your message of "Tue, 14 Nov 95 12:02:51 PST."
<30A8F5EB.5B9EFC0C@teale.ca.gov>
Date: Wed, 15 Nov 95 08:47:15 -0500
> kernel: eth1: de4x5_probe() cannot find device at 0x000b
If your PCI address was 11 (0x0b) then you would be all set. You will
have to find out your slot address and then load the driver with:
insmod de4x5.o io=<PCI address>
I left 0x000b in as it was my slot address. To find your slot address type in
more /proc/pci
and see what it tells you.
Regards,
Dave