This version keeps going into failsafe mode. Also WPS light is always blinking on the back.
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
- failsafe button reset was pressed -
- failsafe -
[ 6.921717] random: dropbearkey: uninitialized urandom read (32 bytes read)
Generating 1024 [ 6.930471] random: dropbearkey: uninitialized urandom read (32 bytes read)
bit rsa key, this may take a while...
[ 8.073882] rt3050-esw 10110000.esw: link changed 0x10
[ 8.205205] rt3050-esw 10110000.esw: link changed 0x11
[ 9.412493] random: dropbearkey: uninitialized urandom read (32 bytes read)
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCQ[ 9.514364] random: dropbear: uninitialized urandom read (32 bytes read)
/9zLILfBh+K0p3EVK2zzedIjErB5OzJXa4GIEa+9lVkHkSJWr8hc5Uqqu9UMcMElYELw4ZxAUMCjkehN2K+Xa7CsgPH/AdHv9S0aaFiilaIxjn1EJII35GeR75Kqflz/ubOWb//EfbZPgBiTdL3zgI8FitoJaUwQM5N43mUS8Q== root@(none)
Fingerprint: sha1!! 45:f7:77:5b:02:9d:e0:b6:98:b1:70:d1:ef:ad:30:22:d7:5d:59:61
BusyBox v1.30.1 () built-in shell (ash)
ash: can't access tty; job control turned off
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 19.07.1, r10911-c155900f66
-----------------------------------------------------
================= FAILSAFE MODE active ================
special commands:
* firstboot reset settings to factory defaults
* mount_root mount root-partition with config files
after mount_root:
* passwd change root's password
* /etc/config directory with config files
for more help see:
https://openwrt.org/docs/guide-user/troubleshooting/
- failsafe_and_factory_reset
- root_password_reset
=======================================================
root@(none):/#
It means that reset button is pressed from openwrt point of view. I've changed gpio polarity.
It's standard indication of openwrt safemode. I've set wps led as openwrt status led.
New version here:
Also check macaddress. Prev version openwrt was (as output of "ifconfig -a"):
br-lan Link encap:Ethernet HWaddr 30:23:03:FE:CB:75
eth0 Link encap:Ethernet HWaddr 30:23:03:FE:CB:75
eth0.1 Link encap:Ethernet HWaddr 30:23:03:FE:CB:75
eth0.2 Link encap:Ethernet HWaddr 30:23:03:FE:CB:76
wlan0 Link encap:Ethernet HWaddr 00:11:22:00:00:30
wlan1 Link encap:Ethernet HWaddr 00:00:00:00:00:10
but linksys firmware:
WAN_MAC_ADDR=30:23:03:FE:CB:76
wan_hwaddr=30:23:03:FE:CB:76
lan_hwaddr=30:23:03:FE:CB:75
wl0_hwaddr=30:23:03:FE:CB:77
wl1_hwaddr=30:23:03:FE:CB:78
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
- failsafe button reset was pressed -
- failsafe -
[ 6.921785] random: dropbearkey: uninitialized urandom read (32 bytes read)
Generating 1024 [ 6.930562] random: dropbearkey: uninitialized urandom read (32 bytes read)
bit rsa key, this may take a while...
[ 8.057684] rt3050-esw 10110000.esw: link changed 0x10
[ 8.177151] random: dropbearkey: uninitialized urandom read (32 bytes read)
Public key portion is:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCN[ 8.278803] random: dropbear: uninitialized urandom read (32 bytes read)
sux9QEwY81xERonn1HY41anNvoNAm4E/X8T/Zxc7zJ0+vS6D/XaYPx1ikpt+geANm7f0RxH2HGFtXxmBGnSs/PGl/KdudoinyvizpIj/OmpWOLZtnEajIQclhab2Parcj27+IyKEhvjEs3KRL8v0UpEbK6oWhlMqoGkoeXSgWw== root@(none)
Fingerprint: sha1!! 9a:1f:62:0a:3d:25:4e:5f:96:29:6a:ba:31:db:24:31:dc:e0:46:c0
BusyBox v1.30.1 () built-in shell (ash)
ash: can't access tty; job control turned off
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 19.07.1, r10911-c155900f66
-----------------------------------------------------
================= FAILSAFE MODE active ================
special commands:
* firstboot reset settings to factory defaults
* mount_root mount root-partition with config files
after mount_root:
* passwd change root's password
* /etc/config directory with config files
for more help see:
https://openwrt.org/docs/guide-user/troubleshooting/
- failsafe_and_factory_reset
- root_password_reset
=======================================================
macadresses are ok.
Now you can test reset gpio 8 by hand:
Export gpio 8 for easy test:
echo 8 >/sys/class/gpio/export
echo in >/sys/class/gpio/gpio8/direction
Then check with that gpio8 is visiable:
cat /sys/kernel/debug/gpio
Press and hold reset button. Than do again:
cat /sys/kernel/debug/gpio
If state of gpio8 don't change high/low than it's not reset button
The same procedure is made by script from openwrt site. But I don't understand why reset gpio was determined incorrectly. In this case you need repeat script more carefully.
we have working reset button!
i guess thats pretty much it for this than right? all the GPIO's are mapped, MAC addresses are fixed and the router runs the software very well now.
yes go ahead and submit it to them, it makes me happy to to contribute to the community here. i dont know what all is involved in that process to do it myself. also you have all the data from building the firmware that i do not.
This model was available openbox, I bought it. I am willing to try to get it committed if no one else is working on it. I was wondering if @123serge123 has the *.dts, image *.mk and board.d files in one of the links. My other project is stalled waiting for parts from the PRC to repair my backup,