Translation(s): none

(!) Discussion


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 the firmware-ralink package.

Installation

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

Lenny, Squeeze

Using Etch? Skip to the Etch section.

As drivers from the rt2x00 project are included in the mainline kernel, the rt61pci driver is present on your system. Firmware is required to be installed prior to driver operation:

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

    # Debian Lenny/5.0
    deb http://ftp.us.debian.org/debian lenny main contrib non-free

    or

    # Debian Squeeze (testing)
    deb http://ftp.us.debian.org/debian squeeze 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. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:

    modprobe rt61pci
    If not already performed, connect the device to your system.
  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.

Troubleshooting

Etch with 2.6.18 kernel

<!> Although an etch/rt2x00-source package is available, this version is considered experimental and only supports a small number of devices. The devices which are supported are likely to encounter issues.

It is highly recommended to use an EtchAndAHalf kernel image, which will provide your system with an updated rt61pci driver included as part of the kernel. You will not need to use etch/rt2x00-source.

Install an EtchAndAHalf kernel image (apt-cache search linux-image-2.6- | grep etchnhalf and install a package appropriate for your system), restart your system to boot using this kernel, then follow the Etch with 2.6.24 kernel procedure below.

Etch with 2.6.24 kernel

As drivers from the rt2x00 project are included in the mainline kernel, the rt61pci driver is present on your system. Firmware is required to be installed prior to driver operation:

  1. Install the etch/wireless-tools package:

    aptitude update
    aptitude install wireless-tools
  2. Add the Debian Backports repository to /etc/apt/sources.list, also including the "non-free" component. For example:

    # Backported packages for Debian Etch
    deb http://www.backports.org/debian etch-backports main contrib non-free
  3. Update the list of available packages and install the etch-backports/debian-backports-keyring package:

    aptitude update
    aptitude -t etch-backports install debian-backports-keyring

    As your system does not yet have the GnuPG archive key of the backports.org repository installed, you will be asked to confirm installation of a package from an untrusted repository. Enter Yes when prompted.

  4. Install the etch-backports/firmware-ralink package:

    aptitude update
    aptitude -t etch-backports install firmware-ralink
  5. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:

    modprobe rt61pci
    If not already performed, connect the device to your system.
  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.

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 on Lenny.

See Also


CategoryHardware | CategoryWireless

rt61pci (last edited 2009-11-04 03:38:24 by GeoffSimmons)