Fixing SIOCSIFFLAGS: Unknown error 132 for Karmic wireless on Asus Eee 1008HA
| geek, linuxI was having problems with wireless on the netbook-oriented version of Ubuntu Karmic Koala. ifconfig wlan0 up
returned SIOCSIFFLAGS: Unknown error 132
. Thanks to Ubuntu's bug database, I found the following solution:
rmmod ath9k rfkill block all rfkill unblock all modprobe ath9k rfkill unblock all
14 comments
Alessandro
2010-06-20T21:40:01ZHello, thanks for the solution. Here it works this way:
rmmod ath9k
rmmod ath9k_common
rmmod ath9k_hw
rmmod ath
rmmod mac80211
rmmod cfg80211
rfkill block wifi
modprobe ath9k
rfkill unblock all
ifconfig wlan0 up
Hardware is an HP G60-468CA.
Sacha Chua
2010-06-22T03:21:29ZGreat, thanks for sharing! =D
Scott
2010-07-19T08:55:02ZThis worked perfect, thank you!
spondbob
2011-02-10T14:09:30Zthank you!
this solved my problem,
kit
2011-03-18T22:07:41ZWorked! Thank you!
mynis
2011-05-18T09:59:30ZThank you! This worked very well.
Tiago Marques
2011-07-10T12:44:28ZInstall the asus_laptop module and it should fix everything. Worked for me on UL20FT.
chuck
2011-10-13T18:21:47ZHello, I tried all these commands and still doesn't work...
rmmod ath9k
rmmod ath9k_common
rmmod ath9k_hw
rmmod ath
rmmod mac80211
rmmod cfg80211
rfkill block wifi
modprobe ath9k
rfkill unblock all
ifconfig wlan0 up.... it said SIOCSIFFLAGS: Unknown error 132.
rfkill list...... Hardware: yes Software: no
What can I do now?
It's started when I stop my usb drive...
chuck
2011-10-16T00:49:47ZProblem:
#rfkill list
0 phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
After put my laptop apart and switch out a different wireless card, it still didn't work. I looked around and found that I accident turned off the wifi switch on the side even though the wifi light is on. There are two ways to turn the hardware wifi on and off. One is through the Fn+F2 on ASUS laptop. The other switch is on the left side of the laptop on ASUS laptop.
I type command:
rfkill list
0 phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
________________________________________________
rfkill list
0 phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
Just follow the top commands and you'll be fine.
rmmod ath9k
rmmod ath9k_common
rmmod ath9k_hw
rmmod ath
rmmod mac80211
rmmod cfg80211
rfkill block wifi
modprobe ath9k
rfkill unblock all
ifconfig wlan0 up or ifconfig wlan1 up
Now everything is working normally again. :)))
Sacha Chua
2011-10-16T18:18:44ZI'm glad you sorted that all out! =D Thanks for sharing your hints and tips.
kevin nguyen
2011-12-28T23:21:05Zhi all
I get the same problem as chuck, but i use backtrack 5 in usb, as i know, using portable backtrack can use wireless card, i don't need to buy usb wireless, when i tried to up wlan 0, i always get error
siocsifflags: unknow error 132. please help me to fix this problem
Giorgi
2012-12-05T20:17:19Zyesss :D it worked finally i searched all the google and this worked thanx
fiercing
2013-07-08T11:32:17Zif you have a laptop and your laptop has a button for enable/disable wifi, and you have pressed the button so that the wifi is off IT GIVES THE SAME ERROR!!!
SIOCSIFFLAGS: Unknown error 132.
Just press it again and everything will run as it should be, dont waste 6 hours on writing scripts, editing config files and etc. like I did :S
daniel
2014-10-20T14:34:36ZThanks..its works