* Broken link in get_dvb_firmware for nxt2004 (A180)
@ 2009-06-07 17:31 Jan Ceuleers
[not found] ` <20090610235358.3bc559b6@gmail.com>
0 siblings, 1 reply; 2+ messages in thread
From: Jan Ceuleers @ 2009-06-07 17:31 UTC (permalink / raw)
To: linux-media
[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]
Hi!
I read the following on the mythtv-users mailing list, and I'd just like to make sure that you guys are aware of it as well.
The script get_dvb_firmware no longer works for obtaining the nxt2004 firmware because AVer have reorganised their websites. The wanted file is now available from the following URL:
http://www.avermedia-usa.com/support/Drivers/AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip
The patch is therefore as follows (this is against 2.6.29; inlined and attached).
Note that I don't subscribe to the mailing list.
Cheers, Jan
--- linux-2.6.29/Documentation/dvb/get_dvb_firmware.orig 2009-06-07 14:38:20.000000000 +0200
+++ linux-2.6.29/Documentation/dvb/get_dvb_firmware 2009-06-07 14:38:55.000000000 +0200
@@ -317,7 +317,7 @@
sub nxt2004 {
my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
- my $url = "http://www.aver.com/support/Drivers/$sourcefile";
+ my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
my $hash = "111cb885b1e009188346d72acfed024c";
my $outfile = "dvb-fe-nxt2004.fw";
my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
[-- Attachment #2: averfw.patch --]
[-- Type: text/plain, Size: 568 bytes --]
--- linux-2.6.29/Documentation/dvb/get_dvb_firmware.orig 2009-06-07 14:38:20.000000000 +0200
+++ linux-2.6.29/Documentation/dvb/get_dvb_firmware 2009-06-07 14:38:55.000000000 +0200
@@ -317,7 +317,7 @@
sub nxt2004 {
my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
- my $url = "http://www.aver.com/support/Drivers/$sourcefile";
+ my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
my $hash = "111cb885b1e009188346d72acfed024c";
my $outfile = "dvb-fe-nxt2004.fw";
my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] dvb: Fix broken link in get_dvb_firmware for nxt2004 (A180)
[not found] ` <20090610235358.3bc559b6@gmail.com>
@ 2009-06-11 18:27 ` Jan Ceuleers
0 siblings, 0 replies; 2+ messages in thread
From: Jan Ceuleers @ 2009-06-11 18:27 UTC (permalink / raw)
To: Douglas Schilling Landgraf, Mauro Carvalho Chehab, linux-media
Due to a reorganisation of AVermedia's websites, get_dvb_firmware
no longer works for nxt2004. Fix it.
Signed-off-by: Jan Ceuleers <jan.ceuleers@computer.org>
--- a/Documentation/dvb/get_dvb_firmware.orig 2009-06-07 14:38:20.000000000 +0200
+++ b/Documentation/dvb/get_dvb_firmware 2009-06-07 14:38:55.000000000 +0200
@@ -317,7 +317,7 @@
sub nxt2004 {
my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
- my $url = "http://www.aver.com/support/Drivers/$sourcefile";
+ my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
my $hash = "111cb885b1e009188346d72acfed024c";
my $outfile = "dvb-fe-nxt2004.fw";
my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-11 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-07 17:31 Broken link in get_dvb_firmware for nxt2004 (A180) Jan Ceuleers
[not found] ` <20090610235358.3bc559b6@gmail.com>
2009-06-11 18:27 ` [PATCH] dvb: Fix broken " Jan Ceuleers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox