Buenas, llevo un par de dias a vueltas configurando y poniendo a gusto mi Arch, el problema viene a la hora de configurando la conexion via wifi. Se trata de una intel 2200BG, he probado de muchas maneras, con wifi-radar, wlassistant, netcfg,wicd, network-manager (estos dos ultimo no pude hacerlos andar). Con el wifi-radar no fui capaz de conectarme con la cuenta con clave wep, el wlassistant me daba error en el dhcp.
[shellder@Dothan ~]$ sudo wlassistant
kbuildsycoca running...
Loaded application options.
All interfaces: eth0, eth1
Wireless interface(s): eth1
Permissions checked.
DHCP Client: dhcpcd
All executables found.
scan: /usr/sbin/iwlist eth1 scan
Networks found: 12
ACTION: CONNECT.
No DHCP client running.
No pre-connection command specified.
iwconfig_set: /usr/sbin/iwconfig eth1 mode managed channel 11 key open xxxxxxxxxx essid JAZZTEL_9E
iwconfig_ap: /usr/sbin/iwconfig eth1 ap 00:1A:2B:08:46:1F
ifconfig_dhcp: /sbin/dhcpcd -nd eth1
==>stderr: eth1: dhcpcd 4.0.7 starting
eth1: hardware address = 00:16:6f:1d:be:17
eth1: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
eth1: broadcasting for a lease
eth1: sending DHCP_DISCOVER with xid 0x337e817e, next in 3.92 seconds
eth1: sending DHCP_DISCOVER with xid 0x337e817e, next in 8.18 seconds
eth1: sending DHCP_DISCOVER with xid 0x337e817e, next in 16.84 seconds
Running DHCP client found.
kill_dhcp: /sbin/dhcpcd -k eth1
==>stderr: eth1: sending signal 1 to pid 2781
eth1: dhcpcd not running
CONNECTION FAILED.
disconnect: /usr/sbin/iwconfig eth1 mode managed key off ap off essid off
ahora estoy usando netcfg y bueno, he configurado la red wifi y cableada con el netcfg, con la cableada va bien con dhcp y sin. Con la wifi si arranco el perfil con dhcp me sale:
:: wifi up [BUSY]
eth1: timed out
- DHCP IP lease attempt failed [FAIL]
Y si arranco el perfil wifi sin dhcp y la misma configuracion que en la red cableada, aparentemente conecta pero internet no va. ¿Alguna sugerncia?