Új hozzászólás Aktív témák

  • Rabby

    tag

    válasz Papamaco #2282 üzenetére

    Próbáld ki amit írtam fenntebb. Az egytlen nehézség benne, hogy nem feltétlenül van copy-paste készre csinálva. Ebben azonban segíthetek (IP + token cserélendő) :

    (nvram set ssh_en=1;nvram commit)
    http://192.168.1.1/cgi-bin/luci/;stok=<EZTCSERELD>/api/misystem/set_config_iotdev?bssid=Xiaomi&user_id=longdike&ssid=-h%3Bnvram%20set%20ssh%5Fen%3D1%3B%20nvram%20commit%3B

    (sed -i 's/channel=.*/channel="debug"/g' /etc/init.d/dropbear)
    http://192.168.1.1/cgi-bin/luci/;stok=<EZTCSERELD>/api/misystem/set_config_iotdev?bssid=Xiaomi&user_id=longdike&ssid=-h%3Bsed%20-i%20's/channel=.*/channel=%5C%22debug%5C%22/g'%20/etc/init.d/dropbear%3B

    (/etc/init.d/dropbear start)
    http://192.168.1.1/cgi-bin/luci/;stok=<EZTCSERELD>/api/misystem/set_config_iotdev?bssid=Xiaomi&user_id=longdike&ssid=-h%3B/etc/init.d/dropbear%20start%3B

    (root ssh pass change to admin)
    http://192.168.1.1/cgi-bin/luci/;stok=<EZTCSERELD>/api/misystem/set_config_iotdev?bssid=Xiaomi&user_id=longdike&ssid=-h%3B%20echo%20-e%20'admin%5Cnadmin'%20%7C%20passwd%20root%3B

    https://github.com/hanwckf/rt-n56u/releases

    scp /AKONYVTARAHOVALETOLTOTTED/RM2100.trx root@192.168.1.1:/tmp

    dd if=RM2100.trx bs=4194304 count=1 of=redmi.kernel1.trx
    dd if=RM2100.trx bs=4194304 skip=1 of=redmi.rootfs0.trx
    mtd write redmi.kernel1.trx kernel1
    mtd write redmi.rootfs0.trx rootfs

    nvram set uart_en=1
    nvram set bootdelay=5
    # Set kernel1 as the booting kernel
    nvram set flag_try_sys1_failed=1
    # Commit our nvram changes
    nvram commit

Új hozzászólás Aktív témák