new*_*bie 5 wireless intel-wireless hp-pavilion
我有一个 HP Pavilion dm4-2070us,它有一个 Intel Corporation Centrino Wireless-N 1000 适配器。
问题是我将系统升级到 Ubuntu 11.10 后,我的计算机没有显示无线网络。以下是我的输出sudo lshw -class network:
*-network DISABLED
description: Wireless interface
product: Centrino Wireless-N 1000
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 00
serial: 8c:a9:82:81:5a:30
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlagn driverversion=3.0.0-12-generic firmware=39.31.5.1 build 35138 latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:42 memory:c2500000-c2501fff
*-network
description: Ethernet interface
product: AR8151 v2.0 Gigabit Ethernet
vendor: Atheros Communications
physical id: 0
bus info: pci@0000:08:00.0
logical name: eth0
version: c0
serial: 2c:41:38:07:f3:e3
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full firmware=N/A ip=192.168.1.7 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:44 memory:c1400000-c143ffff ioport:2000(size=128)
Run Code Online (Sandbox Code Playgroud)
的输出rfkill list all:
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hp-wwan: Wireless WAN
Soft blocked: no
Hard blocked: no
Run Code Online (Sandbox Code Playgroud)
我还搜索了显示为禁用的 WiFi 网络状态。不知何故,一切都表明我的无线设备已关闭,只能从 Windows 开启。但是,我没有 Windows 分区,它只有 Ubuntu 11.10,所以我认为在 Windows 中打开设备没有任何意义。
在尝试了不同的发行版并与无线卡斗争之后,我终于偶然发现了一个可以解决该问题的链接。显然,新内核无法检测到某些笔记本电脑(hp dm4)中的 Centrino 1000 N 无线网卡,而其他笔记本电脑则可以完全正常工作,例如 Lenovo Y560P。
下面的链接给出了解决方案!!尽管我不确定这个解决办法以后是否会产生更大的影响,但目前它运行良好。
http://community.linuxmint.com/tutorial/view/608
“为了(暂时)让无线功能在较新的内核上运行:
sudo mv /lib/firmware/iwlwifi-1000-5.ucode /lib/firmware/iwlwifi-1000-5.ucode.backup
sudo modprobe -r iwlagn
sudo modprobe iwlagn
Run Code Online (Sandbox Code Playgroud)
这应该使无线使用目前可用的旧 1000-3.ucode。”
| 归档时间: |
|
| 查看次数: |
7031 次 |
| 最近记录: |