Vivarin - Redhat network 9 config
I'm opening the thread here cause the other one got b0rked :
Here's his demand : http://www.antionline.com/showthread...hreadid=258302
So to rewrite what i did answer before but what was lost :
OK, If you're new to linux the most common problems are either network cards or soundproblems.
First open a console (shell) :
What do you see if you type "ifconfig" ? You should see ethx (where x is its number from 0 to ... )
If you only see "lo" then probably you need to load a module or check the kernel.
Anyway : Check this out, this covers your problem i think :
http://www.redhat.com/archives/redh...r/msg00741.html
Some more info here :
http://www.linuxquestions.org/questi...oto=nextnewest
http://justlinux.com/forum/showthrea...hreadid=127244
Hereunder is what i found in a signature from a user :
Quote:
$ means as user # means as root if this is a shell command
Gentoo, Pentium 3 1000 Mhz, 500 MB Ram, Geforce 4 Ti 4200 128MB DDR AGP 8x using Nvidia drivers, Sound Blaster PCI = Esoniq 5880 AudioPCI (es1371), HP EN1207D-TX PCI 10/100 Fast Ethernet Adapter = RealTek RTL-8139, SMC EZ Card
So it seems it uses the realtek driver and/or chip , so :
try this :
#modprobe rtl8139
or
#modprobe 8139too
cause rtl8139 is the realltekdriver for older chips but still good, where 8139too seems a collection of support for different types of realtek chips. If you get a fatal error on the modprobe, then probably the driver needs to be compiled in the kernel.
If it just returns to the commandline, most likely the modprobe loaded the driver, and need you to add thisdriver to autoload on next boot.