Forums

mAXALADA
mAXALADA
Offline
Resolved
0 votes
hello, i got new install of ClearOS. i need 2 NIC's, but only 1 working. i guess its very simple solution, buti guess im too n00b still ... :)
heres driver situation now:


[root@server ~]# lspci -knn | grep Eth -A 2
00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM-3 Gigabit Network Connection [8086:10de] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:3647]
Kernel driver in use: e1000e
--
10:02.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 05)
Subsystem: Compaq Computer Corporation NC3120 Fast Ethernet NIC [0e11:b01e]
[root@server ~]#


so, install e1000e for 82557 too or...? and exactly how? tried to find howto, but after few hours, didnt. got experience only for Ubuntu etc.
Thursday, April 12 2018, 06:40 PM
Share this post:
Responses (3)
  • Accepted Answer

    Thursday, April 12 2018, 09:09 PM - #Permalink
    Resolved
    0 votes
    You need the e100 driver. I have a copy here. Note when ClearOS goes to 7.5 the driver may need updating so check first before you upgrade ClearOS or watch the forums as there should be a Beta for a couple of weeks beforehand.
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    mAXALADA
    mAXALADA
    Offline
    Saturday, April 14 2018, 05:29 AM - #Permalink
    Resolved
    0 votes
    thanks!

    now, can u show how exactly, this "yum" is new for me, im more familiar with ubuntu variants...
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, April 14 2018, 08:31 AM - #Permalink
    Resolved
    0 votes
    Download it with wget then install it with yum:
    wget https://www.howitts.co.uk/clearos/ClearOS_7.x/7.4/kmod-e100-3.5.24-2.el7_4.elrepo.x86_64.rpm
    yum localinstall --nogpgcheck kmod-e100-3.5.24-2.el7_4.elrepo.x86_64.rpm
    Then reboot.
    The reply is currently minimized Show
Your Reply