Help with drivers

asus xg-c100c is my network card and its not working i was wondering how to install a driver

btw im new to zimaos

I’ve forwarded it to the development team. Thank you for your recommendation. I’ll let you know when I have any updates.

Thanks for the details. The ASUS XG-C100C normally uses the Linux atlantic driver, so please run the following commands on the affected ZimaOS system and paste the complete output here:

lspci -nnk -d 1d6a:

modinfo atlantic

lsmod | grep -i atlantic

dmesg | grep -iE ‘atlantic|aquantia|firmware|1d6a’

journalctl -k -b --no-pager | grep -Ei ‘atlantic|aquantia|aqtion|firmware|1d6a’

ip -br link

Date: Friday, August 21, 2026 | Uptime: up 15 hours, 24 minutes

HomeServer@ZimaOS:~ ➜ $ lspci -nnk -d 1d6a
lspci: -d: At least two fields must be given
HomeServer@ZimaOS:~ ➜ $ lspci -nnk -d 1d6a:
HomeServer@ZimaOS:~ ➜ $
HomeServer@ZimaOS:~ ➜ $ modinfo atlantic
filename: /lib/modules/6.18.9/kernel/drivers/net/ethernet/aquantia/atlantic/atlantic.ko
description: Marvell (Aquantia) Corporation(R) Network Driver
author: Marvell
license: GPL v2
alias: pci:v00001D6Ad000011C0svsdbcsci*
alias: pci:v00001D6Ad000034C0svsdbcsci*
alias: pci:v00001D6Ad000012C0svsdbcsci*
alias: pci:v00001D6Ad000014C0svsdbcsci*
alias: pci:v00001D6Ad000004C0svsdbcsci*
alias: pci:v00001D6Ad000093C0svsdbcsci*
alias: pci:v00001D6Ad000094C0svsdbcsci*
alias: pci:v00001D6Ad000000C0svsdbcsci*
alias: pci:v00001D6Ad000092B1svsdbcsci*
alias: pci:v00001D6Ad000091B1svsdbcsci*
alias: pci:v00001D6Ad000089B1svsdbcsci*
alias: pci:v00001D6Ad000088B1svsdbcsci*
alias: pci:v00001D6Ad000087B1svsdbcsci*
alias: pci:v00001D6Ad000080B1svsdbcsci*
alias: pci:v00001D6Ad000012B1svsdbcsci*
alias: pci:v00001D6Ad000011B1svsdbcsci*
alias: pci:v00001D6Ad000009B1svsdbcsci*
alias: pci:v00001D6Ad000008B1svsdbcsci*
alias: pci:v00001D6Ad000007B1svsdbcsci*
alias: pci:v00001D6Ad000000B1svsdbcsci*
alias: pci:v00001D6Ad0000D109svsdbcsci*
alias: pci:v00001D6Ad0000D108svsdbcsci*
alias: pci:v00001D6Ad0000D107svsdbcsci*
alias: pci:v00001D6Ad0000D100svsdbcsci*
alias: pci:v00001D6Ad00000001svsdbcsci*
depends: ptp
intree: Y
name: atlantic
retpoline: Y
vermagic: 6.18.9 SMP preempt mod_unload
parm: aq_itr:Interrupt throttling mode (uint)
parm: aq_itr_tx:TX interrupt throttle rate (uint)
parm: aq_itr_rx:RX interrupt throttle rate (uint)
HomeServer@ZimaOS:~ ➜ $
HomeServer@ZimaOS:~ ➜ $ lsmod | grep -i atlantic
HomeServer@ZimaOS:~ ➜ $
HomeServer@ZimaOS:~ ➜ $ dmesg | grep -iE ‘atlantic|aquantia|firmware|1d6a’
-bash: firmware: command not found
-bash: aquantia: command not found
-bash: 1d6a’: command not found
HomeServer@ZimaOS:~ ➜ $
HomeServer@ZimaOS:~ ➜ $ journalctl -k -b --no-pager | grep -Ei ‘atlantic|aquantia|aqtion|firmware|1d6a’
-bash: aquantia: command not found
-bash: firmware: command not found
-bash: aqtion: command not found
-bash: 1d6a’: command not found
HomeServer@ZimaOS:~ ➜ $
HomeServer@ZimaOS:~ ➜ $ ip -br link

Thanks for posting the output.

This confirms that the ZimaOS system already contains the correct Linux atlantic driver:

/lib/modules/6.18.9/kernel/drivers/net/ethernet/aquantia/atlantic/atlantic.ko

However, this command returned no device:

lspci -nnk -d 1d6a:

That means the PCIe bus is currently not detecting the ASUS XG-C100C card. Because the card is not detected by PCI, the atlantic module is not loaded. This does not currently look like a missing driver or Linux firmware package.

The two log commands were also not executed correctly because the commands contained typographic quotes. Please copy the following commands exactly, including the normal ASCII quotes, and post the complete output:

lspci -nnk -d ‘1d6a:*’

lspci -nn | grep -Ei ‘ethernet|network|aquantia|marvell’

lspci -tv

modprobe atlantic

lsmod | grep -i atlantic

dmesg | grep -iE ‘atlantic|aquantia|aqtion|firmware|1d6a’

journalctl -k -b --no-pager | grep -iE ‘atlantic|aquantia|aqtion|firmware|1d6a’

ip -br link

Please also provide:

lspci -nn

dmesg | grep -iE ‘pci|pcie|aer|link|bar’

Please let us know whether the card is XG-C100C V1, V2, or V3.

If lspci still does not show a device with vendor ID `1d6a`, please power off the system completely, reseat the card, try another PCIe slot if available, and check whether the card is detected in another computer. At this stage, PCIe slot/BIOS configuration, card seating, or hardware failure are more likely than a missing driver.