Hello,
First of all, I am new to OpenWRT. Today I had some issues with it and had to reset the configuration. Now, I can connect to the device, the internet is up, but, for some reason, I cannot do 'opkg update' and 'opkg install luci'.
In the first case, I get:
Downloading https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/kmods/6.6.41-1-fc44969aed9b15fb1947669c2bddf103/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_kmods
Downloading https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/kmods/6.6.41-1-fc44969aed9b15fb1947669c2bddf103/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/Packages.sig
Signature check failed.
Remove wrong Signature file.
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.
After that, the second command gives me this:
Installing luci (23.051.66410~a505bb1) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/luci_23.051.66410~a505bb1_all.ipk
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency rpcd for rpcd-mod-luci
* pkg_hash_fetch_best_installation_candidate: Packages for rpcd-mod-luci found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency rpcd for luci-base
* pkg_hash_check_unresolved: cannot find dependency rpcd-mod-file for luci-base
* pkg_hash_check_unresolved: cannot find dependency rpcd-mod-ucode for luci-base
* pkg_hash_check_unresolved: cannot find dependency cgi-io for luci-base
* pkg_hash_check_unresolved: cannot find dependency ucode-mod-math for luci-base
* pkg_hash_fetch_best_installation_candidate: Packages for luci-base found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency rpcd-mod-iwinfo for luci-mod-status
* pkg_hash_fetch_best_installation_candidate: Packages for luci-mod-status found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency rpcd-mod-iwinfo for luci-mod-network
* pkg_hash_fetch_best_installation_candidate: Packages for luci-mod-network found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency rpcd for rpcd-mod-rrdns
* pkg_hash_fetch_best_installation_candidate: Packages for rpcd-mod-rrdns found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency uhttpd for luci-light
* pkg_hash_check_unresolved: cannot find dependency uhttpd-mod-ubus for luci-light
* pkg_hash_fetch_best_installation_candidate: Packages for luci-light found, but incompatible with the architectures configured
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* rpcd
* rpcd-mod-file
* rpcd
* rpcd-mod-ucode
* cgi-io
* ucode-mod-math
* rpcd-mod-iwinfo
* rpcd
* uhttpd
* uhttpd-mod-ubus
* opkg_install_cmd: Cannot install package luci.
Any ideas on how to fix it?
Thank you in advance!