1 2 3 4 5 6 |
Linux PCName 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm |
RTL8852BE ← こやつのドライバーを入れたい
- https://github.com/lwfinger/rtw8852be
Thanks!
1 2 3 4 5 6 7 8 9 |
$ sudo lspci -nn | grep -i network 23:03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller [10ec:b852] $ mkdir rtw8852be $ cd rtw8852be/ $ git clone https://github.com/lwfinger/rtw8852be.git $ cd rtw8852be/ $ sudo make install $ sudo modprobe -rv 8852be $ sudo modprobe -v 8852be |
1 |
$ sudo apt install rsyslog |
and reboot
may need reinstall after update kernel. don’t remove the work directory.