File: fmscan.1

package info (click to toggle)
fmtools 2.0.8
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 220 kB
  • sloc: sh: 2,196; ansic: 687; makefile: 54
file content (79 lines) | stat: -rw-r--r-- 1,872 bytes parent folder | download
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
.TH FM 1 "fmscan 1.0.2"
.SH NAME
fmscan \- scan FM band for radio stations
.SH SYNOPSIS
.PP
.B fm
[
.B \-h
] [
.B \-d
.I device
] [
.B \-t
.I tuner
] [
.B \-s
.I freq
] [
.B \-e
.I freq
] [
.I \-i
.I freq
] [
.I \-q
]
.SH DESCRIPTION
.B fmscan
is a program to scan a frequency band for radio stations, using the
video4linux interface introduced in 2.1.x series Linux kernels.  It
shows which ones have a accumulated signal strength of 50% or higher.
.SS OPTIONS
.PP
.TP
.B \-h
Print a usage message to standard output, and exit.
.TP
\fB\-d \fIdevice
Sets \fIdevice\fR as the device to tune.  The default is
\fB/dev/radio0\fR.
.TP
\fB\-t \fItuner
Sets \fItuner\fR as the tuner on the selected device to adjust.  The
default is tuner 0.  Most radio devices have only a single tuner.
.TP
\fB\-s \fIfreq
Starting frequency for scan, in MHz.  Default: 87.9.
.TP
\fB\-e \fIfreq
Ending frequency for scan, in MHz.  Default: 107.9.
.TP
\fB\-i \fIfreq
Increment between scanned channels, in MHz.  Default: 0.2.
.TP
\fB\-t \fIpercent
Signal strength threshold to consider a channel.  Default: 50%.
.TP
\fB\-q\fR
Quiet mode.  Suppresses progress output.
.SH BUGS
This process can take a while, and results vary greatly depending on the
radio card in use.  If your card's hardware cannot report signal
strength, it will not produce useful results.
.PP
This program may not do much if your radio card's driver doesn't support
fine tuning in 1/16000 MHz offsets.  By default, V4L2 assumes 1/16 MHz
tuning units, which introduces evil rounding errors on many frequencies.
.PP
Supports only tuner 0 on any given device.
.SH SEE ALSO
.TP
Additional documentation:
.B /usr/share/doc/fmtools/README
.TP
The fmtools homepage:
.B http://benpfaff.org/fmtools
.SH AUTHORS
Russell Kroll <rkroll@exploits.org>, now maintained by Ben Pfaff
<blp@cs.stanford.edu>. This manpage written by Ben Pfaff.