PDA

View Full Version : [SOLVED] lenovo wifi disabled broadcom



amalnath
June 27th, 2011, 10:56 AM
hi,
Im using natty in lenovo b460. After installation was not able to connect to wifi. Ethernet is working alright.
So searched for additional drivers and installed the Broadcom 43xx drivers. After restart the network applet says the wireless is disabled by hardware switch, even after it is switched on/off several times.
Lenovo B460
kernel:2.6.38-8-generic 32-bit
Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
ubuntu 11.04

tried "sudo rfkill list".
The output is
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: yes
6: hci0: Bluetooth
Soft blocked: no
Hard blocked: no..
any help is appreciated....:sad:

chili555
June 27th, 2011, 12:34 PM
Please open a terminal and do:
sudo rmmod -f acer-wmi
sudo rfkill unblock all
rfkill list allAre you now able to use the wireless? If so, we can tweak one file and make it persistent.

Owenoen
October 9th, 2011, 02:01 PM
Please open a terminal and do:
sudo rmmod -f acer-wmi
sudo rfkill unblock all
rfkill list allAre you now able to use the wireless? If so, we can tweak one file and make it persistent.
hi, chili555, your solution worked on my laptop. I am using the same lenovo b460 and had the same prolem. You helped me. Thank you so much!:popcorn:

chili555
October 9th, 2011, 02:15 PM
hi, chili555, your solution worked on my laptop. I am using the same lenovo b460 and had the same prolem. You helped me. Thank you so much!:popcorn:In order to make it persist, please do:
sudo su
echo "blacklist acer-wmi" >> /etc/modprobe.d/blacklist.conf
exitGlad it's working!

sunbird1989
April 15th, 2012, 02:58 PM
Please open a terminal and do:
sudo rmmod -f acer-wmi
sudo rfkill unblock all
rfkill list allAre you now able to use the wireless? If so, we can tweak one file and make it persistent.

Thank you very much.With your help,i can use ubuntu as well.谢谢!!!!:p

chili555
April 15th, 2012, 04:16 PM
Thank you very much.With your help,i can use ubuntu as well.谢谢!!!!:pIf you'd like to make it permanent, please do:
sudo su
echo "blacklist acer-wmi" >> /etc/modprobe.d/blacklist.conf
exitGlad it's working!