PRO/无线 2200BG [Calexico2] 网络连接

PRO/无线 2200BG [Calexico2] 网络连接

我的问题出在我的笔记本电脑 HP COMPAQ TC4200 上:即使按照论坛上的建议,我仍然无法启动 Wifi。

硬件数据:

Description: Notebook
     Product: HP Compaq TC4200 (PV984AW # ABE)
     Manufacturer: Hewlett-Packard
     Release: F.0F

进行的测试:

00: 16: 6F: 3E: CB: 47
************************************************** **************
* -network DISABLED
                 Description: Wireless Interface
                 Product: PRO / Wireless 2200BG [Calexico2] Network Connection
                 Manufacturer: Intel Corporation
                 physical id: 4
                 bus information: pci @ 0000: 02: 04.0
                 logical name: eth1
                 Version: 05
                 series: 00: 16: 6f: 3e: cb: 47
                 width: 32 bits
                 clock: 33MHz
                 capabilities: pm bus_master cap_list ethernet physical wireless
                 configuration: broadcast = yes driver = ipw2200 firmware 1.2.2kmprq driverversion = = ABG: 9.0.5.27 (Dec 12 2007) latency = 64 link = no maxlatency = 24 mingnt = 3 multicast = yes wireless = IEEE 802.11bg
                 resources: irq: 21 memory: d8000000-d8000fff

$ lsusb
00: 16: 6F: 3E: CB: 4700: 16: 6F: 3E: CB: 47
Bus 001 Device 010: ID ffee: 0100
Bus 002 Device 002: ID 15CA: 00c3 Textech International Ltd. Mini Optical Mouse
Bus 003 Device 006: ID 03f0: Hewlett-Packard 011D Bluetooth 1.2 Interface [Broadcom BCM2035]
Bus 001 Device 001: ID 1d6b: 0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b: 0001 Linux Foundation 1.1 root hub

$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes

除此之外,我还得到了浅蓝色蓝牙,但心灵 wifi 关闭,看看 BIOS 并启用,aztualice BIOS 并批准这一点。

出现在ubuntu中的网络程序中但只有物理方向uba是00:16:6F:3E:CB 47有按钮但未激活被禁用。

新的信息:

$ rfkill list all 
1: phy0: Wireless LAN 
    Soft blocked: no 
    Hard blocked: yes 
3: hci0: Bluetooth 
    Soft blocked: no 
    Hard blocked: no 

$ dmesg | grep ipw 
[ 10.781580] libipw: 802.11 data/management/control stack, git-1.1.13
[ 10.781585] libipw: Copyright (C) 2004-2005 Intel Corporation
[ 11.088738] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 11.088744] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 11.089003] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[ 11.887902] ipw2200: Radio Frequency Kill Switch is On:
[ 11.901564] ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11a channels)
[ 25.840067] ipw2200: Failed to send POWER_MODE: Command timed out.
[ 38.948053] ipw2200: Failed to send POWER_MODE: Command timed out.

答案1

通常,当无线开关或组合键设置为关闭无线时,界面会显示为“已禁用”。这里有按钮 #3 吗?它设置为启用无线吗?

在此处输入图片描述

您可以尝试移除键盘模块:

sudo modprobe -r hp-wmi
sudo rfkill unblock all
rfkill list all

有改善吗?

如果这不起作用,我建议你尝试使用 Live DVD 或 USB 来获取较新的 Ubuntu 版本;14.04 或 14.10,其中模块hp-wmi可能会更好。

相关内容