Impossible de faire fonctionner le wifi correctement

Bonjour,

Hier soir j’ai installé une Debian Squeeze sur une vieille tabletpc HP qui contient du matériel avec firmware/pilote propriétaire pour la carte wifi.

Une fois l’installation effectuée, j’ai cherché à installer le pilote pour utiliser le wifi mais impossibilité de le faire fonctionner.

J’ai fais un lscpi :

manu@tabletmanu:~$ sudo lspci 00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03) 00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81) 00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01) 00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01) 01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3) 02:05.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04) 02:06.0 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01) 02:06.1 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01) 02:06.2 System peripheral: Texas Instruments PCI1620 Firmware Loading Function (rev 01) 02:07.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)

J’ai suivi cette procédure : wiki.debian.org/fr/ipw2200#Pilotes

Sans succès, de plus “Réseau sans fil désactivé” reste grisé dans NetworkManager et l’interface wifi semble être nommée eth1

[code]manu@tabletmanu:~$ sudo iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

pan0 no wireless extensions.

eth1 unassociated ESSID:off/any Nickname:"ipw2100"
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:off
Retry short 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
[/code]

Lorsque je scan le wifi, je ne trouve aucun réseau alors qu’il y en a bien 2 ou 3 dans les locaux ou je me trouve actuellement.

manu@tabletmanu:~$ sudo iwlist eth1 scan eth1 No scan results

Merci pour votre aide :slightly_smiling:

Salut,

tu as les paquets wpasupplicant && wireless-tools ?

Ton fichier /etc/network/interfaces ne contient pas une ligne wlan0 ?

wiki.debian.org/fr/WiFi/HowToUse

Hello, merci de ta réponse.

manu@tabletmanu:~$ sudo apt-get install wpasupplicant wireless-tools Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait wireless-tools est déjà la plus récente version disponible. wpasupplicant est déjà la plus récente version disponible. wpasupplicant passé en « installé manuellement ». 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jo

Voici mon /etc/network/interface :

[code]manu@tabletmanu:~$ 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

The primary network interface

auto eth0
iface eth0 inet dhcp
[/code]

Merci :slightly_smiling:

À priori, le pilote est bien installé d’après ce que tu nous montre.
Essaie avec wicd plutôt que network-manager.

J’ai aussi essayé wicd sans succès.

En fait j’ai résolu le souci, la carte wifi était désactivée dans le bios de la machine :astonished:

Merci tout de même de ton aide.

C’est sûr que ça devait moins bien marcher… :whistle: :005 :whistle:

(oui bon… je connais le chemin… je :arrow_right: … je :arrow_right: …)

:006