[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Aranque Wireless en Debian



"Bibiano González, Alejandro" dijo:
> Mi intención es que al hacer un ifup wlan0, se levante la tarjeta
> wirless.

Mi experiencia en wireless es cero absoluto, pero imagino que algo así
debiera de funcionar:

~-arodrigo@onix>cat /etc/network/interfaces
auto lo eth0 wlan0
iface lo inet loopback
iface eth0 inet static
        address 192.168.1.194
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.100
iface wlan0 inet static
        address 192.168.22.194
        netmask 255.255.255.0
        network 192.168.22.0
        broadcast 192.168.22.255

Prueba a meterlo y bien con ifup o reiniciando /etc/init.d/networking si te
levanta bien la interfaz. Importante meter wlan0 en auto.

Si no funciona, tiene que haber algo del estilo bajo /etc/pcmcia. Sinceramente
nunca he hecho un iwconfig ;-)

-- 
    It seems that all that was good has died
     - Disturbed - Down with the sickness - 



Reply to: