|
it already has mt7601 driver
do this
- nano /etc/wpa_supplicant/wpa_supplicant.conf
Copy code
add this in file
- ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
- update_config=1
- network={
- ssid="<i>your_wifi_ssid</i> "
- key_mgmt=WPA-PSK
- psk="<i>password</i>"
- }
Copy code then edit
- nano /etc/network/interfaces
Copy code add following to last
- iface lo inet loopback
- iface eth0 inet dhcp
- auto ra0
- allow-hotplug ra0
- iface ra0 inet dhcp
- wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
- iface default inet dhcp
Copy code done reboot it connects automatically.
By the way where are you from
|
|