At 80% it tells me hostapd could not be start
Bug #1314777 reported by
dorax
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
WiFi-Hostapd-AP |
New
|
Undecided
|
Unassigned |
Bug Description
Is there any way I can get the log message from hostapd? Or see which config file was generated by the program?
Thank you for the awesome tool. If this work, I finally can get a hotspot working, been trying this for months!
To post a comment you must log in.
Actually, I realise this is not really a bug.
I found out how to get the logs, just by starting it from command line:
./wifi-hostapd-ap
ROOT: ok. Begin ...
Testing AP...
DEVICE - ON
DNSMASQ - ON
HOSTAPD - OFF
IP FORWARDING - ON
AP IS NOT RUNNING
Start activation.
Preparation device ... OK d/dnsmasq: No such file or directory d/hostapd: No such file or directory
Check device ... OK
Starting device ... OK
Enable IP Forwardng ... OK
Set rules to IPTABLES ... OK
sh: /etc/init.
Starting DNSMASQ ... OK
sh: /etc/init.
iptables -t nat -A POSTROUTING -o wlp1s0 -j MASQUERADE ... FAIL
"AP is not running!"
Testing AP...
DEVICE - ON
DNSMASQ - ON
HOSTAPD - OFF
IP FORWARDING - ON
AP IS NOT RUNNING
Now I need to figure out what went wrong...