Bon je ne sais pas ce que j’ai magouillé mais le systeme démarre sans connexion reseau…
SI je la lance à la main ça passe nickel, mais je ne l’ai plus au boot
[code]cyrille@tuxpanic:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 tuxpanic.tuxpanic tuxpanic
192.168.1.10 tuxpanic.tuxpanic tuxpanic
192.168.1.11 anarchotux.tuxpanic anarchotux
The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
[/code]
[code]cyrille@tuxpanic:~$ 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
iface eth0 inet dhcp
iface wlan0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
wireless-key XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
wireless-essid Livebox-cd19
auto wlan0[/code]
cyrille@tuxpanic:~$ cat /etc/resolv.conf
### BEGIN INFO
#
# Modified_by: NetworkManager
# Process: /usr/bin/NetworkManager
# Process_id: 2986
#
### END INFO
nameserver 80.10.246.2
nameserver 80.10.246.129
tuxpanic:/home/cyrille# route
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
default 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
[code]
tuxpanic:/home/cyrille# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11 ESSID:"Livebox-cd19"
Mode:Managed Frequency:2.432 GHz Access Point: XXXXXXXXXXXXXXXXX
Bit Rate=54 Mb/s Tx-Power=15 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Link Quality=80/100 Signal level=-54 dBm Noise level=-127 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0[/code]
Quelqu’un aurait il une idée.
??
Cyrille