View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007435 | Networks | Hardware | public | 2024-06-04 11:09 | 2024-10-24 22:31 |
Reporter | DigitalMy | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0007435: Xiaomi Mi Wi-Fi mini R1C router with OpenWRT | ||||
Description | Tested router Xiaomi Mi Wi-Fi mini (R1C) DC 12V 1A power CPU MT7620A 580MHz Flash 16 MB, RAM 128MB installed OpenWRT as in https://openwrt.org/toh/xiaomi/miwifi_mini Reset router and do initial setup with password 12345678 Upload firmware miwifi_r1cm_all_75496_2.8.91_ENG.bin using web page Run commands after login to web page of version http://192.168.31.1/cgi-bin/luci/;stok=d8a4aeaae9af4cbc8e259d0360a97c62/api/xqnetwork/set_wifi_ap?ssid=whatever&encryption=NONE&enctype=NONE&channel=1%3B%2Fusr%2Fsbin%2Ftelnetd it will show {"msg":"Couldn't connect to this network(Probe timeout)","code":1616} http://192.168.31.1/cgi-bin/luci/;stok=d8a4aeaae9af4cbc8e259d0360a97c62/api/xqsystem/set_name_password?oldPwd=12345678&newPwd=1 it will show {"code":0} telnet 192.168.31.1 23 use root user and password 1 set before wget http://192.168.31.175:8021/openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin cat /proc/mtd check OS1 exists mtd -r write openwrt-22.03.2-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade.bin OS1 | ||||
Tags | No tags attached. | ||||
|
|
|
Run web server on connected computer and put openwrt.bin to page root Connect to telnet 192.168.31.1 23 cd /tmp wget http://192.168.31.100/openwrt.bin cat /proc/mtd mtd -r write openwrt.bin OS1 |