我最近买了一台联想 IdeaPad Flex 15 Touch 双模式 15.6 英寸笔记本电脑 Intel Core i7-4500U,我的无线连接总是断开,重新连接的唯一方法是拔下我的网络适配器并重新插入,有时我不得不重新启动。我有 Ubuntu 14.04。
我按照这篇文章中提到的说明进行操作:无线驱动程序联想 Flex 14 Ubuntu 12 Ultrabook
我下载了稳定的反向移植驱动程序版本 backports-3.13-1.tar.gz,它与我的内核版本 3.13.0-35-generic 相同,但命令 make 失败,我得到了这个输出
sudo make
/--------------
| Your backport package isn't configured, please configure it
| using one of the following options:
| To configure manually:
| make oldconfig
| make menuconfig
|
| To get defaults for certain drivers:
| make defconfig-alx
| make defconfig-ar5523
| make defconfig-ath10k
| make defconfig-ath5k
| make defconfig-ath6kl
| make defconfig-ath9k
| make defconfig-ath9k-debug
| make defconfig-b43
| make defconfig-b43legacy
| make defconfig-brcmfmac
| make defconfig-brcmsmac
| make defconfig-carl9170
| make defconfig-cw1200
| make defconfig-ieee802154
| make defconfig-iwlwifi
| make defconfig-media
| make defconfig-nfc
| make defconfig-regulator
| make defconfig-rtlwifi
| make defconfig-wcn36xx
| make defconfig-wifi
| make defconfig-wil6210
| make defconfig-wwan
\--
make[2]: *** [.config] Error 1
make[1]: *** [modules] Error 2
make: *** [default] Error 2
有什么办法可以让无线网络正常工作吗?
以下是我的 Ubuntu 的输出:
$ sudo lshw -C network
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 08
serial: 08:9e:01:f4:45:f7
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-2_0.0.1 04/23/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:60 ioport:3000(size=256) memory:b0504000-b0504fff memory:b0500000-b0503fff
*-network
description: Wireless interface
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 73
serial: 0c:8b:fd:94:13:1c
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.13.0-35-generic firmware=22.24.8.0 ip=192.168.0.12 latency=0 link=yes multicast=yes wireless=IEEE 802.11bg
resources: irq:62 memory:b0400000-b0401fff
$ uname -a
Linux chaari-Lenovo-Ideapad-Flex-15 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
答案1
希望这能有所帮助,因为我从 13.x 升级后遇到了同样的问题,而且没有对我的网络进行任何更改。我花了很长时间来解决这个问题,在 Google 上搜索,直到我的 Google 累了,等等等等。
最后,我为手机买了一个简单的 wifi 分析仪,并在工作站观察了接收情况。短时间内变化之大令人吃惊。而且,随着数据库变得越来越负面,Ubuntu 会断开连接。
和你一样,找回它是一件非常麻烦的事。重启网络偶尔会管用。重启机器偶尔会管用。等等。我点着蜡烛,单脚站立,努力保持嘴巴的平衡。
最后,我专注于为我的工作站获取更稳定的信号。我将我的接入点移到更好的位置,使用零件盒中的旧 LinkSys 路由器为房子的另一半添加桥接路由器,然后就大功告成了!(或者如果你住在明尼苏达州,那就好了)。
自此以后一切都已经完全稳定了。
我的结论是,14.x 中的网络更加敏感,更关心信号,而 13.x 则尽力而为。对与错,就这样!