donc je vous informe de mon problème pour que vous puissiez m'aider.
suite à un mise à jour il y a 7 jours je n'avais plus de réseau wifi et même en ethernet je n'ai aucun réseau (impossible de communiquer avec la box)
je précise que j'utilise networkmanager
si vous voulez que j'utilise des commandes pour vous donner plus d'indication ou alors me dire comment peut on voir l'historique de ce qui s'installe pour que je supprime la mise à jour qui pose problème
merci d'avance pour votre aide !!!
Dernière modification par Slim-44 le dim. 30 mai 2010, 20:43, modifié 1 fois.
Faire tout les tests en ethernet en premier.
Quelques infos général matos, type de box (ex : en 192.168.1.1), ip fixe ?
Que renvoie ipconfig -a ?
Donnes nous aussi ton rc.conf ?
Et en dernier est ce que te dérange de changer de networkmanager pour te connecter (vu qu'il y a des problèmes remontés là-dessus sur ce forum voir http://forums.archlinux.fr/topic6043.html ) ?
Enfin bon, le plus simple si le réseau ne marche plus, tu désactive ton daemons réseaux, kill tout dhcpcd qui reste... Tu lance un petit ifconfig -a pour voir le nom des carte généralement eth0, si la carte n'est pas allumer ifconfig up eth0 Puis tu lance dhcpcd -d eth0
avec cette commande je récupère mon réseau ethernet : dhcpcd -d eth0
donc comment activer mes cartes au démarrage maintenant ?
Mon rc.conf :
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(fuse)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="archlinux-laptop"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#Static IP example
#eth0="dhcp"
#wlan0="dhcp"
INTERFACES=(lo !eth0 !wlan0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng network dbus netfs hal networkmanager alsa)
et la réponse du ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1B:24:F9:01:30
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:29 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:100 (100.0 b) TX bytes:100 (100.0 b)