Hi Tim,
I installed the on board Ethernet card in my office. It shows in the GUI. After the configuration I restarted the server. Server is very slow to boot.
I checked the following things.
1. /etc/firewall (WAN and LAN)
2. /etc/modprobe.conf
3. /etc/sysconfig/network-script/ifcfg-eth0 and ifcfg-eth1
4. ifconfig
All the settings are seems to be ok. But ClearOS is very very slow. What is the next step I have to do?
I followed below link to install Ethernet card.
www.clearfoundation.com/component/option...it,10/limitstart,10/
For your reference :-
[root@system ~]# lspci
00:00.0 Host bridge: Intel Corporation Unknown device 0100 (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Unknown device 1c5c (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 20)
02:00.0 Ethernet controller: Atheros Communications Unknown device 1083 (rev c0)
[root@system ~]# cat /etc/modprobe.conf
alias eth0 sky2
alias eth1 atl1e
alias scsi_hostadapter ahci
[root@system ~]# uname -r
2.6.18-194.8.1.v5PAE
[root@system ~]#kudzu -p
class: NETWORK
bus: PCI
detached: 0
device: eth0
driver: sky2
desc: "Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller"
network.hwaddr: 00:50:43:00:45:3e
vendorId: 11ab
deviceId: 4362
subVendorId: 11ab
subDeviceId: 4362
--------
class: NETWORK
bus: PCI
detached: 0
device: eth1
driver: atl1e
desc: "Atheros Communications Unknown device 1083"
network.hwaddr: 10:78:d2:53:e0:cd
vendorId: 1969
deviceId: 1083
subVendorId: 1019
subDeviceId: 8151
Thanks and Regards
BARGAVA.C