I have searched a lot, installed drivers like the kmod tg3 and a few others, rebooted, still doesnt work. What can I try to fix it? It does get recognized if I boot into finnix.
I think it is bnx2 and needs some firmware
Check ethtool -i eno1 for driver and sweep dmesg for firmware files.
i cant find the ethtool, and bnx2 is already installed, so i dont understand whats wrong..
From a desktop linux distribution run lspci -nnv
and ethtool -i eno1
to identify device and used driver.
lspci says kernel driver in use: tg3
kernel modules: tg3
name says Ethernet controller Broadcom Limited Netlink BCM57780 Gigabit Ethernet PCIe rev 01
ethtool going to check in a sec
ethtool says
driver: tg3
version: 3.137
firmware version: sb
what now?
pci numbers to check if it is supported in 23.05 or you need snapshot?
you mean the enp2s0? or...
you mean [14e4:1692]?
Cool, it is supported by kmod-tg3. Is it requesting and not getting firmware when openwrt is booting? In OpenWRT equipped with kmod-tg3 dmesg | grep -i tigon
One of these:
firmware: tigon/tg3_tso5.bin
firmware: tigon/tg3_tso.bin
firmware: tigon/tg357766.bin
firmware: tigon/tg3.bin
???
I booted up openwrt, ran the command after it booted up but it didnt give me anything.
forgot to mention if its useful im on openwrt 23.05.2
Add module to your image when using firmware-selector.openwrt.org
still doesnt work, the dmesg still doesnt return anything, i check which kmod-tg3 is installed and it says 5.15.167-1
You have to get more specific than that.
The ethernet still doesnt get detected if i use ifconfig, and the dmesg still doesnt work, what is there left to try?
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
{
"kernel": "5.15.167",
"hostname": "OpenWrt",
"system": "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz",
"model": "Dell Inc. OptiPlex 380 ",
"board_name": "dell-inc-optiplex-380",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "x86/64",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
had to search an old ethernet pcie thing to get ssh to work
what can i do next?
hold up, it just said br lan link becomes ready, I added a few packages to the firmware selector, now i gotta troubleshoot the wifi itself