In the last few weeks, I've found that my wireless connection works OK for about a minute after booting, then stops receiving data. It can be reactivated just by right-clicking on the Network Manager tray icon (not even disconnecting/reconnecting) to look at the current connections. It's a minor but annoying issue. Here is the output of inxi -GN
if it helps:
Graphics:
Device-1: Intel UHD Graphics 605 driver: i915 v: kernel
Device-2: Chicony USB2.0 VGA UVC WebCam type: USB driver: uvcvideo
Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa
resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel UHD Graphics 605 (GLK 3) v: 4.6 Mesa 21.1.2
Network:
Device-1: Realtek RTL8723BE PCIe Wireless Network Adapter driver: rtl8723be
Edit: I think I found the solution:
Create a /etc/modules-load.d/rtl8723be.conf with the following content:
options rtl8723be fwlps=0
It seems to be working so far...