[Cómo] Instalar y configurar Wifi en Debian

  • Iniciador del tema Iniciador del tema janod21
  • Fecha de inicio Fecha de inicio

janod21

Usuario Habitual nvl.3 ★
9 Ago 2007
5.911
256
132
en el baño del perro
Intel Wireless WiFi Link 4965, 5100, 5300, 5350, 5150, 1000, 6000, 6250 devices (iwlagn)


Installation


Lenny


  1. Add the Debian Backports repository to /etc/apt/sources.list, also including the "non-free" component. For example:
    # Backported packages for Debian Lenny
    deb http://backports.debian.org/debian-backports lenny-backports main contrib non-free
  2. Update the list of available packages:
    # aptitude update
  3. Install a 2.6.32 kernel image appropriate for your system, along with the lenny-backports/firmware-iwlwifi and wireless-tools packages. For example:
    # aptitude -t lenny-backports install linux-image-2.6-$(uname -r | sed 's,.*-,,') firmware-iwlwifi wireless-tools
  4. Restart your system and boot with the newly installed kernel.
  5. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:
    $ su
    # modprobe iwlagn
  6. Verify your device has an available interface:
    # iwconfig
  7. Raise the interface to activate the radio, for example:
    # ifconfig wlan0 up
  8. Configure your wireless interface as appropriate.

Squeeze


  1. Add a "non-free" component to /etc/apt/sources.list, for example:
    # Debian Squeeze
    deb http://ftp.us.debian.org/debian squeeze main contrib non-free
  2. Update the list of available packages and install the firmware-iwlwifi and wireless-tools packages:
    # aptitude update
    # aptitude install firmware-iwlwifi wireless-tools
  3. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:
    # modprobe iwlagn
  4. Verify your device has an available interface:
    # iwconfig
  5. Raise the interface to activate the radio, for example:
    # ifconfig wlan0 up
  6. Configure your wireless interface as appropriate.


segui todos los pasos al pie de la letra conectaro por eth0 y depues de todos los pasos de la version q tengo instalada (lenny) me ando la raja
 
Última edición por un moderador:
jajaj teni el foro como respaldo kjakajak yo = jajajaja

Es verdad, cada vez que hago algo nuevo en mi sistema y no quiero que se me olvide, hago un topic y lo dejo como bitácora. Recuerdo desde mis primeras consultas en soporte, como el año 2009, donde pecaba de noob cada día, pasando por mis primeros tutoriales hasta los más recientes; me doy cuenta que a puros porrazos he aprendido un poco.

Así que uno se ayuda a uno mismo cuando la memoria falla y el Portal es nuestra plataforma.