EtherExpress ISA/16 bit not recognized by kernels - SOLVED

EtherExpress ISA/16 bit not recognized by kernels - SOLVED

Post by Borries Demel » Sun, 08 Dec 1996 04:00:00



Quote:>to detect the card. I manually compiled a kernel that specifically
>included EtherExpress drivers hardcoded into the kernel. No luck either.
>Do I have to specify the location, IRQ, base address, etc. on the lilo
>prompt line? If so, what's the correct syntax?

I finally got the card to be recognized by the kernel by resetting the RAM
size to 64 KB (using the DOS utility "SOFTSET.EXE"). Before, the setting
was "0", I guess linux needs some non-zero RAM setting. Strange, the card
works properly under DOS/Windows...

-Borries

 
 
 

EtherExpress ISA/16 bit not recognized by kernels - SOLVED

Post by Markus Gutschk » Tue, 10 Dec 1996 04:00:00



> I finally got the card to be recognized by the kernel by resetting the RAM
> size to 64 KB (using the DOS utility "SOFTSET.EXE"). Before, the setting
> was "0", I guess linux needs some non-zero RAM setting. Strange, the card
> works properly under DOS/Windows...

It is quite common that add-on cards allow both I/O based and memory
based accesses for controlling them. Often, the driver is at liberty
to decide which interface it prefers to use. As a general rule,
though, memory based accesses are a lot faster than I/O based
accesses. Frequently, DOS drivers do not fully exploit the
capabilities of the hardware, so it is possible that the DOS driver
did not bother about the size of the memory area because it never even
tried to access it, whereas the Linux driver was tuned for maximum
performance and thus required a memory area.

This information is based on my general experience with (ISA bus)
hardware and DOS driver software. As I do not know the EE card, it
might not fully apply in your case.

Markus

--

Schlage 5a
D-48268 Greven-Gimbte
Germany

 
 
 

1. EtherExpress ISA/16 bit not recognized by kernels


Article: 79836 of comp.os.linux.setup
Path: nntp.umt.edu!selway.umt.edu!demeler

Newsgroups: comp.os.linux.setup
Subject: Intel Etherexpress 16/ISA not recognized by Slackware kernel
Date: 4 Dec 1996 15:20:46 GMT
Organization: University of Montana, Missoula
Lines: 8

NNTP-Posting-Host: selway.umt.edu

Hello, the subject line says it all: I'm trying to install the latest
Slackware distribution on a 386/40 with a 16 bit ISA Intel EtherExpress
card. I have tried the scsinet.s and net.i bootkernels, neither was able
to detect the card. I manually compiled a kernel that specifically
included EtherExpress drivers hardcoded into the kernel. No luck either.
Do I have to specify the location, IRQ, base address, etc. on the lilo
prompt line? If so, what's the correct syntax?


2. Xconfigurator vs. RH Install - Screen Res Change

3. Intel Etherexpress 16/ISA not recognized by Slackware kernel

4. ==> hpost/bringup e10k <==

5. 8-bit ISA > 16-bit MCA, what ADF's?

6. How do I use Proxy Block in Apache config ?

7. 8-bit vs. 16 bit ISA bus port writes?

8. linux device driver: how to change SA_SHIRQ flag?

9. 16 bit vs. 8 bit ISA bus question

10. SB 16 PnP: 8-bit sound works, 16-bit sound broken?

11. SB 16 ISA PnP: Alsa ok, Kernel not???

12. Soundblaster: no 16-bit DMA means no 16-sampling or not?

13. Calling 16-bit PM code from 32-bit PM Kernel Driver