LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-16-2015, 10:26 PM   #1
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Rep: Reputation: Disabled
Unhappy Cant connect to wifi networks


I was using kali linux.. I couldnt connect to any wifi network.. After researching in many forums, I reinstalled kali linux. Even after that I couldnt connect to wifi. So i tried installing zorin os and ubuntu too. Still on both the OS i couldnt connect to wifi network.. Before installing kali linux i was able to coonect to wifi in Ubuntu..

I also tried using an USB Wifi adaptor TP-LInk TL-WN721N too.
Still i cant connect.

Please help..
 
Old 12-16-2015, 10:41 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Altair827 View Post
Please help..
Hi...

Welcome to the forum

We'll need information on your adapter before we can possibly help you with this. Please open a terminal and post the results of the following command (no screenshots, please)...

Code:
lspci -nnk | grep -i net -A2
If need be, we can look into your USB adapter later. Also, is this a laptop or desktop system? What is the brand and model (and model number) of it?

Regards...

Last edited by ardvark71; 12-16-2015 at 10:43 PM. Reason: Correction.
 
Old 12-16-2015, 11:15 PM   #3
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Original Poster
Rep: Reputation: Disabled
Here's the output

Quote:
root@kali:~# lspci -nnk | grep -i net -A2
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
Subsystem: Dell Device [1028:0504]
Kernel driver in use: r8169
09:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: Dell Device [1028:0012]
Kernel driver in use: bcma-pci-bridge

I use a Dell laptop model :n5050

Also I dual booted it with windows.. But theres no problem in wndows..

Last edited by Altair827; 12-16-2015 at 11:21 PM.
 
Old 12-16-2015, 11:23 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Thank you.

I forgot to ask, is this with Ubuntu currently?

Regards...
 
Old 12-16-2015, 11:26 PM   #5
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Original Poster
Rep: Reputation: Disabled
Its on kali...

i can install zorin os now if u want..


Sory for my english
 
Old 12-16-2015, 11:41 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Altair827 View Post
i can install zorin os now if u want..
Your English is fine, no problem. If you want to try Zorin, you should be able to install and/or activate the driver for your Broadcom adapter by going to "System Settings --> Hardware --> Additional Drivers" upon installation of the operating system.

If it's not in that location, look under "Synaptic --> Settings --> Repositories --> Additional Drivers." More information here.

I'm not sure how the driver would be installed in Kali, I would have to research that.

Regards...

Last edited by ardvark71; 12-16-2015 at 11:45 PM. Reason: Added information.
 
1 members found this post helpful.
Old 12-16-2015, 11:46 PM   #7
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Original Poster
Rep: Reputation: Disabled
thank you..

It would be great if there's a solution for kali.
 
Old 12-17-2015, 12:31 AM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Altair827 View Post
It would be great if there's a solution for kali.
I'm going to take a guess here but if you have an ethernet connection to your system and you've enabled networking in Kali, you can try using the following two commands in order, one at a time...

Code:
sudo apt-get update
Code:
sudo apt-get install bcmwl-kernel-source
There is more information here.

After it gets done installing, reboot your system. Let us know how it goes.

Regards...

Last edited by ardvark71; 12-17-2015 at 12:35 AM. Reason: Added information.
 
1 members found this post helpful.
Old 12-17-2015, 03:34 AM   #9
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Original Poster
Rep: Reputation: Disabled
Thank you so much!..
I dont have a ethernet connection now.. i will try when i get it and let you know!
 
Old 12-17-2015, 11:27 AM   #10
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Original Poster
Rep: Reputation: Disabled
No luck... I cant connect wifi in both zorin os and kali.. tries the methods you suggested in both the OS..
 
Old 12-17-2015, 03:28 PM   #11
pholland
Member
 
Registered: Jun 2015
Posts: 86

Rep: Reputation: Disabled
Here is a link that may be helpful with enabling wifi in kali linux. Good luck.

http://www.freehowtohackwifi.com/gen...fi-kali-linux/
 
Old 12-17-2015, 09:09 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
These links may help too.

https://wiki.debian.org/brcm80211
http://askubuntu.com/questions/55868...reless-drivers
https://help.ubuntu.com/community/Wi...Driver/bcm43xx

Another thing is try to find the Linux driver for your Wifi adaptor TP-LInk TL-WN721N and install it.
http://elinux.org/RPi_USB_Wi-Fi_Adapters

If you want the usb WiFi Adaptor to work I think you will have to disable (in the BIOS) the on board wireless card.
http://linuxforums.org.uk/index.php?topic=10851.0

HTH
 
Old 12-17-2015, 10:02 PM   #13
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Altair827 View Post
No luck... I cant connect wifi in both zorin os and kali.. tries the methods you suggested in both the OS..
Hi...

Also, if the above advice advice doesn't work, can you tell us what exactly happened in both OS's? What error messages did you receive, if applicable? Did you install Zorin to your hard drive? Please open a terminal and post the entire results of...

Code:
dmesg
This might give us a clue as to what's going on.

Regards...
 
1 members found this post helpful.
Old 12-18-2015, 06:32 AM   #14
Altair827
LQ Newbie
 
Registered: Dec 2015
Distribution: ubuntu 15.04
Posts: 21

Original Poster
Rep: Reputation: Disabled
In both the os I could see the present wifi networks.. When i click connect, it keeps on connecting and ten connection gets timed out. yes i installed zorin in hard drive..I will post the result shortly.
 
Old 12-18-2015, 06:32 AM   #15
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Drivers Got A Have the RIght Drivers for starters , 2. how do people get onto the interet to post questions on line about not having wifi and they have no wifi?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nokia Booklet sees wifi networks but will not connect Frank_Drebin Linux - Laptop and Netbook 2 09-10-2013 09:35 AM
[SOLVED] Cannot see wifi networks nine9nine Linux - Newbie 8 02-10-2011 04:05 PM
Can connect to wifi networks but no internet abibibo Linux - Wireless Networking 1 10-14-2007 12:29 AM
wifi and changing networks yukaputzer Linux - Newbie 1 12-18-2003 04:23 PM
How to change between networks with wifi yukaputzer Linux - Newbie 1 12-18-2003 02:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration