SOLVED Network device and interface.

jeremyoha450

Dabbler
Joined
Mar 1, 2022
Messages
19
Hi guys

i'm trying to get my asus xg-c100c card going

its listed in my pci dervices as
*-network
description: Ethernet interface
product: Aquantia Corp.
vendor: Aquantia Corp.
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 03
serial: 04:42:1a:57:d1:67
capacity: 10Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list rom ethernet physical tp 10bt-fd 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=atlantic driverversion=5.10.93+truenas firmware=1.3.18 ip=192.168.10.1 latency=0 link=no multicast=yes port=twisted pair
resources: irq:16 memory:a0c00000-a0c7ffff memory:a0ca0000-a0ca0fff memory:a0800000-a0bfffff memory:a0c80000-a0c9ffff

but i dont think is listed in my interfaces.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
link/ether 04:42:1a:57:d1:67 brd ff:ff:ff:ff:ff:ff
3: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether fc:34:97:a2:cd:65 brd ff:ff:ff:ff:ff:ff
altname enp0s31f6

i tried ip link set dev enp3s0 up

when i do this it shows but i cant bring up, etc
root@truenas[~]# sudo lshw -class network -short
H/W path Device Class Description
=========================================================
/0/100/1b/0 enp3s0 network Aquantia Corp.
/0/100/1f.6 eno1 network Ethernet Connection (14) I219-V

what i need to do to get the card to work?

do i need to do install drivers?

please note i'm a noobie
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
The aquantia driver appears to be installed. there's a CLI command to check.

 

jeremyoha450

Dabbler
Joined
Mar 1, 2022
Messages
19
The aquantia driver appears to be installed. there's a CLI command to check.



i tried ls -l /lib/modules/$(uname -r)/kernel/drivers/net/ethernet/

and it shows in the list
drwxr-xr-x 3 root root 3 Mar 22 21:59 aquantia

so why isnt it working?






Reply

Report Edit Delete
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
but i dont think is listed in my interfaces.
It is; enp3s0 is the interface. So what isn't working? If it isn't coming up, have you configured the interface?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Check your cabling. enp3s0 is complaining of no link. Are you trying to link at 10G or 1G?
 
Top