1PANELCTL(1) User Commands PANELCTL(1)
2
3
4
6 panelctl - manual page for panelctl 0.2
7
9 panelctl [OPTION...] <channel|command>
10
12 AV/C panelctl - change channels on, or issue commands to, a firewire AV
13 device
14
15 -c, --commands
16 Print command list (requires a dummy argument)
17
18 -d, --debug
19 Debug mode
20
21 -g, --guid=GUID
22 Specify GUID for the STB to control
23
24 -n, --swversion=SW_VERSION Specify sofware version of STB
25
26 -s, --specid=SPEC_ID
27 Specify spec_id of STB to control
28
29 -v, --verbose
30 Produce verbose output
31
32 -?, --help
33 Give this help list
34
35 --usage
36 Give a short usage message
37
38 -V, --version
39 Print program version
40
41 Mandatory or optional arguments to long options are also mandatory or
42 optional for any corresponding short options.
43
44 This program is mostly useful for a firewire tuner or set-top box with
45 an AV interface. Use it to issue a command (panelctl <command>) or to
46 change channels on the tuner (panelctl <channel>). To get a list of
47 legal commands, use the --commands switch.
48
49 By default, panelctl will control the first Motorola STB on the
50 firewire chain. This will only work with some Motorola STBs. To con‐
51 trol any other STB, or to control multiple STBs, specify the GUID or
52 both the spec_id and software version for the desired STB. This can be
53 found out by running "panelctl -v -g 1 1". Because there won't be a STV
54 with GUID of 1, it will run through all possible devices and print the
55 info for each one. Once the GUID, or the spec_id and sw_version of the
56 desired device has been learned, it can be used in following commands,
57 e.g. "panelctl -g 0x123456 666". Generally, it will be a better
58 approach to use guid, since this will be unique to each STB.
59
60 By: Stacey D. Son, John Woodell, Dan Dennedy, and Jerry Fiddler Copy‐
61 right (C) 2004-2009
62
64 The full documentation for panelctl is maintained as a Texinfo manual.
65 If the info and panelctl programs are properly installed at your site,
66 the command
67
68 info panelctl
69
70 should give you access to the complete manual.
71
72
73
74panelctl 0.2 November 2009 PANELCTL(1)