* [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed!
@ 2008-09-30 10:31 dabby bentam
[not found] ` <27308.1222823288@kewl.org>
0 siblings, 1 reply; 4+ messages in thread
From: dabby bentam @ 2008-09-30 10:31 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 906 bytes --]
I'm currently trying to get remote support added to the Avermedia Super 007 card.
I've turned the ir_debug on and gpio tracking on and enabled i2c_scan. I've added an entry in the saa7134-cards.c and saa7134-input.c - copying the settings from other avermedia cards.
The polling setting makes the card print out loads of ir_builder settings, removing the setting no output! - from this i am assuming that this card has no gpio setting? - possible i2c?
I've used regspy (from dscaler) to determine the GPIO STATUS and MASK value. Turning on/off the remote in windows has no value change? - does it change?
Any guidance on how to determine the ir code? - without the manufacture code book.
Thanks
David Bentham
_________________________________________________________________
Make a mini you and download it into Windows Live Messenger
http://clk.atdmt.com/UKM/go/111354029/direct/01/
[-- Attachment #1.2: Type: text/html, Size: 1121 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed!
[not found] ` <000601c923b4$5a8daed0$380010ac@mulberry.local>
@ 2008-10-01 10:56 ` David Bentham
0 siblings, 0 replies; 4+ messages in thread
From: David Bentham @ 2008-10-01 10:56 UTC (permalink / raw)
To: darron; +Cc: linux-dvb
-----Original Message-----
From: darron@kewl.org [mailto:darron@kewl.org]
Sent: 01 October 2008 02:08
To: dabby bentam
Subject: Re: [linux-dvb] Adding remote support to Avermedia Super 007 - more
info needed!
In message <BLU116-W122752EF5297963897FDE5C2430@phx.gbl>, dabby bentam
wrote:
hello david
>I'm currently trying to get remote support added to the Avermedia Super
007=
> card.
I have one of these cards also but I have no good news for you
unfortunately.
I am replying just to confirm that I too saw no activity in the register
logs in XP when pressing remote key presses. Nor, from what I can see
will any additions to the saa7134 code as is, aide you in reaching
remote control nirvana.
It looks as if all remotes on the saa7134 linux driver thus far are
triggered
via an interrupt and that no such interrupt is occuring when you press a key
on the remote for that board. This may require more absolute confirmation
though
as I didn't spend a great deal of time looking.
>I've turned the ir_debug on and gpio tracking on and enabled i2c_scan.
I've=
> added an entry in the saa7134-cards.c and saa7134-input.c - copying the
se=
>ttings from other avermedia cards.
>
>The polling setting makes the card print out loads of ir_builder settings=
>=2C removing the setting no output! - from this i am assuming that this
car=
>d has no gpio setting? - possible i2c?
>
>I've used regspy (from dscaler) to determine the GPIO STATUS and MASK
value=
>. Turning on/off the remote in windows has no value change? - does it
chang=
>e?
>
>Any guidance on how to determine the ir code? - without the manufacture
cod=
>e book.
I took a photo but didn't identify all the ICs on the board and write
them down, it may be worthwhie doing so and also tracing from where
the IR detector comes into the card and where it actually ends up.
If you are determined then you could explore the above but there is
still no guarantee of any eventual success of course as just knowing about
it more is only the first step in actually getting it to work.
cya!
Hello darron,
Thanks for the reply. I've established the cards IR port is not GPIO but
I2C. Similar to the hvr-1110 card. The I2C readout gives me:-
0x10
0x96
>From the other I2C cards, these functions are used to enable/disable the IR
port.
I'll take a closer look at he pins just incase.
Thanks
David
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed!
@ 2008-10-01 10:58 dabby bentam
2008-10-01 16:37 ` tomlohave
0 siblings, 1 reply; 4+ messages in thread
From: dabby bentam @ 2008-10-01 10:58 UTC (permalink / raw)
To: darron, linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 2601 bytes --]
-----Original Message-----
From: darron@kewl.org [mailto:darron@kewl.org]
Sent: 01 October 2008 02:08
To: dabby bentam
Subject: Re: [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed!
In message <BLU116-W122752EF5297963897FDE5C2430@phx.gbl>, dabby bentam wrote:
hello david
>I'm currently trying to get remote support added to the Avermedia Super
>007= card.
I have one of these cards also but I have no good news for you unfortunately.
I am replying just to confirm that I too saw no activity in the register logs in XP when pressing remote key presses. Nor, from what I can see will any additions to the saa7134 code as is, aide you in reaching remote control nirvana.
It looks as if all remotes on the saa7134 linux driver thus far are triggered via an interrupt and that no such interrupt is occuring when you press a key on the remote for that board. This may require more absolute confirmation though as I didn't spend a great deal of time looking.
>I've turned the ir_debug on and gpio tracking on and enabled i2c_scan.
>I've= added an entry in the saa7134-cards.c and saa7134-input.c -
>copying the se= ttings from other avermedia cards.
>
>The polling setting makes the card print out loads of ir_builder
>settings= =2C removing the setting no output! - from this i am assuming
>that this car= d has no gpio setting? - possible i2c?
>
>I've used regspy (from dscaler) to determine the GPIO STATUS and MASK
>value= . Turning on/off the remote in windows has no value change? -
>does it chang= e?
>
>Any guidance on how to determine the ir code? - without the manufacture
>cod= e book.
I took a photo but didn't identify all the ICs on the board and write them down, it may be worthwhie doing so and also tracing from where the IR detector comes into the card and where it actually ends up.
If you are determined then you could explore the above but there is still no guarantee of any eventual success of course as just knowing about it more is only the first step in actually getting it to work.
cya!
Hello darron,
Thanks for the reply. I've established the cards IR port is not GPIO but I2C. Similar to the hvr-1110 card. The I2C readout gives me:-
0x10
0x96
>From the other I2C cards, these functions are used to enable/disable the IR port.
I'll take a closer look at he pins just incase.
Thanks
David
_________________________________________________________________
Make a mini you and download it into Windows Live Messenger
http://clk.atdmt.com/UKM/go/111354029/direct/01/
[-- Attachment #1.2: Type: text/html, Size: 2941 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed!
2008-10-01 10:58 [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed! dabby bentam
@ 2008-10-01 16:37 ` tomlohave
0 siblings, 0 replies; 4+ messages in thread
From: tomlohave @ 2008-10-01 16:37 UTC (permalink / raw)
To: dabby bentam; +Cc: linux-dvb
dabby bentam a écrit :
> -----Original Message-----
> From: darron@kewl.org [mailto:darron@kewl.org]
> Sent: 01 October 2008 02:08
> To: dabby bentam
> Subject: Re: [linux-dvb] Adding remote support to Avermedia Super 007
> - more info needed!
>
> In message <BLU116-W122752EF5297963897FDE5C2430@phx.gbl>, dabby bentam
> wrote:
>
> hello david
>
> >I'm currently trying to get remote support added to the Avermedia Super
> >007= card.
>
> I have one of these cards also but I have no good news for you
> unfortunately.
>
> I am replying just to confirm that I too saw no activity in the
> register logs in XP when pressing remote key presses. Nor, from what I
> can see will any additions to the saa7134 code as is, aide you in
> reaching remote control nirvana.
>
> It looks as if all remotes on the saa7134 linux driver thus far are
> triggered via an interrupt and that no such interrupt is occuring when
> you press a key on the remote for that board. This may require more
> absolute confirmation though as I didn't spend a great deal of time
> looking.
>
> >I've turned the ir_debug on and gpio tracking on and enabled i2c_scan.
> >I've= added an entry in the saa7134-cards.c and saa7134-input.c -
> >copying the se= ttings from other avermedia cards.
> >
> >The polling setting makes the card print out loads of ir_builder
> >settings= =2C removing the setting no output! - from this i am assuming
> >that this car= d has no gpio setting? - possible i2c?
> >
> >I've used regspy (from dscaler) to determine the GPIO STATUS and MASK
> >value= . Turning on/off the remote in windows has no value change? -
> >does it chang= e?
> >
> >Any guidance on how to determine the ir code? - without the manufacture
> >cod= e book.
>
> I took a photo but didn't identify all the ICs on the board and write
> them down, it may be worthwhie doing so and also tracing from where
> the IR detector comes into the card and where it actually ends up.
>
> If you are determined then you could explore the above but there is
> still no guarantee of any eventual success of course as just knowing
> about it more is only the first step in actually getting it to work.
>
> cya!
>
> Hello darron,
>
> Thanks for the reply. I've established the cards IR port is not GPIO
> but I2C. Similar to the hvr-1110 card. The I2C readout gives me:-
>
> 0x10
> 0x96
>
> From the other I2C cards, these functions are used to enable/disable
> the IR port.
>
> I'll take a closer look at he pins just incase.
>
> Thanks
>
> David
>
>
> ------------------------------------------------------------------------
Have you try with i2c_scan ?
Not sure but for hvr1110,
>/ saa7133[0]: i2c scan: found device @ 0x10 [???]
/>/ saa7133[0]: i2c scan: found device @ 0x96 [???]
/>/ saa7133[0]: i2c scan: found device @ 0xa0 [eeprom]
/>/ saa7133[0]: i2c scan: found device @ 0xe0 [???]
/>/ saa7133[0]: i2c scan: found device @ 0xe2 [???] <---- ir remote here
/>/ saa7133[0]: i2c scan: found device @ 0xe4 [???]
/>/ saa7133[0]: i2c scan: found device @ 0xe6 [???]
/
Then 0xe2 <<1 = 0x71
Good luck
Tom
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-01 16:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01 10:58 [linux-dvb] Adding remote support to Avermedia Super 007 - more info needed! dabby bentam
2008-10-01 16:37 ` tomlohave
-- strict thread matches above, loose matches on Subject: below --
2008-09-30 10:31 dabby bentam
[not found] ` <27308.1222823288@kewl.org>
[not found] ` <000601c923b4$5a8daed0$380010ac@mulberry.local>
2008-10-01 10:56 ` David Bentham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox