openwrt / openwrt

This repository is a mirror of https://git.openwrt.org/openwrt/openwrt.git It is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.
Other
20.01k stars 10.4k forks source link

FS#3298 - Edimax 3G-6200n z OpenWrt 19.07.2 lost settings after reboot or turnoff. It don't create JFFS #8165

Open openwrt-bot opened 4 years ago

openwrt-bot commented 4 years ago

olekstomek:

[[https://openwrt.org/toh/hwdata/edimax/edimax_3g-6200n|Edimax 3G-6200n]] OpenWrt 19.07.2, r10947-65030d81f3

Steps:

  1. Download the latest version OpenWrt 19.07.2 to Edimax 3G-6200n.
  2. Set e.g. the password to the router and/or turn on the WiFi.
  3. Reboot the router with the reboot option in OpenWrt.
  4. The router has no settings previously saved - the status is as right after installing fresh OpenWRT - no password, no WiFi enabled, default settings.

Problem with JFFS.

root@OpenWrt:~# mount /dev/root on /rom type squashfs (ro,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime) tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755) overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work) tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000) debugfs on /sys/kernel/debug type debugfs (rw,noatime) root@OpenWrt:~# df -h Filesystem Size Used Available Use% Mounted on /dev/root 3.0M 3.0M 0 100% /rom tmpfs 13.8M 284.0K 13.5M 2% /tmp tmpfs 13.8M 60.0K 13.7M 0% /tmp/root overlayfs:/tmp/root 13.8M 60.0K 13.7M 0% / tmpfs 512.0K 0 512.0K 0% /dev

root@OpenWrt:~# free total used free shared buff/cache available Mem: 28276 14008 5224 344 9044 11872 Swap: 0 0 0

here I added the password and turned on the WiFi network - the free RAM decreased

root@OpenWrt:~# free total used free shared buff/cache available Mem: 28276 15632 3496 368 9148 10236 Swap: 0 0 0 root@OpenWrt:~#

openwrt-bot commented 4 years ago

xaibempp:

Is there a reason why you dont use the latest openwrt version? Since May2020 there is the 19.07.3 release. Your issue report is from Aug2020. Does 19.07.3 work?

Does the 18.06.8 work without issues?

openwrt-bot commented 4 years ago

olekstomek:

There is no version 19.07.3 or 19.07.4 (newest today) for my device. Look here - https://openwrt.org/toh/hwdata/edimax/edimax_3g-6200n, Supported Current Rel: 19.07.2 So, where I can download 19.07.3 for my device? Unless I can safely download version 19.07.3 adapted to another device (eg Tp-Link)? But I can't tell if I can do it.

I haven't used version 18.06.8. For now I am focusing on the latest version but if necessary I will use 18.06.8. But let's try to clarify the situation with the latest firmware version.

openwrt-bot commented 3 years ago

olekstomek:

I've checked many versions: 19.07.1, 19.07.0, 18.06.8, 18.06.7, 18.06.6, 18.06.0. In all these versions problem is as I wrote above. Version 17.01.7 (lede-17.01.7-ramips-rt305x-3g-6200n-squashfs-sysupgrade.bin) works perfect and save settings after reboot.

login as: root root@192.168.1.1's password:

BusyBox v1.25.1 () built-in shell (ash)

. .. ___ . . /. . . . /. . . _. . __ . _ .. /. LE. . /. . . | |. | |.. | | . /. . DE. /. . .. | || || |) | | /__/. LE. . |___||/||. . . . . . . . . . . lede-project.org . . . . .. DE / . . . LE. . . /. ----------------------------------------------------------- .. . DE. . . /. . Reboot (17.01.7, r4030-6028f00df0) . . ____\/. . -----------------------------------------------------------

root@OpenWrt:~# mount /dev/root on /rom type squashfs (ro,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime) /dev/mtdblock7 on /overlay type jffs2 (rw,noatime) overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work) tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600) debugfs on /sys/kernel/debug type debugfs (rw,noatime) root@OpenWrt:~# df -h Filesystem. . . . . . . . Size. . . Used Available Use% Mounted on /dev/root. . . . . . . .. 2.3M. . . 2.3M. . . .. 0 100% /rom tmpfs. . . . . . . . . . 14.1M. . 420.0K. .. 13.6M.. 3% /tmp /dev/mtdblock7. . . . . 384.0K. . 240.0K. . 144.0K. 63% /overlay overlayfs:/overlay. . . 384.0K. . 240.0K. . 144.0K. 63% / tmpfs. . . . . . . . .. 512.0K. . . .. 0. . 512.0K.. 0% /dev root@OpenWrt:~# free . . . . . .. total. . .. used. . .. free. .. shared. . buffers. .. cached Mem:. . . .. 28780. . . 16624. . . 12156. . . . 420. . .. 1896. . .. 5708 -/+ buffers/cache:. . .. 9020. . . 19760 Swap:. . . . . . 0. . . . . 0. . . . . 0 root@OpenWrt:~#

This part of the story can also be useful: https://forum.openwrt.org/t/19-07-report-devices-here-that-cant-save-settings/48046/40?u=olekstomek

olekstomek commented 2 years ago

This is the problem that I reported. Above I see that the data from the console is difficult to read due to incorrect formatting. Therefore, for better readability, I paste this log again:

root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    284.0K     13.5M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev

root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28276       14008        5224         344        9044       11872
Swap:             0           0           0
#here I added the password and turned on the WiFi network - the free RAM decreased
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28276       15632        3496         368        9148       10236
Swap:             0           0           0
root@OpenWrt:~#
login as: root
root@192.168.1.1's password:

BusyBox v1.25.1 () built-in shell (ash)

. .. _________
. . /. . . . /\. . . _. . ___ ___. ___
.. /. LE. . /. \. . | |. | __|.. \| __|
. /. . DE. /. . \.. | |__| _|| |) | _|
 /________/. LE. \. |____|___|___/|___|. . . . . . . . . . . lede-project.org
 \. . . . \.. DE /
. \. . LE. \. . /. -----------------------------------------------------------
.. \. DE. . \. /. . Reboot (17.01.7, r4030-6028f00df0)
. . \________\/. . -----------------------------------------------------------

root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mtdblock7 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem. . . . . . . . Size. . . Used Available Use% Mounted on
/dev/root. . . . . . . .. 2.3M. . . 2.3M. . . .. 0 100% /rom
tmpfs. . . . . . . . . . 14.1M. . 420.0K. .. 13.6M.. 3% /tmp
/dev/mtdblock7. . . . . 384.0K. . 240.0K. . 144.0K. 63% /overlay
overlayfs:/overlay. . . 384.0K. . 240.0K. . 144.0K. 63% /
tmpfs. . . . . . . . .. 512.0K. . . .. 0. . 512.0K.. 0% /dev
root@OpenWrt:~# free
. . . . . .. total. . .. used. . .. free. .. shared. . buffers. .. cached
Mem:. . . .. 28780. . . 16624. . . 12156. . . . 420. . .. 1896. . .. 5708
-/+ buffers/cache:. . .. 9020. . . 19760
Swap:. . . . . . 0. . . . . 0. . . . . 0
root@OpenWrt:~#

I see that for Edimax 3g-6200n we can check new version of OpenWrt and confirm that the problem still exist or is resolved:

Unfortunately my Edimax 6200n stopped working (in normal use). I will try to fix it or maybe get a new device. Or maybe someone can verify if the problem still exists on this Edimax model? I asked here also.

olekstomek commented 2 years ago
olekstomek commented 2 years ago

Unfortunately my Edimax 6200n stopped working (in normal use). I will try to fix it or maybe get a new device. Or maybe someone can verify if the problem still exists on this Edimax model? I asked here also.

I checked on other Edimax 6200n equipment that I managed to get. Overall the same problem.

On 19.07.4 version I set the password and turned on WiFi, on the next higher versions and 19.07.3 I only set the password for the router. Settings are always lost after restarting the router with LuCI network. I updated the software without keeping the settings from the previous version. Logs are added in order of update. In the logs you can see e.g. differences in the amount of memory depending on the version (they are small). Below are logs for commands

mount df -h free

on individual versions of OpenWrt. I executed the commands after setting the password and rebooting.

Powered by LuCI openwrt-19.07 branch (git-20.247.75781-0d0ab01) / OpenWrt 19.07.4 r11208-ce6496d796

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.4, r11208-ce6496d796
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28268       14128        5156         304        8984       11800
Swap:             0           0           0
root@OpenWrt:~#

Powered by LuCI openwrt-19.07 branch (git-20.341.57626-51f55b5) / OpenWrt 19.07.5 r11257-5090152ae3

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.5, r11257-5090152ae3
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28268       14088        5200         304        8980       11848
Swap:             0           0           0
root@OpenWrt:~#

Powered by LuCI openwrt-19.07 branch (git-21.018.57536-6ba9740) / OpenWrt 19.07.6 r11278-8055e38794

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.6, r11278-8055e38794
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    248.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28268       14168        5104         308        8996       11760
Swap:             0           0           0
root@OpenWrt:~#

Powered by LuCI openwrt-19.07 branch (git-21.044.30835-34e0d65) / OpenWrt 19.07.7 r11306-c4a6851c72

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.7, r11306-c4a6851c72
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    248.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28268       14176        5096         308        8996       11784
Swap:             0           0           0
root@OpenWrt:~#

Powered by LuCI openwrt-19.07 branch (git-21.189.23240-7b931da) / OpenWrt 19.07.8 r11364-ef56c85848

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.8, r11364-ef56c85848
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28260       14096        5172         304        8992       11820
Swap:             0           0           0
root@OpenWrt:~#

Powered by LuCI openwrt-19.07 branch (git-22.045.73925-36e5c1c) / OpenWrt 19.07.9 r11405-2a3558b0de

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.9, r11405-2a3558b0de
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28260       14108        5156         304        8996       11808
Swap:             0           0           0
root@OpenWrt:~#

Here, see that I go back to an older version from 19.07.9 to 19.07.3. Version 19.07.3 was not in firmware selector and I found the bin file with the firmware manually (https://downloads.openwrt.org/releases/17.01.3/targets/ramips/rt305x/).

Powered by LuCI openwrt-19.07 branch (git-20.136.49537-fb2f363) / OpenWrt 19.07.3 r11063-85e04e9f46

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.3, r11063-85e04e9f46
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28268       14096        5188         304        8984       11840
Swap:             0           0           0
root@OpenWrt:~#

And the newest firmware for this device currently:

Powered by LuCI openwrt-19.07 branch (git-22.099.58928-786ebc9) / OpenWrt 19.07.10 r11427-9ce6aa9d8d

login as: root

BusyBox v1.30.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 19.07.10, r11427-9ce6aa9d8d
 -----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# cls
-ash: cls: not found
root@OpenWrt:~# clear
root@OpenWrt:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
overlayfs:/tmp/root on / type overlay (rw,noatime,lowerdir=/,upperdir=/tmp/root/upper,workdir=/tmp/root/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
root@OpenWrt:~# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                 3.0M      3.0M         0 100% /rom
tmpfs                    13.8M    244.0K     13.6M   2% /tmp
tmpfs                    13.8M     60.0K     13.7M   0% /tmp/root
overlayfs:/tmp/root      13.8M     60.0K     13.7M   0% /
tmpfs                   512.0K         0    512.0K   0% /dev
root@OpenWrt:~# free
              total        used        free      shared  buff/cache   available
Mem:          28252       14160        5088         304        9004       11752
Swap:             0           0           0
root@OpenWrt:~#
olekstomek commented 2 years ago

I think it can be closed because OpenWrt 19.07.10 is the final release of the 19.07 release branch, this branch is now end of life and we will not fix problems on this branch any more, not even severe security problems. We encourage all users still using OpenWrt 19.07 to upgrade to OpenWrt 21.02 or more recent OpenWrt versions.

Additional info.