File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
一般来说大多数鼠标都是即插即用的,但 5.14 内核前后更新后可能遇到失灵的情况。根据自身鼠标品牌安装对应的驱动即可解决。[[ 1]] ( https://openrazer.github.io/#arch )
8
8
9
- ### 某些笔记本设备安装后没有声音
10
-
11
- 安装包` sof-firmware ` 。
12
-
13
9
### 关机时卡住很久才能关机
14
10
15
11
一般屏幕会出现形如` A stop job is running for...(1m30s) ` 的信息,这是经常会遇到的关机卡住 1 分 30 秒的问题,一般来说这种情况是出现了某个进程在关机时不愿停止,需要等到超时时间到达强行停止。通用的解决办法是调整缩短这个等待时间,建议从 1 分 30 秒调整至 30 秒,30 秒已经足够几乎所有进程正常结束。
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ sudo systemctl enable --now NetworkManager #确
120
120
接下来安装一些基础功能包。
121
121
122
122
``` bash
123
+ sudo pacman -S sof-firmware alsa-firmware alsa-ucm-conf # 一些可能需要的声音固件
123
124
sudo pacman -S ntfs-3g # 识别NTFS格式的硬盘
124
125
sudo pacman -S adobe-source-han-serif-cn-fonts wqy-zenhei # 安装几个开源中文字体 一般装上文泉驿就能解决大多wine应用中文方块的问题
125
126
sudo pacman -S noto-fonts-cjk noto-fonts-emoji noto-fonts-extra # 安装谷歌开源字体及表情
You can’t perform that action at this time.
0 commit comments