Howto install the Realtek8110C/8169C driver in SME 7.3
I have a Gigabyte GA-G31MX-S2 and I run SME Server 7.3 on it. The motherboard has an onboard Realtek 8110C Gigabit Ethernet card, which isn’t supported in CentOS 4.6 (or even CentOS 5 for that matter), so I need to manually install a driver to get it to work. Since I have a 2U server case, which only allows me 1 additional PCI card, and I already have a DGE-528T Gigabit Ethernet Adapter, I have no other choice but to install a driver for this card. I don’t want to go and purchase another motherboard, since these are rather cheap, and packed with nice features. Searching the internet, SME Forums, and the CentOS Forums, and found this useful post: Network card Installation help Urgently needed From here I can see that I need to install the following: [php] yum –enablerepo=dag install dkms kernel-devel dkms-r1000 [/php] P.S. I have already enabled the Dag Wieer’s Repository, as can be seen in this post: Howto setup a local yum proxy for your LAN using http-replicator on SME Server 7.0
