• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/dvb/

Lines Matching refs:sourcefile

58     my $sourcefile = "tt_Premium_217g.zip";
59 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
66 wgetfile($sourcefile, $url);
67 unzip($sourcefile, $tmpdir);
75 my $sourcefile = "Dvbt1.3.57.6.zip";
76 my $url = "http://www.avermedia.com/software/$sourcefile";
85 wgetfile($sourcefile, $url);
86 unzip($sourcefile, $tmpdir);
95 my $sourcefile = "tt_budget_217g.zip";
96 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
103 wgetfile($sourcefile, $url);
104 unzip($sourcefile, $tmpdir);
113 my $sourcefile = "tt_budget_217g.zip";
114 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
121 wgetfile($sourcefile, $url);
122 unzip($sourcefile, $tmpdir);
131 my $sourcefile = "Drv_2.11.02.zip";
132 my $url = "http://www.lifeview.com.tw/drivers/pci_card/FlyDVB-T/$sourcefile";
139 wgetfile($sourcefile, $url);
140 unzip($sourcefile, $tmpdir);
149 my $sourcefile = "dvb-ttpci-01.fw-261d";
150 my $url = "http://www.linuxtv.org/downloads/firmware/$sourcefile";
156 wgetfile($sourcefile, $url);
157 verify($sourcefile, $hash);
158 copy($sourcefile, $outfile);
164 my $sourcefile = "dec217g.exe";
165 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
172 wgetfile($sourcefile, $url);
173 unzip($sourcefile, $tmpdir);
181 my $sourcefile = "dec217g.exe";
182 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
189 wgetfile($sourcefile, $url);
190 unzip($sourcefile, $tmpdir);
198 my $sourcefile = "dec217g.exe";
199 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
206 wgetfile($sourcefile, $url);
207 unzip($sourcefile, $tmpdir);
215 my $sourcefile = "2.422.zip";
216 my $url = "http://www.twinhan.com/files/driver/USB-Ter/$sourcefile";
223 wgetfile($sourcefile, $url);
224 unzip($sourcefile, $tmpdir);
262 my $sourcefile = "Technisat_DVB-PC_4_4_COMPACT.zip";
263 my $url = "http://www.bbti.us/download/windows/$sourcefile";
270 wgetfile($sourcefile, $url);
271 unzip($sourcefile, $tmpdir);
279 my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
280 my $url = "http://www.aver.com/support/Drivers/$sourcefile";
287 wgetfile($sourcefile, $url);
288 unzip($sourcefile, $tmpdir);
369 my ($sourcefile, $url) = @_;
371 if (! -f $sourcefile) {
372 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware";
377 my ($sourcefile, $todir) = @_;
379 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
386 my ($sourcefile, $todir) = @_;
388 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");