I tried to install luci to my Archer A6 v2 (TP-Link), but failed.
Commands and output:
root@OpenWrt:~# opkg update
Downloading http://openwrt-dist.sourceforge.net/packages/base/mips_24kc/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_dist
Downloading http://openwrt-dist.sourceforge.net/packages/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_dist_luci
Downloading http://downloads.openwrt.org/snapshots/targets/ath79/generic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading http://downloads.openwrt.org/snapshots/targets/ath79/generic/kmods/4.19.106-1-fae0538e5c76f8b13f89e370e94a285a/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_kmods
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
root@OpenWrt:~# opkg install luci
Installing luci (git-20.060.72422-2c4ba6e-1) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/luci_git-20.060.72422-2c4ba6e-1_all.ipk
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* uhttpd
* rpcd-mod-rrdns
* opkg_install_cmd: Cannot install package luci.
root@OpenWrt:~# opkg install uhttpd
Unknown package 'uhttpd'.
Collected errors:
* opkg_install_cmd: Cannot install package uhttpd.
snapshots are moving targets. You may find that you will be unable to install new packages as little as a few hours after you download the snapshot build. This means that you will want to install everything of interest right away, or keep a local copy of the repo/source code from that build on your computer so you can install packages after the fact. Or, flash with the latest new snapshot and install at that point.
If you can use an official stable release, you won’t need to worry about this issue, but if your device doesn’t have official support in the stable release builds yet, snapshots will be the norm until at least the next major version.
Of cource, you can build the master from sources by yourself. It is not that hard. (The same packages do build quite nicely in personal builds)
I am moderately familiar with Linux, but totally new to OpenWrt.
What article should I read to learn to build it from source?
I have to build "uhttpd" and "rpcd-mod-rrdns" from source right?
I have the same issue. I have used dozens of snapshots and never had this issue. Of course, it's the risk of using snapshot builds that something becomes broken.
Anyway: what's the best way to overcome this? And if not possible to install Luci via ssh on the current build: is this the correct way of upgrading to a new version?
Many packages have been removed from failure logs, so it should be fine now?
But I still can't install luci now, or I need to do a sysupgrade?
root@OpenWrt:~# opkg update
Downloading http://downloads.openwrt.org/snapshots/targets/ath79/generic/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading http://downloads.openwrt.org/snapshots/targets/ath79/generic/packages/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/targets/ath79/generic/kmods/4.19.106-1-fae0538e5c76f8b13f89e370e94a285a/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_kmods
Downloading http://downloads.openwrt.org/snapshots/targets/ath79/generic/kmods/4.19.106-1-fae0538e5c76f8b13f89e370e94a285a/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/base/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/packages/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/routing/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/telephony/Packages.sig
Signature check passed.
root@OpenWrt:~# opkg install luci
Installing luci (git-20.060.72422-2c4ba6e-1) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mips_24kc/luci/luci_git-20.060.72422-2c4ba6e-1_all.ipk
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* uhttpd
* rpcd
* libubus-lua
* rpcd-mod-file
* rpcd-mod-luci
* cgi-io
* luci-mod-status
* rpcd-mod-iwinfo
* rpcd-mod-rrdns
* opkg_install_cmd: Cannot install package luci.
I again have this issue on my C2600 for serveral days now.
Is there somwhere a guide for beginners on how to update the firmware via ssh?
I couldn't find it.