提前谢谢,我安装了 Linux Mint 内核 3.0.0-12 x64,检测到无线,我在网络管理器中对其进行了配置,但无法连接,命令行的结果如下:
$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
$ sudo lshw -C network**
*-network
description: Wireless interface
product: Centrino Wireless-N 1000
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 00
serial: 00:1e:64:51:c9:d6
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:48 memory:d7400000-d7401fff
*-network
description: Ethernet interface
product: AR8131 Gigabit Ethernet
vendor: Atheros Communications
physical id: 0
bus info: pci@0000:06:00.0
logical name: eth0
version: c0
serial: 48:5b:39:99:8f:16
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.2 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:51 memory:d3800000-d383ffff ioport:8000(size=128
$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
谢谢。
答案1
我认为问题在于“tx-power off”,您可以尝试输入以下内容:
sudo iwconfig wlan0 txpower 14
14dbm 是我的卡的最大发射功率,我不知道你的。
不过,我认为卡已关闭,您打开了无线吗?:-)