Wifi is not detected on my laptop [SOLVED]

Questions about WIFI networks and devices
Forum rules
Before you post please read this

Wifi is not detected on my laptop [SOLVED]

Postby ipiklu.ninja91 on Thu Sep 20, 2012 9:50 am

I have a Lenovo Z570 i5 2nd gen laptop with NviDia graphichs card GT-520M.Its dual booted with Linux Mint 12 and Windows 7. I can view all my applications properly and listen to music and even eatch videos.

There is one problem though. Before Mint 12 I had Mint 11 there as well there was this same issue. When I plugin the ethernet cable to my laptop I can view the net normally, BUT I can never connect using wifi. Even on switching on the wifi hardware switch It shows wifi not detected in the notofication bar.
I have looked through many forums but in vain.

This is my rfkill list result:

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
3: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
5: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Thank you.
Hoping for a quick reply.
Last edited by ipiklu.ninja91 on Thu Oct 25, 2012 2:46 am, edited 1 time in total.
ipiklu.ninja91
Level 1
Level 1
 
Posts: 8
Joined: Thu Sep 20, 2012 9:35 am

Linux Mint is funded by ads and donations.
 

Re: Wifi is not detected on my laptop

Postby robw on Thu Sep 20, 2012 10:01 am

It would be helpful to know what kind of wireless card you're running. Could you please post the output of mintwifi command in a terminal? The first line or so should give you the name of your wireless card. Thanks!
robw
Level 2
Level 2
 
Posts: 96
Joined: Wed Jun 09, 2010 4:39 am

Re: Wifi is not detected on my laptop

Postby ipiklu.ninja91 on Thu Sep 20, 2012 10:23 am

robw wrote:It would be helpful to know what kind of wireless card you're running. Could you please post the output of mintwifi command in a terminal? The first line or so should give you the name of your wireless card. Thanks!



My wireless card is Broadcom 802.11n Network Adapter.

Thanks!!

I hope you can guide now
ipiklu.ninja91
Level 1
Level 1
 
Posts: 8
Joined: Thu Sep 20, 2012 9:35 am

Re: Wifi is not detected on my laptop

Postby remoulder on Thu Sep 20, 2012 12:17 pm

Please provide the information requested in how to get help
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
User avatar
remoulder
Level 17
Level 17
 
Posts: 7674
Joined: Fri May 09, 2008 1:14 pm

Re: Wifi is not detected on my laptop

Postby gladsonvm on Fri Sep 21, 2012 4:58 am

go to http://www.broadcom.com/support/802.11/linux_sta.php and download your driver
download readme and read it to get the instructions
all you have to do is to
decompress the file
compile the driver to get wl.ko file
use rmmod to remove ssb,b43 etc (you have to refer readme.txt)
then
modprobe lib80211 cfg80211
in terminal navigate to the folder with wl.ko file, then
insmod wl.ko
gladsonvm
Level 1
Level 1
 
Posts: 18
Joined: Sat Sep 15, 2012 5:22 am

Re: Wifi is not detected on my laptop

Postby robw on Fri Sep 21, 2012 6:25 am

I hope gladsonvm's help has worked. There are 2 other things you could try, which have worked for me on Broadcom cards in the past.

First, you may find that you can install a suitable driver automatically. Try Preferences>Additional drivers. This offered to install the Broadcom STA driver for me on the last laptop I had issues with.

Another solution which has worked is to:

sudo apt-get update
sudo apt-get install bcmwl-kernel-source

Let us know how you get on!
robw
Level 2
Level 2
 
Posts: 96
Joined: Wed Jun 09, 2010 4:39 am

Re: Wifi is not detected on my laptop

Postby ipiklu.ninja91 on Fri Sep 21, 2012 8:01 am

gladsonvm wrote:go to http://www.broadcom.com/support/802.11/linux_sta.php and download your driver
download readme and read it to get the instructions
all you have to do is to
decompress the file
compile the driver to get wl.ko file
use rmmod to remove ssb,b43 etc (you have to refer readme.txt)
then
modprobe lib80211 cfg80211
in terminal navigate to the folder with wl.ko file, then
insmod wl.ko


I tried it this way. I did modprobe for both lib80211 and cfg80211.
Another thing when I did rmmod for ssb it showed that it doesnt exist on directory. But rmmod for b43 gave a result that Permission denied. So I repeated with sudo command I think it worked because the error was not shown.

By the way
I have:-
Network Controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
Ethernet Controller: Realtek Semiconductor Co. Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet Controller(rev 05)

Thank you!!
ipiklu.ninja91
Level 1
Level 1
 
Posts: 8
Joined: Thu Sep 20, 2012 9:35 am

Re: Wifi is not detected on my laptop

Postby robw on Fri Sep 21, 2012 8:14 am

Cool! Glad it worked. Could I just ask you to edit your post title now to say SOLVED so that others can see its a working solution? Thanks and well done.
robw
Level 2
Level 2
 
Posts: 96
Joined: Wed Jun 09, 2010 4:39 am

Re: Wifi is not detected on my laptop

Postby ipiklu.ninja91 on Fri Sep 21, 2012 2:34 pm

It didn't work the wifi is still showing its undetected......

I just said, I think the command to remove those extra drivers worked.
ipiklu.ninja91
Level 1
Level 1
 
Posts: 8
Joined: Thu Sep 20, 2012 9:35 am

Re: Wifi is not detected on my laptop

Postby robw on Fri Sep 21, 2012 4:15 pm

Have you tried my suggestions at all?

Sorry I misunderstood your post earlier!
robw
Level 2
Level 2
 
Posts: 96
Joined: Wed Jun 09, 2010 4:39 am

Re: Wifi is not detected on my laptop

Postby ipiklu.ninja91 on Sat Sep 22, 2012 5:56 am

robw: I am not able to try your method because i am not able to connect to my internet at all. Previously I used connect my internet on Linux via mobile through bluetooth. Now even that is not possible.
ipiklu.ninja91
Level 1
Level 1
 
Posts: 8
Joined: Thu Sep 20, 2012 9:35 am

Re: Wifi is not detected on my laptop

Postby robw on Sat Sep 22, 2012 1:28 pm

OK, my methods will only work if you can connect via ethernet or similar. Without that capability I'm not able to help further I'm afraid. Sorry!! But good luck!
robw
Level 2
Level 2
 
Posts: 96
Joined: Wed Jun 09, 2010 4:39 am

Re: Wifi is not detected on my laptop

Postby gladsonvm on Sun Sep 23, 2012 2:30 am

open bluetooth preferences-->remove your device and add it again.Check DUN to connect to internet.
gladsonvm
Level 1
Level 1
 
Posts: 18
Joined: Sat Sep 15, 2012 5:22 am

Re: Wifi is not detected on my laptop [SOLVED]

Postby ipiklu.ninja91 on Thu Oct 25, 2012 2:48 am

The problem was nothing much. I just needed to blacklist an acer wireless switch which was blocking my networking connection and preventing the soft switch from switching on the network connection.
ipiklu.ninja91
Level 1
Level 1
 
Posts: 8
Joined: Thu Sep 20, 2012 9:35 am

Linux Mint is funded by ads and donations.
 

Return to Wireless

Who is online

Users browsing this forum: No registered users and 2 guests