William Breathitt Gray
William Breathitt Gray
So before making those changes to `iwd.service`, I noticed the wifi services do not show up if I have the wired network plugged in; in the Kodi `Network` menu I...
Tethering is off according to the GUI and also via `connmanctl technologies`. The commands you mentioned come back with the same output as yours: ``` LibreELEC:~ # iwctl station list...
I decided to try Armbian to verify whether there is some sort of hardware issue at play with my system. Armbian comes with `wpa_supplicant` by default, so I removed it...
The title "rtl8723bs not getting a list of networks on LE12" isn't quite right because I can get a list of access points in LibreELEC GUI as long as I...
Here are the `dmesg` and `config` for both systems: [dmesg_on_libreelec.txt](https://github.com/LibreELEC/LibreELEC.tv/files/14628923/dmesg_on_libreelec.txt) [config_on_libreelec.txt](https://github.com/LibreELEC/LibreELEC.tv/files/14628924/config_on_libreelec.txt) [dmesg_on_armbian.txt](https://github.com/LibreELEC/LibreELEC.tv/files/14628925/dmesg_on_armbian.txt) [config_on_armbian.txt](https://github.com/LibreELEC/LibreELEC.tv/files/14628926/config_on_armbian.txt) The `rfkill list` output is the same on both systems: ``` LibreELEC:~ # rfkill list 0: phy0:...
There does seem to be this patch to the r8723bs driver supposedly affecting "Wifi stability" by disabling power management: https://github.com/armbian/build/commit/b26ea8bfa042bb9b1a580c20f8a6a7d831eb5dca
I created an `/etc/modprobe.d/r8723bs.conf` with `options r8723bs rtw_power_mgnt=0 rtw_enusbss=0` in it and restarted so that it would take effect. Unfortunately, it didn't seem to resolve the scan issue so that...
Sorry for the noise, the "AP bugfix" patch is no longer necessary thanks to a fix already upstream initializing the structure members to zero: https://lore.kernel.org/lkml/[email protected]/T/
I realized I could trigger the `invalid-key` error from the GUI, and then connect the Ethernet afterward to collect the log. Here's the output (`MAXIT3HCAT` is my access point): ```...
> > There does seem to be this patch to the r8723bs driver supposedly affecting "Wifi stability" by disabling power management: [armbian/build@b26ea8b](https://github.com/armbian/build/commit/b26ea8bfa042bb9b1a580c20f8a6a7d831eb5dca) > > I’ve had to use similar when...