Help me! Installation Failure

You still haven't answered this...

1 Like

If that dosent work you may want to try and boot in to the second firmware of the device wich can be done in 3 ways the esisest being

1 Like

I installed this version first
openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-factory

and then this one.

openwrt-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade

After installing the second one, the router did not come up at 192.168.1.1 and I used the reset button on the back of the device and the current situation occurred.

This may have been a snapshot, which does not include the LuCI web interface.

Did you try pinging the router?

2 Likes

That address does not work.

Try to boot it in to the second firmware and write back what hapend

2 Likes

Yes, the same was written in the description of this file! No, I did not receive a reply from the address you mentioned

Let's see the results of the ping test... a screenshot or copy/paste should work.

2 Likes

This is not a ping test. This is a web browser.

Please open a command terminal and ping from there.

2 Likes

Thank you, But I know nothing about what you are saying, obviously​:smiling_face_with_tear::smiling_face_with_tear:

Google is your friend here...
https://www.google.com/search?q=how+to+ping&oq=how+to+ping&aqs=chrome..69i57j0i512l3j0i3j69i64l3.6406j0j7&sourceid=chrome&ie=UTF-8

2 Likes

Try to boot it in to the backup partion on the device using the Instructions above pls

2 Likes

Is that right?

1 Like

The firmware just dosent have the luci dashboard installed

2 Likes

Ok. What can i do?

Run the comand bellow

ssh root@192.168.1.1

It shoud drop you in to the router shell form there you can install the dashboard
Google is also your frend on how to install the dashboard :slight_smile:

Here is a guide: https://openwrt.org/docs/guide-user/luci/luci.essentials

2 Likes

Thank you very much for your help, dear friends.
I hope I can refer to you if I run into a problem

2 Likes

That means it is working.

Like I said before, you likely installed a snapshot. The additional installation was not necessary.

You'll now need to ssh into the router to resolve this (unless the other partition has a working installation of OpenWrt with LuCI).

  • download and install an application like PuTTY which is an ssh terminal.
  • download the sysupgrade image from here
  • copy the firmware file to your router using scp (I think PuTTY can do scp) to directory /tmp on the router
  • ssh into the router using PuTTY (username = root, password is blank)
  • run the following command:
sysupgrade -n /tmp/openwrt-22.03.2-mvebu-cortexa9-linksys_wrt3200acm-squashfs-sysupgrade.bin
1 Like

The windows has built in ssh? XD
Why download putty where is built in ssh tool in the windows cmd?

1 Like