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