Re: [linux-dvb] DViCO Dual Digital 4 and remote

2008-02-07 Thread Bonne Eggleston
Hi all,
I occasionally have the problem with the remote that the device nodes
disappear. Has anyone else experienced this? Is there an easy fix?

Cheers,
Bonne

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-21 Thread Bonne Eggleston
On 11/20/07, Christopher Pascoe [EMAIL PROTECTED] wrote:
  I tested the patch and it appears to work very well. The remote shows up
  as an input device and pressing keys generates keypresses (just as a
  keyboard would). The number keys and arrow keys generate keycodes that
  work perfectly.
 
  Two questions:
  1. Some keys do not generate an event (I've been testing it using
  xev). Does anyone know how to get all keys to work (an example is the
  DVD key)

 Hi Bonne,

 Can you add on your machine, in cxusb.c, a:

 if (ircode[1] != 0)
 printk(I: %02x %02x %02x %02x\n, ircode[0], ircode[1], 
 ircode[2], ircode[3]);

 to cxusb_bluebird2_rc_query, just after the cxusb_i2c_xfer(d-i2c_adap,
 msg, 1); line, and then tail your kern.log?

 You should get a unique entry written to the log for each key on the
 remote and the middle two hex digits should correspond to entries in the
 key map that is in the .c file just after that.
Did that, worked very well for debugging... I found that I had to
restart the computer (completely power down) a few times while playing
with lirc to get the remote to spit anything out.


 Let us know the codes that are emitted for the keys that don't work and I
 will compare them to my friend's remote.
Turns out that after following various tutorials on lirc and using
some preconfigured config files that people have put together
everything works perfectly!

Thanks for all the help... This is certainly a very helpful mailing
list, hopefully I can give something back soon :)


 Regards,
 Chris


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-19 Thread Peter Fern
Bonne Eggleston wrote:
 On 11/15/07, Robert Backhaus [EMAIL PROTECTED] wrote:
   
 Two questions:
 1. Some keys do not generate an event (I've been testing it using
 xev). Does anyone know how to get all keys to work (an example is the
 DVD key)
   

I can't recall if this is expected, or necessary.  See next response.

 2. Has anyone gone and mapped the keycodes to their equivalents? I
 would normally do it using Xmodmap, but there's probably a better way.
 I'll do it if noone else already has, but no need to duplicate work ;)
   

Once you have your input device working correctly, just attach lirc to 
the event device with the 'dev/input' lirc driver and use it like a 
regular remote - this gives you far more power, and should allow you to 
map all the buttons.  Just follow a tutorial for the DD2 and you should 
be pretty much there.



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-18 Thread Robert Backhaus
On Nov 18, 2007 4:31 AM, oobe trouble [EMAIL PROTECTED] wrote:
 update i got it working using dev/input as lirc driver however im
 unable to find a working lircd.conf im my attempts at generating one
 using irrecord have been futile so far
 by the way i have this remote working fine using a mce 2 reciever im
 purely just doing this for testing

Many people would have one. I have hacked one together, but I don't think it is
up to standard. There would be a standard of what to map certain buttons to,
but I do not have it.

If no one else posts one, I'll post what I have hacked out.

(PS. Please post questions like this to the list, not to individuals.
The individual
you contact may not know the answer)

Robert Bakchaus.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-18 Thread Bonne Eggleston
On 11/15/07, Robert Backhaus [EMAIL PROTECTED] wrote:
 Just to let those on this list know, Chris Pascoe posted patches to
 enable the remote on his page
 [http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/] on Monday. He may
 want some more time to work on them before posting an announcement, so
 caveat downlodeur.

I tested the patch and it appears to work very well. The remote shows
up as an input device and pressing keys generates keypresses (just as
a keyboard would). The number keys and arrow keys generate keycodes
that work perfectly.

Two questions:
1. Some keys do not generate an event (I've been testing it using
xev). Does anyone know how to get all keys to work (an example is the
DVD key)
2. Has anyone gone and mapped the keycodes to their equivalents? I
would normally do it using Xmodmap, but there's probably a better way.
I'll do it if noone else already has, but no need to duplicate work ;)

Cheers,
Bonne

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-15 Thread Robert Backhaus
Just to let those on this list know, Chris Pascoe posted patches to
enable the remote on his page
[http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/] on Monday. He may
want some more time to work on them before posting an announcement, so
caveat downlodeur.

Big thanks to all the very smart people who are working on this. (Big
Lartings to the manufacturers who are _NOT!!!)

I'm off home to apply the patches and see what happens.

Robert Backhaus.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-15 Thread Gabriel Noronha
Great News i'll give it a try probably Monday. Tuesday 

Thanks Chris for the patch.. 

P.S tell me if you need your own Dual digital 4 not just a friends. 

On Thu, 15 Nov 2007 04:30:02 pm Robert Backhaus wrote:
 Just to let those on this list know, Chris Pascoe posted patches to
 enable the remote on his page
 [http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/] on Monday. He may
 want some more time to work on them before posting an announcement, so
 caveat downlodeur.

 Big thanks to all the very smart people who are working on this. (Big
 Lartings to the manufacturers who are _NOT!!!)

 I'm off home to apply the patches and see what happens.

 Robert Backhaus.

 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb



___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-15 Thread Michael Krufky
Robert Backhaus wrote:
 Big thanks to all the very smart people who are working on this. (Big
 Lartings to the manufacturers who are _NOT!!!)

That's not cool.

DViCO is being very helpful.

-Mike

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-11-15 Thread Robert Backhaus
On Nov 15, 2007 10:34 PM, Michael Krufky [EMAIL PROTECTED] wrote:
 Robert Backhaus wrote:
  Big thanks to all the very smart people who are working on this. (Big
  Lartings to the manufacturers who are _NOT!!!)

 That's not cool.

 DViCO is being very helpful.

 -Mike


In that case, I apologise. Still, we would like them to employ staff to produce
patches (or even be comitters), making sure the support is there before the
devices are released (wishing for a perfect world...).
That said, I realise that getting any support from the manufacturer is better
than average, and invaluable; so I publicly apologise, and thank DViCO for
their assistance.

Robert Backhaus.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-10-31 Thread Nigel Cunningham
Hi.

On Monday 29 October 2007 12:11:10 Bonne Eggleston wrote:
 On Fri, 21 Sep 2007, Michael Krufky wrote:
  Bonne Eggleston wrote:
   Hi All,
   I just got this device and was able to get the tv section working really
   quickly thanks to all your fine efforts.
   I'd like to get the remote working, so if there is anything I can do to
   help out I'd be glad to. I'm a fairly proficient programmer so any
   pointers to get me started would be a great help.
 
  I'll post a new test patch for the remote within the next few weeks -- I
  know how it works now, but don't have a lot of time...
 
 Any luck with that patch? I'm keen to help out if there's anything I can do. 

Me too, although I'm away from it for a few weeks.

Nigel
-- 
See http://www.tuxonice.net for Howtos, FAQs, mailing
lists, wiki and bugzilla info.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-10-28 Thread Bonne Eggleston
On Fri, 21 Sep 2007, Michael Krufky wrote:
 Bonne Eggleston wrote:
  Hi All,
  I just got this device and was able to get the tv section working really
  quickly thanks to all your fine efforts.
  I'd like to get the remote working, so if there is anything I can do to
  help out I'd be glad to. I'm a fairly proficient programmer so any
  pointers to get me started would be a great help.

 I'll post a new test patch for the remote within the next few weeks -- I
 know how it works now, but don't have a lot of time...

Any luck with that patch? I'm keen to help out if there's anything I can do. 

Bonne


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-09-20 Thread Bonne Eggleston
Hi All,
I just got this device and was able to get the tv section working really 
quickly thanks to all your fine efforts. 
I'd like to get the remote working, so if there is anything I can do to help 
out I'd be glad to. I'm a fairly proficient programmer so any pointers to get 
me started would be a great help. 

Cheers,
Bonne

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-09-20 Thread Michael Krufky
Bonne Eggleston wrote:
 Hi All,
 I just got this device and was able to get the tv section working really 
 quickly thanks to all your fine efforts. 
 I'd like to get the remote working, so if there is anything I can do to help 
 out I'd be glad to. I'm a fairly proficient programmer so any pointers to get 
 me started would be a great help. 

I'll post a new test patch for the remote within the next few weeks -- I know 
how it works now, but don't have a lot of time...


Stay tuned.

-Mike Krufky

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-07-23 Thread victor rajewski
Has there been any progress on this? I have tried both patches as
described in the email threads with the same (negative) results.
Additionally, when I used the patched module, my keyboard started
acting up somewhat (as if the keys got 'stuck') - this behaviour
disappeared when I un-patched the module. Though this may be just a
quirk with my hardware and/or other input drivers.

Is there anything I can do to help this along?

Cheers,

Victor

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-07-23 Thread Julian
On Mon, 23 Jul 2007, victor rajewski wrote:
 Has there been any progress on this? I have tried both patches as
 described in the email threads with the same (negative) results.
 Additionally, when I used the patched module, my keyboard started
 acting up somewhat (as if the keys got 'stuck') - this behaviour
 disappeared when I un-patched the module. Though this may be just a
 quirk with my hardware and/or other input drivers.

 Is there anything I can do to help this along?

 Cheers,

 Victor

 ___
 linux-dvb mailing list
 linux-dvb@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Not as far as i know.

I would also like to know how long people with the Dual 4 are expected to 
continually patch against the master repo? Or is there a repo that one can 
just clone/build/install without having to patch?

Regards
Jules

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-07-03 Thread Petey Leinonen

--- Michael Krufky [EMAIL PROTECTED] wrote:

 
 Luke  Petey,
 
 OK, well based on the logs, it seems like those i2c reads from 0x6b
 would be IR traffic...  Although it's possible that the windows driver
 is just repeatedly querying the RTC, although that seems strange.
 
 I double-checked on the ATSC NANO, (i have that device here) , and it
 seems to use the same mechanism for IR that the original bluebird
 firmware used  So, we may as well try that way too, although I do
 not see any usage of this command in the dd4 logs   But, it's still
 worth a try.
 
 Please apply the attached patch on top of what you already have... Let
 me know what happens.
 
 Cheers,
 
 Mike


Mike,

I've tried the new patch, but I still do not get anything. Exactly same
situation as before (ie the /dev/input entries are there but nothing happens
when I press the buttons on the remote).

Petey.


  

 Yahoo!7 Mail has just got even bigger and better with unlimited storage on all 
webmail accounts.
http://au.docs.yahoo.com/mail/unlimitedstorage.html




___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-07-02 Thread Petey Leinonen

--- Michael Krufky [EMAIL PROTECTED] wrote:

 David Findlay wrote:
  If you could find a photo of it, that would help.  Worst case scenario, I
  can send you a patch to enable the IR, and you may have to program the
  remote keymap (We already have keymaps ready for 1, 2, and 3 -- only 4
  needs programming, but I have that one here, and plan to take care of it
  over the weekend)
  
  http://www.davsoft.com.au/remote1.jpg
  http://www.davsoft.com.au/remote2.jpg - shows the ir receiver which looks 
  more like an IR led to me. 
 
 Perfect!  I took the right guess -- the remote shown above is the MCE remote.
  This patch should do the trick:
 
 http://linuxtv.org/~mkrufky/pending/xc/bluebird2-ir.patch
 
 Please provide some feedback -- let me know whether or not this works.
 
 Cheers,
 
 Mike

Thanks for providing the pics David. I can confirm that is what my remote and
receiver look like.

Mike, thank you for the patch. I've applied it and I now have 2 new /dev/input/
event entries, 3  4:

[17179588.964000] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual Digital 4' in
warm state.
[17179588.964000] dvb-usb: will pass the complete MPEG2 transport stream to the
software demuxer.
wifi and video card stuff removed
[17179589.812000] DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)...
[17179589.844000] input: IR-receiver inside an USB DVB receiver as
/class/input/input3
[17179589.844000] dvb-usb: schedule remote query interval to 150 msecs.
[17179589.844000] dvb-usb: DViCO FusionHDTV DVB-T Dual Digital 4 successfully
initialized and connected.
[17179589.844000] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual Digital 4' in
warm state.
[17179589.844000] dvb-usb: will pass the complete MPEG2 transport stream to the
software demuxer.
[17179589.876000] DVB: registering new adapter (DViCO FusionHDTV DVB-T Dual
Digital 4).
[17179590.164000] DVB: registering frontend 1 (Zarlink ZL10353 DVB-T)...
[17179590.164000] input: IR-receiver inside an USB DVB receiver as
/class/input/input4
[17179590.164000] dvb-usb: schedule remote query interval to 150 msecs.
[17179590.164000] dvb-usb: DViCO FusionHDTV DVB-T Dual Digital 4 successfully
initialized and connected.
[17179590.164000] usbcore: registered new driver dvb_usb_cxusb

However when I try to use them nothing happens. I have tried cat
/dev/input/event3 and  irrecord --driver=dev/input --device=/dev/input/event3
bob.txt, but pressing buttons does nothing. The green led on the remote goes
on when I press a button. With irrecord I get the following output after
pressing RETURN and holding a button for a few seconds:
Hold down an arbitrary button.
irrecord: gap not found, can't continue
irrecord: closing '/dev/input/event3'

I also tried with event4.

Petey.


  

 Yahoo!7 Mail has just got even bigger and better with unlimited storage on all 
webmail accounts.
http://au.docs.yahoo.com/mail/unlimitedstorage.html




___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-07-02 Thread Michael Krufky
Petey Leinonen wrote:
 --- Michael Krufky [EMAIL PROTECTED] wrote:

   
 David Findlay wrote:
 
 If you could find a photo of it, that would help.  Worst case scenario, I
 can send you a patch to enable the IR, and you may have to program the
 remote keymap (We already have keymaps ready for 1, 2, and 3 -- only 4
 needs programming, but I have that one here, and plan to take care of it
 over the weekend)
 
 http://www.davsoft.com.au/remote1.jpg
 http://www.davsoft.com.au/remote2.jpg - shows the ir receiver which looks 
 more like an IR led to me. 
   
 Perfect!  I took the right guess -- the remote shown above is the MCE remote.
  This patch should do the trick:

 http://linuxtv.org/~mkrufky/pending/xc/bluebird2-ir.patch

 Please provide some feedback -- let me know whether or not this works.

 Cheers,

 Mike
 

 Thanks for providing the pics David. I can confirm that is what my remote and
 receiver look like.

 Mike, thank you for the patch. I've applied it and I now have 2 new 
 /dev/input/
 event entries, 3  4:

 [17179588.964000] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual Digital 4' in
 warm state.
 [17179588.964000] dvb-usb: will pass the complete MPEG2 transport stream to 
 the
 software demuxer.
 wifi and video card stuff removed
 [17179589.812000] DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)...
 [17179589.844000] input: IR-receiver inside an USB DVB receiver as
 /class/input/input3
 [17179589.844000] dvb-usb: schedule remote query interval to 150 msecs.
 [17179589.844000] dvb-usb: DViCO FusionHDTV DVB-T Dual Digital 4 successfully
 initialized and connected.
 [17179589.844000] dvb-usb: found a 'DViCO FusionHDTV DVB-T Dual Digital 4' in
 warm state.
 [17179589.844000] dvb-usb: will pass the complete MPEG2 transport stream to 
 the
 software demuxer.
 [17179589.876000] DVB: registering new adapter (DViCO FusionHDTV DVB-T Dual
 Digital 4).
 [17179590.164000] DVB: registering frontend 1 (Zarlink ZL10353 DVB-T)...
 [17179590.164000] input: IR-receiver inside an USB DVB receiver as
 /class/input/input4
 [17179590.164000] dvb-usb: schedule remote query interval to 150 msecs.
 [17179590.164000] dvb-usb: DViCO FusionHDTV DVB-T Dual Digital 4 successfully
 initialized and connected.
 [17179590.164000] usbcore: registered new driver dvb_usb_cxusb

 However when I try to use them nothing happens. I have tried cat
 /dev/input/event3 and  irrecord --driver=dev/input 
 --device=/dev/input/event3
 bob.txt, but pressing buttons does nothing. The green led on the remote goes
 on when I press a button. With irrecord I get the following output after
 pressing RETURN and holding a button for a few seconds:
 Hold down an arbitrary button.
 irrecord: gap not found, can't continue
 irrecord: closing '/dev/input/event3'

 I also tried with event4.

Luke Tupper wrote:
 I am in the process of setting up a MythTV box with DViCo FusionHDTV
 Dual Digital 4 and got everything but the remote control working.
 After a lot of hunting around I found your recent posts on the
 Linux-Dvb mailing list with your patch for the remote. I noticed you
 wanted some feedback on the patch.

 Previously the remotes couldn't be seen at all. Now when I run cat
 /proc/bus/input/devices I see two USB Remote controls. Looking through
 the Ubuntu hardware manager both cards appear under each DVB device.

 However if I run sudo evtest /dev/input/event4 (event5) I don't get
 any response when pressing the remote. Also a brief test with the
 standard LIRC setup for DVICO remotes doesn't give any joy either.

 Finally a big thanks for all of your work in getting these devices to
 run under linux. I noticed it was one of your patches that makes the
 card work.

Luke  Petey,

OK, well based on the logs, it seems like those i2c reads from 0x6b
would be IR traffic...  Although it's possible that the windows driver
is just repeatedly querying the RTC, although that seems strange.

I double-checked on the ATSC NANO, (i have that device here) , and it
seems to use the same mechanism for IR that the original bluebird
firmware used  So, we may as well try that way too, although I do
not see any usage of this command in the dd4 logs   But, it's still
worth a try.

Please apply the attached patch on top of what you already have... Let
me know what happens.

Cheers,

Mike
---
 linux/drivers/media/dvb/dvb-usb/cxusb.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- xc-bluebird.orig/linux/drivers/media/dvb/dvb-usb/cxusb.c
+++ xc-bluebird/linux/drivers/media/dvb/dvb-usb/cxusb.c
@@ -941,7 +941,7 @@ static struct dvb_usb_device_properties 
 	.rc_interval  = 150,
 	.rc_key_map   = dvico_mce_rc_keys,
 	.rc_key_map_size  = ARRAY_SIZE(dvico_mce_rc_keys),
-	.rc_query = cxusb_bluebird2_rc_query,
+	.rc_query = cxusb_rc_query,
 
 	.generic_bulk_ctrl_endpoint = 0x01,
 
___
linux-dvb mailing list
linux-dvb@linuxtv.org

Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-06-30 Thread David Findlay
 If you could find a photo of it, that would help.  Worst case scenario, I
 can send you a patch to enable the IR, and you may have to program the
 remote keymap (We already have keymaps ready for 1, 2, and 3 -- only 4
 needs programming, but I have that one here, and plan to take care of it
 over the weekend)

http://www.davsoft.com.au/remote1.jpg
http://www.davsoft.com.au/remote2.jpg - shows the ir receiver which looks 
more like an IR led to me. 

Thanks,

David

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-06-30 Thread Michael Krufky
David Findlay wrote:
 If you could find a photo of it, that would help.  Worst case scenario, I
 can send you a patch to enable the IR, and you may have to program the
 remote keymap (We already have keymaps ready for 1, 2, and 3 -- only 4
 needs programming, but I have that one here, and plan to take care of it
 over the weekend)
 
 http://www.davsoft.com.au/remote1.jpg
 http://www.davsoft.com.au/remote2.jpg - shows the ir receiver which looks 
 more like an IR led to me. 

Perfect!  I took the right guess -- the remote shown above is the MCE remote.  
This patch should do the trick:

http://linuxtv.org/~mkrufky/pending/xc/bluebird2-ir.patch

Please provide some feedback -- let me know whether or not this works.

Cheers,

Mike

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-06-29 Thread Petey Leinonen

--- Peter Fern [EMAIL PROTECTED] wrote:

 Craig Cook wrote:
  Try the instructions for the original dvico dual tuner...

 Yeppo, the dev/input stuff is what you want, probably also worth writing 
 some udev rules, or using the by-id links in /dev/input to ensure you 
 don't get ordering problems with the eventX dev numbering if you have a 
 keyboard or other input device attached.
 

Thanks Craig  Peter, I wasn't aware it should be using the /dev/input device
entries. Unfortunately there doesn't appear to be any valid entries for the
remote. I have 3 /dev/input/eventX entries, 1 for keyboard, 1 for mouse and 1
for speaker(?). 

I deduce from one of the links I should be seeing a line like the following
when the DualDigital4 is initialised:

input: IR-receiver inside an USB DVB receiver as /class/input/input2

which is not there for me.

I'll investigate further.

Petey.


  

 Yahoo!7 Mail has just got even bigger and better with unlimited storage on all 
webmail accounts.
http://au.docs.yahoo.com/mail/unlimitedstorage.html




___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-06-29 Thread Michael Krufky
Petey Leinonen wrote:
 --- Peter Fern [EMAIL PROTECTED] wrote:
 
 Craig Cook wrote:
 Try the instructions for the original dvico dual tuner...
 Yeppo, the dev/input stuff is what you want, probably also worth writing 
 some udev rules, or using the by-id links in /dev/input to ensure you 
 don't get ordering problems with the eventX dev numbering if you have a 
 keyboard or other input device attached.

 
 Thanks Craig  Peter, I wasn't aware it should be using the /dev/input device
 entries. Unfortunately there doesn't appear to be any valid entries for the
 remote. I have 3 /dev/input/eventX entries, 1 for keyboard, 1 for mouse and 1
 for speaker(?). 
 
 I deduce from one of the links I should be seeing a line like the following
 when the DualDigital4 is initialised:
 
 input: IR-receiver inside an USB DVB receiver as /class/input/input2
 
 which is not there for me.
 
 I'll investigate further.

Guys,

It's not going to work.

The Dual Digital 4 uses a new API for the remote control -- completely 
different from that of the earlier bluebird-based devices.

I think I've figured it out, though.  In the original bluebird, we send 0x47, 
and read back 4 bytes, interpret those as remote control key codes...  In the 
bluebird2 (Dual Digital4, DVB-T Nano, ATSC Nano), it appears as if we just need 
to read those same 4 bytes from i2c addr 0x6b.

I believe that this 0x6b is the same ir chip found in the FusionHDTV RT models.

I'll prepare a patch and send it in a few hours.  (first I must drive to work 
;-) )

Which remote control comes with the DD4 ??  There are four DViCO remotes that I 
am aware of:

1) MCE Remote
2) Black remote (older one)
3) tiny grey remote
4) new grey remote

^^^ I know, my descriptions above leave much to be desired.

If you could find a photo of it, that would help.  Worst case scenario, I can 
send you a patch to enable the IR, and you may have to program the remote 
keymap (We already have keymaps ready for 1, 2, and 3 -- only 4 needs 
programming, but I have that one here, and plan to take care of it over the 
weekend)

Anyway, do not lose hope, but don't waste your time trying right now.

I'll get back to you shortly.

Cheers,

Mike

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-06-29 Thread Michael Krufky
Michael Krufky wrote:
 Petey Leinonen wrote:
 --- Peter Fern [EMAIL PROTECTED] wrote:

 Craig Cook wrote:
 Try the instructions for the original dvico dual tuner...
 Yeppo, the dev/input stuff is what you want, probably also worth writing 
 some udev rules, or using the by-id links in /dev/input to ensure you 
 don't get ordering problems with the eventX dev numbering if you have a 
 keyboard or other input device attached.

 Thanks Craig  Peter, I wasn't aware it should be using the /dev/input device
 entries. Unfortunately there doesn't appear to be any valid entries for the
 remote. I have 3 /dev/input/eventX entries, 1 for keyboard, 1 for mouse and 1
 for speaker(?). 

 I deduce from one of the links I should be seeing a line like the following
 when the DualDigital4 is initialised:

 input: IR-receiver inside an USB DVB receiver as /class/input/input2

 which is not there for me.

 I'll investigate further.
 
 Guys,
 
 It's not going to work.
 
 The Dual Digital 4 uses a new API for the remote control -- completely 
 different from that of the earlier bluebird-based devices.
 
 I think I've figured it out, though.  In the original bluebird, we send 0x47, 
 and read back 4 bytes, interpret those as remote control key codes...  In the 
 bluebird2 (Dual Digital4, DVB-T Nano, ATSC Nano), it appears as if we just 
 need to read those same 4 bytes from i2c addr 0x6b.
 
 I believe that this 0x6b is the same ir chip found in the FusionHDTV RT 
 models.
 
 I'll prepare a patch and send it in a few hours.  (first I must drive to work 
 ;-) )
 
 Which remote control comes with the DD4 ??  There are four DViCO remotes that 
 I am aware of:
 
 1) MCE Remote
 2) Black remote (older one)
 3) tiny grey remote
 4) new grey remote
 
 ^^^ I know, my descriptions above leave much to be desired.
 
 If you could find a photo of it, that would help.  Worst case scenario, I can 
 send you a patch to enable the IR, and you may have to program the remote 
 keymap (We already have keymaps ready for 1, 2, and 3 -- only 4 needs 
 programming, but I have that one here, and plan to take care of it over the 
 weekend)
 
 Anyway, do not lose hope, but don't waste your time trying right now.
 
 I'll get back to you shortly.

Please test the patch at the following location:

http://linuxtv.org/~mkrufky/pending/xc/bluebird2-ir.patch

This patch assumes that you have the MCE remote -- You can change it to the
tiny grey remote by changing one line in the patch.  If you have one of the
other remotes, then you'll have to use lirc.

This patch should already be the bare minimum required to get this going via 
lirc.

Please provide feedback after testing.

Regards,

Michael Krufky


___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


Re: [linux-dvb] DViCO Dual Digital 4 and remote

2007-06-24 Thread Peter Fern
Craig Cook wrote:
 Try the instructions for the original dvico dual tuner...

 http://www.mythtv.org/wiki/index.php/DViCO_FusionHDTV_DVB-T_Dual_Digital_Installation
 or
 http://www.mythtv.org/wiki/index.php/DVICO-Ultraview_Install_in_Australia

 Hopefully v4 is similar...

 Craig

Yeppo, the dev/input stuff is what you want, probably also worth writing 
some udev rules, or using the by-id links in /dev/input to ensure you 
don't get ordering problems with the eventX dev numbering if you have a 
keyboard or other input device attached.

___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


[linux-dvb] DViCO Dual Digital 4 and remote

2007-06-23 Thread Petey Leinonen
Does anyone have any suggestions on how to get the remote that comes with the
dual digital 4 to work?

I tried following Chris Pascoes instructions, but there appears to be no
evidence of the remote as a USB device (ie no /dev/hiddevX entry).

The remote receiver doesn't plug into a USB port, but into the back of the
card.

Thanks,
Petey.


  

 Yahoo!7 Mail has just got even bigger and better with unlimited storage on all 
webmail accounts.
http://au.docs.yahoo.com/mail/unlimitedstorage.html




___
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb