[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:misc:wireless_with_wpa_cli [2015/03/15 22:23 (UTC)] – added bullets, improved clarity slackwoodhowtos:misc:wireless_with_wpa_cli [2015/03/16 15:16 (UTC)] – forgot dhcpcd slackwood
Line 101: Line 101:
   vim /etc/rc.d/rc.local   vim /etc/rc.d/rc.local
  
-add this line: +add these two lines:
- +
-  wpa_supplicant -B -i wlan0 -D wext -c /etc/wpa_supplicant.conf+
  
 +<code>wpa_supplicant -B -i wlan0 -D wext -c /etc/wpa_supplicant.conf
 +dhcpcd</code>
   * Save your changes.   * Save your changes.
-  * Log out of your superuser session using Ctrl-D or exit.\\+  * Log out of your superuser session using Ctrl-D or exit.
   * Enjoy having wireless outside of X and in your window manager of choice.   * Enjoy having wireless outside of X and in your window manager of choice.
  
 howtos:misc:wireless_with_wpa_cli ()