你好,请教一下 ubuntu,我的无线网不能用,以下是我的信息:系统使用:联想 Z570
$ iwconfig
lo 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
eth0 no wireless extensions.
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr f0:de:f1:54:34:a2
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::f2de:f1ff:fe54:34a2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:44257 errors:0 dropped:0 overruns:0 frame:0
TX packets:40079 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:43571495 (43.5 MB) TX bytes:4926319 (4.9 MB)
Interrupt:42
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5977 errors:0 dropped:0 overruns:0 frame:0
TX packets:5977 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:708983 (708.9 KB) TX bytes:708983 (708.9 KB)
wlan0 is not showing in thils , but now when i try to use.
$ sudo ifconfig wlan0 up
SIOCSIFFLAGS:由于 RF-kill,无法进行操作
现在当我使用它时:
$ sudo rfkill 列出全部
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
然后我使用命令:
$ sudo rfkill 解除所有阻止
然后 :
$ sudo rfkill 列出全部
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
这里phy0 硬阻塞 = 是
结果是一样的(然后我再次尝试通过按 Fn+F5 从键盘打开/关闭 wifi)
$ sudo rfkill 列出全部
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
现在这个时候phy0 软阻塞 = 是,硬阻塞 : 是
以下是硬件规格:
$ sudo lshw-类网络
*-network DISABLED
description: Wireless interface
product: AR9285 Wireless Network Adapter (PCI-Express)
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: 68:a3:c4:9a:7e:62
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.2.0-24-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:f1900000-f190ffff
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: eth0
version: 05
serial: f0:de:f1:54:34:a2
size: 100Mbit/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=full firmware=rtl_nic/rtl8105e-1.fw ip=192.168.2.2 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:42 ioport:2000(size=256) memory:f1804000-f1804fff memory:f1800000-f1803fff
答案1
我也遇到了同样的问题。我通过按下Fn+F2
键盘上的 解决了这个问题。按下Fn
带有 wifi 符号的键。它将硬阻止设置为“否”
答案2
我在使用联想 IdeaPad N585(同样是 Atheros 卡)时也遇到了同样的问题,其中硬阻断只能通过 Windows 中的能源管理软件进行控制。一旦在 Windows 中启用它,它似乎会在整个重新启动过程中保持不变,因此我只需在 Windows 中启用它一次即可。