Connected the repeater with ethernet-cable to the PC. PC had internet connection via Wifi,
-------------------------------------
OpenWrt 23.05.2, r23630-842932a63d
-----------------------------------------------------
root@EX6150v2:~# opkg update
So there is internet connection at the beginning.
Then:
root@EX6150v2:~# opkg remove kmod-ath10k-ct
Removing package kmod-ath10k-ct from root...
Check:
root@EX6150v2:~# opkg list-installed | grep ath10
ath10k-board-qca4019 - 20230804-1
ath10k-firmware-qca4019-ct - 2020-11-08-1
Then
root@EX6150v2:~# opkg remove ath10k-firmware-qca4019-ct
Removing package ath10k-firmware-qca4019-ct from root...
Then
root@EX6150v2:~# opkg install kmod-ath10k
Installing kmod-ath10k (5.15.137+6.1.24-3) to root...
Downloading https://downloads.openwrt.org/releases/23.05.2/targets/ipq40xx/generic/packages/kmod-ath10k_5.15.137%2b6.1.24-3_arm_cortex-a7_neon-vfpv4.ipk
Configuring kmod-ath10k.
Still internet connection!
Now the problem starts:
root@EX6150v2:~# opkg install ath10k-firmware-qca4019
Installing ath10k-firmware-qca4019 (20230804-1) to root...
Downloading https://downloads.openwrt.org/releases/23.05.2/packages/arm_cortex-a7_neon-vfpv4/base/ath10k-firmware-qca4019_20230804-1_arm_cortex-a7_neon-vfpv4.ipk
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/23.05.2/packages/arm_cortex-a7_neon-vfpv4/base/ath10k-firmware-qca4019_20230804-1_arm_cortex-a7_neon-vfpv4.ipk, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_install_pkg: Failed to download ath10k-firmware-qca4019. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package ath10k-firmware-qca4019.
Trying to go back to ct and removing non-ct.
opkg install kmod-ath10k-ct
Installing kmod-ath10k-ct (5.15.137+2022-05-13-f808496f-5) to root...
Downloading https://downloads.openwrt.org/releases/23.05.2/targets/ipq40xx/generic/packages/kmod-ath10k-ct_5.15.137%2b2022-05-13-f808496f-5_arm_cortex-a7_neon-vfpv4.ipk
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/releases/23.05.2/targets/ipq40xx/generic/packages/kmod-ath10k-ct_5.15.137%2b2022-05-13-f808496f-5_arm_cortex-a7_neon-vfpv4.ipk, wget returned 4.
* opkg_download: Check your network settings and connectivity.
* opkg_install_pkg: Failed to download kmod-ath10k-ct. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package kmod-ath10k-ct.
Checked if ISP is down, no was not. I lost with "remove package" internet.
OK, not a problem, have enough other devices for testing.
I did a fresh install, took 5min. At the moment I am stayomg with ct.
Maybe it is possible to create an image with non ct-packages?