Hi Koenraad, > I was trying to configure my DIR-825 running BarrierBreaker to be an > accesspoint with radius-authentication. I had troubles, so I decided to > upgrade to ChaosCalmer. I used > openwrt-15.05-rc2-ar71xx-generic-dir-825-b1-squashfs-sysupgrade.bin via > the web-interface. I indicated to keep the configs. > > Now I can only telnet to the box. I tried several times to restore to > factory defaults, but there is still no web-interface. > > How can I go back to BarrierBreaker, of get a working version of > ChaosCalmer ? > > Or did I brick my box ? > > Any help ? > > Thanks, > > Koenraad.
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! :) 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 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 could help you, let me know if you need further assistance. [1] http://wiki.openwrt.org/doc/howto/generic.sysupgrade Regards, Jannis
signature.asc
Description: OpenPGP digital signature
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
