2024年12月25日

RTL8723BE

Wifi Device Keeps Powering Off

Create a /etc/modprobe.d/rtl8723be.conf with the following contents:

options rtl8723be fwlps=0
the problem is explained on the archlinux-wiki:

```
Some users may encounter errors with powersave on this card. This is shown with occasional disconnects that are not recognized by high level network managers (netctl, NetworkManager). This error can be confirmed by running dmesg -w or journalctl -f and looking for output related to powersave and the rtl8723ae/rtl8723be module. If you are having this issue, use the fwlps=0 kernel option, which should prevent the WiFi card from automatically sleeping and halting connection.

/etc/modprobe.d/rtl8723be.conf

options rtl8723be fwlps=0
```

Arch Linux Installation

You can actually use GPT for BIOS systems. Just follow typical partition layout for GPT then install grub for EFI one.

Get installed packages by user on Pacman

pacman -Qqtt