Salut, depuis cette mise à jour :
[quote=“l/var/log/aptitude”]===============================================================================
[SUPPRIMÉ, NON UTILISÉ] linux-headers-2.6.31-0.slh.2-sidux-686
[INSTALLÉ, DÉPENDANCES] linux-headers-2.6.31-0.slh.3-sidux-686
[INSTALLÉ, DÉPENDANCES] linux-image-2.6.31-0.slh.3-sidux-686
[MIS A JOUR] dash 0.5.5.1-2.3 -> 0.5.5.1-3
[MIS A JOUR] hostname 2.97 -> 2.98
[MIS A JOUR] libafterimage0 2.2.9-3 -> 2.2.9-4
[MIS A JOUR] linux-headers-2.6-sidux-686 2.6.31-2 -> 2.6.31-3
[MIS A JOUR] linux-image-2.6-sidux-686 2.6.31-2 -> 2.6.31-3
[MIS A JOUR] procps 1:3.2.8-1 -> 1:3.2.8-1.1
[MIS A JOUR] python-reportbug 4.7 -> 4.8
[MIS A JOUR] reportbug 4.7 -> 4.8
[MIS A JOUR] xterm 247-1 -> 248-1
Enregistrement terminé.
Aptitude 0.4.11.11: journal
jeu, sep 17 2009 19:19:47 +0200
[/quote]
(je crois que c’est la cause, mais rien ne le prouve), ma connection wifi ne marche plus.
EDIT : En essayant de me connecter en wifi avec mes anciens noyaux, c’est le même problème.
Voici quelques détails :
Je me connecte avec dhclient qui se lance au démarrage, il utilise le fichier /etc/network/interfaces qui suit :
[code]cat /etc/network/interfaces
The loopback network interface
auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
pre-up ip link set wlan0 up
wpa-psk XXXXXXXXXXXXXXXXXXXX
wpa-ssid Livebox-40dd
[/code]
Il y a ces messages d’erreur dans /var/log/syslog :
Sep 18 20:47:14 localhost kernel: wlan0: direct probe to AP 00:1e:37:ab:1f:9b timed out
Sep 18 20:47:18 localhost wpa_supplicant[2192]: Authentication with 00:00:00:00:00:00 timed out.
Sep 18 20:47:21 localhost wpa_supplicant[2192]: CTRL-EVENT-SCAN-RESULTS
Sep 18 20:47:21 localhost wpa_supplicant[2192]: Trying to associate with 00:1e:37:ab:1f:9b (SSID='Livebox-40dd' freq=2457 MHz)
Sep 18 20:47:21 localhost wpa_supplicant[2192]: Association request to the driver failed
Sep 18 20:47:21 localhost kernel: wlan0: direct probe to AP 00:1e:37:ab:1f:9b try 1
(il y en a bcp plus mais c’est la même chose)
Ma carte wifi est :
lspci |grep Wireless
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02
Le firmware-iwlwifi est bien sûr installé, et enlever et recharger le module ne change rien à l’affaire.
Cela devrait vous intéresser :
sudo iwconfig wlan0
wlan0 IEEE 802.11abg ESSID:"Livebox-40dd"
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
si je fais un scan, j’obtiens :
sudo iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Device or resource busy
C’est un détail intéressant, mais je ne saurais l’interpréter correctement
et, rien que pour vous, un exemple de connexion ratée
[code]sudo dhclient wlan0
There is already a pid file /var/run/dhclient.pid with pid 9807
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.2p1
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/wlan0/00:1c:bf:ab:a7:1d
Sending on LPF/wlan0/00:1c:bf:ab:a7:1d
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
[/code]
et en bonus (si si, vous en redemandez), mon fichier /etc/resolv.conf
[code]# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
DO NOT EDIT THIS FILE BY HAND – YOUR CHANGES WILL BE OVERWRITTEN
nameserver 80.10.246.2
nameserver 80.10.246.129
[/code]
Nota :
Un petit
sudo dhclient eth0
me connecte sans heurts à internet, ouf !
Voilà ! Merci d’avance à tous ceux qui auront eu la patience de me lire, c’est déjà ça.
EDIT: Après avoir fait un
sudo rmmod iwl3945
,
quand je fais un
sudo modprobe iwl3945
j’obtiens un message d’erreur
WARNING: All config files need .conf: /etc/modprobe.d/aliases, it will be ignored in a future release.
Toutefois, je pense que ça n’a pas à voir avec mon problème parce que j’ai ce message d’erreur au démarrage à l’occasion du lancement de acpi-cpufreq depuis longtemps, et parce que un sudo lsmod |grep iwl3945 montre bien que malgré cela le module est chargé :
iwl3945 83164 0
iwlcore 115484 1 iwl3945
mac80211 146124 2 iwl3945,iwlcore
cfg80211 89244 3 iwl3945,iwlcore,mac80211
led_class 4128 3 iwl3945,iwlcore,sdhci