Forums

Resolved
0 votes
Hi,

I have this motherboard http://www.supermicro.nl/products/motherboard/Atom/X10/A1SAM-2750F.cfm. I think the NIC'S aren't supported by ClearOS cause if I'll go to network settings after installation ClearOS say it needs a NIC. This motherboard has 4 network ports. If i check the specs of the motherboard I'll find that this board uses a C2000 SoC I354. So i need a driver. Were can i find this driver.
Wednesday, September 10 2014, 05:13 PM
Share this post:
Responses (5)
  • Accepted Answer

    Thursday, September 11 2014, 08:11 PM - #Permalink
    Resolved
    0 votes
    Search The Forum

    I also have a VM - VirtualBox on Win7 x64 - to play with.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, September 11 2014, 07:32 PM - #Permalink
    Resolved
    0 votes
    Thanks for sharing.

    I think i'm going to create a virtual machine with the community edition and use this virtual machine to build from source. So then i don't have that problem. I'll hope upcoming weekend i have some time to test.

    btw what means "STF"?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 10 2014, 08:50 PM - #Permalink
    Resolved
    0 votes
    If you've set up your build environment, I use the following mini-script:
    #!/bin/bash

    Version=5.2.5-1
    # TARGET=i686
    TARGET=x86_64

    cd ~/rpmbuild/SOURCES

    wget http://elrepo.reloumirrors.net/elrepo/el6/SRPMS/igb-kmod-$Version.el6.elrepo.src.rpm
    rpmbuild --rebuild --define "kversion `uname -r`" --define 'packager Nick Howitt' igb-kmod-$Version.el6.elrepo.src.rpm
    I run it from my user "build"'s home directory - the build environment is under it.

    You will probably hit the same issue with with the kernel-devel that you had a few days ago.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 10 2014, 07:52 PM - #Permalink
    Resolved
    0 votes
    Awesome it's working! What a coincidence you used this driver in the example in the AOC-SAS2LP-MV8 thread. Nick I'm always grateful when you helping me. Thank you.

    P.s you have to explain to me how you build those drivers from source.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 10 2014, 06:55 PM - #Permalink
    Resolved
    0 votes
    Tut, tut. STF. This should help.
    The reply is currently minimized Show
Your Reply