硬件开关禁用无线。无线网络不起作用!(硬阻止:是的,联想 Y580,Ubuntu 13.10)

use*_*158 8 wireless networking iwlwifi

我的笔记本电脑 Lenovo Ideapad Y580(购买时预装了 Windows 7 Home Premium 64 位)上的 wifi 出现问题。卸载 Win7 并安装 Ubuntu 13.10 64 位(正常有线互联网工作的地方)后,wifi 不工作!

硬件开关禁用无线。

rfkill 列出所有

martin@martin-Y580:~$ rfkill list all
0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
Run Code Online (Sandbox Code Playgroud)

我检查了 BIOS,那里启用了无线网卡。

Fn + F5 没有用,我的电脑在外面没有物理开关,这就是我在这里问的原因。

rfkill unblock all仅更改软块,并向sudo ifconfig wlan0 up我显示:SIOCSIFFLAGS: Operation not possible due to RF-kill.

一些规格:

lshw -类网络

martin@martin-Y580:~$ lshw -class network
*-network DISABLED
       description: Wireless interface
       product: Centrino Wireless-N 2200
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: c4
       serial: 9c:4e:36:4c:9f:7c
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=3.11.0-13-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
       resources: irq:43 memory:d3500000-d3501fff
Run Code Online (Sandbox Code Playgroud)

lspci

martin@martin-Y580:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 7 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation 7 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GTX 660M] (rev a1)
02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 08)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 2200 (rev c4)
04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 30)
04:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 30)
04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 30)
04:00.4 System peripheral: JMicron Technology Corp. xD Host Controller (rev 30)
Run Code Online (Sandbox Code Playgroud)

uname -a

martin@martin-Y580:~$ uname -a
Linux martin-Y580 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23 07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux`
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

小智 16

对于我的联想 Thinkpad,这是有效的。

在终端中输入这个(可与打开Ctrl+ Alt+ t): -

sudo nano /etc/modprobe.d/blacklist.conf
Run Code Online (Sandbox Code Playgroud)

并将其添加到该文件的末尾:-

黑名单ideapad_laptop

然后保存文件。

现在重新启动。


小智 12

这适用于我的 Lenovo Miix 2 11'' i5:

您可以通过以下方式暂时禁用ideapad_laptop

sudo modprobe -r ideapad_laptop
Run Code Online (Sandbox Code Playgroud)

如果您的 WiFi 现在工作正常,您可以按照krishcdbry的解决方案


小智 8

上述解决方案对我不起作用(HP 6910p)。我最终找到了一个 YouTube 视频,其中有人将 BIOS 设置回默认值,保存然后正常启动。我不相信这么简单的事情会奏效,但我很绝望。无论如何,它有效!我想知道为什么这个错误还没有修复......有很多文章致力于尝试解决它!


小智 1

有些笔记本电脑有 Fn 键(红色),可以使用 Fn 键与功能键(通常是 F5)组合来禁用或启用 wifi。

尝试这样做。


小智 0

好吧,我在一台新机器上安装了 ubuntu 13.10,但搞乱了我的网络设置。

  1. 我安装了gksu

  2. 运行: sudo gksu gedit

    在 gedit 中打开在 etc-network-interfaces 中找到的网络接口文件

  3. 编辑文件:

    • # 该文件描述了系统上可用的网络接口
    • # 以及如何激活它们。有关详细信息,请参阅接口(5)。
    • # 环回网络接口
    • 自动定位
    • iface lo inet环回
    • # 这是可热插拔网络接口的列表。
    • # 它们将由热插拔子系统自动激活。
    • # 自动 eth1
    • # iface eth1 inet dhcp

    然后保存它。

  4. 只是为了确保一切正常。请检查 etc-dhcp-dhcpd.conf 中找到的 dhcpd.conf 文件以确保

    选项域名“example.org”;

    选项域名服务器 ns1.example.org、ns2.example.org;

    默认租用时间 600;

    最大租用时间 7200;

    前面不要有#。

  5. 现在重新启动你的系统,我希望它能像我的一样工作