• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help running Linux command

i'm trying to test my wireless network's security by cracking the wep key. one of the direction tells you to type in
iwconfig wlan0 mode monitor
in the shell command. however, i get this error
error for wireless request "set mode" (8b06) set failed on device wlan0 ; operation not supported.
i can detect the wireless through kismet so i'm sure the wireless network device is compatible.

here's the article.
 
You can try Monitor instead of monitor, most things in Linux are case sensitive but I'm not sure this is one of them.
 
Back
Top