Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Can't assign NIC [Aquantia Corp. AQC107]

    Scheduled Pinned Locked Moved Hardware
    81 Posts 14 Posters 19.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yorke @stephenw10
      last edited by

      @stephenw10

      yes link at 2.5G

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        Then it's probably just a driver quirk and it will catch up in newer versions.

        Steve

        Y 1 Reply Last reply Reply Quote 0
        • Y
          yorke @stephenw10
          last edited by

          @stephenw10
          There was an issue with intel drivers for FreeBSD
          ixl driver shows "unknown" for link rate when using 2.5/5Gbps modes
          that was fix in the driver 1.12.24 link below
          can i install these drivers and how would i install them thanks.

          https://www.intel.com/content/www/us/en/download/18331/25160/intel-network-adapter-driver-for-intel-ethernet-controller-700-series-under-freebsd.html?

          https://community.intel.com/t5/Ethernet-Products/Latest-1-12-16-ixl-driver-shows-quot-unknown-quot-for-link-rate/m-p/1270923

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            Not easily. The available kmod package looks to be at 1.12.2 still.

            Y 1 Reply Last reply Reply Quote 0
            • stephenw10S stephenw10 referenced this topic on
            • stephenw10S stephenw10 referenced this topic on
            • Y
              yorke @stephenw10
              last edited by

              @stephenw10

              Thank you

              Here is hoping that kmod package get to driver 1.12.24

              1 Reply Last reply Reply Quote 0
              • F F4 0 referenced this topic on
              • F F4 0 referenced this topic on
              • F F4 0 referenced this topic on
              • F F4 0 referenced this topic on
              • M
                madbrain
                last edited by

                I'm a newbie to pfSense & FreeBSD.

                I realize this is an old topic, but I am having a hell of a time trying to use my two AQN-107 NICs with pfSense 2.6 .
                I downloaded the driver from https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/aquantia-atlantic-kmod-0.0.5_1.pkg .
                I installed it with pkg install -f -y .
                I loaded it manually with kldload .
                I have 2 major problems :

                1. the module doesn't automatically reload upon reboot. How can I force it to do so ?
                2. my clients (off the LAN side, using the pfSense DHCP server) don't have DNS when I use the Aquantia NIC.
                  If I use other NICs (Realtek 1 Gbps USB, Intel I211 PCIe on the motherboard), I don't have any DNS problem.
                  This is a really strange one. I have not done any manual configuration for DNS and certainly am not doing anything different when I switch NIC (same IP address for LAN side, same subnet, etc).
                  Any idea about this one ?
                3. I'd like to make sure I'm using the best possible driver. Is there another build I should be using ? I'm on x64 (AMD Ryzen 2700).
                GertjanG 1 Reply Last reply Reply Quote 1
                • GertjanG
                  Gertjan @madbrain
                  last edited by

                  @madbrain said in Can't assign NIC [Aquantia Corp. AQC107]:

                  the module doesn't automatically reload upon reboot. How can I force it to do

                  Can answer one : as it has been answered already above :

                  @rico said in Can't assign NIC [Aquantia Corp. AQC107]:

                  How the Installation should work (dry run / not tested, I don't own this NIC):
                  Unzip the file and place if_atlantic.ko into the /boot/kernel/ folder.
                  Change permissions via console or SSH: chmod 555 /boot/kernel/if_atlantic.ko
                  Edit /boot/loader.conf.local and add to the end of the file: if_atlantic_load="YES"
                  Reboot pfSense and see what happens. ;-)

                  No "help me" PM's please. Use the forum, the community will thank you.
                  Edit : and where are the logs ??

                  M 1 Reply Last reply Reply Quote 1
                  • M
                    madbrain @Gertjan
                    last edited by

                    @gertjan Thank you ! The file to edit was actually /boot/loader.conf . Not /boot/loader.conf.local .
                    I copied the driver to /boot/kernel, but not sure if it's really required - it was already copied in /boot/modules , with the correct permission, from the package installer .

                    In any case, I was able to persist the changes for the WAN & LAN interfaces, and now the second problem (DNS issue) is gone after rebooting.

                    GertjanG 1 Reply Last reply Reply Quote 0
                    • GertjanG
                      Gertjan @madbrain
                      last edited by

                      @madbrain said in Can't assign NIC [Aquantia Corp. AQC107]:

                      The file to edit was actually /boot/loader.conf . Not /boot/loader.conf.local

                      Noop.
                      The file /boot/loader.conf can be rewritten 'at any moment' by pfSense itself, discarding your edits.
                      Your own additions should be placed in /boot/loader.conf.local, which will not be touched.
                      If needed, you have to create this file.
                      This file will also get parsed at kernel boot time.

                      See, for example Hardware Tuning and Troubleshooting

                      No "help me" PM's please. Use the forum, the community will thank you.
                      Edit : and where are the logs ??

                      M 1 Reply Last reply Reply Quote 2
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        Not sure why you wouldn't see DNS there though. Is the service starting correctly?

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          madbrain @Gertjan
                          last edited by

                          @gertjan said in Can't assign NIC [Aquantia Corp. AQC107]:

                          @madbrain said in Can't assign NIC [Aquantia Corp. AQC107]:

                          The file to edit was actually /boot/loader.conf . Not /boot/loader.conf.local

                          Noop.
                          The file /boot/loader.conf can be rewritten 'at any moment' by pfSense itself, discarding your edits.
                          Your own additions should be placed in /boot/loader.conf.local, which will not be touched.
                          If needed, you have to create this file.
                          This file will also get parsed at kernel boot time.

                          See, for example Hardware Tuning and Troubleshooting

                          Thanks. I stand corrected. I didn't know I was supposed to create the .local file. I just did so and moved the if_atlantic_load declaration to it.

                          What about the directory for the module ? Is it really supposed to be /boot/kernel ? The package installed it in /boot/modules originally. I made a copy in /boot/kernel, but wondering if it really needs to be in two places.

                          1 Reply Last reply Reply Quote 0
                          • M
                            madbrain @stephenw10
                            last edited by

                            @stephenw10 said in Can't assign NIC [Aquantia Corp. AQC107]:

                            Not sure why you wouldn't see DNS there though. Is the service starting correctly?

                            I believe the DNS service was starting properly, yes. In fact, at the console in the shell, DNS worked fine - I could ping internet hosts.
                            But my client box, connected to the LAN NIC, didn't have DNS.
                            This happened when was doing a manual kldload on the Aquantia module.

                            Once I made it persistent and rebooted, the problem with DNS on the client went away, somehow. I don't see a good explanation for this, but it's resolved now.

                            1 Reply Last reply Reply Quote 2
                            • stephenw10S
                              stephenw10 Netgate Administrator
                              last edited by

                              Ah, OK. That would almost certainly have been because the interface was down or didn't exist when Unbound started.

                              M 1 Reply Last reply Reply Quote 1
                              • M
                                madbrain @stephenw10
                                last edited by

                                @stephenw10 said in Can't assign NIC [Aquantia Corp. AQC107]:

                                Ah, OK. That would almost certainly have been because the interface was down or didn't exist when Unbound started.

                                That makes sense. Indeed the interface wouldn't have existed at boot time. But after the kldload, I had gone through the menu to reconfigure the interfaces and IP addresses, and still DNS didn't work. Anyway, it's taken care of now, thank you !

                                1 Reply Last reply Reply Quote 1
                                • F F4 0 referenced this topic on
                                • F F4 0 referenced this topic on
                                • F F4 0 referenced this topic on
                                • Y yorke referenced this topic on
                                • O
                                  onoseto
                                  last edited by

                                  This was a deep rabbit hole but eventually rewarding!

                                  Attaching the Aquantia driver for latest pfSense (2.7.2) – not that it's a good idea to download random binaries from strangers. ;)

                                  Steps to reproduce successful compilation of net/aquantia-atlantic-kmod for pfSense.

                                  1. Install Poudriere
                                  • git clone https://github.com/freebsd/poudriere.git
                                  • cd poudriere
                                  • ./configure
                                  • make
                                  • make install
                                  • cp /usr/local/etc/poudriere.conf.sample /usr/local/etc/poudriere.conf (check & update)
                                  1. Download & compile FreeBSD source code at correct version
                                  • pkg install git
                                  • rm -rf /usr/src
                                  • git clone -o freebsd https://git.FreeBSD.org/src.git /usr/src
                                  • cd /usr/src
                                  • git checkout 0c783a37d5d5
                                  • make buildworld -j number of CPU cores
                                  1. Create jail for compilation
                                  • poudriere jail -c -j pf272amd64 -a amd64 -m src=/usr/src
                                  1. Compile
                                  • cd
                                  • cat "net/aquantia-atlantic-kmod" > pkglist.txt
                                  • poudriere bulk -f pkglist.txt -j pf272amd64
                                  1. Profit
                                  • find your binary at /usr/local/poudriere/data/packages/pf272amd64-default/All/aquantia-atlantic-kmod-0.0.5_3.pkg

                                  aquantia-atlantic-kmod-0.0.5_3_freebsd14.0.zip

                                  M stephenw10S 2 Replies Last reply Reply Quote 2
                                  • O
                                    onoseto
                                    last edited by

                                    Oh yeah, also wanted to thank to @Rico who gave me the idea that this might be possible and actually dig it. So happy, that I can now use the sweet 10g NIC, and learned a bunch along the way!

                                    1 Reply Last reply Reply Quote 2
                                    • stephenw10S
                                      stephenw10 Netgate Administrator
                                      last edited by

                                      Nice work!

                                      1 Reply Last reply Reply Quote 1
                                      • M
                                        madbrain @onoseto
                                        last edited by

                                        @onoseto Thanks for this great work !

                                        My two AQN-107 NICs are in a drawer in the garage, currently. I have been using an Intel X550-T2 dual-port NIC with pfSense for a year, for both 2.5 Gbps WAN (Comcast) and 10 Gbps LAN.

                                        The X550-T2 is a little bit faster than the Aquantia AQN-107, in addition to having two ports. It lacks WOL support, however, which doesn't matter for pfSense, but does for a desktop. I discovered this when I bought a second X550-T2 for my main Windows desktop to get last tiny bit of performance (max iperf3 on LAN with one stream). WOL no longer worked. I had to enable the motherboard Intel I211 NIC, and turn on WOL on it. I didn't bind any protocol to it (no TCP/IP). It does require an extra ethernet cable, and port on a 1Gb switch, but those are cheap enough.

                                        Anyway, the Aquantia seems to be great with Linux as they have been supported out of the box in the kernel for several years with Ubuntu. Not sure about other distributions. My NAS runs Linux and uses an Aquantia AQN-107 and is able to max out the connection, unlike under Windows.

                                        For pfSense, the AQN-107 driver is regrettably not part of the official distribution. Is there any chance that it will ever make it to the official pfSense distribution ? That would be really welcome for disaster recovery scenarios (drive failure) to be able to just upload the settings to restore, without the need to figure out how to rebuild/download and reinstall the driver.
                                        There are of course workarounds, such as temporarily using the motherboard built-in NIC for either WAN or LAN.

                                        1 Reply Last reply Reply Quote 0
                                        • stephenw10S
                                          stephenw10 Netgate Administrator
                                          last edited by

                                          Likely when the driver is added the FreeBSD tree directly rather than as kmod pkg.

                                          1 Reply Last reply Reply Quote 0
                                          • stephenw10S
                                            stephenw10 Netgate Administrator @onoseto
                                            last edited by

                                            @onoseto Are you able to re-attach that? Unfortunately attachments to the forum were lost for a short period and that was included.

                                            1 Reply Last reply Reply Quote 1
                                            • stephenw10S stephenw10 referenced this topic on
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.