Product Forum
«Reply to this thread
(in Product Forum)
Product Forum
Reply
Please note that DealExtreme Forums are not a sales or product support board. While we do constantly participate in this forum, please contact us via support ticket at http://services.dx.com/ for a guaranteed fast response. We make every effort to make the quickest replies.
Linux support & NXP TDA18218 tuner
Yesterday, I've received my USB TV dongle.
It has an AF9015 chip and an NXP TDA18218 tuner, which is currently not really supported in linux.
However, there are some patches to make it work. Currently, I've found one that works with this compilation:
- The patch can be found here: https://patchwork.kernel.org/patch/101170/
- You can apply it to code from here: http://linuxtv.org/hg/~anttip/af9015/
- You also have to download dvb-usb-af9015.fw firmware file and copy to directory /lib/firmware/
It can be found here: http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/
I'm using kernel version 2.6.33.4
You can search for channels with:
scan /usr/share/dvb/dvb-t/your country > channels.conf
Ensure you have installed dvb-apps package.
For playback, vlc works well when I launch it in the following way:
vlc channels.conf
I had to upgrade vlc to support mpg4a and now I can view all the channels fluently, except it seems I may have a stronger machine to correctly receiving HD channels.
I hope it will help somebody to make it work and also I hope this patch will be in the main code soon... :(
Although, it seems it will take for a while since it was created a long time ago and is still not in the main code. So it always has to be modified to be able to use this tuner... :(
post edited by VaZso on 6/23/2010 at 7:13 AM
- You can apply it to code from here: http://linuxtv.org/hg/~anttip/af9015/ "
I have both on my computer and what now? How I can add the patch to code? Help please.
If it succeeded, you can compile the code and install it.
thanks
These instructions got it working:
http://www.dealextreme.com/forums/Forums.dx/Forum.8440~threadid.661972
A patch contains the modifications against the original code base.
Every changes of this code breaks the patch by modifies this 'reference'.
If you apply a patch to a modified base of code, it may not be applied successfully when the source code has been changed.
Thus a patch created for an older kernel most likely will not work in a newer (modified) version, that's why it would be good to include this code to the main base.
So you have to match your kernel version and the correct patch for it.
i got the mentionend files and extracted the archive to a new folder on the desktop. now what to do with the patch-file? place it into that folder? how to apply it? and where to put all files after applying the patch?
please help, i really wish i get this to work :)
thx a lot.
All you need is to compile a new kernel or try to get a compiled one somewhere. So it should be 2.6.37 or later version.