also @ TechSpot: Microsoft Surface RT drops to $199... for schools and colleges

Linux Server issues

Discussion in 'Storage and Networking' started by morpheus, Oct 9, 2005.

  1. morpheus Newcomer, in training

    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?
  2. jobeard TS Ambassador Posts: 12,339   +132

    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