/etc/network/interfaces:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# wireless lan
auto wlan0
iface wlan0 inet static
address 192.168.1.110
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 64.71.255.198 206.196.151.153
wpa-driver wext
wpa-conf /etc/network/wpa_supplicant.conf

# iface eth0 inet dhcp


wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant

network={
    ssid="[removed]"
    scan_ssid=1
    key_mgmt=WPA-PSK
    pairwise=CCMP
    group=CCMP
    proto=WPA
    psk=[removed]
}

-- 
wireless networking fails with PCI FATAL interrupt on kernel 2.6.30-7-generic
https://bugs.launchpad.net/bugs/383241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to