Translation(s): English - Français


Ralink RT2501/RT2561, RT2600/RT2661 (RT61) devices

This page describes how to enable support for WiFi devices based on Ralink RT2501 (non-USB) and RT2600 chipsets on Debian systems.

Drivers

The Ralink RT2501 (non-USB) and RT2600 wireless LAN chipsets are supported by three native drivers:

The next-generation driver is maintained by the rt2x00 project. Supported devices are listed at the end of this page.

This page only details installation of the next-generation driver (rt61pci). It requires non-free firmware for device operation, which can be provided by installing the firmware-ralink package.

Installation

The rt61pci driver is included in the mainline Linux kernel since version 2.6.24. It is included as a module in Debian kernel images.

Firmware is required to be installed prior to device operation:

  1. Add a "non-free" component to /etc/apt/sources.list for your Debian version. For example:

    # Debian Squeeze/6.0
    deb http://ftp.us.debian.org/debian squeeze main contrib non-free

    or

    # Debian Lenny/5.0
    deb http://ftp.us.debian.org/debian lenny main contrib non-free
  2. Update the list of available packages, then install the firmware-ralink and wireless-tools packages:

    aptitude update
    aptitude install firmware-ralink wireless-tools
  3. If not already performed, connect the device to your system.
  4. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:

    modprobe rt61pci
  5. Verify your device has an available interface:

    iwconfig
  6. Raise the interface to activate the radio, for example:

    ifconfig wlan0 up
  7. Configure your wireless interface as appropriate.

Troubleshooting

Supported Devices

The page HowToIdentifyADevice/PCI explains how to identify a PCI device.

The following list is based on the alias fields of modinfo rt61pci in Debian 2.6.32 (2.6.32-30) kernel images.

See Also


CategoryHardware | CategoryWireless