ggarlic的blog

cat ~ggarlic/life > /dev/null

Archive for the ‘wifi’ tag

intel 3945网卡问题

with 6 comments

这个问题貌似已经出现很就了,因为一直没用wifi所以没太注意,直到昨天想用了。。。

我记得是某一天更新的时候提示网卡驱动被linux-firmware代替了,之后就一直提示我无限网卡被禁用。
强行ifconfig wlan0 up的话会提示:

SIOCSIFFLAGS: Operation not possible due to RF-kill

https://bbs.archlinux.org/viewtopic.php?id=98913

在官方论坛里找到了解决方法

sudo pacman -S rfkill

ggarlic 14 ~ > rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes

然后unblock掉1和0
sudo rfkill unblock 0
sudo rfkill unblock 1

最后就是ifconfig wlan0 up了

enjoy~

PS:在金主席的blog里发现一个疑似神器autojump,archlinux下可以直接用pacman安装,在community里

lifehacker里的介绍http://lifehacker.com/5583546/autojump-is-a-faster-way-to-browse-your-filesystem

刚刚在google的时候,发现自己火星了,linuxtoy在09年2月的帖子:http://linuxtoy.org/archives/autojump.html

Written by ggarlic

七月 19th, 2010 at 9:57 上午

Posted in Tips

Tagged with , ,