Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.
santos@santos:~$ rfkill list
0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
santos@santos:~$ 

*-network DISABLED
description: Wireless interface
product: BCM4313 802.11b/g/n Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:04:00.0
logical name: eth2
version: 01
serial: ac:81:12:22:cb:38
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:f2500000-f2503fff

any solution ?

share|improve this question
1  
So is there a hardware switch and did you turn it on? According to a Google search it might be Fn+F5 or a tiny switch at the front or side of the laptop. – elmicha May 29 '12 at 17:21
1  
Yeah its . i do turn it on and still under the network icon i see the words that wireless is disabled by hardware switch and when i do pressing Fn+F5 nothing happen .. – santosamaru May 29 '12 at 18:33
Ok. Does this and/or this answer help? – elmicha May 29 '12 at 20:50

3 Answers

I had a similar problem with my Lenovo Z570. There are two potential issues going on... One is related to hardware, the other software.

For the software end of things, your laptop is most likely suffering from "Multiple WiFi Personalities". Basically, the way I understand it, Ubuntu is not clear on which wifi drivers should be loaded based on incompatibilities with the hardware (this is just how I understand it... I could be wrong =).

The simple & temporary test is to blacklist "acer-wmi" (from terminal):

sudo rmmod -f acer-wmi
sudo rfkill unblock all
rfkill list all

if that stets all of your blocks to "no", you are in business... simply edit your /etc/modprobe.d/blacklist.conf file to blacklist that item and you are good to go.

sudo gedit /etc/modprobe.d/blacklist.conf

When the editor opens, add blacklist acer-wmi as a new line at the end of the file. Save and Exit. then type in the following just to double check things:

rfkill list all

If you still see any "Hard blocked: yes" entries at this point, you have one of three things going on. Either your physical wifi switch is in the off position (if you have one... my z570 has it on the front bezel), your software switch is off (Fn+F5 on my z570) or you may need to simply reset your Bios.

For me it took resetting my Bios to fix it. Simply restart your laptop and press F2 at boot up. Once in the Bios, press F9 to reset the Bios, followed by F10 to save and exit. Test your wifi now. If it's working, you can now head back to your bios and get things setup the way you like them again.

It took a TON of digging and trial and error until I finally got this working. I hope you don't have the same perils!

share|improve this answer

Ditto on the bios reset. My Lenovo Z570 didn't see wireless even after a full wipe and install of Quantal; I had to do the F9 bios reset. It works perfectly now.

I have also posted the solution at: http://thecowgirlcoder.com/2012/10/18/lenovo-z570-phy0-hard-blocked-solution/

share|improve this answer

move hard disk above ubuntu in boot order in BIOS (restart, hit f2)

source lenovo s205

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.