> Matthias Schwarzott schrieb: >> Hi there! >> >> Another time the fetching of some firmware with get_dvb_firmware fails. This >> time it is for >> # get_dvb_firmware sp8870 >> >> That tries to fetch http://www.technotrend.de/new/217g/tt_Premium_217g.zip, >> but this file is no longer available. >> >> See also this bug: http://bugs.gentoo.org/show_bug.cgi?id=181908 >> >> Greetings >> Matthias >> Tobias Stoeber wrote: > Hi, > > for tt_Premium_g217g.zip use > > http://www.softwarepatch.pl/plik/3313/56/222/inne/Technotrend-TT-PCline-Premium.html > or > http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/tt_Premium_217g.zip > > A list of the most recent Technotrend download can be found at: > > http://www.technotrend.de/2692/Tools___Downloads.html > > (for TT-premium line there are Version 2.19 drivers incl. firmware) > > > Regards, Tobias > Tobias & Matthias, Attached, please find a patch to get_dvb_firmware that updates the URL to "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/tt_Premium_217g.zip" ...I'd like to add this to the master repository. Do you think we can rely on this location for an extended period of time? Signed-off-by: Michael Krufky <mkrufky@xxxxxxxxxxx>
Index: v4l-dvb-master/linux/Documentation/dvb/get_dvb_firmware =================================================================== --- v4l-dvb-master.orig/linux/Documentation/dvb/get_dvb_firmware +++ v4l-dvb-master/linux/Documentation/dvb/get_dvb_firmware @@ -56,7 +56,7 @@ syntax(); sub sp8870 { my $sourcefile = "tt_Premium_217g.zip"; - my $url = "http://www.technotrend.de/new/217g/$sourcefile"; + my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile"; my $hash = "53970ec17a538945a6d8cb608a7b3899"; my $outfile = "dvb-fe-sp8870.fw"; my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1);
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb