[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Need "conf.modules" file



paradigm@xxxxxxxx forced the electrons to say:
> Hi all,
> 
> Can anybody send me your "conf.modules" to me?  I am having a big trouble 
> using ne2000 compatible card.  I want to setup Samba.
> 
> My card is 10Base2 & 10Base-T Ethernet 16-bit ISA NE2000 Compatible LAN 
> Adapter, AN-16CT Ethernet 16-Bit Adapter.

What I do usually for ISA cards is run the following script:

for i in 200 220 240 260 280 300 320; do
   modprobe -t net ne io=0x$i && break;
done

Make a note of the IO address at which modprobe succeeds and enter it in
conf.modules.

Binand

-- 
#include <stdio.h>                                   | Binand Raj S.
char *p = "#include <stdio.h>%cchar *p = %c%s%c;     | This is a self-
int main(){printf(p,10,34,p,34,10);return 0;}%c";    | printing program.
int main(){printf(p,10,34,p,34,10);return 0;}        | Try it!!
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.