File: madfuload.1

package info (click to toggle)
madfuload 1.2-4
  • links: PTS
  • area: non-free
  • in suites: jessie-kfreebsd, squeeze, wheezy
  • size: 372 kB
  • ctags: 67
  • sloc: sh: 804; ansic: 342; makefile: 37
file content (92 lines) | stat: -rw-r--r-- 2,466 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.\"
.\"	This program is free software; you can redistribute it and/or modify
.\"	it under the terms of the GNU General Public License as published by
.\"	the Free Software Foundation; either version 2 of the License, or
.\"	(at your option) any later version.
.\"
.\"	This program is distributed in the hope that it will be useful,
.\"	but WITHOUT ANY WARRANTY; without even the implied warranty of
.\"	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\"	GNU General Public License for more details.
.\"
.\"	You should have received a copy of the GNU General Public License
.\"	along with this program; if not, write to the Free Software
.\"	Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.\"
.TH MADFULOAD 1 "AUGUST 20, 2009" "" ""

.SH NAME
madfuload \- Device firmware loader utility for M-Audio DFU devices
.SH SYNOPSIS
.B madfuload
[ \fIoption\fR ] ...
.SH DESCRIPTION
.B madfuload
is used to download firmware files to M-Audio DFU devices. These devices
require a firmware download before an operating system driver (e.g. ALSA's
snd-usb-audio) can access them.
.PP
Supported devices:
.PP
.RS
 - Audiophile
 - Sonica
 - Ozone
 - MobilePre USB (some newer models work without the loader)
 - Transit
.RE
.PP
The loader is not required for some newer models of the above devices,
like the Ozone Academic.
.SH OPTIONS
.TP
.B -h, --help
Gives a list of possible options.
.TP
.B -V, --version
Prints the version number of the tool.
.TP
.BI -f " <path>, " --firmware= "<path>"
File containing firmware to load.
.TP
.BI -D " <path>, " --device= "<path>"
specify the device to use.
.TP
.B -v, --verbose
Output debugging messages.
.TP
.B -l, --logger
Output messages to system logger instead of standard output.
.TP
.B -n, --nowait
Don't wait between download requests.
.TP
.B -3, waitbyte3
Use only the third byte of the BwPollTimeout field.
.SH FILES
.TP
.I /usr/share/usb/maudio/ma003101.bin
Audiophile firmware.
.TP
.I /usr/share/usb/maudio/ma004103.bin
MobilePre firmware.
.TP
.I /usr/share/usb/maudio/ma005101.bin
Sonica firmware.
.TP
.I /usr/share/usb/maudio/ma006100.bin
Transit firmware.
.TP
.I /usr/share/usb/maudio/ma008100.bin
Ozone firmware.
.TP
.I /lib/udev/rules.d/42-madfuload.rules
Udev rules for loading firmware automatically.
.SH AUTHOR
.PP
Written by Clemens Ladisch <clemens@ladisch.de>.
.PP
This manual page was written by Neil Wilson <neil@aldur.co.uk> for
the Debian GNU/Linux system (but may be used by others).
.br