# Abbeville - France (DVB-T transmitter of Abbeville ( LaMotte ) ) # Abbeville - France (signal DVB-T transmis depuis l'émetteur de LaMotte ) # # ATTENTION ! Ce fichier a ete construit automatiquement a partir # des frequences obtenues sur : http://www.tvnt.net/multiplex_frequences.htm # en Avril 2006. Si vous constatez des problemes et voulez apporter des # modifications au fichier, envoyez le fichier modifie a # l'adresse linux-dvb@linuxtv.org (depot des fichiers d'init dvb) # ou a l'auteur du fichier : # Nicolas Estre # # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy #### Abbeville - LaMotte #### #R1 T 506000000 8MHz AUTO NONE QAM64 8k AUTO NONE #R2 T 538000000 8MHz AUTO NONE QAM64 8k AUTO NONE #R3 T 570000000 8MHz AUTO NONE QAM64 8k AUTO NONE #R4 T 618000000 8MHz AUTO NONE QAM64 8k AUTO NONE #R5 T 602000000 8MHz AUTO NONE QAM64 8k AUTO NONE #R6 T 770000000 8MHz AUTO NONE QAM64 8k AUTO NONE tion> linux-dvb-apps Debian packagingJonathan McCrohan
summaryrefslogtreecommitdiffstats
path: root/util/ttusb_dec_reset/README
blob: 50db265a907f1fa031f92701320ccbc8e0598a76 (plain)
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
Hello,

In theory the driver could be made to send the DEC the reset sequence when
all devices were closed.  However, due to the awkwardness of switching
between slave and stand-alone mode, I've decided against this.  Hence this
application, which I hope provides the user a nice compromise between
control and ease-of-use.

ttusb_dec_reset is a small utility for resetting a ttusb-dec device to
stand-alone mode after use.  It requires libusb, which can be found here:

http://libusb.sourceforge.net/

There is probably a package for it included with your linux distribution
though.

For the utility to reset a device, it must have permission to access the usb
device, and the device must not be claimed by anything else.  That means that
the ttusb-dec module must be rmmoded before using this utility.  You probably
want to have turned off any hotplug mechanisms before running the utility
or the device will likely get taken over again once it comes back up.  Or you
could just yank the usb cable out.

The utility takes no arguments, you just run it:
./ttusb_dec_reset

Cheers,
Alex