* [linux-dvb] Kworld 399U Dual DVB-T USB tuner
@ 2008-05-20 1:36 Owen Townend
2008-05-20 2:00 ` Antti Palosaari
0 siblings, 1 reply; 4+ messages in thread
From: Owen Townend @ 2008-05-20 1:36 UTC (permalink / raw)
To: linux-dvb
Hey,
I have had some trouble trying to get a new KWorld 399U dual dvb-t
USB dongle working with my debian etch 64-bit (+mythtv) box [1].
Physically dissasembling the dongle reveals the four chips on board
are labeled AF9013-N1, FA9015-N1 and 2x MXL5003S.
I have found and followed instructions on linuxtv.org for building
the latest v4l drivers[2] with some modifications[3]. I have also
found that the 399U has recently had support added[4]. Building and
installing from the latest source[5], restarting and trying `modprobe
dvb-usb-af9005` tells me I need firmware.
Adding an image to /lib/firmware[6] solves this issue. I then reboot
and this now detects as /dev/dvb/adapter0 and works well with mythtv
though the channel changes are a little slow.
Only one of the two tuners is working for now, I am guessing this
could be because of the firmware image I chose to use. I have the
windows driver disk that came with the tuner and have read suggestions
that the firmware image can be extracted from it. I tried using
AF15BDA.sys file from the x64 driver dir as
/lib/firmware/dvb-usb/ad9015.fw without success. dmesg shows the
driver continually trying to load the firmware.
A second issue is that the computer already has a working KWorld pci
tuner which uses the cx88 drivers which are not compiled when building
the af9015 checkout. The files seem available, but the modules are not
being build. My existing kernel modules are not compatible (I backed
up then rm -rf /lib/modules/`uname -r`/kernel/drivers/media/* before
doing `make install`, restoring my backed up video/cx88 dir and
contents throws unknown symbol errors when trying `modprobe
cx88-dvb`).
I tried `make all cx88-ivtv` in case that was relevant, but this
doesn't seem to help (possibly because the link is dead
v4l/cx88-ivtv.c -> ../v4l_experimental/cx88-ivtv.c but this doesn't
exist).
So two questions:
What can I do to enable the second tuner on the dongle?
How can I compile the cx88 drivers along with the rest in the af9015 checkout?
If there's any other output or info that may help, please let me know.
cheers,
Owen.
Footnotes:
--
[1] Linux kushiel 2.6.18-6-amd64 #1 SMP Thu May 8 06:49:39 UTC 2008
x86_64 GNU/Linux
[2] http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
[3] http://www.gossamer-threads.com/lists/ivtv/devel/37175
[4] http://linuxtv.org/hg/~anttip/af9015/rev/22fc34924b9e
[5] hg clone http://linuxtv.org/hg/~anttip/af9015; cd af9005; ( Make
recommended mods for 2.6.18 ); sudo mv
/lib/modules/2.6.18-6-amd-64/kernel/drivers/media/* ~/mod.bak; sudo
make install;
[6] Firmware from:
http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Kworld 399U Dual DVB-T USB tuner
2008-05-20 1:36 [linux-dvb] Kworld 399U Dual DVB-T USB tuner Owen Townend
@ 2008-05-20 2:00 ` Antti Palosaari
2008-05-20 4:21 ` Owen Townend
0 siblings, 1 reply; 4+ messages in thread
From: Antti Palosaari @ 2008-05-20 2:00 UTC (permalink / raw)
To: Owen Townend; +Cc: linux-dvb
Owen Townend wrote:
> So two questions:
> What can I do to enable the second tuner on the dongle?
> How can I compile the cx88 drivers along with the rest in the af9015 checkout?
> [4] http://linuxtv.org/hg/~anttip/af9015/rev/22fc34924b9e
You should use newer tree:
http://linuxtv.org/hg/~anttip/af9015-mxl500x-copy-fw/
I have feeling that both tuners should work (if I have not broken
something)...
regards
Antti
--
http://palosaari.fi/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Kworld 399U Dual DVB-T USB tuner
2008-05-20 2:00 ` Antti Palosaari
@ 2008-05-20 4:21 ` Owen Townend
2008-05-20 4:42 ` Owen Townend
0 siblings, 1 reply; 4+ messages in thread
From: Owen Townend @ 2008-05-20 4:21 UTC (permalink / raw)
To: linux-dvb
On 20/05/2008, Antti Palosaari <crope@iki.fi> wrote:
> Owen Townend wrote:
>
> > So two questions:
> > What can I do to enable the second tuner on the dongle?
> > How can I compile the cx88 drivers along with the rest in the af9015
> checkout?
> >
>
>
> > [4] http://linuxtv.org/hg/~anttip/af9015/rev/22fc34924b9e
> >
>
> You should use newer tree:
> http://linuxtv.org/hg/~anttip/af9015-mxl500x-copy-fw/
> I have feeling that both tuners should work (if I have not broken
> something)...
>
> regards
> Antti
Hey,
Thanks for the reply.
I've rebuilt from the suggested tree and this does indeed give me
access to both tuners on the USB stick. Thankyou for the ongoing work!
Unfortunately the cx88 drivers are still not being compiled along
with the rest. Any suggestions?
cheers,
Owen.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Kworld 399U Dual DVB-T USB tuner
2008-05-20 4:21 ` Owen Townend
@ 2008-05-20 4:42 ` Owen Townend
0 siblings, 0 replies; 4+ messages in thread
From: Owen Townend @ 2008-05-20 4:42 UTC (permalink / raw)
To: linux-dvb
On 20/05/2008, Owen Townend <owen.townend@gmail.com> wrote:
> On 20/05/2008, Antti Palosaari <crope@iki.fi> wrote:
> > Owen Townend wrote:
> >
> > > So two questions:
> > > What can I do to enable the second tuner on the dongle?
> > > How can I compile the cx88 drivers along with the rest in the af9015
> > checkout?
> > >
> >
> >
> > > [4] http://linuxtv.org/hg/~anttip/af9015/rev/22fc34924b9e
> > >
> >
> > You should use newer tree:
> > http://linuxtv.org/hg/~anttip/af9015-mxl500x-copy-fw/
> > I have feeling that both tuners should work (if I have not broken
> > something)...
> >
> > regards
> > Antti
>
>
> Hey,
> Thanks for the reply.
> I've rebuilt from the suggested tree and this does indeed give me
> access to both tuners on the USB stick. Thankyou for the ongoing work!
> Unfortunately the cx88 drivers are still not being compiled along
> with the rest. Any suggestions?
>
Quick followup:
I had checked access to the dual tuners by listing /dev/dvb and
seeing two adapters. Both tuners are indeed useable in mythtv, but the
output is artifacted and jittery. The output when I only had access to
the single usb tuner was smooth. The hardware should be more than
adaquate (4GB RAM + phenom 9600 on 480G chipset) so it shouldn't be
that. This leaves me with the driver or firmware. What firmware should
I be using? Is the generic firmware I have[1] sufficient or should I
try to use a file from the windows driver disk?
cheers,
Owen.
[1] Firmware from:
http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-20 4:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 1:36 [linux-dvb] Kworld 399U Dual DVB-T USB tuner Owen Townend
2008-05-20 2:00 ` Antti Palosaari
2008-05-20 4:21 ` Owen Townend
2008-05-20 4:42 ` Owen Townend
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.