Hi:
I installed Slackware 14 on my desktop pc following along with this video.
https://www.youtube.com/watch?v=JnggjPFtRCQ
In that video the man did not choose DHCP instead he choose Network Manager so I did too. (thinking it was the right thing to do)
I'm reading this documentation to configure my WPA wireless network.
http://docs.slackware.com/slackbook:wifi
Upon using vi or nano to edit the /etc/wpa_supplicant.conf file I only have these 2 arguments:
ctrl-interface=/var/run/spa_supplicant
ctrl-interface-group=root
This example is one the page I linked so I'm using this-
Code:
#WPA protected network, supply your ESSID & WPAPSK
network={
scan ssid=1
ssid= (type in my network name)
key-mgnt=WPA-PSK
PSK=(my passphrase)
This information (above in code tags)is not in my file. Do I need to type this into the file?