On 27.04.2013 14:14, Reinhard Nissl wrote:
Hi,
my stb0899 card works properly on dvb-s and dvb-s2 transponders when using a
direct port on my sat multiswitch.
When using a SCR port on that multiswitch and changing VDR's config files
accordingly, it only locks on dvb-s transponders.
A SCR con
On 14.02.2013 20:50, Manu Abraham wrote:
On Fri, Feb 15, 2013 at 12:46 AM, Antti Palosaari wrote:
On 02/14/2013 08:05 PM, Manu Abraham wrote:
On Thu, Feb 14, 2013 at 9:22 PM, Antti Palosaari wrote:
On 02/14/2013 03:12 PM, Klaus Schmidinger wrote:
In VDR I use an ioctl() call with
In VDR I use an ioctl() call with FE_READ_UNCORRECTED_BLOCKS on a device (using
stb0899).
After this call I check 'errno' for EOPNOTSUPP to determine whether this
device supports this call. This used to work just fine, until a few months
ago I noticed that my devices using stb0899 didn't display
On 17.01.2013 18:37, Klaus Schmidinger wrote:
On 17.01.2013 18:22, Antti Palosaari wrote:
On 01/17/2013 07:16 PM, Manu Abraham wrote:
On Thu, Jan 17, 2013 at 3:03 PM, Antti Palosaari wrote:
On 01/17/2013 05:40 AM, Manu Abraham wrote:
MB86A20 is not the only demodulator driver with the Linux
On 17.01.2013 18:22, Antti Palosaari wrote:
On 01/17/2013 07:16 PM, Manu Abraham wrote:
On Thu, Jan 17, 2013 at 3:03 PM, Antti Palosaari wrote:
On 01/17/2013 05:40 AM, Manu Abraham wrote:
MB86A20 is not the only demodulator driver with the Linux DVB.
And not all devices can output in dB scale
On 09.01.2013 12:02, Simon Farnsworth wrote:
On Tuesday 8 January 2013 18:28:53 Devin Heitmueller wrote:
On Tue, Jan 8, 2013 at 6:18 PM, Simon Farnsworth
wrote:
The wireless folk use dBm (reference point 1 milliwatt), as that's the
reference point used in the 802.11 standard.
Perhaps we need
On 03.01.2013 14:20, Mauro Carvalho Chehab wrote:
Em Wed, 2 Jan 2013 00:38:50 +0530
Manu Abraham escreveu:
On Tue, Jan 1, 2013 at 10:59 PM, Mauro Carvalho Chehab
wrote:
Em Tue, 1 Jan 2013 22:18:49 +0530
Manu Abraham escreveu:
On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab
wrote:
On 29.12.2012 17:36, Devin Heitmueller wrote:
On Fri, Dec 28, 2012 at 6:56 PM, Mauro Carvalho Chehab
wrote:
The DVBv3 quality parameters are limited on several ways:
- Doesn't provide any way to indicate the used measure;
- Userspace need to guess how to calculate the measure;
On 29.12.2012 00:56, Mauro Carvalho Chehab wrote:
The DVBv3 quality parameters are limited on several ways:
- Doesn't provide any way to indicate the used measure;
- Userspace need to guess how to calculate the measure;
- Only a limited set of stats are supported;
attached patch reduces this to a single reading, with no more pausing.
I didn't observe any negative side effects of this change.
Signed-off-by: Klaus Schmidinger
Klaus
--- a/linux/drivers/media/dvb/frontends/stb0899_drv.c 2012-04-23 15:10:35.994008188 +0200
+++ a/linux/drivers/media/dvb/fron
*status |= FE_HAS_SIGNAL | FE_HAS_CARRIER;
dprintk(state->verbose, FE_DEBUG, 1,
"UWP & CSM Lock ! ---> DVB-S2 FE_HAS_CARRIER");
Acked-by: Klaus Schmidinger
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body
val = STB0899_GETFIELD(IF_AGC_GAIN, reg);
*strength = stb0899_table_lookup(stb0899_dvbs2rf_tab,
ARRAY_SIZE(stb0899_dvbs2rf_tab) - 1, val);
Acked-by: Klaus Schmidinger
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vg
n it.
Em 19-01-2012 15:39, Klaus Schmidinger escreveu:
stb0899_read_signal_strength() adds an offset to the result of the table lookup.
That offset must correspond to the lowest value in the lookup table, to make
sure
the result doesn't get below 0, which would mean a "very high"
x27; and 'snr' need to be initialized to 0 to make sure they have a
defined result in case there is no "internal->lock".
Signed-off-by: Klaus Schmidinger
--- a/linux/drivers/media/dvb/frontends/stb0899_drv.c 2011-06-11
16:54:32.0 +0200
+++ b/linux/drivers/media
ppose this!
You may introduce new APIs as you like, but don't break the
existing ones that have worked for many years.
Nacked-by: Klaus Schmidinger
Klaus
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
On 10.06.2011 15:18, Devin Heitmueller wrote:
On Thu, Jun 9, 2011 at 9:07 AM, Andreas Oberritter wrote:
... implemented in *kernel* drivers for several generations of the dreambox.
Well, let's see the source code to the drivers in question, and from
there we can make some decisions on how to
On 09.09.2010 23:52, rjkm wrote:
> Hi,
>
> cards like the Digital Devices DuoFlex S2, cineS2 and upcoming
> hardware (octuple, network, etc.) have independent CA devices.
> This means that instead of having the stream routed from the frontend
> through the CI and only then into memory a stream c
On 10.05.2010 06:40, Patch from Klaus Schmidinger wrote:
> The patch number 14692 was added via Douglas Schilling Landgraf
>
> to http://linuxtv.org/hg/v4l-dvb master development tree.
>
> Kernel patches in this development tree may be modified to be backward
> compatible
is no flag in the SI data that would indicate
that a transponder uses "turbo fec", VDR will assume that
all 8psk transponders on DVB-S use "turbo fec".
Signed-off-by: Klaus Schmidinger
Tested-by: Derek Kelly
--- linux/include/linux/dvb/frontend.h.001 2010-04-05 16:13:08.000
On 04/21/10 09:58, Andreas Oberritter wrote:
> Hello Mauro,
>
> Mauro Carvalho Chehab wrote:
>> Subject: V4L/DVB: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable
>> DVB devices
>> Author: Klaus Schmidinger
>> Date:Sun Apr 11 06:12:52 2010 -0300
On 18.04.2010 16:51, Manu Abraham wrote:
> On Sun, Apr 18, 2010 at 5:19 PM, Klaus Schmidinger
> wrote:
>> On 15.04.2010 22:21, Manu Abraham wrote:
>>> Hi Klaus,
>>>
>>> On Sun, Apr 11, 2010 at 1:12 PM, Klaus Schmidinger
>>> wrote:
>>>>
On 15.04.2010 22:21, Manu Abraham wrote:
> Hi Klaus,
>
> On Sun, Apr 11, 2010 at 1:12 PM, Klaus Schmidinger
> wrote:
>> The enum fe_caps provides flags that allow an application to detect
>> whether a device is capable of handling various modulation types etc.
>&
(apparently the only ones
with PSK_8). Only the gp8psk-fe.c has been explicitly tested, though.
Signed-off-by: Klaus Schmidinger
Tested-by: Derek Kelly
--- linux/include/linux/dvb/frontend.h.001 2010-04-05 16:13:08.0
+0200
+++ linux/include/linux/dvb/frontend.h 2010-04-10 12:08
When I use the latest driver from http://linuxtv.org/hg/v4l-dvb (4d727d223236)
and load all the modules I need, as in
/sbin/modprobe firmware_class
/sbin/modprobe i2c-core
/sbin/insmod ./v4l1-compat.ko
/sbin/insmod ./cx24113.ko
/sbin/insmod ./s5h1420.ko
/sbin/insmod ./videobuf-core.ko
/sbin/insmod
On 05/18/09 22:33, Klaus Schmidinger wrote:
> I always compile the current av7110 firmware into my driver,
> so that I can have different driver/firmware versions to test
> with. This used to work by doing
>
> CONFIG_DVB_AV7110_FIRMWARE=y
> CONFIG_DVB_AV7110_FIRMWARE_FILE="
I always compile the current av7110 firmware into my driver,
so that I can have different driver/firmware versions to test
with. This used to work by doing
CONFIG_DVB_AV7110_FIRMWARE=y
CONFIG_DVB_AV7110_FIRMWARE_FILE="/home/kls/vdr/firmware/FW.current"
in the v4l/.config file (where FW.current is
On 17.01.2009 06:51, user.vdr wrote:
> I think it's a lame idea to clump all media related stuff into one
> mailing list from separate ml's because 1) it's too general of a topic
> and 2) those ml's already had a lot of activity on their own. The
> idea of sifting through tons of posts of no inter
27 matches
Mail list logo