无线接口停止工作,netcfg 报告未找到网络

无线接口停止工作,netcfg 报告未找到网络

我的 Arch Linux 安装经常遇到一个问题:无线网络会工作几分钟,然后随机消失。当我尝试通过 wifi 菜单重新启动它时,我被告知没有任何网络。

 > sudo wifi-menu
:: Scanning for networks                                                [FAILED] 
 > No networks found

直接运行netcfg,我收到:

sudo netcfg wlan0-2WIRE555
:: wlan0-2WIRE555 up                  [ BUSY ] Successfully initialized wpa_supplicant
Could not set interface wlan0 flags (UP): Connection timed out
nl80211: Could not set interface 'wlan0' UP
Could not set interface wlan0 flags (UP): Connection timed out
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
> wpa_supplicant did not start, possible configuration error

的输出lspci是:

~ > lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev ff)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)

每次发生这种情况时,我都必须重新启动才能使互联网正常工作。我可以使用一些 systemd 命令来手动重新启动它吗?这是我可以永久解决的问题吗?

答案1

我没有 Centrino 芯片组机器,但我在笔记本电脑上运行 Arch,并且我尝试过很多无线卡和驱动程序。

谷歌搜索一下向我展示了这一点:

某些笔记本电脑似乎还具有外部无线开关。确保其处于“开启”状态。

相关内容