[resolu] pb wifi au boot

Bonsoir,
Je rencontre un probleme avec mon wifi
C’est un iwl3945,
lors de la séquence de boot, j’ai le message suivant :

[quote]Apr 10 20:37:50 tuxpanic dhclient: Internet Systems Consortium DHCP Client V3.1.0
Apr 10 20:37:50 tuxpanic dhclient: Copyright 2004-2007 Internet Systems Consortium.
Apr 10 20:37:50 tuxpanic dhclient: All rights reserved.
Apr 10 20:37:50 tuxpanic dhclient: For info, please visit isc.org/sw/dhcp/
Apr 10 20:37:50 tuxpanic dhclient:
Apr 10 20:37:50 tuxpanic dhclient: wmaster0: unknown hardware address type 801
Apr 10 20:37:50 tuxpanic kernel: wlan0: authenticate with AP 00:16:41:d0:9d:88
Apr 10 20:37:51 tuxpanic kernel: wlan0: authenticate with AP 00:16:41:d0:9d:88
Apr 10 20:37:51 tuxpanic kernel: wlan0: authentication with AP 00:16:41:d0:9d:88 timed out
Apr 10 20:37:51 tuxpanic dhclient: wmaster0: unknown hardware address type 801
Apr 10 20:37:51 tuxpanic dhclient: Listening on LPF/wlan0/00:1f:3c:17:51:e4
Apr 10 20:37:51 tuxpanic dhclient: Sending on LPF/wlan0/00:1f:3c:17:51:e4
Apr 10 20:37:51 tuxpanic dhclient: Sending on Socket/fallback
Apr 10 20:37:53 tuxpanic dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Apr 10 20:37:59 tuxpanic dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
Apr 10 20:38:13 tuxpanic dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17[/quote]

Je suis obliger de faire un ctrl + C pour reprendre la main

Une fois dans gnome, bien sur je n’ai pas de connexion. Mais si je relance le reseau :

[quote]tuxpanic:/home/cyrille# /etc/init.d/networking restart
Reconfiguring network interfaces…RTNETLINK answers: No such process
Internet Systems Consortium DHCP Client V3.1.0
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:1f:3c:17:51:e4
Sending on LPF/wlan0/00:1f:3c:17:51:e4
Sending on Socket/fallback
DHCPRELEASE on wlan0 to 192.168.1.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
Internet Systems Consortium DHCP Client V3.1.0
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:1f:3c:17:51:e4
Sending on LPF/wlan0/00:1f:3c:17:51:e4
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPOFFER from 192.168.1.1
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.10 – renewal in 267630 seconds.
done.[/quote]
et bien là ça passe,

Voici mon fichier interface

[quote]tuxpanic:/home/cyrille# cat /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

The primary network interface

#allow-hotplug eth0
#iface eth0 inet dhcp

iface wlan0 inet dhcp
wireless-key XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
wireless-essid Livebox-cd19

auto wlan0[/quote]

ça doit etre relatif à l’ordre de chargement de quelquechose mais je ne trouve pas quoi.
Si quelqu’un a une idée, elle est la bienvenue !
Merci et bonne soirée
Cyrille

Rajoute peut être

pre-up ifconfig wlan0 up

juste avant wireless-key

Peut être simplement que le module de ta carte réseau wifi n’est pas encore chargé…

si il est chargé puisque l’interface ath0 existe. C’est juste un pbm de configuration, 3xrien…

erwik666 : Oui j’ai avais pensé, mais je ne sais pas trop comment le charger avant dans la séquence de boot
fran.b : fran.b impecc ça marche !

C’est marrant c’est qu’entr ubuntu et debian je n’ai vraiment pas la meme configuration réseau (sous ubuntu tout passe par eth1 alors que sous DEBIAN j’ai des eth0, wmaster et wlan…). M’enfin ça marche…

Merci à tous