Differences between revisions 6 and 7
Revision 6 as of 2010-10-06 21:33:01
Size: 5613
Editor: GeoffSimmons
Comment: Remove Etch procedures, start Squeeze section, update InterWiki, amend usb8xxx supported devices.
Revision 7 as of 2011-02-08 10:42:29
Size: 5619
Editor: GeoffSimmons
Comment: Display Squeeze procedure first, minor amendments.
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
Non-free firmware is required for all drivers.  Firmware for the usb8xxx driver is packaged for Debian as DebianPkg:libertas-firmware. Non-free firmware is required for all drivers, which is packaged for Debian as DebianPkg:libertas-firmware.
Line 25: Line 25:
{i} The Libertas 88w8'''3'''35 (PCI) softMAC chipset is not supported by any driver (see [[NdisWrapper|NDISwrapper]]). {i} The Libertas 88w8'''3'''35 (PCI) softMAC chipset is not supported by any driver at this time (see [[NdisWrapper|NDISwrapper]]).
Line 28: Line 28:

<<Anchor(lenny)>>
=== Lenny ===

 1. Add a "non-free" component to {{{/etc/apt/sources.list}}}, for example: {{{
# Debian Lenny/5.0
deb http://ftp.us.debian.org/debian lenny main contrib non-free
}}}
 1. Update the list of available packages and install the DebianPkg:libertas-firmware and DebianPkg:wireless-tools packages: {{{
aptitude update
aptitude install libertas-firmware wireless-tools
}}}
 1. Libertas CF/SDIO and SDIO/GSPI devices: Manually acquire and install firmware as described on the [[http://wireless.kernel.org/en/users/Drivers/libertas#devicefirmware|libertas Linux Wireless page]].

 1. If not already peformed, connect the device to your system.

 1. The necessary kernel module should be [[Modules|automatically loaded]]. If necessary, it can be manually loaded via one of the following commands (depending on your device's relevant interface): {{{
modprobe libertas_cs
}}} ''or'' {{{
modprobe libertas_sdio
}}} ''or'' {{{
modprobe usb8xxx
}}}
 1. Verify your device has an available interface: {{{
iwconfig
}}}
 1. Raise the interface to activate the radio, for example: {{{
ifconfig wlan0 up
}}}
 1. [[WiFi/HowToUse|Configure]] your wireless interface as appropriate.

==== Troubleshooting ====
 * Examine the kernel ring buffer ([[DebianMan:1/dmesg|dmesg(1)]]) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
  * Ensure the DebianPkg:libertas-firmware package is installed.
  * Libertas CF/SDIO and SDIO/GSPI devices: Manually acquire and install firmware as described on the [[http://wireless.kernel.org/en/users/Drivers/libertas#devicefirmware|libertas Linux Wireless page]].
Line 68: Line 33:
# Debian Squeeze (testing) # Debian Squeeze/6.0
Line 96: Line 61:
<<Anchor(lenny)>>
=== Lenny ===

 1. Add a "non-free" component to {{{/etc/apt/sources.list}}}, for example: {{{
# Debian Lenny/5.0
deb http://ftp.us.debian.org/debian lenny main contrib non-free
}}}
 1. Update the list of available packages and install the DebianPkg:libertas-firmware and DebianPkg:wireless-tools packages: {{{
aptitude update
aptitude install libertas-firmware wireless-tools
}}}
 1. For support of Libertas CF/SDIO and SDIO/GSPI devices, manually acquire and install firmware as described on the [[http://wireless.kernel.org/en/users/Drivers/libertas#device_firmware|libertas Linux Wireless page]].

 1. If not already peformed, connect the device to your system.

 1. The necessary kernel module should be [[Modules|automatically loaded]]. If necessary, it can be manually loaded via one of the following commands (depending on your device's relevant interface): {{{
modprobe libertas_cs
}}} ''or'' {{{
modprobe libertas_sdio
}}} ''or'' {{{
modprobe usb8xxx
}}}
 1. Verify your device has an available interface: {{{
iwconfig
}}}
 1. Raise the interface to activate the radio, for example: {{{
ifconfig wlan0 up
}}}
 1. [[WiFi/HowToUse|Configure]] your wireless interface as appropriate.

==== Troubleshooting ====
 * Examine the kernel ring buffer ([[DebianMan:1/dmesg|dmesg(1)]]) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.
  * Ensure the DebianPkg:libertas-firmware package is installed.
  * For support of Libertas CF/SDIO and SDIO/GSPI devices, manually acquire and install firmware as described on the [[http://wireless.kernel.org/en/users/Drivers/libertas#device_firmware|libertas Linux Wireless page]].
Line 109: Line 109:
The following list is based on the ''alias'' fields of {{{modinfo usb8xxx}}} in Debian 2.6.26 (2.6.26-25lenny1) kernel images. The following list is based on the ''alias'' fields of {{{modinfo usb8xxx}}} in Debian 2.6.32 (2.6.32-30) kernel images.

Translation(s): none


Marvell 88w8385, 88w8386, 88w8686 devices (libertas)

This page describes how to enable support for WiFi devices based on Marvell Libertas chipsets on Debian systems.

Drivers

The libertas fullMAC driver is a collection of modules providing support for specific Marvell Technology Group Libertas chipsets:

  • libertas_cs (supported devices)

    • Supports the 88w8385 chipset, used in compact flash and SDIO wireless devices.

    • Introduced in Linux 2.6.24.
  • libertas_sdio (supported devices)

    • Supports the 88w8686 chipset, used in SDIO wireless devices.
    • Introduced in Linux 2.6.24.
  • usb8xxx (supported devices)

Non-free firmware is required for all drivers, which is packaged for Debian as libertas-firmware.

{i} The Libertas 88w8335 (PCI) softMAC chipset is not supported by any driver at this time (see NDISwrapper).

Installation

Squeeze

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

    # Debian Squeeze/6.0
    deb http://ftp.us.debian.org/debian squeeze main contrib non-free
  2. Update the list of available packages and install the libertas-firmware and wireless-tools packages:

    aptitude update
    aptitude install libertas-firmware wireless-tools
  3. If not already peformed, connect the device to your system.
  4. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via one of the following commands (depending on your device's relevant interface):

    modprobe libertas_cs

    or

    modprobe libertas_sdio

    or

    modprobe usb8xxx
  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

  • Examine the kernel ring buffer (dmesg(1)) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.

Lenny

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

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

    aptitude update
    aptitude install libertas-firmware wireless-tools
  3. For support of Libertas CF/SDIO and SDIO/GSPI devices, manually acquire and install firmware as described on the libertas Linux Wireless page.

  4. If not already peformed, connect the device to your system.
  5. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via one of the following commands (depending on your device's relevant interface):

    modprobe libertas_cs

    or

    modprobe libertas_sdio

    or

    modprobe usb8xxx
  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

  • Examine the kernel ring buffer (dmesg(1)) to verify the required firmware files are being loaded by the driver. Lack of firmware is the usual reason for the "SIOCSIFFLAGS: No such file or directory" error message.

Supported Devices

libertas_cs

libertas_sdio

usb8xxx

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

See Also


CategoryHardware | CategoryWireless