[SOLVED] Xiaomi ax3600 can't install LUCI [SOLVED]

Hello all,

Probably I'm missing something. I used this guide. I managed to flash, boot and login via ssh.

# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='SNAPSHOT'
DISTRIB_REVISION='r22020-1c31ca5da9'
DISTRIB_TARGET='ipq807x/generic'
DISTRIB_ARCH='aarch64_cortex-a53'
DISTRIB_DESCRIPTION='OpenWrt SNAPSHOT r22020-1c31ca5da9'
DISTRIB_TAINTS=''

Now I'm trying to install LUCI. I tried "opkg update", but there is an error:
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz

Any idea what I'm doing wrong?

BR,
Kris

Do you have proper connectivity? How is your device connected to the internet? (via the lan port or wan port)?
What are the results of pinging (from the CLI of the router):

Please 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

Thank you for the fast reply.

the router is connected to the internet via WAN port.
there is ping:

~ # ping forum.openwrt.org
PING forum.openwrt.org (139.59.210.197): 56 data bytes
64 bytes from 139.59.210.197: seq=0 ttl=54 time=31.361 ms
64 bytes from 139.59.210.197: seq=1 ttl=54 time=30.017 ms
64 bytes from 139.59.210.197: seq=2 ttl=54 time=29.487 ms

cat /etc/config/network:

config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'fde6:3159:a034::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'wan'
	option device 'wan'
	option proto 'dhcp'

config interface 'wan6'
	option device 'wan'
	option proto 'dhcpv6'

ok... let's see the complete output of the opkg update process.

here is it:

~ # opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/kmods/5.15.92-1-0f4619ba5cb1f5ed3dfb2e6fb75f4ea1/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/kmods/5.15.92-1-0f4619ba5cb1f5ed3dfb2e6fb75f4ea1/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony/Packages.sig
Signature check passed.
Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/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/snapshots/targets/ipq807x/generic/kmods/5.15.92-1-0f4619ba5cb1f5ed3dfb2e6fb75f4ea1/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.

 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/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/snapshots/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/snapshots/packages/aarch64_cortex-a53/routing/Packages.gz, wget returned 4.
 * opkg_download: Check your network settings and connectivity.```

Let's see the results of this:

ping downloads.openwrt.org
wget https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz

hmm. I guess is something with IPV6?

~ # ping downloads.openwrt.org
PING downloads.openwrt.org (168.119.138.211): 56 data bytes
64 bytes from 168.119.138.211: seq=0 ttl=57 time=33.331 ms
64 bytes from 168.119.138.211: seq=1 ttl=57 time=32.840 ms
64 bytes from 168.119.138.211: seq=2 ttl=57 time=32.844 ms
64 bytes from 168.119.138.211: seq=3 ttl=57 time=32.911 ms
64 bytes from 168.119.138.211: seq=4 ttl=57 time=33.020 ms
64 bytes from 168.119.138.211: seq=5 ttl=57 time=33.395 ms
64 bytes from 168.119.138.211: seq=6 ttl=57 time=31.924 ms
^C
--- downloads.openwrt.org ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 31.924/32.895/33.395 ms
~ # wget https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz
Downloading 'https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/packages/Packages.gz'
Connecting to 2a01:4f8:251:321::2:443
Connection error: Connection failed

Looks like it.
I think you can do this:
ifdown wan6
and then try again.

Cheers! thank you! Solved

Great!

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

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