Advertisement
Guest User

justdoit

a guest
Feb 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ## just do it in order ...
  2. cat /etc/rc.conf | grep wlan0
  3. sudo ifconfig wlan0 up
  4. sudo ifconfig wlan0 up scan
  5. sudo /etc/rc.d/netif restart
  6. sudo /etc/rc.d/routing restart
  7. sudo ifconfig wlan0 up
  8. sudo killall dhclient
  9. sudo dhclient wlan0
  10. sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf
  11. sudo dhclient wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement