How to start hostsapd
service every time my compute starts
I have Ubuntu Server 13.10 and kernel 3.11
When I tried sudo update-rc.d hostapd defaults
I got the following
System start/stop links for /etc/init.d/hostapd already exist.
and sudo service hostapd status
shows that the service is not running
/var/log/syslog
after "Starting advanced IEEE 802.11 management" if you trysudo service hostapd start
manually? – Jos Jul 21 '14 at 09:21sudo service hostapd start
works perfectly, my only issue is starting the service automatically @Jos – loo3y35 Jul 21 '14 at 09:25/etc/init.d/hostapd
, remove the--quiet
option in thestart)
section, and reboot. This should give you more informational messages in/var/log/syslog
. – Jos Jul 21 '14 at 09:35