Hi,
I am new here on this forum. I bought a RAVpower AC750 (WD009) Filehub and flashed OpenWRT onto it. But what I noticed is that the Web interface was not active, so I had to login via SSH to the filehub with ssh root@192.168.1.1 from the terminal.
A port scan of 192.168.1.1 revealed open ports 22 and 53 and filtered ports 80 and 443, so indeed web access did not work.
According to the documentation in 'Luci essentials' (https://openwrt.org/docs/guide-user/luci/luci.essentials) I had to enable Luci via the ssh terminal with the command opkg update
which failed.
I first found after searching on the internet and did this in an SSH session:
uci set network.lan.ipaddr='192.168.0.50'
uci set network.lan.gateway='192.168.0.254'
uci set network.lan.dns='192.168.0.254'
uci commit
service network restart
Then I plugged the ethernet cable into the router and it had internet now with the new IP address. The command 'opkg update' worked now.
But then it had dependency problems after issuing 'opkg install luci':
root@OpenWrt:~# opkg install luci
Installing luci (git-20.113.70804-9d02ef1) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.113.70804-9d02ef1_all.ipk
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* kernel (= 5.4.52-1-2f9fa99c65f56f7fc4487f8ba69512eb)
* opkg_install_cmd: Cannot install package luci.
How can I get around this ?
BTW, I cannot log in on the wiki of OpenWRT while I do have an account (otherwise I cannot post topics).