~ubuntu-branches/ubuntu/oneiric/gpib/oneiric

« back to all changes in this revision

Viewing changes to debian/gpib_config.1

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2007-10-22 23:43:54 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071022234354-5tpzy3if336ub4xm
Tags: 3.2.09-2
* Fix determination of phpapi version number
* Remove tnt4882-tms module from list as it will not compile cleanly 
  (Closes: #445253)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH GPIB_CONFIG 1 "September 23, 2007" 
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.SH NAME
 
9
gpib_config \- configure a GPIB interface board
 
10
.SH SYNOPSIS
 
11
.B gpib_config
 
12
[\fIOPTION\fR]... [\fIFILE\fR]...
 
13
.SH DESCRIPTION
 
14
This manpage documents briefly the 
 
15
.B gpib_config
 
16
program which serves to configure a GPIB interface for use.
 
17
.br
 
18
.PP
 
19
.SH OPTIONS
 
20
.IP "-t, --board-type BOARD_TYPE"
 
21
Set board type to BOARD_TYPE.
 
22
.PP
 
23
.IP "-d, --dma NUM"
 
24
Specify isa dma channel NUM for boards without plug-and-play
 
25
cabability.
 
26
.PP
 
27
.IP "-b, --iobase NUM"
 
28
Set io base address to NUM for boards without plug-and-play
 
29
cabability.
 
30
.PP
 
31
.IP "-I, --init-data FILE_PATH
 
32
                Specify file containing binary initialization data
 
33
(firmware) for board.
 
34
.PP
 
35
.IP "-i, --irq NUM"
 
36
Specify irq line NUM for boards without plug-and-play
 
37
cabability.
 
38
.PP
 
39
.IP "-f, --file FILEPATH
 
40
Specify file path for configuration file.  The values in the
 
41
configuration
 
42
file will be used as defaults for unspecified options.  The
 
43
default configuration
 
44
file is /etc/gpib.conf
 
45
.PP
 
46
.IP "-h, --help
 
47
Print this help and exit.
 
48
.PP
 
49
.IP "-m, --minor NUM
 
50
Configure gpib device file with minor number NUM (default
 
51
0).
 
52
.PP
 
53
.IP "--[no-]ifc
 
54
Perform (or not) interface clear after bringing board
 
55
online.  Default is --ifc.
 
56
.PP
 
57
.IP "--[no-]sre
 
58
Assert (or not) remote enable line after bringing board
 
59
online.  Default is --sre.
 
60
.PP
 
61
.IP "--[no-]system-controller
 
62
Configure board as system controller (or not).
 
63
.PP
 
64
.IP "-o, --offline
 
65
Don't bring board online.
 
66
.PP
 
67
.IP "-p, --pad NUM
 
68
Specify primary gpib address.  NUM should be in the range 0
 
69
through 30.
 
70
.PP
 
71
.IP "-u, --pci-bus NUM
 
72
Specify pci bus NUM to select a specific pci board.
 
73
If used, you must also specify the pci slot with --pci-slot.
 
74
.PP
 
75
.IP "-l, --pci-slot NUM
 
76
Specify pci slot NUM to select a specific pci board.
 
77
If used, you must also specify the pci bus with --pci-bus.
 
78
.PP
 
79
.IP "-s, --sad NUM
 
80
Specify secondary gpib address.  NUM should be 0 (disabled)
 
81
or in the range 96 through 126 (0x60 through 0x7e hexadecimal).
 
82
.PP
 
83
Use --help to see the full list of options.
 
84
.SH AUTHOR
 
85
This manual page was written by Carlo Segre <segre@debian.org>
 
86
for Debian.
 
87