[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: udev et interfaces reseaux



steve wrote:

Le Samedi, 1 Avril 2006 20.23, nico a écrit :
...

[root@ted:/home/nico] $: ping www.google.fr
ping: unknown host www.google.fr

ne trouve pas de serveur DNS. Est-ce que ça marche à ce stade avec l'adresse IP de google ?
[root@ted:/home/nico] $: ping 194.2.0.20
connect: Network is unreachable

Sinon que donne

dig www.debian.org
[root@ted:/home/nico] $: dig debian.org

; <<>> DiG 9.3.1 <<>> debian.org
;; global options:  printcmd
;; connection timed out; no servers could be reached


donc, je rentre les commandes suivantes :

[root@ted:/home/nico] $: rmmod ipw2200
[root@ted:/home/nico] $: modprobe ipw2200

je pense que c'est inutile ça
ce n'est pas inutile car dmesg | grep ipw2200 donne (excuse moi de ne pas l'avoir
précisé :-[ ):

[root@ted:/home/nico] $: dmesg | grep ipw2200
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.1
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200: probe of 0000:01:05.0 failed with error -5

Donc cette commande me permet de recharger le firware



que contient le fichier /etc/network/interfaces  ?

[root@ted:/home/nico] $: cat /etc/network/interfaces
# 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 eth1
iface lo inet loopback

# The primary network interface
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254
test missing-cable

# wireless card
iface eth1 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
wireless_essid WANADOO-4185
wireless_key **********************************
wireless_channel 11
wireless_mode managed

[root@ted:/home/nico] $: ping www.google.fr
PING www.l.google.com (64.233.183.147) 56(84) bytes of data.
64 bytes from 64.233.183.147: icmp_seq=1 ttl=242 time=58.7 ms

- J'aimerai savoir si il y a des options particulières a activer avant
de compiler son noyau (j'ai un noyau 2.6.16.1)

A quel niveau ?

Pour que udev marche correctement (si c'est bien lui le fautif)

- Comment résoudre ce problème

D'abord en trouvant sa source...
Merci a tous et bon week end

merci, de même.





Reply to: