系统相关
首页 > 系统相关> > linux – 未列出的Wifi网络 – CentOS 7

linux – 未列出的Wifi网络 – CentOS 7

作者:互联网

我刚刚安装了Cent OS 7.除了无线网络外,一切正常.

我使用Broadcom BCM 4312无线芯片组,我使用方法wl-kmod安装了驱动程序

在安装之后,Wifi选项在GUI中加速,这在之前是不可见的.

现在的问题是无线网络没有上市.

请建议下一步做什么

我在这里很新,因此无法提供所需信息

供你参考,

[Brijesh@localhost ~]$nmcli general status
STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN    
connected  full          enabled  enabled  enabled  enabled


Brijesh@localhost ~]$nmcli connection show
NAME                UUID                                  TYPE            DEVICE      
Wired connection 1  3c8886b9-3ad3-3d45-a3ca-a3d422c1fa0d  802-3-ethernet  enp0s29f7u3 
virbr0              36874c1e-52fc-48c2-af15-8feb6075b741  bridge          virbr0      
enp9s0              f67d6520-7d34-4eb3-a7d9-6258210bfb77  802-3-ethernet  --    

[Brijesh@localhost ~]$nmcli device status
DEVICE       TYPE      STATE         CONNECTION         
virbr0       bridge    connected     virbr0             
enp0s29f7u3  ethernet  connected     Wired connection 1 
wlp12s0      wifi      disconnected  --                 
enp9s0       ethernet  unavailable   --                 
lo           loopback  unmanaged     --                 
virbr0-nic   tun       unmanaged     -- 

截图:

enter image description here
enter image description here
enter image description here

请尽情地说明需要做什么

自从一周以来,我一直试图解决这个问题

解决方法:

我相信固件可能没有加载.即使固件未正确加载,设备仍可显示为网络适配器.什么是dmesg的输出grep固件?如果你看到任何提到加载固件失败的事情,你可能需要安装你的发行版的linux-firmware-extra软件包.

另一个原因可能是设备禁用了发射器.检查所有硬件和软件无线电源开关.我无法建议在哪里看,因为我从来没有在CentOS或CentOS上使用过WiFi.

标签:linux,centos,wifi,broadcom
来源: https://codeday.me/bug/20190815/1660143.html