I have an ne2000 compatible card and there used to be s page on
the stormix site on how to get it up and working.
Essentially, you want to lose the plug n play, find out the irq and io
of the card (mine is io=0x300 and irq=10) then do either insmod ne
eth0 io=0x300 irq=10 (at the command line) or the same with the
modprobe command.
Read the man pages for both insmod and modprobe. Once your
card is "seen" you need to add that to your modules. I think there
is a /etc/storm.conf or /etc/storm.modules or something. In there
add the lines:
alias ne eth0
io=0xXXX irq=XX (where the X is your values)
Then, at the command line, do a make modules then make
modules_install and you should be set. Do ifconfig eth0 at the
command line to see if all is well.
I'll try to think of it more but right now I've got work to do at my job.
:(
On 12 Dec 00, at 20:20, Storm Linux User wrote:
> I am trying to get my ISA ethernet card to work. It is a Startech card. It
> says that it is 100% ne2000 compatible, and Linux compatible. AN ne2000 card
> which is isa, should use the 'ne' modules right?
>
> Well the card has 2 modes, jumper mode or jumperless. Jumperless means PnP,
> and this is the mode I have the card in. I know that my mobo works with ISA PnP
> cards, b/c I have a ISA sb16 vibra PnP card which works fine. In the Plug and
> Play section of my BIOS, 2 cards are mentioned, sound blaster vibra 16, and
> plug and play ethernet. So the bios knows that it is there, but linux doesn't.
> I also have a pci ne2k-pci card which works fine, but I need the pci slot
> for my new scsi controller. To make sure that there is no resource conflict I
> removed every card on board (except video card, and the ISA NIC). I then
> booted up, and tried to insert the ne module, and the n2 moduel. Neither
> worked. Here is the results.
>
> sam060@storm:~$ su
> Password:
> storm:/home/sam060# lsmod
> Module Size Used by
> soundcore 2644 0 (autoclean) (unused)
> lockd 31084 1 (autoclean)
> sunrpc 51804 1 (autoclean) [lockd]
> nls_cp437 3948 2 (autoclean)
> vfat 9828 1 (autoclean)
> fat 31564 1 (autoclean) [vfat]
> cdrom 27168 0
> storm:/home/sam060# modprobe -v ne
> /sbin/insmod /lib/modules/2.2.16-storm/net/8390.o
> /sbin/insmod /lib/modules/2.2.16-storm/net/ne.o
> /lib/modules/2.2.16-storm/net/ne.o: init_module: Device or resource busy
> Hint: this error can be caused by incorrect module parameters, including invalid IO
>or IRQ parame
ters
> /lib/modules/2.2.16-storm/net/ne.o: insmod /lib/modules/2.2.16-storm/net/ne.o failed
> # delete 8390
> /lib/modules/2.2.16-storm/net/ne.o: insmod ne failed
> storm:/home/sam060# modprobe -v n2
> /sbin/insmod /lib/modules/2.2.16-storm/net/syncppp.o
> /sbin/insmod /lib/modules/2.2.16-storm/net/hdlc.o
> /sbin/insmod /lib/modules/2.2.16-storm/net/n2.o
> /lib/modules/2.2.16-storm/net/n2.o: init_module: Device or resource busy
> Hint: this error can be caused by incorrect module parameters, including invalid IO
>or IRQ parame
ters
> /lib/modules/2.2.16-storm/net/n2.o: insmod /lib/modules/2.2.16-storm/net/n2.o failed
> # delete hdlc
> # delete syncppp
> /lib/modules/2.2.16-storm/net/n2.o: insmod n2 failed
> storm:/home/sam060#
>
> What does "Hint: this error can be caused by incorrect module parameters,
> including invalid IO or IRQ parameters" mean? Should I be passing arguements
> about irq etc when I modprobe?
>
> Please help. I already took a Kingston ISA (ne2000 compliant) card back b/c I
> thought that maybe was defective or incompatibe with my mobo. But now I
> believe that is is something I am not doing.
>
> _______________________________________________
> Stormlinux-users-list mailing list
> [EMAIL PROTECTED]
> http://www.stormix.com/community/lists/listinfo/stormlinux-users-list
Todd Witter
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list