Re: NICs
From: Dances With Crows (danceswithcrows_at_usa.net)
Date: 08/18/03
- Next message: Markus Rückert: "au8820 mic in problem"
- Previous message: Shazbot: "Unable to have SOUND"
- In reply to: gilbert labelle: "NICs"
- Next in thread: gilbert labelle: "Re: NICs"
- Reply: gilbert labelle: "Re: NICs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Aug 2003 14:10:46 GMT
On Mon, 18 Aug 2003 09:48:25 -0400, gilbert labelle staggered into the
Black Sun and said:
> I installed RH9 server and I want to link it with 2-3 Win stations. I
> want the Linux box to be the Inet gate. My Inet access is via cable
> modem.
>
> DE-220pt ISA
> 3C509-tp ISA
> 3C509-tpo ISA
> and Dec 21*41 compatible PCI
>
> The problem is that RH9 have none of these drivers.
Yes, it does. You just don't know what they're called, and Redhat's
hardware autodetection is pretty sad compared to some other distros'.
(Knoppix's hardware detection is top-notch, f'rexample.) Autodetection
of ISA cards is a total pain and nothing does it very well.
3Com 509 cards use the "3c509" module; you just enter the command
"modprobe 3c509 irq=N" , substituting the correct number for N (whatever
ISA IRQ you've set the 3c509 card itself to, using jumpers or
3C5X9CFG.EXE or whatever.)
DEC 21*41 cards use the "tulip" module. Since these are PCI cards, you
just do "modprobe tulip".
After you've loaded the correct kernel modules for your hardware, you'll
need to set the Ethernet interfaces' IP addresses and routes. To assign
a static IP to Ethernet interface eth0 , you do:
ifconfig eth0 X.Y.Z.W netmask A.B.C.D broadcast E.F.G.H up
...replace the capital letters with numbers, obviously. To set a
default route, do:
route add default gw A.B.C.D
...replacing A.B.C.D with the IP address of your default gateway. To
get an IP for Ethernet interface eth0 via DHCP ("Automatically assign an
IP for this interface"), do:
dhcpcd -d eth0
If you're setting up a gateway, you will need to read the
IP-Masqing-HOWTO. It's at http://tldp.org/ in the HOWTO section.
> I went on the makers' sites but none of these drivers are available
> for Linux.
Lesson 0: The hardware manufacturer's website is typically the *last*
place you look for Linux support. The first thing you should do if you
have a piece of hardware of brand $MAKE and model number $MODEL is
Google for "$MAKE $MODEL Linux".
> RH says that I need the Tulip device for the Dec card but I can't find
> it.
It's in /lib/modules/$KERNELVERSION/ somewhere, and it's called
"tulip.o" .
-- Matt G|There is no Darkness in Eternity/But only Light too dim for us to see Brainbench MVP for Linux Admin / http://www.brainbench.com / "He is a rhythmic movement of the -----------------------------/ penguins, is Tux." --MegaHAL
- Next message: Markus Rückert: "au8820 mic in problem"
- Previous message: Shazbot: "Unable to have SOUND"
- In reply to: gilbert labelle: "NICs"
- Next in thread: gilbert labelle: "Re: NICs"
- Reply: gilbert labelle: "Re: NICs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|