Guest User

Untitled

a guest
Dec 16th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. allow-hotplug wlan0
  2. auto wlan0
  3. iface wlan0 inet manual
  4. wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  5.  
  6. iface default inet dhcp
  7.  
  8. country=NL
  9. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
  10. update_config=1
  11.  
  12. network={
  13. ssid="YOUR-WIFI"
  14. #if you do not have any password then use this
  15. key_mgmt=NONE
  16. #else put your password like this
  17. psk="your-password"
  18. }
  19.  
  20. dmesg -T | grep -iE 'domain|region'
  21. cat /etc/default/crda
  22. iw reg get
  23. sudo iw reg set NL #your country code
  24. iw reg get
  25. iwlist wlan0 channel
Add Comment
Please, Sign In to add comment