0 Members and 2 Guests are viewing this topic.
# The loopback network interfaceauto lo# The primary network interfaceauto eth0allow-hotplug eth0iface eth0 inet static address 192.168.2.150 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.1
apt-get update
apt-get install firmware-atheros wpasupplicant
damn it .. have you got a livecd ?
ip link
nano /etc/network/interfaces
# The loopback network interfaceauto lo# The primary network interface# auto eth0# allow-hotplug eth0iface eth0 inet static address 192.168.2.150 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.1# The wireless network interfaceauto wlan0allow-hotplug wlan0iface wlan0 inet static address 192.168.2.151 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.1