aboutsummaryrefslogtreecommitdiff
path: root/fwutils
diff options
context:
space:
mode:
authorproski <proski>2006-08-02 03:14:12 +0000
committerproski <proski>2006-08-02 03:14:12 +0000
commite39b12cae63e63e1ee17cac97372324af287c6fb (patch)
treedb355a165ed18eefce8dc58bab259b4ccf0e0ed7 /fwutils
parent2e6b3d8c2aabfda59dc4fb946438cb2def155047 (diff)
Improvements in preparation to the release.
Diffstat (limited to 'fwutils')
-rw-r--r--fwutils/README61
1 files changed, 29 insertions, 32 deletions
diff --git a/fwutils/README b/fwutils/README
index 9ab5517..d483948 100644
--- a/fwutils/README
+++ b/fwutils/README
@@ -1,5 +1,5 @@
-Firmware for at76c503a driver
-=============================
+Firmware for at76_usb Linux driver
+==================================
Copyright
@@ -9,27 +9,36 @@ The firmware is copyrighted by Atmel Corporation. Please see file
COPYRIGHT.
-Purpose
--------
+Compatibility
+-------------
The included firmware files are intended only for use with Linux
-at76c503a driver. Every supported device need just one firmware file,
-and the driver knows which firmware to load.
+at76_usb driver for USB devices using at76c503, at76c505 and at76c505a
+chipsets. This firmware is not intended for any other OS or driver.
+
+This package only includes only the firmware versions known to work best
+with the current at76_usb driver.
Installation
------------
-The firmware is loaded by the kernel using hotplug or udev. For the
-firmware to be found and loaded, it should be copied to the directory
-where hotplug or udev will find it.
-
-udev supports firmware download starting with version 066. If an older
-version of udev is installed, then hotplug is likely in change of the
+The firmware is loaded by the kernel using hotplug or udev. Firmware
+download is supported by udev starting with version 066. If an older
+version of udev is installed, then hotplug is likely responsible for the
firmware loading.
-If you don't have either of udev or hotplug, please install a recent
-version of udev.
+If you don't have either of udev or hotplug, please install either of
+them, preferably using your distribution's facilities (yum, apt-get,
+urpmi or a similar package manager).
+
+Every supported device need just one firmware file, and the driver knows
+which firmware to load based on the USB ID of the device. But if you
+don't know which firmware file your device needs, it's a safe bet to
+install them all.
+
+For the firmware to be found and loaded, it should be copied to a
+directory where hotplug or udev can find it.
When udev is used, this directory is normally called /lib/firmware. If
hotplug is handling the firmware, if would normally look in following
@@ -50,37 +59,25 @@ load the firmware. See kernel log (using the dmesg command) to make
sure that the firmware download has succeeded.
-Older firmwares
----------------
-
-Some older versions of the firmware are included in the "old" directory.
-The firmware version is the name of the subdirectory under "old".
-
-If for some reason you want to try an older version of the firmware,
-copy it over the firmware used by udev or hotplug and reconnect the
-device. See kernel messages to make sure the driver is using the
-desired version of the firmware.
-
-
Contact information
-------------------
Please don't contact Atmel about this firmware. Atmel neither wrote the
-at76c503a driver nor packaged this firmware. Their good will should not
+at76_usb driver nor packaged this firmware. Their good will should not
be punished by misdirected support requests.
Please don't write any individual developers personally. The driver is
developed collectively, and the discussion about the driver should be
open for others.
-The mailing list for developers of the at76c503a driver is
+The mailing list for developers of the at76_usb driver is
at76c503a-develop@lists.berlios.de
-The mailing list for users of the at76c503a driver is
+The mailing list for users of the at76_usb driver is
at76c503a-user@lists.berlios.de
-You may also want to download the latest version of the driver and check
-the included documentation, which may be more current than this
-document.
+You may also want to download the latest version of the driver and the
+firmware and check the included documentation, which may be more current
+than this document.