Bonjour,
Je poste mon problème ici car Ubuntu est un dérivé de debian, donc je pense que le soucis peut se régler ici 🙂
Je suis nouveau sur Debian. J'ai parcouru énormément de wikis et je me retrouve coincé, je viens donc vers vous.
Voici les deux principaux wikis que j'ai fait :
https://wiki.debian.org/fr/WiFi : installation du driver iwlwifi
https://wiki.debian.org/fr/WiFi/HowToUse : installation de wicd
J'ai donc installé le driver iwlwifi, je fais la commande
modprobe iwlwifi
ce qui a pour effet d'activer la carte, je peux le vérifier en faisant
iwconfig
Mais quand je démarre wicd, aucune connexion ne s'affiche ...
Je ne sais pas trop ce que veulent dire les différentes lignes dans iwconfig, mais peut être que le problème vient de là, il y a peut être plus à configurer quelque part ...
Voici ce qui est demandé dans le thread de présentation :
Système d'exploitation : Debian wheezy 7.8 - XFCE
-nn | grep -i net
00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM Gigabit Network Connection [8086:10ea] (rev 06)
02:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6200 [8086:4239] (rev 35) # -> C'est ce qui m'a amené à installer le module iwlwifi
sudo ifconfig
eth0 Link encap:Ethernet HWaddr f0:de:f1:06:1e:0a
inet adr:192.168.1.12 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::f2de:f1ff:fe06:1e0a/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7969 errors:0 dropped:0 overruns:0 frame:0
TX packets:5752 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:3437430 (3.2 MiB) TX bytes:963509 (940.9 KiB)
Interruption:20 Mémoire:f2500000-f2520000
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
sudo iwconfig
lo no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
eth0 no wireless extensions.
sudo iwlist scan
lo Interface doesn't support scanning.
wlan0 Interface doesn't support scanning : Network is down
eth0 Interface doesn't support scanning.
uname -r -m
3.2.0-4-amd64 x86_64
sudo 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
sudo rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Merci d'avance, je ne sais vraiment plus quoi faire, je ne peux rien faire sans wifi :/