Duda Wifi

cesar cesar en magentadev.com
Sab Oct 30 08:29:07 CDT 2004


On Sat, 2004-10-30 at 12:09 +0200, Tatxe wrote:
> Hola:
> 
> Estoy probando Ubunto y me estoy volviendo medio paranoico para que
> funcione la tarjeta de red inalámbrica. Este fistro de tarjeta me
> funcionaba bien en Fedora, pero ahora no veo como configurarla. Tengo
> puesto el fichero tal que así, pero sigue sin funcionar. ¿alguien puede
> darme alguna pista de porque no funciona?
> 
> auto lo
> 
> auto eth0
> iface eth0 inet static
>         address 172.26.0.3
>         netmask 255.255.0.0
>         broadcast 172.26.255.255
>         gateway 172.26.0.01
>         name Tarjeta de red Ethernet
>         network 172.26.0.0
> 
> auto ath0
> iface ath0 inet dhcp
> name Tarjeta de red inalambrica
> pre-up /sbin/iwconfig ath0 essid "saladelfrio" key LA_LLAVE_WEP enc on
> 
> 

Como te comentaron en el post anterior, el problema parece ser que el
modulo no esta cargado o no existe.

Con lspci podes ver un listado del hardware de tu maquina, con dmesg
podes ver si la tarjeta es reconocida por el kernel.

Te adjunto mi archivo de configuracion de red, uso un ibm con wifi sin
ningun problema.

Si tenes una tarjeta de red normal y no la usas, agrega el nombre del
modulo en /etc/hotplug/blacklist y reinicia, asi no te crea la interfaz
eth0 asociada con la tarjeta cableada.


---
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
	address 192.168.1.2
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255
	gateway 192.168.1.1
	# wireless-* options are implemented by the wireless-tools package
	wireless-mode managed
	wireless-essid nombre-de-red
	wireless-key 1234567890abcdef1234567890
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 192.168.1.1
---


atte. cesar
-- 
United Colors of Ubuntu



More information about the ubuntu-es mailing list