Hi Duncan,
I've received the following url www.firedtv.bbackx.com/ind
At this url is a clear explanation of how to install. But the link http://www.kernel.org/pub/
John
Main Topics
Browse All TopicsHi There,
I'm using a FireDTV decoder card in a HTPC running on Ubunto 8.10. I need someone to help me with installing this decodercard because the supplier doesn't responds on my request. The explaination is that it is no core bussiness to support his product on Linux.
Basicly I can't locate a driver. Though I can find many patches, I think you first need something to patch on. Second, how do I install those patches and how do I know what is the latest version/patch?
Hope someone can help me.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Duncan,
I've received the following url www.firedtv.bbackx.com/ind
At this url is a clear explanation of how to install. But the link http://www.kernel.org/pub/
John
The first post is almost a year old. I wouldn't bother with getting the latest source from the git repository - the latest released kernel will at least be known to work and will be well ahead of whatever git would have given you in May 2008. The 3rd URL is a patch for 2.6.29.1. To give yourself any chance, get that version rather than what's in git now. URL is ftp://ftp.kernel.org/pub/l
Having fetched the bz2 archive, unpack it and apply the patch (no dry run). If there are errors, post them here. Also if there are errors, blow away the directory tree and unpack a fresh copy. Example commands below
Hi Duncan, I've followed your instructions. Downloaded the new kernel, unpacked it and tried to applit the patch.
Below is the result of this. As you can see there is a dir with the new kernel. I have placed the downloaded patch in /usr/gz. When I run the last command in your example, I get the error messages at the and. I probably will have done something terrible wrong.
john@MediaCenter:/usr/src/
arch CREDITS drivers include Kbuild MAINTAINERS net samples sound
block crypto firmware init kernel Makefile README scripts usr
COPYING Documentation fs ipc lib mm REPORTING-BUGS security virt
john@MediaCenter:/usr/src/
patching file Makefile
Reversed (or previously applied) patch detected! Assume -R? [n] y
patch: **** Can't rename file Makefile to Makefile.orig : Permission denied
john@MediaCenter:/usr/src/
O yeah, after I had made a root password, the permission denied is not an issue anymore :-)
Only now there is more to go wrong:
john@MediaCenter:/usr/src/
Password:
root@MediaCenter:/usr/src/
patching file Makefile
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n] y
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej
patching file arch/arm/include/asm/elf.h
Reversed (or previously applied) patch detected! Assume -R? [n] ^C
root@MediaCenter:/usr/src/
Sorry patch-2.6.29.1.bz2 is completely unnecessary. It is the patch to make linux-2.6.29.1 from linux-2.6.29. You already fetched 2.6.29.1 so no need for the patch. rm -r the directory you have now, and re-unpack it from linux-2.6.29.1.tar.bz2.
However, there is no firesat directory in that release. I guess it's no mainline yet. Googling for "firesat driver patch" found lots of URLs. It looks like you are back to using git but it seems firesat is available.
I couldn't find a good link for 2.6.29 but for 2.6.28 there is http://user.in-berlin.de/~
I'm out of time right now but it looks like you have to go back to git. Try that, and a bit more Googling, and post your results.
Hi Duncun, I'm really a good part further. I even have a decoder in the scream and working TV.
But....
During step before the last step in the howto I received error message. In de file attached you can see the out coming of the last 2 steps.
And..when I was prompted for regular Ubuntu updates, the update also game with this error message.
E: linux-image-2.6.29.1-fires
Furthermore it looks like I have lost the driver for my graphics card.
I will try to download the driver again and install it. Is it possible that you give me an advise what to do with the error message?
Regards, John
I think you lost the driver because of the failure in processing nvidia-common.
You might see the actual error message if you manually issue the command "/etc/kernel/postinst.d/nv
I am not familiar with DKMS, or any Debian stuff really. But I suggest you try:
cd /usr/src/fglrx-8.602
make
You might get more information about the failing command if instead you type:
make V=1
(Linux kernel make understands that flag)
If the error messages don't give you enough info to solve the problem, post them here. Also post the failing script or Makefile.
Good luck ... Duncan.
I did comment on it - first para in http:#24174844 (first 2 lines, then I go on to deal with the 2nd error)
What you need to do is run the failing script by hand so we can tie down just what the error is.
run-parts is a standard utility (not a Debianism) which runs all executable files in a given directory. It reported /etc/kernel/postinst.d/nvi
Hi Duncun, I've installed the decoder. I have cable signal and can scan for channels. I've dobne the whole installation from scratch again. The only this I didn't do was the video card installation.
I use a ATI Radeon 4650. Do you have any experience with this card under linux? Is there a specific card that is better to use with Linux?
The only problem I have now is that the channels almost all are coded and for some reason not viewable for me. But that is an other case I will sort out on a more specific forum (unless you have an knoledge obout that issue :-))
Kind regards and thanks for now, John
Business Accounts
Answer for Membership
by: duncan_roePosted on 2009-04-15 at 14:37:29ID: 24152810
Can you tell us what you've found? (i.e. URLs)