Results 1 to 3 of 3

Thread: Wireless Network Card issues

  1. #1
    Join Date
    2015-Oct
    Posts
    1

    Wireless Network Card issues

    Hey guys,

    I want to use airmon-ng and I can't determine if my wireless card will work or not. And which driver I would have to install. I did find a page on their website, but it was not very helpful, it confused me a tad!

    I have an Intel(R) Dual Band Wireless-AC 3160 Wi-Fi card.

    When I go to the driver in Windows it says:

    Driver Provider: Intel
    Driver Date: 12/16/2014
    Driver Version: 17.13.12.1

    I want to be able to use airmon-ng and use the monitor mode and packet injection. Currently when I go to terminal and type in iwconfig i get the following:

    Code:
    root:~# iwconfig
    lo          no wireless extensions.
    
    eth0      no wireless extensions.
    and when I type in ifconfig, I get the following:

    Code:
    root:~# ifconfig
    eth0     Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX:XX
               inet addr:192.168.2.5  Bcast: 192.168.2.255 Mask: 255.255.255.0
               inet6 addr: XXXX::XXX:XXXX:XXXX:XXXX/64 Scope:Link
               UP BROADCAST RUNNING MULTICAST  MTU:1500 Metric: 1
               RX packets:79271 errors:0 dropped:0 overruns:0 frame:0
               TX packets:14852 errors:0 dropped:0 overruns:0 carrier:0
               collisions:0 txqueuelen:1000
               RX bytes:113921589 (108.6 MiB) TX bytes:1233181 (1.1 MiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1 Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOKBACK RUNNING MTU:65536 Metric: 1
              RX packets:100 errors:0 dropped:0 overruns:0 frame:0
              TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:6000 (5.8 KiB) TX bytes: 6000 (5.8 KiB)
    I am running Kali in a Virtual Machine. I have the network settings set to bridged. When I had it set to network host I could not get an internet connection on the VM, but I had it on the host. Any ideas?

    Thank in advance!

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    Looks like your wireless card is not found, as there's no wlan interface. Is your card external or internal? Are you running VMWare or Virtualbox?

    Anything weird listed when you run dmesg?

    Personally, I've had better luck with wireless in Kali in native mode. That is, I have a laptop configured to dual boot Windows and Kali.

  3. #3
    Join Date
    2016-Aug
    Posts
    1
    First of all you should run in native mode, so you can find the wireless interface. The VM is much more difficult to handle the wireless devices and I suggest you run in native mode.

    Nevertheless, my machine is Dell Inspiron 5558 and I have the same network card: Intel(R) Dual Band Wireless-AC 3160 Wi-Fi card.
    As you can see in specs of the card http://ark.intel.com/products/75442/...reless-AC-3160 you can see in the section Supported Operating Systems that for Linux has limited features. I think that this card may contraint us.

    If only somebody knew something more specific...

Similar Threads

  1. Broadcom BCM43228 wireless network card having issues with connection
    By caliban in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2019-01-16, 13:21

Posting Permissions

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