|
Post by dead19 on Apr 11, 2016 8:07:27 GMT
Hi ,
I have been installed fruitywifi in nexus 6p and every thing is good and when i open localhost:8000 all service like AP api karma mana is disabled and when i press start nothing happened
|
|
|
Post by xtr4nge on Apr 11, 2016 11:00:45 GMT
Hi dead19, Did you setup the interfaces?
go to MENU/Config and setup IN and OUT interfaces.
- API module is not a module that you need to do something with it (but is mandatory, you need to install it). It is being used by other modules. - Karma cannot be enabled until AP module is enabled. Note that mode Hostapd-Karma needs to be selected on MENU/Config (same with Mana) - Karma and Mana probably will not work with wlan0 (internal wireless card), you need to use an external wireless card supported by Hostapd (check the forum for info about supported wifi cards) - The majority of the modules will not work until AP module is enable. - Some modules requires extra dependencies to be installed. Enter the module's config page (each module that you want to use) and check if the dependencies are installed.
regards,
|
|
|
Post by dead19 on Apr 12, 2016 7:20:01 GMT
Thanks bro for fast reply,
Now ap is working fine and i have set configuration to mana hostapd and click start but it's always disable and i set in out to wlan1 it's tp-link tl-wn722n
Even karam is disable
|
|
|
Post by xtr4nge on Apr 12, 2016 8:03:46 GMT
Hi dead19, No prob at all, good to know that AP is working fine. About Mana and Karma, please recheck the the initial post on how to install FruityWiFi 2.4 on NetHunter: fruitywifi.boards.net/thread/111/fruitywifi-v2-4You should have IN with wlan1 (your external interface) and OUT wlan0 (your internal interface) [of course you can use other interfaces for OUT, but start with this setup to test it]There is a section on the first post, mentioning a changes on Karma on Mana as their installer is not compatible with NetHunter yet. After installing them (Karma and Mana) from the command line (look if there is any error or not), check on FruityWiFi GUI (module Mana and Karma), that the they apear as installed ( in green ) - Then go to MENU/Config - set [AP] mode to Hostapd-Mana - go to status page - start [AP] - and then start Mana. ( do the same steps to test Karma but with Hostapd-Karma selected on Config ) regards,
|
|
|
Post by xtr4nge on Apr 12, 2016 9:07:09 GMT
Hi dead19, re-run the scrips like this:
root@kali:/usr/share/fruitywifi/www/modules/karma/includes# chmod 755 install.sh root@kali:/usr/share/fruitywifi/www/modules/karma/includes# ./install.sh
root@kali:/usr/share/fruitywifi/www/modules/mana/includes# chmod 755 install.sh root@kali:/usr/share/fruitywifi/www/modules/mana/includes# ./install.sh
let me know regards,
|
|
|
Post by dead19 on Apr 12, 2016 10:30:25 GMT
You are a genius bro it's work now thanks alot
But can you explain about this problem to learn from you
|
|
|
Post by xtr4nge on Apr 13, 2016 8:13:48 GMT
Hi dead19, No prob at all mate. Thanks for letting me know the results. I will add some notes to the original post "how to install FruityWiFi v2.4" on NetHunter to explain other people this minor issue  regards,
|
|