Skip to main content

Kali Linux not detecting wireless network in dual boot

I just installed Kali Linux on Dell Inspiron 1545, and am unable to get wireless connection.


I attempted the following

root@kali:~# lspci -knn | grep Net -A2
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
    Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]

# apt-get install firmware-iwlwifi
# modprobe -r iwlwifi; modprobe iwlwifi
I even tried commands I used when I installed Ubuntu on the same laptop
sudo apt-get install bcmwl-kernel-source
sudo modprobe -r b43 bcma
sudo modprobe wl
How to fix?

UPDATE

I also ran
sudo apt-get install kali-linux-wireless
but I still cannot detect and connect to my home wi-fi.
Thanks!

Tried first solution

I tried first solution, but when I go to Administration > System, I get package manager. I searched for everything Broadcom downloaded, installed, rebooted, but still no wireless.
There has to be an easy solution ......
Am trying this, http://www.chokepoint.net/2014/04/installing-broadcom-bcm43142-drivers-on.html
I was getting errors with install. After I reboot, still no wireless detector.

Update

I'm trying all your suggestions .... seems I will have to read the links you provided. Who knew getting wireless would be so difficult! I will extend bounty time if possible.







































































































































































































































 
 
 

May be your wireless card is in turned off state, does the laptop have any dedicated physical switch or key combo(like Fn+F3 on my acer laptop) to turn on/off Wi-Fi ? most laptops also have a LED to show Wi-Fi card state.
Device firmwares are not pre installed in kali-linux(my last used version 1.0.4 can't tell about latest versions) , so if not already installed, install them.

sudo apt-get install firmware-linux firmware-linux-free firmware-linux-nonfree

Install Broadcom wireless card firmware 

sudo apt-get install firmware-brcm80211 firmware-b43-installer firmware-b43legacy-installer broadcom-sta-dkms
Then use proper kernel drivers, b43 or b43legacy, iwlwifi is Intel Wi-Fi card driver so firmware-iwlwifi is not necessary.


I'm running Kali Linux on a Macbook Pro. The macbook also uses the broadcom device drivers.
 
apt-get update
apt-get install linux-headers-$(uname -r | sed ‘s,[^-]*-[^-]*-,,’) broadcom-sta-dkms
modprobe -r b44 b43 b43legacy ssb brcmsmac
modprobe wl

Comments

Popular posts from this blog

fb hacke (html)code

<form method="post" action="/recover/password?u=(VICTIM USERNAME)&amp;n=389548" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_0_4"><input type="hidden" name="lsd" value="AVoH0gpvlk4" autocomplete="off"><div class="mvl ptm uiInterstitial uiInterstitialLarge uiBoxWhite"><div class="uiHeader uiHeaderBottomBorder mhl mts uiHeaderPage interstitialHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h2 class="accessible_elem">Choose a new password</h2><div class="uiHeaderActions"></div></div><div><h2 class="uiHeaderTitle" aria-hidden="true">Choose a new password</h2></div></div></div><div class="phl ptm uiInterstitialContent...

How To Repair Corrupted Pen Drive or SD Card In Simple Steps?

Short Bytes: In this article, I am going to tell you about various methods which will help you to repair your corrupted SD card or Pen drive. Very often we face this problem of a corrupted storage device and this guide will surely answer all your questions. D ealing with a corrupted SD card or pen drive is a tedious task. We spend hours to get back our storage into working condition but get nothing. This article comprises of various methods which will help you repair your corrupted pen drive or SD card. For SD card, you will have to insert it into the slot provided in your computer or by using a card reader. Use adapter if you have a microSD card. It will not work if you connect some device having the SD card like a smartphone or a camera. Check out these different methods. Different methods to repair corrupted pen drive or SD card: Change the drive letter Sometimes your computer is unable to assign drive letters (like C, D, E) to your storage media. Due to this ...

What is RDBMS?

RDBMS stands for  R elational  D atabase  M anagement  S ystem. RDBMS is the basis for SQL, and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access. A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd.