The firts creat wpa_supplicant config file by cml:
wpa_passphrase "your_wifi_SSID" "your_Wifi_Password" > /etc/wpa_supplicant/wpa_supplicant.conf"
Then open interfaces:
/etc/network/interfaces
Config this content:
# device wlan0 auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 192.168.6.126 netmask 255.255.255.0 gateway 192.168.6.1 dns-nameservers 8.8.8.8 8.8.4.4 wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf # Disable power saving on compatible chipsets (prevents SSH/connection dropouts ) wireless-mode Managed wireless-power off
Mình lập blog này với mục đích lưu lại + chia sẻ các các kiến thức mình đã biết hoặc đang tìm hiểu. Cơ bản giúp ích cho mình 🙂 Nhưng hy vọng sẽ mang lại sự khởi đầu thuận lợi cho người mới bắt đầu!