Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supplicant & Karma doesn't work... #7

Closed
BeNeDeLuX opened this issue Nov 24, 2013 · 3 comments
Closed

Supplicant & Karma doesn't work... #7

BeNeDeLuX opened this issue Nov 24, 2013 · 3 comments
Assignees

Comments

@BeNeDeLuX
Copy link

Hi,

since my Pineapple with v3.0.0 sucks i'm going to test FruityWifi.

I'm unable to enable Supplicant. Have two WLAN Adapters and one is set as Supplicant interface.

page_config

root@pwnpi:~# iwconfig
lo        no wireless extensions.

mon0      IEEE 802.11bg  Mode:Monitor  Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

wlan1     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off

eth0      no wireless extensions.

mon.wlan0  IEEE 802.11bg  Mode:Monitor  Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on

Is there a way to debug or logs ?

Also Karma is not working :-/

@ghost ghost assigned xtr4nge Nov 25, 2013
@xtr4nge
Copy link
Owner

xtr4nge commented Nov 25, 2013

Hi BeNeDeLuX,
I hope you are well.

You need to modify a couple of things in your setup.
If you are going to use the the Supplicant option to connect to the internet, you need to assign the same interface in the Internet option (wlan1), so change eth0 to wlan1
Also, you can't use the Monitor option with the same interface as Wifi (wlan0), so disable mon0 and change the interface in Monitor option to "-".

For the supplicant option, you need to setup the wireless details: (WPA Supplicant)
supplicant_ssid and supplicant_psk
This option uses NetworkManager v0.9.8.6 or later (NetworkManager --version)
You need to verify if the ssid and password are correct (for your wireless ap), as by default FruityWifi doesn't allow the input of some characters.
To check the details you can open "/usr/share/FruityWifi/www/config/config.php" (supplicant_ssid and supplicant_psk).
After enable Supplicant option in the Status panel, you will find the NetworkManager setup in the following file: /etc/NetworkManager/system-connections/nmcli_raspberry_wifi

Note: enable Supplicant option before to enable Wireless option from the status panel.

Regarding the karma problem, that could be caused because you had the Monitor option active with the same interface as Wifi., and Also note that not all the chipsets works with hostapd/karma.
Some chipsets that I tested and works fine are: Atheros AR9271 and Ralink RT5370.

Please let me know
regards,
xtr4nge

@BeNeDeLuX
Copy link
Author

Hi xtr4ange,

yeah i'm well. Hope you too. Sorry for the dealy :-/
Ok so let us forget the supplicant option - it is no need for me this time. Was just a test. May i have some free time to report you my success with your instructions.

Karma doesn't work with the new android versions. There is a priority on the networks - so the smartphone does not connect to it. The daemon itself works. I need to test it with my laptop again.

Thanks so far for your help!
regards,
BeNe

@xtr4nge
Copy link
Owner

xtr4nge commented Nov 30, 2013

Hi BeNeDeLuX
No problem at all ;)
I will try to investigate further, but please open a new issue for the problem with Karma and the new Android.

regards,
xtr4nge

regards,

@xtr4nge xtr4nge closed this as completed Nov 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants