From: Soeren Moch <Soeren.Moch@stud.uni-hannover.de>
To: magnus@alefors.se
Cc: linux-media@vger.kernel.org
Subject: Re: SV: [linux-dvb] NOVA-TD exeriences?
Date: Sat, 21 Nov 2009 00:58:55 +0100 [thread overview]
Message-ID: <4B072D3F.8060807@stud.uni-hannover.de> (raw)
In-Reply-To: <4B06A22D.4090404@stud.uni-hannover.de>
[-- Attachment #1: Type: text/plain, Size: 2132 bytes --]
Soeren Moch schrieb:
> > > > Hi again. Just got my two new NOVA-TD's and at a first glance they
> > > seemed to
> > > > perform well. Closer inspections however revealed that I see
> exactly
> > > the same
> > > > issues as Soeren. Watching live TV with VDR on one adaptor while
> > > constantly
> > > > retuning the other one using:
> > > > while true;do tzap -x svt1;done
> > > > gives a short glitch in the VDR stream on almost every tzap.
> Another
> > > 100EUR down
> > > > the drain. I'll probably buy four NOVA-T's instead just like I
> > > planned to at
> > > > first.
> > > >
> > > > /Magnus H
> > >
> > > Slowly, slowly. Magnus, you want to support dibcom with another
> 100EUR for
> > > there poor performance in fixing the firmware?
> > > Please test my patches, the nova-td is running fine with these
> patches,
> > > at least for me.
> > >
> > > Patrick, any progress here? Will dibcom fix the firmware, or will you
> > > integrate the
> > > patches? Or what can I do to go on?
> > >
> > > Regards,
> > > Soeren
> > >
> > >
> >
> > Thanks Soeren, maybe I jumped to the wrong conclusions here. I actually
> > thought this came down to bad hardware design instead of a
> driver/firmware
> > issue. Unfortunately your patches made no difference here but I won't
> give
> > up that easily. If they made your problems disapperar there should be
> hope
> > for me too and I'll be glad to help in the development. I can live
> with the
> > glitches in the mean time if there's hope for improvement since I mostly
> > watch DVB-S these days. I'm running the stock Ubuntu Karmic 2.6.31
> kernel
> > and standard linuxtv drivers from hg. I also have four TT S2-1600
> cards in
> > there.
> > /Magnus
>
> Magnus, can you send the USB-IDs of your nova-td-sticks, please?
> Since I activated the workaround only for stk7700d_dib7000p_mt2266,
> there might be another funtion to fix your sticks.
>
> Soeren
>
>
OK, my nova-td device id is 2040:9580, for 2040:5200 the attached extended
patch version may help. (I have no access to such device.)
Please test.
Soeren
[-- Attachment #2: nova-td2.patch --]
[-- Type: text/x-patch, Size: 1366 bytes --]
--- linux.orig/drivers/media/dvb/dvb-usb/dib0700_devices.c 2009-11-20 23:39:51.000000000 +0100
+++ linux/drivers/media/dvb/dvb-usb/dib0700_devices.c 2009-11-21 00:47:09.000000000 +0100
@@ -303,6 +303,9 @@ static int stk7700d_frontend_attach(stru
adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,0x80+(adap->id << 1),
&stk7700d_dib7000p_mt2266_config[adap->id]);
+ adap->props.streaming_ctrl = NULL;
+ dib0700_streaming_ctrl(adap, 1);
+
return adap->fe == NULL ? -ENODEV : 0;
}
@@ -1710,12 +1713,20 @@ static int stk7070pd_frontend_attach0(st
}
adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x80, &stk7070pd_dib7000p_config[0]);
+
+ adap->props.streaming_ctrl = NULL;
+ dib0700_streaming_ctrl(adap, 1);
+
return adap->fe == NULL ? -ENODEV : 0;
}
static int stk7070pd_frontend_attach1(struct dvb_usb_adapter *adap)
{
adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x82, &stk7070pd_dib7000p_config[1]);
+
+ adap->props.streaming_ctrl = NULL;
+ dib0700_streaming_ctrl(adap, 1);
+
return adap->fe == NULL ? -ENODEV : 0;
}
@@ -1968,7 +1979,7 @@ MODULE_DEVICE_TABLE(usb, dib0700_usb_id_
.streaming_ctrl = dib0700_streaming_ctrl, \
.stream = { \
.type = USB_BULK, \
- .count = 4, \
+ .count = 1, \
.endpoint = ep, \
.u = { \
.bulk = { \
next prev parent reply other threads:[~2009-11-20 23:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-02 22:40 [linux-dvb] NOVA-TD exeriences? Soeren Moch
2009-11-03 10:18 ` Zdenek Kabelac
2009-11-03 22:36 ` Zdenek Kabelac
2009-11-04 11:17 ` Soeren Moch
2009-11-04 11:34 ` Zdenek Kabelac
2009-11-20 11:38 ` SV: " Magnus Hörlin
2009-11-20 13:09 ` Soeren Moch
2009-11-20 13:45 ` SV: " Magnus Hörlin
2009-11-20 14:05 ` Soeren Moch
2009-11-20 23:58 ` Soeren Moch [this message]
2009-11-21 8:51 ` Magnus Hörlin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B072D3F.8060807@stud.uni-hannover.de \
--to=soeren.moch@stud.uni-hannover.de \
--cc=linux-media@vger.kernel.org \
--cc=magnus@alefors.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.