sysgarpi

Results 6 comments of sysgarpi

> > As elsewhere suggested I added the following file /etc/modprobe.de/02w-wifi-fix.conf, but this help in my case: > > this _didn't_ help? Correct. Unless there is something else I have...

I've come across the [Alpine Linux Raspberry Pi documentation](https://wiki.alpinelinux.org/wiki/Raspberry_Pi), which notes the following file/configuration for improved WiFi stability: ``` $cat /etc/modprobe.d/brcmfmac.conf options brcmfmac roamoff=1 feature_disable=0x282000 ``` I've undone all previous...

Just to verify, I've set both feature_disable values and updated initramfs, as I've read that that _could_ make a difference: ``` $cat /etc/modprobe.d/brcmfmac.conf options brcmfmac roamoff=1 feature_disable=0x282000 options brcmfmac feature_disable=0x2000...

> [@sysgarpi](https://github.com/sysgarpi) - according to ChatGPT, "Because modprobe processes options in order and “the last value set wins,” your second line effectively overwrites the first mask, so the only feature...

Thanks for the feedback! I've tried the sshd_config options, only one per test: ``` IPQoS cs0 cs0 IPQoS 0x00 0x00 ``` With and without the settings in /etc/modprobe.de/02w-wifi-fix.conf, only one...

> [@sysgarpi](https://github.com/sysgarpi) > > i've read about a solution for brcmfmac and pi zero 2's not playing nice with each other (i cannot locate the post now). it was to...