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


8

我的笔记本电脑Lenovo Ideapad Y580(与预装的Windows 7 Home Premium 64bit一起购买)上的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

我检查了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

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)

优名

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`

我该如何解决这个问题?


我在13.10中遇到类似的问题。 lshw说我的以太网桥已禁用。这与您的问题有关吗?
Stanton.Sculpture

我认同。我们该怎么办?
user218158

更新。好的,这样我的系统又可以工作了。我检查了通知栏中的网络图标,然后单击了“从未启用过的”“启用网络连接”,然后单击了“自动以太网”,这也是以前从来没有做过的选择,至少我可以注意到。无论如何,现在它正在运行,我不知道网络是如何被禁用的或发生了什么,但这就是我必须要做的。我不知道这是否能回答您的问题,但是请尝试一下对我有用。
Stanton.Sculpture

Answers:


14

对于我的联想Thinkpad来说,这可行。

在终端(可以用Ctrl+ Alt+ 打开t)中键入:

sudo nano /etc/modprobe.d/blacklist.conf

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

黑名单ideapad_laptop

然后保存文件。

现在重启。


工作了我的联想IdeaPad Miix 510
tyleha

我的ideapad 500没有工作
fireball.1

可以确认它适用于Ubuntu 18.04和Lenovo Legion Y540(以及user297165的回答)
sanyash


9

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


1
这个工作对我来说太
何塞·奥斯皮纳

1
这对我有帮助!
Max Gabderakhmanov

4

您应该单击“挂起”,然后唤醒计算机。
这个对我有用。(Asus x75vcp,Ubuntu 14.04 LTS x64)


这对我有用!华硕Ubuntu 14.04 LTS AMD64。
饶2014年

1

一些笔记本电脑具有Fn键(红色),并且可以通过结合使用Fn键和功能键(通常为F5)来禁用或启用wifi。

尝试这样做。


0

好吧,我已经在新计算机上安装了ubuntu 13.10,但搞砸了我的网络设置。

  1. 我安装了gksu

  2. 运行:sudo gksu gedit

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

  3. 使用以下命令编辑文件:

    • #此文件描述了系统上可用的网络接口
    • #以及如何激活它们。有关更多信息,请参见interfaces(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. 现在重新启动系统,我希望它能像我的一样工作

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.