我最近在Acer Aspire T上安装了CentOS 7作为唯一的OS。没有GUI,因为它是具有仅终端界面的服务器。
我需要做些什么才能使CentOS 7能够查看并列出可用的wifi连接?
当我使用网络管理器命令行工具nmcli时,得到以下信息,这表明nmcli启用了wifi,但是看不到任何wifi连接:
[root@localhost ~]# nmcli general status
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
disconnected none enabled enabled enabled enabled
[root@localhost ~]# nmcli connection show
NAME UUID TYPE DEVICE
[root@localhost ~]# nmcli device status
DEVICE TYPE STATE CONNECTION
eno1 ethernet unmanaged --
lo loopback unmanaged --
wlp3s0 wifi unmanaged --
然后,我检查了防火墙配置,该配置显示ssh是唯一的打开服务,如下所示:
[root@localhost network-scripts]# firewall-cmd --list-all
public (default, active)
interfaces: eno1
sources:
services: dhcpv6-client ssh
ports:
masquerade: no
forward-ports:
icmp-blocks:
rich rules:
为了使CentOS能够看到wifi连接,我需要更改什么? 有可用的连接。防火墙需要更改吗?或者是其他东西?
编辑:
我无法完成@TimS的操作。建议使用此工具,因为计算机上尚未预装以下工具,并且未直接连接到Internet:
[root@localhost ~]# ifconfig -a
-bash: ifconfig: command not found
[root@localhost ~]# lspci -v
-bash: lspci: command not found
[root@localhost ~]# iw dev
-bash: iw: command not found
[root@localhost ~]# iwconfig
-bash: iwconfig: command not found
我可以打开nmtui
,但不确定要输入什么参数来创建新连接。[root @ localhost〜]#iw dev -bash:iw:命令未找到[root @ localhost〜]#iwconfig -bash:iwconfig:命令未找到
nmtui
却看不到连接,则该工具无法为您做更多的事情。您必须检查无线网络的安装和实际可用性。看到我更新的答案。
nmtui
配置无线连接。