[SOLVED] Issues with Linksys E8450 - cannot install luci-app-sqm

Hi!

I recently got a pair of Linksys E8450's to use as wireless APs, with wired connections to my Protectli router running OPNSense. However, I've recently encountered an issue with installing certain packages. The following errors occur in both devices.

The first issue crops up with opkg update

# ... [ all other parts of the update succeed ]
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03-SNAPSHOT/targets/mediatek/mt7622/kmods/5.10.113-1-d3a5d2af68dbbf43c631958a252f7270/Packages.gz

# ...

Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03-SNAPSHOT/targets/mediatek/mt7622/kmods/5.10.113-1-d3a5d2af68dbbf43c631958a252f7270/Packages.gz, wget returned 8.

it seems like the 5.10.113 package list is no longer up, but I'm not quite sure how (or if it's a good idea) to try and get the system to use a newer version of the package list. I also know that haphazardly updating packages is a bad idea, especially on a system that's been converted to a UBI layout.

When I try to install luci-app-sqm, opkg complains as such:

root@OpenWrt:~# opkg install luci-app-sqm
Installing luci-app-sqm (git-21.164.25180-005c09a) to root...
Downloading https://downloads.openwrt.org/releases/22.03-SNAPSHOT/packages/aarch64_cortex-a53/luci/luci-app-sqm_git-21.164.25180-005c09a_all.ipk
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-sched-core
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-sched-core found, but incompatible with the architectures configured
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-sched-cake
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-sched-cake found, but incompatible with the architectures configured
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-ifb
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-ifb found, but incompatible with the architectures configured
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-reject
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-ipt
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-nf-ipt found, but incompatible with the architectures configured
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-log
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-ipt-core
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-core found, but incompatible with the architectures configured
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nfnetlink
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-reject6
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-conntrack
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-conntrack6
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-nat
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nf-log6
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-crypto-hash
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-crypto-crc32c
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-lib-crc32c
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nft-core
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-nft-compat
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-nft-compat found, but incompatible with the architectures configured
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a) for kmod-ipt-ipopt
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-ipt-ipopt found, but incompatible with the architectures configured
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-app-sqm:
 * 	kernel (= 5.10.134-1-cc11c9333c8f4322e054499edd5bc57a)
 * opkg_install_cmd: Cannot install package luci-app-sqm.

I didn't post this in the E8450 discussion thread because it felt like it might just be a general config issue on my side, but happy to move it if it should be there instead.

Thank you!

Thank you! I was unsure if upgrading was recommended with the UBI layout change.

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