Update README.md

This commit is contained in:
aiminick 2019-07-20 21:41:43 +08:00 committed by GitHub
parent bcf3755c5b
commit ec1c02e5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -979,6 +979,34 @@ dmidecode -t 4
# FAQ (常见问题处理)
### 桌面环境无线连接Wicd网络管理器客户端
**问题描述:**
使用客户端Wicd网络管理器密码正确单无法连接到无线网络。
**根源:**
为了保证兼容性支持,默认启动了**dhcpcd**服务,而使用**Wicd网络管理器**客户端时需要关闭**dhcpcd**服务
**解决方案:**
- 方案一:
执行以下命令关闭并禁用**dhcpcd**服务后,再使用**Wicd网络管理器**客户端进行连接。
```
systemctl stop dhcpcd ; systemctl disabled dhcpcd
```
- 方案二:
使用**NetworkManager**客户端进行连接.
- 方案三:
直接修改无线网络配置文件。
### 时间同步
**问题描述:**