Luci opkg doesn't work on netgear (EX6130)

I upgraded my netgear to the 23.05.2 opewrt but now i can't access Luci, i still have access via SSH but when I try to "opkg update" i get this error:
Package kmod-mac80211 version 5.15.137+6.1.24-3 has no valid architecture, ignoring.
Segmentation fault

Please help?
Thank you.

Post the output of the ssh command ubus call system board.

1 Like

thank you for your prompt reply.
Here is the output:

root@netgear1:/etc# ubus call system board
{
        "kernel": "5.15.137",
        "hostname": "netgear1",
        "system": "MediaTek MT7620A ver:2 eco:6",
        "model": "Netgear EX6130",
        "board_name": "netgear,ex6130",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "23.05.2",
                "revision": "r23630-842932a63d",
                "target": "ramips/mt7620",
                "description": "OpenWrt 23.05.2 r23630-842932a63d"
        }
}

23.05.2 version have Luci pre installed.

What IP does your client have/get ?

Post the output of the command opkg update.

1 Like

it is pre installed but it doesn't work. my client have access to my router with ssh but when i try Luci using a browser i got an error, so i want to reinsall Luci this is where i get the error for opkg.

Post screen shots of the errors you're getting.

1 Like

Let's take a look at other relevant parts of the config:

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:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
cat /etc/config/uhttpd

Did you modify anything after the installation?
What errors do you see, exactly?