Rpi4 < $(community_build)

hope it works, it should if the driver use the standard api.

1 Like

when is next build coming?

probably have a testing build up sometime tommorrow at latest... just waiting for the wifi-channel-status stuff to trickle through

'speedtest-ookla' wrapper script is updated edit: bad news as of r15468 speedtest-ookla is broken... fix when I have time...

Is there a known issue with the SQM web UI? I'm running the git-20.339.75073-e54708a standard build (the build before this latest one) and whenever I try to go to Network -> SQM QoS I get an error message: NotFoundError / Resource Not Found.

1 Like

top post... instruction number 1...

1 Like

I am not smart...problem solved. Thanks!

1 Like

I have noticed that if a device does not report a hostname over dhcp, then via the GUI it shows as hostname="-"

If I then try to set that device to have a static lease, then the /etc/config/dhcp file has the entry:

config host
option name '-'
option ip 'xxxxxx'
option mac 'yyyy'

On the next restart of the DHCP server, startup fails because the hostname '-' is deemed invalid

Any ideas how best to resolve?

This should not be build specific issue, so a new topic should be written. One solution would be to set the name manually before you restart the DHCP server.

my pi4 not working as access point
it was working fine on 5GHz but not working on 2.4

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
        option hwmode '11g'
        option channel 'auto'
        option htmode 'HT20'
        option short_gi_40 '0'
        option cell_density '0'
        option country 'DE'

config wifi-iface 'wifinet0'
        option device 'radio0'
        option encryption 'psk2'
        option key '***********'
        option ssid '****'
        option mode 'ap'
        option network 'wan lan'
1 Like

the most important question is: did that EXACT setup work before?

remove these... ( cp /etc/config/wireless /etc/config/wireless-backup )

a general rule of thumb with ANY wifi issues is to strip your config back to the simplest possible options... please create a thread in the general forum if you have more issues... as advised previously, for 2Ghz you probably need to

  • set legacy rates ( which may have been removed/altered in master recently not sure what the practical side of that is )
  • preferably set the channel

many go freestyle on their wifi settings... and are puzzled why their wifi doesn't work... simple, then one thing at a time... for a reason... then test and rollback if issues...

1 Like

Hmm
i never tried 2.4GHz before
and after the update i am trying to create guest wifi because my new mi router doesn't support guest wifi in access point like tp link router

1 Like

new thread in general forum... link to this post...

1 Like

sorry i forgot. It is working now after trying the solution as mentioned in the post you linked.

thanks again :hugs:

1 Like

@anon50098793
i updated to rpi-4_snapshot_2.3.757-7_r15468_extra_testing

and the changes made to auto upgrade the packages, didn't work.
I used these commands to

start the router.
As i am using DNS over HTTPS with 127.0.0.1 dns.
Internet was not working and router was stuck.

1 Like

thanks again for testing this for me... changes were / are being made in the last few builds... if you didn't reboot, you can pm me;

dmesg | grep -E '(checkinternet|tap-opK|package|pkg)'; cat /autorestore.sh; cat /root/.packagesrestored

( or i'll put something in luci for next time to easily dump the debug stuff to PM )

now that you mention the testing-build... two important notes worth mentioning, i'm testing out;

  • update signing
  • no irqbalance

so if anyone notices general responsiveness improvements or gets a message when they upgrade like 'image is incompatible use -F'...

let me know.... honestly I think irqbalance has some small benefits on the network side... but removing it seems to improve general OS scheduler function...

kind of nor here nor there... but probably useful to see how it goes for everyone not enabled...

i updated yesterday and it has rebooted couple of times

1 Like

why latency is high and average for bytes drop is 6

not build related... needs a new thread ( well, based on what you've shown there is no clear question here... only how to interpret graphs )...

everything 'sqm' is always relative to load, settings and baseline 'line' capabilities...

the only really clear piece of (usable) info someone can make a guestimate of based on what you posted are the 'latency' characteristics under no-load... which are typically indicative of physical line properties and not sqm.

I have one more question.
I am unable to access my modem now.
before the update i think it was working fine.
I did setup modem interface as mentioned here

IPTV is also not working

settings are same as mentioned in this thread

are these errors are related to it?

Thu Jan 14 13:24:12 2021 daemon.warn avahi-daemon[9809]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
 Thu Jan 14 13:24:12 2021 daemon.err avahi-daemon[9809]: dbus_bus_get_private(): Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
 Thu Jan 14 13:24:12 2021 daemon.warn avahi-daemon[9809]: WARNING: Failed to contact D-Bus daemon.
1 Like