Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi!
I use hostapd to set up a wireless access point and I need wpa_supplicant for encryption. I works fine if I start hostapd by my self, but not on boot. And I think the problem is that wpa_supplicant is started after hostapd. How can I see when the two deamons are started and then change the order in which they start?
Dag Henning
Last edited by daghenningsorbo; 03-13-2009 at 07:49 PM..
Reason: fixed
Hi!
Now it all works fine! I found two sollutions to my problem.
1. To add a line "hostapd /etc/hostapd/hostapd.conf" to /etc/network/interfaces (under correct iface expression)
2. To edit /etc/default/hostapd and comment out the line "#RUN_DAEMON="yes". I also had to enable hostapd in BootUp-Manager. I don't know it this had been necessary if I hadn't installed BootUp-manager.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.