Hi,

I'm a Linux newbie and trying to connect to ResNet at Jester. I have WinLinux 2000 (kernel 
2.2.6) and a Netgear FA310TX Ethernet card. The card works fine in Winblow$ 98, but I 
can't get it activated in Linux. 

        Specifically: When I type   ifconfig eth0 up 
        
I get the error message   Try Again
        
over and over...

        
ifconfig -a  returns an  lo  (which is up) and  eth0  (not up).

I compiled tulip.c v0.89K (8/8/98) from the Netgear disk (it's what they recommended for 
the card's DEC 21040 chip). Copied it, etc. Didn't work.

I downloaded tulip.c v0.91 (4/14/99), same process, and it still doesn't work.

I suppose the module isn't configured correctly and/or isn't being loaded.  This card is my 
main concern for Linux right now because it sucks having to boot back to Windows to look 
for info on the net or check email. 

When I open Netscape in Linux, it just says that the host www.utexas.edu or whatever can't 
be found and suggests setting $OCKS enviro variable and the nameserver.

Here are the directions from the Netgear driver disk that I followed:
  
  Installation Procedure for Modular Kernel
  -----------------------------------------

  1.  Compile tulip.c.

      gcc -DMODULE -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -
Wstrict-prototypes -O6 -c tulip.c

  2.  Copy tulip.o into the latest kernel's modules.

      cp tulip.o /lib/modules/2.0.XX/net/tulip.o

  3.  Update kernel's module dependencies.

      /sbin/depmod -a                        

  4.  Add the following in /etc/conf.modules.

      alias eth0 tulip

  5.  Reboot the system.


  NOTE:

      The latest testing version of the driver should compile with all
      1.2.*, 1.3.* development, 2.0.* and 2.1.* kernels.

This last line was what prompted me to get the latest tulip.

In number 3 it says
 /sbin/depmod -a.  From   what I remember, I think I just typed this 
into kterm at the prompt. It just gave me a new line so I assumed it worked. Recently I read 
in man this is to be included in /etc/rc.d, but this is a directory. What file should I put it into?

Thanks,
Frank Phillips

Reply via email to