Manel, Es curioso con ifconfig la IP de eth0 es 192.168.2.100 y la de la wlan0 192.168.2.89. Que alguien me contradiga pero en ese caso están operativas las dos aunque funcionando sólo la ethernet. Tras restaurar la red, tienes eth0 y wlan0 con la misma IP (192.168.2.100). Tira la conexión ethernet con ifconfig eth0 down para dejar libre la wlan0. A ver si así te funciona. Yo tengo dos conexiones de red como tú: eth0 y wlan0. La primera está configurada como startmode='manual' para que no se encienda y deje funcionar a la wlan0. Busca que habrá algún hilo sobre este asunto. Ya nos dirás algo. E Garrido El jue, 24-02-2005 a las 20:46, manel escribió:
Hola a todos
Como ya expresado en algún que otro correo, desde agosto he intentado poner en marcha la inalámbrica, gracias a muchos de vosotros me habeis ayudado en los correos, pero al final faltaba un detalle, que era crear un alias en el ndiswaepper - m, con esto lo he hecho y me la ha reconocido, he configurado con el Yast, como ah-doc pues es desde el portátil al router.
Pero no se que ocurre que no logra hacer la conexión, abajo os pongo lo que me dicen algunos comandos haber si me podeis decir que ocurre.
saludos y gracias a todos.
Manel
www.susemania.org
linux:/ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:0A:E4:4F:CC:5A
inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::20a:e4ff:fe4f:cc5a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3188 errors:0 dropped:0 overruns:0 frame:0
TX packets:3202 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4575886 (4.3 Mb) TX bytes:237493 (231.9 Kb)
Interrupt:9
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:722 errors:0 dropped:0 overruns:0 frame:0
TX packets:722 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:53717 (52.4 Kb) TX bytes:53717 (52.4 Kb)
wlan0 Link encap:Ethernet HWaddr 00:0B:6B:48:EC:64
inet addr:192.168.2.89 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::20b:6bff:fe48:ec64/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:460 (460.0 b)
Interrupt:11 Memory:d0000000-d0001fff
linux:/home/ns # modprobe ndiswrapper
linux:/home/ns # rcnetwork start
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8 done
eth0 device: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)
eth0 configuration: eth-id-00:0a:e4:4f:cc:5a
eth0 IP address: 192.168.2.100/24 done
wlan0 device: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
wlan0 warning: using NO encryption
wlan0 IP address: 192.168.2.100/24 done
Setting up service network . . . . . . . . . . . . . . done.
SuSEfirewall2: Firewall rules successfully set from /etc/sysconfig/SuSEfirewall2
linux:/home/ns # ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
From 192.168.2.100: icmp_seq=2 Destination Host Unreachable
From 192.168.2.100 icmp_seq=2 Destination Host Unreachable
From 192.168.2.100 icmp_seq=3 Destination Host Unreachable
--- 192.168.2.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2998ms
, pipe 2
linux:/home/ns #