I've been trying to use multiple version of the driver on several kernels over the past days and i'm always facing the same problem where the driver builds just fine, loads correctly as well, creates the interface but no link is detected.
For testing purpose, I installed the same network card on a Windows host (same hardware) using the startech drivers and it worked so I know that the transceivers/fibers are fine. If I switch the card & transceiver to my linux host, I get no link.
Tested environments :
Ubuntu 22.04 - Kernel 5.15 and HWE 6.5 with tn40xx-006 branch
Rocky Linux 8.10 - Kernel-ml 6.9 with linux-6.7 driver branch , also tested with 6.6 branch
Rocky Linux 8.10 - Kernel 4.18 with tn40xx-003
Currently testing on Ubuntu 22.04 , Kernel 6.5.0-41
The network card ( PEX10000SFP ) is not part of the problematic ones as far as i could see :
4: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 3000
link/ether 00:0a:cd:2b:52:01 brd ff:ff:ff:ff:ff:ff
I should also indicate that I see the red light ray while looking into the transceiver on my Linux host.
Hi :)
I've been trying to use multiple version of the driver on several kernels over the past days and i'm always facing the same problem where the driver builds just fine, loads correctly as well, creates the interface but no link is detected. For testing purpose, I installed the same network card on a Windows host (same hardware) using the startech drivers and it worked so I know that the transceivers/fibers are fine. If I switch the card & transceiver to my linux host, I get no link.
Tested environments : Ubuntu 22.04 - Kernel 5.15 and HWE 6.5 with tn40xx-006 branch Rocky Linux 8.10 - Kernel-ml 6.9 with linux-6.7 driver branch , also tested with 6.6 branch Rocky Linux 8.10 - Kernel 4.18 with tn40xx-003
Currently testing on Ubuntu 22.04 , Kernel 6.5.0-41
The network card ( PEX10000SFP ) is not part of the problematic ones as far as i could see :
The log shows that it's loading properly at startup (from dmesg) :
The interface shows NO_CARRIER :
I should also indicate that I see the red light ray while looking into the transceiver on my Linux host.
Thanks a lot for your help