Bonjour,
suite à l'intallation d'ubuntu impossible de laner le wifi, voici le message d'erreur :
fabrice@fabrice-ps3:~$ sudo /etc/init.d/networking restart
Password:
* Reconfiguring network interfaces... RTNETLINK answers: No such process
There is already a pid file /var/run/dhclient.eth0.pid with pid 4002
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/Listening on LPF/eth0/00:19:c5:86:ea:ff
Sending on LPF/eth0/00:19:c5:86:ea:ff
Sending on Socket/fallback
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth0 ; Operation not supported.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth0 ; Operation not supported.
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth0 ; Operation not supported.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device eth0 ; Operation not supported.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth0 ; Operation not supported.
There is already a pid file /var/run/dhclient.eth0.pid with pid 269096456
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/Listening on LPF/eth0/00:19:c5:86:ea:ff
Sending on LPF/eth0/00:19:c5:86:ea:ff
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
eth1: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.eth1.pid with pid 269096456
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth1.
eth2: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.eth2.pid with pid 269096456
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/SIOCSIFADDR: No such device
eth2: ERROR while getting interface flags: No such device
eth2: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth2.
ath0: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.ath0.pid with pid 269096456
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/SIOCSIFADDR: No such device
ath0: ERROR while getting interface flags: No such device
ath0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up ath0.
wlan0: ERROR while getting interface flags: No such device
There is already a pid file /var/run/dhclient.wlan0.pid with pid 269096456
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0.
[ OK ]
fabrice@fabrice-ps3:~$
et voici mon fichier interfaces, connection à freebox , dhcp activé :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
wireless-essid fabreseau
wireless-key c6644bc460
wireless-channel 11
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
en stactic ou dhcp meme probleme...
Merci de votre aide.