Installing openwrt on pc doesnt detect lan cable

I just finished installing openwrt onto an old optiplex, plugged in the LAN cable to update and get luci setup, it doesnt display the message that a cable has been connected, nor can I access luci or ssh, if i do ifconfig it doesnt display the cable either.

You need to identify (less commonly used) network adapter. Boot some fedora or ubuntu live CD, check lspci and ethtool -i, then include respective driver in firmware-selector or imagebuilder lists.

3 Likes

lspci -knn

1 Like

You can use lspci with OpenWrt, you just need to manually install packages

https://downloads.openwrt.org/releases/23.05.4/packages/x86_64/packages/libkmod_31-1_x86_64.ipk
https://downloads.openwrt.org/releases/23.05.4/packages/x86_64/packages/pciids_0.379-1_x86_64.ipk
https://downloads.openwrt.org/releases/23.05.4/packages/x86_64/packages/pciutils_3.10.0-1_x86_64.ipk

or build a new image with pciutils included.

1 Like

Or tell what your motherboard or pc model is and we can google for you...

2 Likes

Where and how do I find the firmware selector or imagebuilder?

OpenWrt Firmware Selector

1 Like

yeah, i did that already, check my newest thread I am having new problems now

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.