a3uge
August 15th, 2009, 04:53 PM
I have a KWorld ATSC-115 card. I am setting up Mythbuntu as the only use on my pc. I live in the USA and have Comcast Cable, which is split about 20 times going into different rooms. So I'm assuming it's QAM-64? But I could be wrong on that.
I'm following the instructions at these two places:
http://ubuntuforums.org/showthread.php?t=734867&highlight=kworld
http://www.linuxtv.org/wiki/index.php/KWorld_ATSC_115
And I haven't gotten very far. I hit a road block at:
alex@alex-media:/usr/share/doc/linux-doc-2.6.28/dvb$ sudo perl get_dvb_firmware nxt2004
unzip failed - unable to extract firmware at get_dvb_firmware line 421.
I can't figure out why it won't unzip. It's very frusterating, there seems to be no place on the internet that lists the same problem. Any tips/ideas would be greatly appreciated.
edit: This is the code around where it fails.
sub unzip {
my ($sourcefile, $todir) = @_;
$status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
if ((($status >> 8) > 2) || (($status & 0xff) != 0)) {
die ("unzip failed - unable to extract firmware");
}
}
I'm following the instructions at these two places:
http://ubuntuforums.org/showthread.php?t=734867&highlight=kworld
http://www.linuxtv.org/wiki/index.php/KWorld_ATSC_115
And I haven't gotten very far. I hit a road block at:
alex@alex-media:/usr/share/doc/linux-doc-2.6.28/dvb$ sudo perl get_dvb_firmware nxt2004
unzip failed - unable to extract firmware at get_dvb_firmware line 421.
I can't figure out why it won't unzip. It's very frusterating, there seems to be no place on the internet that lists the same problem. Any tips/ideas would be greatly appreciated.
edit: This is the code around where it fails.
sub unzip {
my ($sourcefile, $todir) = @_;
$status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
if ((($status >> 8) > 2) || (($status & 0xff) != 0)) {
die ("unzip failed - unable to extract firmware");
}
}