Today, my wifi stops work! Wicd is no longer detect any wifi network!
The first thing, i check ifconfig
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
|
[kurei@axcoto ~]$
ifconfig
eth0 Link encap:Ethernet HWaddr 00:1F:16:5D:A5:01
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:16ff:fe5d:a501 /64
Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3743 errors:0 dropped:0 overruns:0 frame:0
TX packets:4386 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2778914 (2.6 Mb) TX bytes:699729 (683.3 Kb)
Interrupt:27 Base address:0xe000
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:7529 errors:0 dropped:0 overruns:0 frame:0
TX packets:7529 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:293591 (286.7 Kb) TX bytes:293591 (286.7 Kb)
|
Okay, no wireless card is up, check ifconfig -a
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[kurei@axcoto ~]$
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1F:16:5D:A5:01
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:16ff:fe5d:a501 /64
Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3771 errors:0 dropped:0 overruns:0 frame:0
TX packets:4421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2785823 (2.6 Mb) TX bytes:711472 (694.7 Kb)
Interrupt:27 Base address:0xe000
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:7529 errors:0 dropped:0 overruns:0 frame:0
TX packets:7529 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:293591 (286.7 Kb) TX bytes:293591 (286.7 Kb)
vboxnet0 Link encap:Ethernet HWaddr 0A:00:27:00:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wlan0 Link encap:Ethernet HWaddr 00:24:2B:17:2E:2F
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
|
So, everything’s good!
I tried to make it up!
1
2
3
|
[kurei@axcoto ~]$ [kurei@axcoto ~]$
sudo ifconfig
wlan0 up
Password: SIOCSIFFLAGS: Operation not possible due to RF- kill
|
Shame on me, i even don’t know what RF-kill is!
Okay, i do a google and found rfkill! Install it
Then check :
1
2
3
4
5
6
7
|
[kurei@axcoto ~]$ rfkill list
0: hp-wifi: Wireless LAN
Soft blocked:
yes
Hard blocked:
yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked:
yes
|
i found that Hard blocked is when you turn off wifi button on laptop!
Soft blocked seems come from something like driver/module…I don’t know!
Any way, unblock it!
1
2
|
[kurei@axcoto ~]$
sudo rfkill unblock 0
[kurei@axcoto ~]$
sudo rfkill unblock 1
|
And now, wlan up just work fine
1
|
[kurei@axcoto ~]$
sudo ifconfig
wlan0 up
|
Next, i restart system! Ooops, it get soft blocked again after reboot!
So, i guess need some flag in booting process to let system know that don’t block it!
Google is friend, i found need to add
1
|
options ath_pci rfkill=0 |
to /etc/modprobe.d/modprobe.conf
Okay, reboot, work!
WiCD can’t detect wireless network now!
相关推荐
在使用Ubuntu操作系统时,有时会遇到硬件兼容性问题,尤其是对于Macbook用户来说,由于其特殊的硬件配置,可能会在安装Ubuntu后发现无线网卡无法正常工作。本篇将详细讲解如何在Macbook上安装BCM(Broadcom)无线...
ubuntu 下破解无线网卡 ubuntu 下破解无线网卡
ubuntu16.04 无线网卡设备:ath9k ;无线网卡和有线网卡桥接,且无线网卡做AP;在第四点中,开启hostapd 服务的命令应该为:hostapd -B /etc/hostapd/hostapd.conf;服务开启前需要结束无线的有关进程,比如我遇到的...
在Ubuntu 18.04操作系统中,内核版本可能无法直接支持某些新型硬件,比如Intel的AX210无线网卡。为了充分利用该网卡的功能,我们需要进行内核升级和驱动安装。以下是一个详细步骤的指导: 1. **检查当前内核版本**...
在Ubuntu 12.4操作系统中安装磊科无线网卡驱动是一个相对复杂的过程,因为Linux内核和硬件驱动之间的兼容性问题。磊科无线网卡通常使用Realtek的芯片,例如rtl8188eu,这需要特定的驱动程序来确保正常工作。以下是...
以上是针对Ubuntu系统安装RTL8723BE无线网卡驱动的一般步骤。请注意,每个具体的驱动解决方案可能会有所不同,因此在实际操作中应参照提供的压缩包内的具体说明进行。如果在安装过程中遇到问题,可能需要查阅Ubuntu...
Ubuntu9.10中博通无线网卡驱动程序,下载后解压缩到/var/cache/apt/archives目录下,依次双击安装b43-fwcutter*,fakeroot*,patch*,dkms*,bcmwl*,然后重启计算机,检测到网卡驱动,进行连接即可。
问题描述:error: redefinition of ‘struct sha256_state’ ...系统:Ubuntu Kylin 20.04 LTS Pro 内核:Linux **** 5.10.0-1044-oem #46-Ubuntu SMP Wed Aug 11 09:50:57 UTC 2021...USB无线网卡:绿联 CM448 RTL8811CU
Ubuntu中将带无线网卡的电脑作WIFI热点的方法
在Linux系统中,尤其是Debian、Ubuntu以及Deepin这样的基于Debian的发行版,安装硬件驱动有时是一项必要的任务,特别是对于无线网卡来说。本文主要针对"水星无线网卡150uh 150ua等驱动"的安装进行详细讲解。 标题...
在Ubuntu系统中,有时在安装或更新显卡驱动后可能会遇到无线网络无法使用的问题,这通常是由于软件或硬件配置的变化导致的。针对“ubuntu安装显卡后无线不能使用”的问题,这里提供一种解决方法,该方法适用于Ubuntu...
在Linux世界中,尤其是Ubuntu操作系统,安装特定硬件的驱动程序可能会遇到一些挑战,特别是对于非开源的硬件,例如博通(Broadcom)的无线网卡。这篇教程将详细讲解如何在联想E46A笔记本上在Ubuntu系统下安装并配置...
=======这是驱动文件======= ubuntu thinkpad E540安装无线网卡wireless-RTL8723BE的方法. make sudo make install sudo modprobe rtl8723be sudo modprobe -r rtl8723be sudo modprobe rtl8723be
Ubuntu开机自动禁用无线网络的设置方法,适用于各个版本,其它linux也可参照使用,便于笔记本操作
1. 插入无线网卡,通过命令:iwconfig 查看无线网卡是否存在。 这里无线网卡为wlan1 2.启用无线网卡:sudo ifconfig wlan1 up 3.自动连接路由器配置:使用wpa_passphrase “essid” “key” 命令得到的内容添加...
在使用Ubuntu 18.04 LTS系统安装在组装机PRIME Z690-P D4主板上的过程中,可能会遇到有线网卡驱动不兼容或未预装的问题。本指南将详细阐述如何解决这个问题,确保有线网络功能的正常运行。 首先,我们需要了解...
### Linux下安装USB无线网卡驱动 #### 一、引言 随着无线网络技术的不断发展,越来越多的人选择使用USB无线网卡来连接互联网。对于Linux用户来说,虽然系统的灵活性和定制化能力较高,但有时安装特定硬件(如USB...
Ubuntu 无线网卡驱动安装方法的优点是可以让我们的电脑连接到无线网络,方便我们的生活和工作。但是,需要注意的是,这个方法仅适用于非主流网卡,其他网卡可能需要使用不同的安装方法。 在 Ubuntu 14.04 中,无线...
在Ubuntu 14.04操作系统中安装TP-LINK TL-WN823N无线网卡驱动是一项必要的任务,特别是对于那些希望通过无线网络连接到Internet的用户。TP-LINK TL-WN823N是一款流行的USB无线网卡,它采用Realtek RTL8192EU芯片组。...
在Ubuntu中安装DELL无线网卡的方法 先下载驱动程序: download and extract http://ftp.us.dell.com/network/R174291.exe