Results 1 to 50 of 210

Thread: Troubleshooting Wireless Drivers

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2013-Apr
    Posts
    1
    Hi all, I install Kali 1.0.3 and i still not have wlan0. My network adapter is : 03:00.0 Network controller: Broadcom Corporation BCM43227 802.11b/g/n
    Before that i have Backtrack 5 R3 and i have WiFi without any problems with bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6_amd64 package. Can you give some how to or package to fix this

  2. #2
    Join Date
    2013-May
    Posts
    3
    OK, I'm done with my patience i had to register and ask for help.
    My hardware: Alfa awus036nh with ralink rt3070 chip and integrated ralink 3090.
    My problem: i cant access the internet ... it is really strange. I have listed all available wifi networks of the USB adapter, but if i try to connect it wont.
    The history: 1. I installed kali 1.0.2 amd64 and everything worked great ... after i perform "apt-get upgrade" the network manager showed that I'm connected, but couldn't access the internet nor my router over the IP 192.168.1.1.
    2. After i got stuck on the 1.0.2 (after "apt-get upgrade") i tried 1.0.3 amd64, and now I'm not able to connect to the wireless at all.

    I tried to put wlan0 (my integrated wireless card) down ("ifconfig wlan0 down"), but had no luck ... tried to put eth0 and lo down, but nothing ... i tried everything that i found googling, but there's not much information for Kali out there ATM.

  3. #3
    Join Date
    2014-Feb
    Posts
    8
    Is anybody found a solution for this problem? Only I can connect to wifi but no internet...
    Last edited by Alexcreator; 2014-10-21 at 17:38.

  4. #4
    Join Date
    2014-Jun
    Location
    Greece
    Posts
    133
    Quote Originally Posted by Alexcreator View Post
    Is anybody found a solution for this problem? Only I can connect to wifi but no internet...
    Hi Alexcreator.
    You can try:

    1)Try to set CRDA:
    Code:
    iw reg set <your country code>
    e.g
    Code:
    iw reg set US
    it's very weird that dmesg shows you only 5GHz and 60 GHz band frequencies:
    [ 25.830192] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    [ 25.830194] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    [ 25.830196] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
    if you are unsure try to use world regulatory domain. Kali sets by default the world regulatory domain:
    Code:
    iw reg set 00
    dmesg should look like this:
    Code:
    [ 2275.325369] cfg80211: Calling CRDA to update world regulatory domain
    [ 2275.327933] cfg80211: Calling CRDA to update world regulatory domain
    [ 2275.330695] cfg80211: World regulatory domain updated:
    [ 2275.330697] cfg80211:  DFS Master region: unset
    [ 2275.330698] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 2275.330700] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 2275.330701] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 2275.330702] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
    [ 2275.330704] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    [ 2275.330705] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    [ 2275.330706] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
    See?

    2) Look at /etc/network/interfaces file. If there are other then those ones:
    auto lo
    iface lo inet loopback
    delete them and restart networking and networkmanager.
    Code:
    service network-manager stop
    service networking stop
    service networking start
    service network-manager start
    3) Try to give a static IP,. Network-manager->Edit connections.
    4) See if you can ping a site. Maybe it's a DNS resolving problem.
    If you can't ping any site look at /etc/resolv.conf file and add a DNS server: e.g. OPEN DNS servers:
    Code:
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    you can add this also if you set a statip IP to your connection. step 3 above.
    5) Unload and load your wireless NICs driver
    Code:
    modprobe -r <your driver>
    modprobe <your driver>
    6) See your iptables.
    7) Try to use a different wireless NIC.
    8) Have patience

    That's all for now. Good luck!
    Security always begins with personal responsibility. - quietman7

Similar Threads

  1. Troubleshooting - Confirm nvidia drivers
    By jamesmartin in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-09-11, 14:57
  2. troubleshooting for installing nvidia drivers on asus g551jm kali 2.0
    By HoseinHarami in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-08-23, 15:18
  3. Troubleshooting - Wireless Cards
    By g0tmi1k in forum Kali Linux TroubleShooting
    Replies: 0
    Last Post: 2014-03-26, 11:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •