Ho seguito diversi tutorial su libri ed Internet dove si suggerisce di intervenire sulla configurazione del file /etc/network/interfaces
Le ho provate un po' tutte ma niente da fare
Qualcuno ha qualche suggerimento?
Code: Select all
auto lo
iface lo inet loopback
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#auto wlan0
iface wlan0 inet static
address 192.168.1.111
gateway 192.168.0.1
netmask 255.255.255.0
auto eth0
iface eth0 inet manual
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.0.xx
netmask 255.255.255.0
gateway 192.168.0.1
#auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet static
address 192.168.0.xx
gateway 192.168.0.1
netmask 255.255.255.0
post-up iwconfig wlan0 power off
Code: Select all
post-up iwconfig wlan0 power offCode: Select all
network={
ssid="wifi_netname"
scan_ssid=1
psk="wifi_password"
# Protocol type can be: RSN (for WP2) and WPA (for WPA1)
# proto=RSN
# Key management type can be: WPA-PSK or WPA-EAP (Pre-Shared or Enterprise)
# key_mgmt=WPA-PSK
# Pairwise can be CCMP or TKIP (for WPA2 or WPA1)
# pairwise=CCMP
# Authorization option should be OPEN for both WPA1/WPA2 (in less commonly used are SHARED and LEAP)
# auth_alg=OPEN
}
Code: Select all
#auto wlan0Code: Select all
auto wlan0Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.xx.x
netmask 255.255.255.0
gateway 192.168.xx.x
wpa-ssid NomeReteWiFi
wpa-psk PasswordWiFI