hello,
i am not able to find out the reason of 5ghz wifi dropout each time i power on my panasonic projector,
router and projector are plugged in the same 230V power socket. Each time i power on projector 5ghz got lost ... so i need to reboot router.
any idea here?
thanks!
hnyman
March 11, 2023, 4:35pm
2
First guess:
Your 5 GHz is configured to use a DFS channel, and your projector emits radiation / strange wireless signal on that spectrum, so that the radio thinks that a weather radar exists and shuts down.
@hnyman ah i see, and is there anything i can do with that?
i can see its set to > Channel: 104 (5.520 GHz)
Try channel 149 which should be above the DFS channels
hnyman
March 12, 2023, 5:17am
6
If it is about radar detection, you might have DFS-RADAR-DETECTED
log items about that in the system log. (But that may depend on your WiFi logging level settings)
See example in my log extract in
The fallback channel list should work also without that "auto".
As VHT160 and DFS channel usage gets wider, I guess that more people will run into this kind of issue, so I re-opened this old thread to document the current status...
I ran into this today, 5GHz wifi (at channel 100) in one of my routers dying during the night, and it took a while to notice in morning
Apparently, if there is no fallback channel list provided, the 5Ghz wifi may remain dead after a DFS event. It took a ā¦
Sat Mar 5 02:00:05 2022 daemon.notice hostapd: wlan0: DFS-RADAR-DETECTED freq=5500 ht_enabled=0 chan_offset=0 chan_width=5 cf1=5570 cf2=0
Sat Mar 5 02:00:05 2022 daemon.notice hostapd: dfs_downgrade_bandwidth: no DFS channels left, waiting for NOP to finish
Sat Mar 5 02:00:05 2022 daemon.notice hostapd: wlan0: AP-DISABLED
1 Like
using that channel i have speed issue ie slower by 100mbit on clients: (
Annick
March 12, 2023, 10:20pm
8
Channel 149 use very low power ...
Use Channel 36 to 64
even some devices cant see ap on that channel ... arg. 149...
even 44 is slow i mean 150-200 mbit instead of ... 350
but at least seems when i power on/off projector it is still working.
Are you sure? The trend is reversed, lower power levels available for lower channels on my devices.
1 Like
p.p
March 31, 2023, 11:19am
12
Maximum power levels depend on your regulatory domain. For EU countries, channels 149 and above are limited to 25 mW.
Annick
March 31, 2023, 12:41pm
13
my old tread
You could put your "channel" to "auto" and the "channels" to a very specific, hand crafted list of wifi channels.
See: https://openwrt.org/docs/guide-user/network/wifi/basic#common_options
That will not cause your router to constantly look for new channels to hop to, but it will at least make channel auto-detection only consider this specific list.
If I'm not mistaken, the range from 5470MHz to 5725MHz should mp to channels 96 to 144. That's what the FR regulatory domain allows with enabled Dā¦
opption country 'FR'
option channel 'auto'
option channels '36 -64 100-144'
this parameters are not visible with luci , you must therefore manually edit the wireless file
p.p
March 31, 2023, 12:45pm
14
I am not sure what you want to tell me here? I was just trying to answer @darksky 's question.