Jump to content
XPEnology Community

Asus XG-C100C AQC107 od DSM 7.1 DS918+


Recommended Posts

Hi. curious about the article
https://servicemax.com.au/tips/synology-10gigabit-ethernet-on-the-cheap/
I purchased an Asus 10GBe rj45 card. I am encountering an error when executing instructions in ssh:

/usr/local/etc/rc.d/aqc107.sh start
installing config
removing synology kernel driver
rmmod: ERROR: Module atlantic is not currently loaded
installing proper module from /volume1/aqcnetconf/atlantic.ko
insmod: ERROR: could not insert module /volume1/aqcnetconf/atlantic.ko: Invalid module format
restarting networking, dont panic
/etc/rc.network: line 1194: nat_stop_dhcpd: command not found
[dhclient@eth0.service] stopped.
[dhclient6@eth0-client.service] stopped.
[dhclient6@eth0-info.service] stopped.
[dhclient6@eth0-pd.service] stopped.
[dhclient@eth1.service] stopped.
[dhclient6@eth1-client.service] stopped.
[dhclient6@eth1-info.service] stopped.
[dhclient6@eth1-pd.service] stopped.
[dhclient@eth2.service] stopped.
[dhclient6@eth2-client.service] stopped.
[dhclient6@eth2-info.service] stopped.
[dhclient6@eth2-pd.service] stopped.
[dhclient@lo.service] stopped.
[dhclient6@lo-client.service] stopped.
[dhclient6@lo-info.service] stopped.
[dhclient6@lo-pd.service] stopped.
[dhclient@tun.service] stopped.
[dhclient6@tun-client.service] stopped.
[dhclient6@tun-info.service] stopped.
[dhclient6@tun-pd.service] stopped.
eth1: ERROR while getting interface flags: No such device
eth2: ERROR while getting interface flags: No such device
tun: ERROR while getting interface flags: No such device
0
0
0
0
unknown

Finally, it only loads my built-in network card.
Is Xpenology in DSM7 not possible to install this card?

Edited by m8kbv
Link to comment
Share on other sites

  • m8kbv changed the title to Asus XG-C100C AQC107 od DSM 7.1 DS918+
On 7/11/2022 at 10:41 PM, m8kbv said:

Is Xpenology in DSM7 not possible to install this card?

the driver mentioned is only usable with dsm 6.2

dsm 7.0 has a different kernel version and that will prevent the driver to work

if you use tinycore rp loader and let it detect you hardware then the card should work

the driver is present in pocopicos extension repository

https://github.com/pocopico/rp-ext/tree/main/atlantic

  • Like 1
Link to comment
Share on other sites

5 minutes ago, IG-88 said:

the driver mentioned is only usable with dsm 6.2

dsm 7.0 has a different kernel version and that will prevent the driver to work

if you use tinycore rp loader and let it detect you hardware then the card should work

the driver is present in pocopicos extension repository

https://github.com/pocopico/rp-ext/tree/main/atlantic

I just did tinycore on ds918+ from scratch last night (I forced a system update and it crashed, hung on recovery mode), and to my surprise the card works, I have 10Gbe on DMS 7.1:-)

Link to comment
Share on other sites

On 7/13/2022 at 5:23 AM, m8kbv said:

I just did tinycore on ds918+ from scratch last night (I forced a system update and it crashed, hung on recovery mode), and to my surprise the card works, I have 10Gbe on DMS 7.1:-)

I also used an Asus AQC 107 last month,
I found that it doesn't run at full speed,
After that, I replaced it with a 8125b network card with 4 network ports.
Then the network port aggregates 10 Gigabit,
very perfect. 
One thing you must pay attention to: add the 8125B driver to the compilation boot file, and modify the number of network cards in advance. After successfully installing the DSM, insert a new network card. Otherwise, it will not succeed.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

 

 

On 7/14/2022 at 8:47 PM, xuchuan said:

I also used an Asus AQC 107 last month,
I found that it doesn't run at full speed,
After that, I replaced it with a 8125b network card with 4 network ports.
Then the network port aggregates 10 Gigabit,
very perfect. 
One thing you must pay attention to: add the 8125B driver to the compilation boot file, and modify the number of network cards in advance. After successfully installing the DSM, insert a new network card. Otherwise, it will not succeed.

 

is your AQC107 work? @xuchuan

how to modify the number of network card?

thanks

  • Like 1
Link to comment
Share on other sites

This is how it works so far, I did from scratch configurations through redpill, the system detected it automatically during configuration.
The heatsink is hot even when the card does nothing, I wonder how this temperature will affect the card's operation in the future.

Link to comment
Share on other sites

  • 4 months later...

Been trying to work AQC107 but can't.

 

The nics are:

+-1c.2-[06]----00.0 Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125]
+-1c.4-[07]----00.0 Aquantia Corp. AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion] [1d6a:07b1]

Starting only RTL8125 okay

Starting only with RTL8125 and then installing AQC107, AQC107 doesn't work


Starting with RTL8125 and AQC107 neither of them works.
      I remove AQC107, RTL8125 still doesn't work.


It seems that the only way is RTL8125

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 weeks later...
On 2/15/2023 at 4:44 PM, Mary Andrea said:

Hi fellow, running DS3622-DS 7.1.1 with 10g AQC107 eht doesn't work . Anyone know what to do? thk!

some system from synology come with atlantic (aquantia) driver, usually units with a ope pcie slot, synology switched/added a AQC10x card to its line (maybe replacing the old tehuti card), somewhere in 6.2.2/6.2.3 it came into 36xx images (918+ does not come with this driver) and with 3622 7.x there are even two drivers (atlantic.ko and atlantic_v2.ko) one is v2.4.3.0 (old) the other is v.2.4.14.0, i dont know how they handle this in DSM, maybe there are some checks that prevent the correct driver to load?

maybe check the log with dmesg  for "atlantic" with this:

dmesg |grep atlantic

 

you should at least find something about loading the driver, maybe we will see if its the new or old driver thats loaded

you can also try to load the newer driver manually

insmod /lib/modules/atlantic_v2.ko

and then check again mit dmesg to see what log entry it generates

 

btw there is a atlantic driver added in arpl lately (two days) and its to expect to be in the next release

https://github.com/fbelavenuto/arpl-modules/commit/1eccba34dbf1c631153e942acfcdae2d0e729026

its v2.5.5,

  • Thanks 1
Link to comment
Share on other sites

I was waiting for your support. v thanks! 7.1 has a better stability and performance than 6.2, but I had to renounce 10g, its a big pit, because I've only one NIC10G Qunap was work perfectly under DSM6.2. As you suggested  me to build a 10g netLan, modifying files into Jun Loader years ago. Now, I don't know how to include a ket manually in the usb. Creator APRL Fbelavavenuto told me that He made an upgrade last week in order to get Aquantia , but I afraid that doesn't for me. thk so much

Edited by Mary Andrea
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...