Tema: Arch linux
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 01/09/2006, 17:56
Avatar de Raenk
Raenk
 
Fecha de Ingreso: mayo-2003
Ubicación: The Net
Mensajes: 747
Antigüedad: 21 años
Puntos: 7
Lo más probable es que no tengas cargado el módulo para tu tarjeta de red.

Tienes que especificar el módulo que necesita tu tarjeta de red y también el tipo de conexión (ip estática o dinámica) dentro del archivo: /etc/rc.conf

Por ejemplo, si tu tarjeta madre tiene chip nforce de nvidia como la mía, entonces necesitas cargar 'forcedeth' y si tu proveedor de internte usa dhcp, entonces indicalo así:

Código:
# Modules to load at boot-up (in this order)
#   - prefix a module with a ! to blacklist it
#
MODULES=(forcedeth snd_intel8x0 snd_hda_intel)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="athlontux"##Aqui especificas el nombre para tu maquina
#
# 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
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"##Si tu proveedor de internet usa dhcp, aquí se especifica
INTERFACES=(lo eth0)
#
Creo que no necesito decirlo, pero los comentarios '##' en rojo no los necesitas.

Saludos
__________________
Our shadow is taller than our soul