diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-09-03 20:34:10 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-09-03 20:34:10 +0800 |
commit | 68c95eacd2d988b05e7de5f5dc6cb31e60c25fd3 (patch) | |
tree | dfb530a2b667b93d601281b8acef8e4349518031 /home/xyz | |
parent | a51c6a8a4624309ca8854d8ce2277530740a51ae (diff) |
Uninstall unneeded linux-firmware-* pkgs
Following the instruction from https://www.reddit.com/r/archlinux/comments/1li9zoa/comment/mzarx0c
will show what pkg are needed on insp. Somehow linux-firmware-nvidia
seems is not needed, not sure. Another way is I also know from lspci
that many things on insp are intel, ethernet controller is from realtek,
also somehow alsamixer also show a chip from realtek.
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/myconf/pacman_Qqne | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne index 5852d4fb..ab3666df 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -109,7 +109,8 @@ libva-utils libvdpau-va-gl linux linux-docs -linux-firmware +linux-firmware-intel +linux-firmware-realtek linux-headers llvm lostfiles |