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.
  • Probably not what you want to hear but disable it and get a proper network card like an Intel or Broadcom. It'll be less hassle in the long run for you.
  • 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.
  • Yeah, you convinced me.
    I'll have to eat my Intel card and get pci-e cards.  Rats.
  • And/Or use VLANs on a single *proper* NIC.
  • Remuflon, What part of the world are you from?

    Mario's suggestion to use VLAN's with any existing Intel NIC's is another idea I'd not considered. I had a quick look around and 8-port VLAN capable switches can be had in the US & Canada for a little over $100 online. Equivalent cost of two good NIC's (if you already have an Intel NIC installed) but more flexible.
  • Go the vlan route with a good Intel nic.  It opens up all kinds of possibilities.  I've had good luck with Netgear GS108T v2 vlan switches at home.
  • I am just outside of Washington DC.
    I love the vlan idea, I initially tried that, but I couldn't figure out how to configure it all with my WAP3205 access point, nor could I get the Sophos Hotspot to work.  The hotspot seems to insist on a physical interface.

    The goal is to have an isolated guest SSID that has no access to my LAN.
    The WAP3205 can have multiple SSIDs, but how do I isolate the guest net to a particular vlan?

    So, I put an additional nic in the firewall and added an additional hardware access point (Linksys) to it.  That's where I left off, that's the nic that's not working now.

    BTW, I appreciate all of your comments!
  • I am just outside of Washington DC.
    I love the vlan idea, I initially tried that, but I couldn't figure out how to configure it all with my WAP3205 access point, nor could I get the Sophos Hotspot to work.  The hotspot seems to insist on a physical interface.

    The goal is to have an isolated guest SSID that has no access to my LAN.
    The WAP3205 can have multiple SSIDs, but how do I isolate the guest net to a particular vlan?

    So, I put an additional nic in the firewall and added an additional hardware access point (Linksys) to it.  That's where I left off, that's the nic that's not working now.

    BTW, I appreciate all of your comments!


    Take out the Linksys and get an Intel..make a backup then reinstall and it will work

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • Sorry, i mean the linksys is an access point in another location, connected by ethernet to the firewall.

    New question.

    I have started configuring the vlans as suggested.  I ran into a problem.

    How do I configure the interface so that the default LAN Internal network (with no vlan tagging) has access?

    I cannot see an option to add a vlan interface with the "default" vlan.  So, once I change my Internal interface to vlan mode, I lose all connectivity from the non-tagged hosts.

    I thought vlan-1 was used for this purpose, but when I added a vlan-1 interface to my Internal interface, we still could not connect to it.

    I am not (yet) a vlan expert, so any hints please?