Help I've been trying to update package lists on a new flashed router for the past hour and even tried different versions and on the latest 22.03.3, reset, and still keep getting the below error. WAN access works fine. I can ping downloads.openwrt.org fine also in Putty. I am a noob at this though.
Executing package manager
Downloading https://downloads.openwrt.org/releases/22.03.3/targets/mediatek/mt7622/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/targets/mediatek/mt7622/packages/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/base/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/luci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/luci/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/packages/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/routing/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/routing/Packages.gz
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/telephony/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/telephony/Packages.gz
Errors
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/targets/mediatek/mt7622/packages/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/base/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/luci/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/packages/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/routing/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_download: Failed to download https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_cortex-a53/telephony/Packages.gz, wget returned 4.
* opkg_download: Check your network settings and connectivity.
The opkg update command failed with code 6.
Thank you so much! Disabling ipv6 fixed the issue. It seems my ISP does not support it yet. Should I delete this interface? And also disable ipv6 on my main router which the openwrt one sits behind?
For the Belkin do I need all the three kmod's or I need only kmod-mt7915e.
When I manually add all three to the auc it says unsupported packages for the rest two packages.
Just flashed the latest snapshot (OpenWrt SNAPSHOT r21757-895f38ca1e / LuCI Master git-22.361.69865-deed682) and I noticed a few clusters of kernel errors.
Are these serious or (snapshot) expected?
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.230297] OF: /thermal@1100b000: could not get #nvmem-cell-cells for /efuse@10206000/calib@198
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.242745] OF: /ethernet@1b100000/mac@0: could not get #nvmem-cell-cells for /spi@1100d000/flash@0/partitions/partition@1c0000/macaddr@7fff4
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.256038] OF: /ethernet@1b100000/mdio-bus/switch@0/ports/port@4: could not get #nvmem-cell-cells for /spi@1100d000/flash@0/partitions/partition@1c0000/macaddr@7fffa
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.443365] mt7622-pinctrl 10211000.pinctrl: invalid group "pwm_ch7_2" for function "pwm"
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.456204] mt-pmic-pwrap 10001000.pwrap: unexpected interrupt int=0x1
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.633397] OF: Bad cell count for /spi@1100d000/flash@0/partitions
Wed Jan 11 15:12:23 2023 kern.err kernel: [ 0.639683] OF: Bad cell count for /spi@1100d000/flash@0/partitions
Did you copy-paste the names from here? If yes, double-check if the returned error contains a \t at the end of the entry name (e.g. it says "kmod-mt7622-firmware\t"). AUC sadly doesn't do any whitespace elimination on server-side, and tries to parse the package name as-is, and obviously the package name doesn't end with a Tab character (denoted by \t), so it says incompatible
I have being trying to understand why I do not have problems with the asu and the kmod-mt7915-firmware kmod-m7915e kmod-mt7622-firmware and I found out the the asu which I use,have different versions than those in firmware-selector.openwrt.org.
For example the latest snapshot version I have available is 22.03-SNAPSHOT - r20034-aa5023bdcd
however in https://firmware-selector.openwrt.org/ Version: SNAPSHOT (r21775-c83dbcdf8f).
The server address in asu: https://sysupgrade.openwrt.org.
Do you know why is this discrepancies?