Suse/NovellThis Forum is for the discussion of Suse Linux.
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.
#chkconfig /etc/init.d/wpasupplicant
#chkconfig wpasupplicant on
If that doesn't work then you'll have to create your own start and kill symlinks to /etc/init.d/wpasupplicant in /etc/rc.d/rcX.d. You can also put the script in /etc/init.d/boot.local.
linux:~ # chkconfig --add /etc/init.d/wpasupplicant
/etc/init.d/wpasupplicant: unknown service
/etc/init.d/wpasupplicant: not a runlevel service
linux:~ #
linux:~ # chkconfig --add /etc/init.d/wpasupplicant
/etc/init.d/wpasupplicant: unknown service
/etc/init.d/wpasupplicant: not a runlevel service
linux:~ #
Ok, it seems like its not a service handled by chkconfig. Try the instructions in this article.
perhaps wpa is needed in Required-Start: from /etc/init.d/network:
### BEGIN INIT INFO
# Provides: network # Required-Start: $local_fs
# Should-Start: isdn
# Required-Stop:
# Should-Stop:
# Default-Start: 2 3 5
# Default-Stop:
# Description: Configure the network interfaces and set up routing
### END INIT INFO
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.