Installer Ifup / wicd hors-ligne ?

Bonjour, J’ai upgradé de Squeeze à Wheezy hier, ai changé d’environnement de bureau (Gnome => XFCE) mais j’ai perdu mon wifi au passage :

$ ifconfig -a Could not find the database of available applications, run update- command-not-found as root to fix this Command 'ifconfig' is available in '/sbin/ifconfig' The command could not be located because '/sbin' is not included in the PATH environment variable. This is most likely caused by the lack of administrative priviledges associated with your user account. ifconfig: command not found
Mon matériel semble reconnu

[code]$ 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
#NetworkManager#iface eth0 inet dhcp

$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller
(rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor
Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400
Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset
USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset
High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI
Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI
Express Root Port 2 (rev 05)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI
Express Root Port 3 (rev 05)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI
Express Root Port 4 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI
Express Root Port 5 (rev 05)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI
Express Root Port 6 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset
USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC
Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series
Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus
Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400
Series Chipset Thermal Subsystem (rev 05)
04:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R
PCIe
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath
Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath
Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev
02)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0
(rev 02)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev
02)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev
02)
[/code]
J’accède à ma freebox via windows. Comment pourrais-je installer ifconfig, ifup et wicd tout en étant hors_ligne sous Debian ou via windows?

[quote=“General_Midi”]Bonjour, J’ai upgradé de Squeeze à Wheezy hier, ai changé d’environnement de bureau (Gnome => XFCE) mais j’ai perdu mon wifi au passage :

$ ifconfig -a Could not find the database of available applications, run update- command-not-found as root to fix this Command 'ifconfig' is available in '/sbin/ifconfig' The command could not be located because '/sbin' is not included in the PATH environment variable. This is most likely caused by the lack of administrative priviledges associated with your user account. ifconfig: command not found
Mon matériel semble reconnu

$ lspci ... 04:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe ...
[/quote]
Il n’est nullement question d’interface non détectée dans le message d’erreur.
Le message d’erreur te mentionne $PATH.

Ouvre un terminal et lances-y la commande

$ echo $PATH

Compare avec le retour de

Ifconfig se trouve en /sbin, $PATH de root. root peut se permettre de lancer # ifconfig sans le faire précéder de /sbin grâce à son $PATH.

Pour lancer une commande hors du $PATH de l’utilisateur, il faut indiquer le chemin complet