[linux-dvb] DViCO Fusion HDTV DVB-T Dual Express [PATCH]
stev391 at email.com
stev391 at email.com
Sun May 25 13:28:20 CEST 2008
Hans-Frieder,
Thanks, for this patch. I have tested it on 1 of 3 machines that I have
access to with this DVB card. No issues (Now loads 80 firmwares, instead
of 3)
It doesn't break Chris Pascoe's xc-test branch with the DViCO Fusion HDTV
DVB-T Dual Express.
It also makes my patch, to get support into the v4l-dvb head, (newer
version then posted here) work a lot more reliably (Perfectly on this
test machine, I will run it on my mythbox for a week or so before I post
it).
I think you should email Chris Pascoe and petition him to include it in
his branch. As this will definitely help alot of people out.
Thanks again,
Stephen.
----- Original Message -----
From: "Hans-Frieder Vogt"
To: "jochen s" , stev391 at email.com
Subject: Re: [linux-dvb] DViCO Fusion HDTV DVB-T Dual Express [PATCH]
Date: Fri, 23 May 2008 21:46:58 +0200
Jochen,
you are indeed missing firmwares. The xc-test branch from Chris
Pascoe uses the special collection of firmwares
xc3028-dvico-au-01.fw which only contains firmwares for 7MHz
bandwidth (just try to tune a channel in the 7MHz band to confirm
this). To make the card work also for other bandwidths please apply
the following patch and put the standard firmware for xc3028
(xc3028-v27.fw) in the usual place (e.g. /lib/firmware).
This approach should also work for australia, because the standard
firmware also contains those firmwares in xc3028-dvico-au-01.fw.
Stephen, can you confirm this?
Cheers,
Hans-Frieder
--- xc-test.orig/linux/drivers/media/video/cx23885/cx23885-dvb.c
2008-04-26 23:40:52.000000000 +0200
+++ xc-test/linux/drivers/media/video/cx23885/cx23885-dvb.c
2008-05-19 23:15:08.000000000 +0200
@@ -217,9 +217,9 @@ static int dvb_register(struct cx23885_t
.callback = cx23885_dvico_xc2028_callback,
};
static struct xc2028_ctrl ctl = {
- .fname = "xc3028-dvico-au-01.fw",
+ .fname = "xc3028-v27.fw",
.max_len = 64,
- .scode_table = ZARLINK456,
+ .demod = XC3028_FE_ZARLINK456,
};
fe = dvb_attach(xc2028_attach, port->dvb.frontend,
--
See Exclusive Video: 10th Annual Young Hollywood Awards
http://www.hollywoodlife.net/younghollywoodawards2008/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20080525/862e8c03/attachment.htm
More information about the linux-dvb
mailing list