-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ST-Lab 480 (TN9710P) not detected after DKMS install #45
Comments
After manually inserting module: I.e. there is a problem with my PHY (which is Marvell's). |
If I add firmware files, then I'm getting compilation error, related to damaged MV88X3310_PHY_H: #ifndef _MV88X3310_PHY_H static u16 MV88X3310_phy_initdata[] __initdata = { This is bullshit from that file |
Im also unable to get my card working which is a Trendnet TEG-10GECTX. Driver builds, appears to install, wont detect my card. I manually modprobe it in and it looks very similar to what youre hitting. Would love to know how I can troubleshoot this. |
Same issue here, i've added the x3310fw_0_3_4_0_9445.hdr file to source dir, it looks like the DKMS doesn't build the support for our card DKMS Install : if i build and install with make Supported phys : MV88X3310 QT2025 TLK10232 AQR105 MUSTANG and it works, but i'd like to keep the DKMS support for kernel updates :( |
I think i found the issue, since dkms change the make folder with the option -C, the Makefile can't find the .hdr file and so do not build the support of MV88X3310 I've removed the option in dkms.conf MAKE[0]="make M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build" and now the module is build with the supported card. |
Hi All,
I've just bought a pair of ST-Lab N-480 10G adapters and installed them into machines with Fedora 34.
uname -a Linux amphimachairodus 5.12.8-300.fc34.x86_64 #1 SMP Fri May 28 15:20:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
NICs are present in my lspci:
05:00.0 Ethernet controller: Tehuti Networks Ltd. TN9710P 10GBase-T/NBASE-T Ethernet Adapter
I've cloned repo and installed DKMS as described here https://github.com/acooks/tn40xx-driver without any problems.
Then rebooted - an don't see NIC neither in ifconfig -a, nor in dmesg:
dmesg | grep tn4
returns just empty set.Any suggestions, what can be missing?
The text was updated successfully, but these errors were encountered: