[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

etch/wifi/rt61pci (carte dwl-g510) : pas de résolution dns, plantage au redémarrage interface



bonjour, 

j'utilise rt61pci et wpasuplicant pour ma carte wifi :
	module version 2.0.12 (je pense via m-a a-i rtx2000...)

1) 
lorsque je ping mon routeur (freebox : 192.168.0.254) : ping ok
lorsque je ping -c 1 www.google.fr : ping nok (ping: unknow host 
www.google.fr)



2)
s'il m'arrive malencontreusement de faire un /etc/init/networking restart, il 
semblerait que je ne puissse plus me connecter à mon AP jusqu'a ce que je 
reboot le pc : wlan0 authentification with ap timed out


savez-vous comment s'en sortir (après je vais ajouter du bonding ....)


/etc/network/interface:
auto wlan0
#iface wlan0 inet dhcp
iface wlan0 inet static
        address 192.168.0.26
        netmask 255.255.255.0
        gateway 192.168.0.254

        pre-up iwconfig wlan0 essid "mon essid"
        wpa-conf /etc/wpa_supplicant.conf
        wpa-driver wext
(j'ai aussi eth0 de configurer, mais je fais un ifdown eth0 pendant les tests)


/etc/wpa_supplicant.conf
network={
    ssid="mon essid"
    scan_ssid=1
    proto=WPA
    key_mgmt=WPA-PSK
    psk="ma clef en clair"
}


mon /etc/resolv.conf :
nameserver 192.168.0.254
nameserver 192.168.1.1

(eth0 est en 192.168.1.0, routeur 192.168.1.1)



Reply to: