Op 24-06-15 om 16:49 schreef Jannis Pinter:

the Chaos Calmer builds are RCs (Release Candidates) and they do not
include the LuCI web interface yet. So you didn't bick your router, it
is working the way it should be! :)

Well, I have a different idea of Release Candidates. For me a RC is something that's almost finished, something that contains minor errors, or maybe even none at all. If OpenWRT says a RC does not include it's major UI, that is very important to know. But how does the UI gets tested ?



You have two options now:

1) Telnet/SSH into your router and install LuCI:
$ ssh root@<your-router-ip>
# opkg update && opkg install luci
# /etc/init.d/uhttpd start


This worked fine.


2) Telnet/SSH into your router and reflash barrier breaker [1]:
$ ssh root@<your-router-ip>
# cd /tmp
# wget
https://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/openwrt-ar71xx-generic-dir-825-b1-squashfs-factory.bin
# wget
https://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/md5sums
# md5sum -c md5sums 2> /dev/null | grep OK
# sysupgrade -v /tmp/openwrt-ar71xx-generic-dir-825-b1-squashfs-factory.bin

I hope I will not need this.

I hope I could help you, let me know if you need further assistance.

You helped me al lot. Most important, I learned some things I didn't find readily on the web-site.
Many thanks.

Koenraad.
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to