problema archlinux wifi netbook

Hola a todos!
Me he decidido a probar arch en mi netbook (lg x110 clon de msi wind) y no consigo q funcione el wifi. He seguido diferentes manuales de la web y he cambiado tanto el /etc/rc.conf q me da un error al iiniciar el ordenador:
/etc/rc.d/network restart
Warning: This functionality is deprecated.
Please refer to /etc/rc.conf on how to define a single wired
connection, or use a utility such as netcfg.
:: Stopping Network [DONE]

mi rc.conf lo tengo asi:
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="myhost"

# 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="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
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)

Luego tengo instalado el network manager applet (en kde) pero no me muestra ninguna conexion.
A ver si alguien me puede ayudar. Gracias
1.- un warning no es un error.
2.- Entiendo que has instalado con una iso lo suficientemente antigua como para que el rc.conf este al estilo antiguo en ciertas cosas, pero has actualizado, de forma que el rc.conf ahora requiere ciertos cambios a la manera de definir interfaces de red.
Si es asi, mirate el /etc/rc.conf.pacnew
eth0="dhcp"
wlan0="dhcp"

Esas líneas sobran, igual que la interfaz lo. ¿Inicias el daemon networkmanager? ¿Has mirado la wiki? En arch mirar blogs es un suicidio.

Por cierto, para otra vez: hilo_hilo-oficial-arch-linux_1367414
2 respuestas