-
Notifications
You must be signed in to change notification settings - Fork 600
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
Can not build a Soft-AP using hostapd #3
Comments
I will try to duplicate your result. |
In fact I have no idea about how to build a Soft-AP with driver of this version. |
Hi, I've had similar problem and found out that after the commit 954eab3 the hostapd stopped to work.. |
I assume that you did a 'git checkout 6d1127b' to get that version. If so, please do the following: git checkout master Does hostapd work now? Those commands will allow us to test everything after the bad commit. If that functions, I will break 954eab3 into a set of smaller changes so that we can isolate the problem. |
yes, it works now.. thank you! |
Works good for me. Thanks! |
Thanks for the feedback. |
What driver are you using in the conf ? |
|
Try to build a Soft-AP with rtl8188eu, but it failed.
My steps:
git clone https://github.com/lwfinger/rtl8188eu.git
cd rtl8188eu && make && make install
insmod 8188eu.ko
ifconfig wlan0 up
hostapd hostapd.conf
An AP is built now and I can find the AP with my mobile device.
But I can not access this AP after I typed right password. The hostapd reported:
Looks like my password is wrong, but that's not the case.
I set
driver=rtl871xdrv
in hostapd.conf (setdriver=nl80211
hostapd can not start).My environment is Ubuntu 12.04 with i386 PC, the commit version I used to build the module is 993b021.
The text was updated successfully, but these errors were encountered: