前言
以 https://github.com/vrolife/modern_laptop 为准
也可以自己编译内核 如 archlinux_build_kernel
内存问题
内存持续升高 按照运行进程查看是正常的
- https://unix.stackexchange.com/questions/637325/very-high-memory-usage-with-nothing-running
- https://wiki.archlinux.org/title/Tmpfs
以下 只适用于 manjaro-gnome-21.3.2-220704-linux515
键盘
1 | sduo pacman -S make acpica dmidecode cpio |
wifi / 蓝牙 lwfinger
可以考虑换成
ax210 003
就变得简单许多了
采用
rtw8852be
网卡时
1 | sduo pacman -S linux515-headers |
wifi
1 | git clone git@github.com:lwfinger/rtw8852be.git |
蓝牙 (暂无效)
- https://github.com/lwfinger/rtw8852be/issues/4
1
2
3
4git clone git@github.com:lwfinger/rtw89-BT.git
cd rtw89-BT
make -j8
sduo make install
结束
- 重启一下试试 不出意外 完结散花
参考
- https://www.reddit.com/r/linuxhardware/comments/vcpsql/2022_redmibook_pro_15_ryzen_keyboard_issue/
- https://github.com/vrolife/modern_laptop