Linux Server issues

Status
Not open for further replies.

morpheus

Posts: 6   +0
I just recently built a web server that runs on Fedora Core. Only problem is, Fedora can't detect my ethernet port in my motherboard (a Asus P4800SE).
Any suggestions?
 
FC needs to be configured for NETWORKING and to enable it during boot
(it should be the /etc/rc.d/init.d/network script)
enter:
find /etc/rc.d -name \*network\* -print​
and you'll get the boot script names for networking:
the Sxxnetwork is the script which will config and bring up the ethernet
and Kxxnetwork is used to shut it down

btw: /etc/rc.d/init.d/httpd is my Apache boot script

From the root login, enter /etc/rc.d/init.d/network status to verify
that you have the ethernet scripts and the interfaces are known.

The MB:Asus P4800SE should not be an issue, but the ethernet NIC and the
proper driver is in question.

Drivers that are loaded at boot time are located in /sys/module and my
3com card shows up as 3c59x
 
Status
Not open for further replies.
Back