comatose603 Posted February 5, 2013 Posted February 5, 2013 On boot Karma is starting on wlan1 as well as wlan0. Which causes the jammer and mdk3 to go crazy. How do I tell Karma to leave wlan1 alone? Quote
NullNull Posted February 5, 2013 Posted February 5, 2013 A temporary solution could be executing the follow commands after the pineapple boots ifconfig wlan1 downairmon-ng start wlan1 Quote
Sebkinne Posted February 5, 2013 Posted February 5, 2013 The reason karma starts on both interfaces is because AP mode is turned on on both cards. You will need to turn AP mode off in the /etc/conf/wireless for your wlan1 interface. What firmware version are you running? Quote
comatose603 Posted February 5, 2013 Author Posted February 5, 2013 The reason karma starts on both interfaces is because AP mode is turned on on both cards. You will need to turn AP mode off in the /etc/conf/wireless for your wlan1 interface. What firmware version are you running? Ah, that make sense. The latest stable... 2.7.0 Considering people will expect the optional Alpha usb radio to just work when they buy it with the Pineapple shouldnt this be turned off by default?! Not everyone is smart enough to realize the Jammer module isnt working because some hostapd process is fighting wtih it. Quote
Sebkinne Posted February 5, 2013 Posted February 5, 2013 Ah, that make sense. The latest stable... 2.7.0 Considering people will expect the optional Alpha usb radio to just work when they buy it with the Pineapple shouldnt this be turned off by default?! Not everyone is smart enough to realize the Jammer module isnt working because some hostapd process is fighting wtih it. Actually, it used to be the intended purpose. I suggest you upgrade to 2.7.5 as from 2.7.1+ there have been fixes for exactly that! Quote
comatose603 Posted February 6, 2013 Author Posted February 6, 2013 (edited) Actually, it used to be the intended purpose. I suggest you upgrade to 2.7.5 as from 2.7.1+ there have been fixes for exactly that! Just upgraded to 2.7.5. Having the same issue. Install Jammer. Pick wlan1. And the Pineapple reboots itself. Another issue is autostart does not work with sslstrip (in 2.7.5 either I see). In order to get it working I had to add the full path to sslstrip in rc.local and the full path to python in autostart.sh. Also, can I run sslstrip and urlsnarf at the same time in this release? That was another issue that, being new to the product and not knowing there was a confict, drove me insane at first. Edited February 6, 2013 by comatose603 Quote
durk182 Posted February 6, 2013 Posted February 6, 2013 Edit the wireless file in /etc/config/ Change option mode ap under radio 1 to sta Here is the radio 1 section of my file config wifi-device radio1 option type mac80211 option channel 11 option macaddr 00:12:12:12:12:12 option hwmode 11ng option htmode HT20 list ht_capab SHORT-GI-20 list ht_capab SHORT-GI-40 list ht_capab RX-STBC1 list ht_capab DSSS_CCK-40 # REMOVE THIS LINE TO ENABLE WIFI: config wifi-iface option device radio1 option network lan option mode sta option ssid OpenWrt option encryption none Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.