All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Ceuleers <jan.ceuleers@computer.org>
To: linux-media@vger.kernel.org
Subject: Broken link in get_dvb_firmware for nxt2004 (A180)
Date: Sun, 07 Jun 2009 19:31:10 +0200	[thread overview]
Message-ID: <4A2BF95E.8040009@computer.org> (raw)

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

             reply	other threads:[~2009-06-07 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-07 17:31 Jan Ceuleers [this message]
     [not found] ` <20090610235358.3bc559b6@gmail.com>
2009-06-11 18:27   ` [PATCH] dvb: Fix broken link in get_dvb_firmware for nxt2004 (A180) Jan Ceuleers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A2BF95E.8040009@computer.org \
    --to=jan.ceuleers@computer.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.