LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem in displaying mode of wireless adapter (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-displaying-mode-of-wireless-adapter-4175507915/)

aayan1 06-13-2014 01:10 AM

problem in displaying mode of wireless adapter
 
mode of the wireless adapter is not shown.
airmon-ng start <interface>
nothing info about wireless adapter comes up.
just that
PID name
1702 dhclient13
interface chipset driver.

neilcpp 06-14-2014 09:36 AM

The code to put your wireless card in monitor mode is simply
Quote:

airmon-ng start wlan0
(assuming you have one wireless adapter).

By entering this command interface mon0 will be created. You can see it by typing
Quote:

ifconfig -a
.


All times are GMT -5. The time now is 10:59 AM.