Installare Driver per Wi-Fi Realtek RTL8852BE su LMDE6

Installare Driver Driver per Wi-Fi Realtek RTL8852BE su Linux Mint Debian Edition 6

1) Verificare la situazione iniziale

lmde6c@i7-11390H:~/Documenti/rtl8852be$ inxi -SCnxxxz # Verifica Sistema Operativo, CPU ed hardware per connettersi ad Internet
System:
  Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    Desktop: Cinnamon v: 5.8.4 tk: GTK v: 3.24.38 wm: muffin vt: 7 dm: LightDM
    v: 1.26.0 Distro: LMDE 6 Faye base: Debian 12.1 bookworm
CPU:
  Info: quad core model: 11th Gen Intel Core i7-11390H bits: 64 type: MT MCP
    smt: enabled arch: Tiger Lake rev: 2 cache: L1: 320 KiB L2: 5 MiB L3: 12 MiB
  Speed (MHz): avg: 641 high: 915 min/max: 400/5000:4800 cores: 1: 400
    2: 915 3: 908 4: 850 5: 400 6: 857 7: 400 8: 400 bogomips: 54681
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1 port: 4000
    bus-ID: 02:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: 
  Device-2: Realtek driver: N/A pcie: speed: 2.5 GT/s lanes: 1 port: 3000
    bus-ID: 03:00.0 chip-ID: 10ec:b852 class-ID: 0280
lmde6c@i7-11390H:~/Documenti$

2) Assicurarsi di essere connessi ad Internet via cavo o tramite una chiavetta WiFi USB

3) Aprire un terminale nella cartella di lavoro e digitare, uno dopo l’altro, i comandi seguenti:

sudo apt-get install mokutil && mokutil --sb-state
sudo apt-get install gcc git build-essential linux-headers-$(uname -r)
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
cd .. # Comando aggiunto da me
rm -v -R --interactive=never rtw89 # Comando modificato da me

Per vedere il procedimento adottato su LMDE5, si veda la pagina WEB
http://sargonsei.altervista.org/installare-driver-driver-per-wi-fi-realtek-rtl8852be-su-lmde5/