全新的 ubuntu 用户。将 12.04 下载到我的 HP nc6400 上。一切看起来都很好,只是我的无线无法工作。以太网工作正常。我到处搜索,但我找到的答案都没有意义。
在终端我输入了命令 sudo lshw -C network
结果如下:
*-网络
描述:以太网接口产品:NetXtreme BCM5753M 千兆以太网 PCI Express 供应商:Broadcom Corporation 物理 ID:0 总线信息:pci@0000:08:00.0 逻辑名称:eth0
version: 21
serial: 00:16:d4:c6:14:1c
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.132 duplex=full firmware=5753m-v3.56 ip=192.168.1.114 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:47 memory:e0100000-e010ffff *-network DISABLED
description: Wireless interface
product: PRO/Wireless 3945ABG [Golan] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:10:00.0
logical name: wlan0
version: 02
serial: 00:19:d2:ab:66:1c
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwl3945 driverversion=3.11.0-17-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11abg
resources: irq:45 memory:e0000000-e0000fff``
答案1
请尝试:
sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all
如果阻止已被移除,则无线网络应该会随之出现。
答案2
如果无法检测到无线设备,则必须通过适配器运行无线设备。这是我在惠普笔记本电脑上使用的方法,效果很好。首先,您需要找到一个可以与 Linux 配合使用的无线适配器。同时运行两个系统,还要确保您可以从 Linux 看到另一个操作系统。然后在 Windows 或 Mac 系统中安装无线适配器驱动程序,您会收到一些有关路由器的错误消息,提示您应该在路由器中输入 PIN 码,不要在意这些消息,只需重新启动计算机并在 Linux 中启动,无线适配器指示灯就会亮起,表示其正常工作。