This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

trouble with nic driver

I have a motherboard with 2 integrated nics.
One of them is an Atheros.  UTM is not loading the kernel driver for this nic.
I've spent hours trying to compile a driver for it, but it stops me at every turn.  Any suggestions?

05:00.0 Ethernet controller: Atheros Communications Inc. Device 1091 (rev 10)

        Subsystem: Giga-byte Technology Device e000
        Flags: bus master, fast devsel, latency 0, IRQ 4
        Memory at f7900000 (64-bit, non-prefetchable) [size=256K]
        I/O ports at c000 [size=128]
        Capabilities: [40] Power Management version 3
        Capabilities: [58] Express Endpoint, MSI 00
        Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+
        Capabilities: [d8] MSI-X: Enable- Count=16 Masked-
        Capabilities: [100] Advanced Error Reporting


This thread was automatically locked due to age.
Parents
  • I normally would do that, but I just built this machine yesterday specifically for this purpose, and I actually did get Intel cards for it, and all the slots are full.  This nic was going to be for the guest network.  I don't have room to expand anymore.  And I really don't want to drop more money on it...
    I checked before I got the motherboard that the driver was supported by the general Linux community. 

    So I'm up now, with 8 gigs and an i5 cpu, and it screams, but no guest network.
  • I checked before I got the motherboard that the driver was supported by the general Linux community.


    Catch is most enterprise linux systems don't support bleeding edge out of the box and given Atheros only submitted the alx driver to the kernel devs in 2012, that piece of hardware is bleeding edge.

    You can in theory build alx for the ASG/UTM devices but you're looking at having to duplicate Sophos' build environment for the UTM, down to kernel & gcc versions. Then everytime a kernel update is released, you're looking at having to recompile alx.
Reply
  • I checked before I got the motherboard that the driver was supported by the general Linux community.


    Catch is most enterprise linux systems don't support bleeding edge out of the box and given Atheros only submitted the alx driver to the kernel devs in 2012, that piece of hardware is bleeding edge.

    You can in theory build alx for the ASG/UTM devices but you're looking at having to duplicate Sophos' build environment for the UTM, down to kernel & gcc versions. Then everytime a kernel update is released, you're looking at having to recompile alx.
Children
No Data