Make sure your swap is actually working and that it shows when you run "free -m" over SSH. The info comes directly from the kernel.Mine was doing this on A1 but its not now on A2.
Make sure your swap is actually working and that it shows when you run "free -m" over SSH. The info comes directly from the kernel.Mine was doing this on A1 but its not now on A2.
Didn't think anyone actually looked at those values, but I can add them back. They were initially removed in large part because I was intending on also removing the Wireless Client lines and replace them with tables cells as part of the initial dashboard plans, but those plans got ditched mid-development.True, but in my case I dont care for the unattainable ASUS Router 300.000 max limit
But I do care of my poor ISP-s HGW that can easily crash already on 2.000 and on 10.000 is long gone...
So sometimes I need to monitor that.
Great thanks!Didn't think anyone actually looked at those values, but I can add them back. They were initially removed in large part because I was intending on also removing the Wireless Client lines and replace them with tables cells as part of the initial dashboard plans, but those plans got ditched mid-development.
The current fixed layout design of Asuswrt makes it hard to have anything modern designed. That layout is even problematic for text-based tables that aren't wide enough, forcing me through design compromises on the Wireless Log or the Classification Log pages.Hmmm, tables cells, would be nice...
Guessed so, got it. No need to overdo it...The current fixed layout design of Asuswrt makes it hard to have anything modern designed. That layout is even problematic for text-based tables that aren't wide enough, forcing me through design compromises on the Wireless Log or the Classification Log pages.
Asuswrt needs a complete webui redesign to bring it in 2024.
I see the same.For alpha 2, Network Map, Interface Mode, Wired can not sort using Clients Name --> Access time headings. Sorting OK for 2.4 and 5 GHz interfaces. Note: yellow highlight bar sits under column headings for Wired and over column headings for 2.4 and 5GHz interfaces.
Performed a dirty update to alpha 2 with a subsequent reboot on my AX86U Pro. Not other issues observed.
View attachment 57937
View attachment 57936
View attachment 57934
Yes it is showing thanks I will remember if it does this again.Make sure your swap is actually working and that it shows when you run "free -m" over SSH. The info comes directly from the kernel.
I'll keep my fingers crossed for that. All efforts to keep the EOL h/w alive much appreciated.I did some research, but don't have time to test a possible fix at the moment. Worst case scenario these two models (one of which is EOL anyway) will be reverted back to the previous kernel module.
The kernel module hasn't been updated since 2022 by its developer.
These are ports for Transmission/eMule/eDonkey running on the router. Are you using Download Master?1.Here is a list of unknown ipv4 port forwarding i never set.View attachment 57925
Would it compile without the WireGuard module (I have lots of ax58u deployed but I only use OpenVPN)?32-bit kernels failed to compile due to a bug with the new wireguard module.
Those are alpha builds, they are not releases. Whichever images available will be whichever actually compiles at the time I am doing compile tests.Would it compile without the WireGuard module (I have lots of ax58u deployed but I only use OpenVPN)?
1.Here is a list of unknown ipv4 port forwarding i never set.View attachment 57925
@littlepopkaka port 51413 is the default port for Transmission (bittorrent) if that's any clue as to what's happening.If you didn't set it or enable the services that are listening on those ports, then someone else has admin/root level access to your router.
Post #50.If you didn't set it or enable the services that are listening on those ports, then someone else has admin/root level access to your router.
These are ports for Transmission/eMule/eDonkey running on the router. Are you using Download Master?
Error logs:
Error setting up entry 192.168.0.1 for asusrouterTraceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/asusrouter/__init__.py", line 27, in async_setup_entry
await router.setup()
File "/config/custom_components/asusrouter/router.py", line 439, in setup
await self._init_sensor_coordinators()
File "/config/custom_components/asusrouter/router.py", line 812, in _init_sensor_coordinators
available_sensors = await self.bridge.async_get_available_sensors()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/asusrouter/bridge.py", line 231, in async_get_available_sensors
SENSORS: await self._get_sensors_modern(AsusData.SYSINFO),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/asusrouter/bridge.py", line 512, in _get_sensors_modern
data = await self.api.async_get_data(datatype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/asusrouter/asusrouter.py", line 654, in async_get_data
processed = process(
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/asusrouter/modules/endpoint/__init__.py", line 114, in process
return submodule.process(data)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/asusrouter/modules/endpoint/sysinfo.py", line 65, in process
jffs_total = safe_float(jffs_data[1])
~~~~~~~~~^^^
IndexError: list index out of range
Asuswrt needs a complete webui redesign to bring it in 2024.
I have the exact same problemEverything working great on 16000, 6000 and 88 but noticed today my homeassistant integration stopped working. Going back to alpha 1 fixes it.
Code:Error logs: Error setting up entry 192.168.0.1 for asusrouterTraceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/asusrouter/__init__.py", line 27, in async_setup_entry await router.setup() File "/config/custom_components/asusrouter/router.py", line 439, in setup await self._init_sensor_coordinators() File "/config/custom_components/asusrouter/router.py", line 812, in _init_sensor_coordinators available_sensors = await self.bridge.async_get_available_sensors() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/asusrouter/bridge.py", line 231, in async_get_available_sensors SENSORS: await self._get_sensors_modern(AsusData.SYSINFO), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/asusrouter/bridge.py", line 512, in _get_sensors_modern data = await self.api.async_get_data(datatype) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/asusrouter/asusrouter.py", line 654, in async_get_data processed = process( ^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/asusrouter/modules/endpoint/__init__.py", line 114, in process return submodule.process(data) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/asusrouter/modules/endpoint/sysinfo.py", line 65, in process jffs_total = safe_float(jffs_data[1]) ~~~~~~~~~^^^ IndexError: list index out of range
Is this something I need to change in HA code?
You will have to ask whoever developed this, I have no idea what their code is doing. I see references to JFFS, so I suspect they may be accessing data not intended for public access. They will have to adjust their code if the internal data changed.I have the exact same problem
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!