diff mbox

Broken link in get_dvb_firmware for nxt2004 (A180)

Message ID 4A2BF95E.8040009@computer.org (mailing list archive)
State Changes Requested
Delegated to: Douglas Landgraf
Headers show

Commit Message

Jan Ceuleers June 7, 2009, 5:31 p.m. UTC
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);
diff mbox

Patch

--- 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);