In Slackware, the instructions for enabling WiFi can be found by viewing two Unix man pages:
- man wpa_supplicant
- man wpa_supplicant.conf
Your system may be different, but for my system I had to do two things:
- Create a wpa_supplicant.conf file in /etc
- Edit /etc/rc.d/rc.inet1.conf
My /etc/wpa_supplicant.conf file looks like this:
1 2 3 4 5 6 7 8 9 10 |
|
The appropriate entry in /etc/rc.d/rc.inet1.conf looks like this:
1 2 3 4 5 6 7 8 9 10 11 |
|
With these settings my WiFi is automatically enabled during the boot process, and its ready to go when I login to my account.