means that the current driver gets
some assumptions wrong and might generate double keypresses for one IR
command.
The attached patch fixes this by throwing away the repeat bytes and by
associating the correct command and device bytes. Please apply.
Signed-off-by: David Härdeman <[EM
Hi,
here's an initial scan file for Casema (and probably some other cable
companies) in the Netherlands, please add to the dvb-apps repo.
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
--
David Härdeman
# Casema Netherlands
# freq sr fec mod
C 37200 6875000
ting any events with
> 'evtest' from the cards ir-receiver.
>
> Budget_ci's srcversion is 70035214582C9009995F1ED.
>
> Any ideas?
Yes, could you please try this patch:
http://www.linuxtv.org/pipermail/linux-dvb/2007-February/015759.html
Please let me know if it works or n
On Mon, Feb 12, 2007 at 06:25:53PM +0200, Jouni wrote:
On Mon, 12 Feb 2007 08:39:10 +0100 (CET), "David Härdeman"
<[EMAIL PROTECTED]> said:
On Sun, February 11, 2007 15:13, Jouni said:
I updated the DVB-modules (for improved ir handling) to recent versions
from v4l-Mercurial, a
d
So the sequence "1-2-3-3" should have been generated (with the last "3"
resulting from a long keypress).
The most likely explanation is that the rc5_device does not match, could
you provide me with the output from running
"cat /sys/module
and load the driver with ir_debug, then press a
few buttons, and then look in dmesg for bytes with a value in the range
0 - 31 (0x00 - 0x1f), that should be your rc5_device number.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
On Sun, Feb 11, 2007 at 06:48:27AM +0100, Oliver Endriss wrote:
David Härdeman wrote:
Changeset 6562d27de0d7 [1] by Oliver Endriss changed the budget-ci
driver to use interrupt mode for i2c transfers.
This also meant that a new bunch of IR bytes that were previously lost
are now received
e
one addressed by the patch.
At the moment, the driver doesn't work at all, so please apply this patch
and I'll take a look at repeat handling later.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
o change any sources and you'll be sure that it will keep on
working (I use input-kbd to set keymaps with my learning remote).
If you're unsure how to do it, I could write something up later this
week.
--
David Härdeman
___
linux-dvb mail
be removed
altogether.
In addition a couple of static variables were removed which would have
confused the IR code if more than one card is used.
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
--
David Härdeman
diff -r 5884d8239fe1 linux/drivers/media/dvb/ttpci/budget-ci.c
--- a/linux/d
hanks for fixing the breakage, I was at FOSDEM this weekend so I did not
have time to take care of it myself.
The good news is of course that all drivers are free to use the bool type
now.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
ir_debug=1 in the source file but I can't see this
module messages in dmesg.
From what you've said previously it seems unlikely that the module is
even loaded.
[1] http://www.sbprojects.com/knowledge/ir/rc5.htm
--
David Härdeman
___
linux-d
've already answered your question on the LIRC list. Did you try using
kbd-utils to change the repeat rate? You might also try loading ir-common
with the parameter "repeat=0".
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.o
ll be able to help you with the repeat rate
issue...
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
On Tue, Mar 06, 2007 at 06:52:48PM +0200, Ville-Pekka Vainio wrote:
David Härdeman kirjoitti viestissään (lähetysaika tiistai, 6. maaliskuuta 2007
15:26:20):
On Tue, March 6, 2007 13:20, Dom H said:
> I've updated my machine and now my Logitech remote is giving me multiple
> events
alue 0
> Event: time 1173221475.219707, type 0 (Reset), code 0 (Reset), value 0
This looks like it should as far as I can tell...400 ms from first
keypress until the first repeat, and then a key release event about 75 ms
later. The delay until the first repeat event can be changed using kbdr
first mail.
I think this one wasn't included (sent 5 Feb).
--
David Härdeman
# Casema Netherlands
# freq sr fec mod
C 37200 6875000 NONE QAM64
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
sn't work with the most recent version of the driver, please
load the module with debug=1 and send the output from dmesg.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
ks like it should
> be working?
I'd suggest you try using the basic gnutv application from the dvb-tools
repo first and see if it works. It just needs a correct channel.conf file
to operate and it can also let you use the CAM menu (so you can make sure
the communication with the C
uot;outfile.mpg" with
xine or mplayer.
If you don't have a channel.conf you need to create one using the zap utils.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
gth.
>
> Can you tell me what level you get for SIGNAL?
I also get bogus signal strength values (as in - impossibly low ones) on
the same card, so I don't think that is your problem.
--
David Härdeman
___
linux-dvb mailing list
lin
On Wed, June 6, 2007 10:25, Simon Baxter wrote:
> David Härdeman wrote:
>> Try something like:
>>
>> gnutv -channels channel.conf -out stdout "NAME_OF_A_CHANNEL" >
>> outfile.mpg
>>
>> Let that run for a while and then see if you can play &qu
On Thu, June 7, 2007 12:35, Simon Baxter wrote:
>> > David Härdeman wrote:
>> What is the output from gnutv when you execute it like above?
>>
>> (If I record a stream using gnutv to a file without having working
>> encryption, I get a file which is properly recog
is what Casema uses (AFAIK).
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
labla" printk removed?
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
value of 0x50 and
a mask of 0xf0 mean that all sections 0x50 - 0x5f would pass through the
section filter?
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
On Tue, July 10, 2007 10:56, Marcel Siegert wrote:
> On Tuesday 10 July 2007, David Härdeman wrote:
>> I'm trying to understand the dvbdemux_set_section_filter function in
>> dvp-apps/lib/libdvbapi/dvbdemux.c (lines 74 - 93).
>>
>> It used to take 16 filter and 16
On Tue, July 10, 2007 10:56, Marcel Siegert wrote:
> On Tuesday 10 July 2007, David Härdeman wrote:
>> I'm trying to understand the dvbdemux_set_section_filter function in
>> dvp-apps/lib/libdvbapi/dvbdemux.c (lines 74 - 93).
...
>
> if you filter a section you can filte
On Wed, July 11, 2007 09:31, David Härdeman wrote:
> Ok, now I'm confused...when I use one filter by calling
> dvbdemux_set_section_filter with filter[0] and mask[0] set to something, I
> get sections.
>
> If I use two filters by calling dvbdemux_set_section_filter with
ernel could of course have been
expressed in a less terse manner, but that's something else.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
grams use
of libdvben50221 to that of gnutv...
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
The attached patch changes budget-ci so that the keymap can be changed
using the regular input-kbd tool (like it can for other remotes using
ir-kbd-*).
Compiled and tested with a programmable remote.
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
--- linux-2.6.18.orig/drivers/med
different RC5 device codes.
This patch needs to be applied on top of the dynamic keymap patch posted
earlier[1].
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
[0] http://www.linuxtv.org/mailinglists/linux-dvb/2004/03-2004/msg00721.html
[1] http://www.linuxtv.org/pipermail/linux-dv
different RC5 device codes.
This patch needs to be applied on top of the dynamic keymap patch posted
earlier[1].
Patch included this time :)
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
[0] http://www.linuxtv.org/mailinglists/linux-dvb/2004/03-2004/msg00721.html
[1] http://www.linux
anges will also have some time to get some testing before
moving along with more changes...
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
eries and my two previous patches).
The result is a much more pleasant IR experience with snappier key
reporting and some added features like RC5 device decoding.
Compiled and tested with a programmable remote.
Testers, comments and/or commits are welcome...
--
David Här
t.
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/common/ir-keymaps.c
===
--- v4l-dvb.orig/linux/drivers/media/common/ir-keymaps.c2006-10-02
18:48:22.0 +0200
+++ v4l-d
This adds a ir_debug parameter which is useful in tracking down
IR decoding problems.
Based on Darren Salt's dvb-ir patchset.
Signed-off-by: Darren Salt <[EMAIL PROTECTED]>
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/dvb/
per ~110ms is possible)
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/dvb/ttpci/budget-ci.c
===
--- v4l-dvb.orig/linux/drivers/media/dvb/ttpci/budget-ci.c 2006-10-02
20:28:19.000
) to avoid truncation
and uses snprintf rather than sprintf in case the extra space shouldn't be
enough.
Taken from Darren Salt's dvb-ir patchset
Signed-off-by: Darren Salt <[EMAIL PROTECTED]>
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/dri
hset.
Signed-off-by: Darren Salt <[EMAIL PROTECTED]>
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/dvb/ttpci/budget-ci.c
===
--- v4l-dvb.orig/linux/drivers/media/dvb/ttpci/budget-ci.c
Improve the error checking in the IR init and deinit functions.
Based on Darren Salt's dvb-ir patchset.
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/dvb/ttpci/budget-ci.c
Trivial change to help the user understand what went wrong.
Taken from Darren Salt's dvb-ir patchset.
Signed-off-by: Darren Salt <[EMAIL PROTECTED]>
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/dvb/
Salt <[EMAIL PROTECTED]>
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
Index: v4l-dvb/linux/drivers/media/dvb/ttpci/budget-ci.c
===
--- v4l-dvb.orig/linux/drivers/media/dvb/ttpci/budget-ci.c 2006-10-02
18:49:0
On Tue, October 3, 2006 2:33, C.Y.M said:
> David Härdeman wrote:
>> This series of patches includes a number of bugfixes and changes to the
>> IR input handling of the budget-ci driver.
>
> If these patches are successful, can they also be implemented into the
> regula
On Tue, October 3, 2006 22:43, C.Y.M said:
> David Härdeman wrote:
>> I'm sorry, but I don't quite follow...the ir driver for the av7110 uses
>> the Linux input system (i.e. appears as a keyboard more or less), why
>> use
>> LIRC? Exactly what issues do you h
itrary keys to
actions, file a bug report against that app (MythTV, Xine, Mplayer, Xmame
all support mapping keys).
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
On Wed, October 4, 2006 10:44, Torgeir Veimo said:
> On 4 Oct 2006, at 08:35, David Härdeman wrote:
>> The solution is simple, get rid of LIRC
>
> Well I run an application without X while taking input only using the
> linux input system, and I'm still having problems wit
On Wed, October 4, 2006 12:53, Oliver Endriss said:
> David Härdeman wrote:
>> On Wed, October 4, 2006 10:44, Torgeir Veimo said:
>>> Well I run an application without X while taking input only using the
>>> linux input system, and I'm still having problems with mu
cular in order to have the
patches committed to the repo, did anyone experience problems with them
or should I just be more patient?
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
some feedback here
cause I'm at a loss to figure out what is going on...
--
David Härdeman
MythTV debug output:
2006-10-25 22:34:27.606 Using runtime prefix = /usr
2006-10-25 22:34:27.743 New DB connection, total: 1
2006-10-25 22:34:27.775 Connected to database '
On Thu, October 26, 2006 2:16, David Härdeman said:
> I'm currently trying to get a TechnoTrend C-1500 Budget card (using the
> budget-ci module), using a CAM module, working with MythTV.
>
> After some debugging it seems that it does work fine until I use the
> remote, so
On Thu, Oct 26, 2006 at 10:56:49AM +0200, David Härdeman wrote:
On Thu, October 26, 2006 2:16, David Härdeman said:
I'm currently trying to get a TechnoTrend C-1500 Budget card (using the
budget-ci module), using a CAM module, working with MythTV.
After some debugging it seems that it
repo.
Signed-off-by: David Härdeman <[EMAIL PROTECTED]>
diff -ur v4l-dvb.orig/linux/drivers/media/dvb/ttpci/budget-ci.c
v4l-dvb/linux/drivers/media/dvb/ttpci/budget-ci.c
--- v4l-dvb.orig/linux/drivers/media/dvb/ttpci/budget-ci.c 2006-10-25
22:26:21.0 +0200
+++ v4l-dvb/linux/d
linux.
Try the "gnutv" app from the dvb-apps repo using the "-cammenu" option
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
ou can go into the cam menu, but I
>cannot find any way with a dvb card on linux.
Try the "gnutv" app from the dvb-apps repo using the "-cammenu" option
--
David Härdeman
Does that work for you?
Yup (using a C-1500)
# dmesg | grep frontend
DVB: registering fronten
caused constant lockups and errors
(within seconds, cammenu was barely useable) and things improved when I
used the original (shorter) cable again.
I'm going to spend more time debugging my C-1500 when I have some more
time to spend :)
--
David Härdeman
On Mon, Oct 30, 2006 at 11:36:24PM +, Andrew Lyon wrote:
On 10/30/06, David Härdeman <[EMAIL PROTECTED]> wrote:
If you're feeling adventurous, you might try recompiling MythTV. In
mythtv/libs/libmythtv/dvbcam.cpp, function DVBCam::CiHandlerLoop(),
there is a usleep(250) which I
work a bit on the patchset and resubmit it when I have some more
time.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
On Mon, Oct 30, 2006 at 08:32:27PM +0100, David Härdeman wrote:
On Mon, Oct 30, 2006 at 07:07:05PM +, Andrew Lyon wrote:
Really not sure what is wrong, I can leave it playing a encrypted
channel for days at a time, but if I change channels a few times it
stops working, I have a feeling
?
...
Anyone else having problems that I'm having? Any suggestions and ideas (any
other tests I should do?) are appreciated.
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
alot).
Do you know which crypto system your provider uses? (it will be
important for your choice of CAM module)
--
David Härdeman
___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
62 matches
Mail list logo