fabinus
Bonjour à tous,
Je viens d'installer un carte PCMCIA DWL G650 avec les modules MadWifi. Tout fonctionne correctement tant que je l'utilise en ligne de commande, par exemple :
/sbin/iwconfig ath0 essid "littledragon"
/sbin/iwpriv ath0 authmode 2
/sbin/iwconfig ath0 key XXXXXXXXXXXXXXXXXX (j'ai masqué)
/sbin/ifconfig ath0 up
/sbin/dhclient -d ath0
Mais le problème est avec NetworManager : impossible de me connecter à un reseau wifi quand je sélectionne mon réseau dans la liste des points d'accès visible (avec l'icone en haut à droite), il me demande ma clef WEP (Partagée et 128 bits hexa en l'occurrence). Puis il tente une connexion : les deux led (Act / Link) de la carte clignotent l'une après l'autre et au bout de 3 min, il remet "Aucune connexion active".
Voici les logs :
Jul 1 16:50:38 localhost NetworkManager: <information> Updating allowed wireless network lists.
Jul 1 16:50:39 localhost NetworkManager: <information> SWITCH: no current connection, found better connection 'ath0'.
Jul 1 16:50:39 localhost dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/ath0 for sub-path ath0.dbus.get.reason
Jul 1 16:50:39 localhost NetworkManager: <information> Will activate connection 'ath0/littledragon'.
Jul 1 16:50:39 localhost NetworkManager: <information> Device ath0 activation scheduled...
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) started...
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) Stage 1 of 5 (Device Prepare) scheduled...
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) Stage 1 of 5 (Device Prepare) started...
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) Stage 2 of 5 (Device Configure) scheduled...
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) Stage 1 of 5 (Device Prepare) complete.
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) Stage 2 of 5 (Device Configure) starting...
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0/wireless): access point 'littledragon' is encrypted, but NO valid key exists. New key neede
d.
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) New wireless user key requested for network 'littledra
gon'.
Jul 1 16:50:39 localhost NetworkManager: <information> Activation (ath0) Stage 2 of 5 (Device Configure) complete.
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) New wireless user key for network 'littledragon' received.
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) Stage 1 of 5 (Device Prepare) scheduled...
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) Stage 1 of 5 (Device Prepare) started...
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) Stage 2 of 5 (Device Configure) scheduled...
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) Stage 1 of 5 (Device Prepare) complete.
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) Stage 2 of 5 (Device Configure) starting...
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0/wireless): access point 'littledragon' is encrypted, and a key exists. No new key needed.
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'INTERFACE_ADD ath0 wext /var/run/wpa_supplicant '
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'AP_SCAN 1'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'ADD_NETWORK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was '0'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'SET_NETWORK 0 ssid 6c6974746c65647261676f6e'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'SET_NETWORK 0 key_mgmt NONE'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'SET_NETWORK 0 auth_alg SHARED'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'SET_NETWORK 0 wep_key0 <key>'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'SET_NETWORK 0 wep_tx_keyidx 0'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: sending command 'ENABLE_NETWORK 0'
Jul 1 16:51:04 localhost NetworkManager: <information> SUP: response was 'OK'
Jul 1 16:51:04 localhost NetworkManager: <information> Activation (ath0) Stage 2 of 5 (Device Configure) complete.
Jul 1 16:51:24 localhost NetworkManager: <information> Activation (ath0/wireless): association took too long (>20s), failing activation.
Jul 1 16:51:24 localhost NetworkManager: <information> Activation (ath0) failure scheduled...
Jul 1 16:51:24 localhost NetworkManager: <information> Activation (ath0) failed for access point (littledragon)
Jul 1 16:51:24 localhost NetworkManager: <information> Activation (ath0) failed.
Jul 1 16:51:24 localhost NetworkManager: <information> Deactivating device ath0.
Jul 1 16:51:28 localhost kernel: ADDRCONF(NETDEV_UP): ath0: link is not ready
Pouvez-vous m'aider pour faire fonctionner ma carte avec NetworkManager ?
C'est tellement plus pratique !!
Merci d'avance !
Fabien