The "easy" way to do it would probably be to use linuxconf. I think RedHat's
netcfg can do this as well. Personally, I like the "text method" below!
-----Original Message-----
From: Steve Shah [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 26, 1999 12:49 PM
To: Jason Fuller
Cc: Linux-Net (E-mail)
Subject: Re: TCP/IP Setup question
I'm not familiar with your distribution, but let's assume that the tulip
driver is compiled as a module and your kernel is auto-loading modules.
Edit your /etc/conf.modules file and insert the line:
alias eth0 tulip
Now when you ifconfig the card (man ifconfig for details), it should
autoload
the module for you.
If you want to load the module by hand, use the insmod command like so:
insmod tulip
and then ifconfig the card. Either way, the driver gets loaded. You can
verify that the driver is loaded by using lsmod.
If you are still having problems, check your system logs (/var/log/messages)
and see if the driver made any complaints about loading. You can see if
the system even has a clue that it is there by viewing the /proc/pci file
and seeing if there is an entry for your NIC.
This is of course the command line version of how to do it. I'm sure there
is
a KDE tool to automagically do this, but I can't remember it off the top
of my head.
-Steve
On Tue, Oct 26, 1999 at 09:26:41AM -0700, Jason Fuller wrote:
> Hello all,
> I'm installing WinLinux 2000, (linux 2.2.6) with the K Desktop Environment
> 1.1. I know unix - but it's been a few years, and basically I don't know
> how to get a non-native PCI NIC driver working so I can get in or out over
> the ETH0 PCI NIC using TCP/IP. (I have a Macronix Tulip clone - and i have
> the latest driver "tulip.c")
>
> I've read tons of the How-To's, but i'm having difficulty even knowing
what
> the status of my hardware is! I believe the OS has identified the PCI
> hardware correctly, and it gives the addresses, and irq. However, the OS
> does say that ETH0 is not active in one of the files i stumbled accross.
>
> What tools do I use for setting up this portion of the NIC?
>
> Then what files do I need to set up to get basic TCP functionality? I
have
> a firewall already, so i just need BASIC funtionality for WEB access...
>
> Thanks,
> Jason
--
____________________________________________________________________________
__
Steve Shah ([EMAIL PROTECTED]) | Alteon Web Systems Inc. (Developer/Sysadmin)
http://www.alteon.com | Voice: 408.360.5653 Fax: 408.360.5500
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~
What were the skies like when you were young?
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]