PDA

View Full Version : Mini F10 no Network, relatek RTL8168c


SpeedadeYxan
2009-02-25, 01:14 PM CST
Hi,

I installed a minimal setup of F10, i.e. no software selected at all during DVD installation.
What I got was a textbased simple F10 setup.

My problem is that the network is not up and running after boot.
If I issue ifup eth0 then it is OK.

My question is where during startup is the network started. :confused:
I found that it might be started from a hotpug event.

/lib/udev/rules call-> /etc/sysconfig/network-script/net.hotplug call-> ifup


ifcfg-eth0....
# Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller
DEVICE=eth0
HWADDR=00:30:1b:bd:fb:d2
ONBOOT=no
NW_CONTROLLED=no
BOOTPROTO=dhcp
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no

System....
Shuttle X27D


Any ideas!!!

:)
/Pelle

stoat
2009-02-25, 01:28 PM CST
I would try changing ONBOOT=no to ONBOOT=yes. Then make sure the network service is enabled...su
chkconfig network onReboot and see what happens then.

No promises, but they're easy things to try and then undo.

SpeedadeYxan
2009-02-26, 05:33 AM CST
It worked!

chkconfig - nice tool

It looks like rc3.d has changed
K90network - removed
S10network - added

Thanks! :)