Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, giving up.

2009-11-18 Thread Morvan Le Meut
. ( Strange anyway : it's as if there was a 0x7f mask even when i specify a 0xff one ) Feel free to write a patch. Morvan Le Meut a écrit : um .. help, please ? how can i make the driver read 1011011 instead of 011011 when i press Power instead of record on the remote ? thanks -- To unsubscribe

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, giving up.

2009-09-13 Thread Morvan Le Meut
? If it is that then i am a problem : i did specify it as 0xff. Did i miss something ? hermann pitton a écrit : Am Samstag, den 12.09.2009, 10:14 +0200 schrieb Morvan Le Meut: Since i don't know where to look, i finally decided to use a basic incorrect keymap : /* ADS Tech Instant TV PCI Remote

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, giving up.

2009-09-12 Thread Morvan Le Meut
Le Meut a écrit : um .. help, please ? how can i make the driver read 1011011 instead of 011011 when i press Power instead of record on the remote ? thanks -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, no idea what to try.

2009-09-11 Thread Morvan Le Meut
um .. help, please ? how can i make the driver read 1011011 instead of 011011 when i press Power instead of record on the remote ? thanks Morvan Le Meut a écrit : from cx88-input.c case CX88_BOARD_ADSTECH_DVB_T_PCI: ir_codes = ir_codes_adstech_dvb_t_pci; ir-gpio_addr

Re: saa7134 doesn't work after warm-reboot

2009-09-10 Thread Morvan Le Meut
I've seen computer act strangely after such short power outage ( especially when that outage take a few ms ). Usually, the culprit is a low quality power supply, and i solve it by using a better quality one plus a surge protector (when i can't convice to buy a small UPS, at least :) ).

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-10 Thread Morvan Le Meut
}, as you can see, for most of the keycodes, i am missing 0x40, which mean i am missing one bit. And i don't even know where i should start looking to solve that problem. thanks for any help/solution. Morvan Le Meut a écrit : I don't know if i mentioned it before but something i find strange

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support, no idea what to try.

2009-09-10 Thread Morvan Le Meut
; I'm not sure how much of the adstech instant tv dvb-t pci can be copied for the non dvb-t one but could the solution be something along the lines of that ir-gpio_addr thing ? or is that specific to the cx88 driver ? Morvan Le Meut a écrit : Still rambling about it :) i was just comparing

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-09 Thread Morvan Le Meut
Morvan Le Meut a écrit : i can use the remote now ( using devinput in lirc ) but a few quirks remains : - dmesg gives a lot of saa7134 IR (ADS Tech Instant TV: unknown key: key=0x7f raw=0x7f down=1 - in irw most keys are misidentified ( Power as RECORD, Mute as Menu, Down as DVD and DVD

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-09 Thread Morvan Le Meut
=0x1c mask=0x7f data=28 Sep 9 11:01:36 debian kernel: [ 4690.548019] saa7133[0]/ir: build_key gpio=0x7f mask=0x7f data=127 i hopt someone can make sense of this. Morvan Le Meut a écrit : Working on it, but i don't think everything is correct : some totaly unrelated keys have the same keycode

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-09 Thread Morvan Le Meut
-has_remote = SAA7134_REMOTE_GPIO; break; ? could it be that the repeating keys come from not using that saa_writeb thing ? Morvan Le Meut a écrit : wait, from that webpage, the gpio would be different for each key, independently from the mask, so my previous attempt with ir_debug=1 means

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-09 Thread Morvan Le Meut
Samuel Rakitnican a écrit : No, this is used for some autodetection routine for different version of the same card. This has nothing to do with your case. The key is here, you need to find correct value. case SAA7134_BOARD_ADS_INSTANT_TV: ir_codes = AdsInstantTvPci_codes;

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-09 Thread Morvan Le Meut
I don't know if i mentioned it before but something i find strange is saa7134 IR (ADS Tech Instant TV: unknown key: key=0x00 raw=0x00 down=1 as soon as the module is loaded. Morvan Le Meut a écrit : i did try it ( well, i left the keyup and keydown part and i also tried it by setting

(Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-08 Thread Morvan Le Meut
Morvan Le Meut a écrit : Hello all This is an old card i bough by error ( wanted the DVB-T version ) but i tried it and i see a small problem : The remote isn't supported. ( If it is, i wonder why my computer don't see it ) I found an old patch to add remote support to it here : http

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-08 Thread Morvan Le Meut
Samuel Rakitnican a écrit : On Tue, 08 Sep 2009 10:25:44 +0200, Morvan Le Meut mlem...@gmail.com wrote: Morvan Le Meut a écrit : Hello all This is an old card i bough by error ( wanted the DVB-T version ) but i tried it and i see a small problem : The remote isn't supported. ( If it is, i

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-08 Thread Morvan Le Meut
Morvan Le Meut a écrit : Samuel Rakitnican a écrit : On Tue, 08 Sep 2009 10:25:44 +0200, Morvan Le Meut mlem...@gmail.com wrote: Morvan Le Meut a écrit : Hello all This is an old card i bough by error ( wanted the DVB-T version ) but i tried it and i see a small problem : The remote isn't

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-08 Thread Morvan Le Meut
Morvan Le Meut a écrit : Morvan Le Meut a écrit : Samuel Rakitnican a écrit : On Tue, 08 Sep 2009 10:25:44 +0200, Morvan Le Meut mlem...@gmail.com wrote: Morvan Le Meut a écrit : Hello all This is an old card i bough by error ( wanted the DVB-T version ) but i tried it and i see a small

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-08 Thread Morvan Le Meut
new problem, maybe not related but : i've no sound anymore. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: (Saa7134) Re: ADS-Tech Instant TV PCI, no remote support

2009-09-08 Thread Morvan Le Meut
Morvan Le Meut a écrit : new problem, maybe not related but : i've no sound anymore. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html eh, for some

ADS-Tech Instant TV PCI

2009-09-07 Thread Morvan Le Meut
Hello all This is an old card i bough by error ( wanted the DVB-T version ) but i tried it and i see a small problem : The remote isn't supported. ( If it is, i wonder why my computer don't see it ) I found an old patch to add remote support to it here :

Re: Hauppauge HVR 1110 : recognized but doesn't work

2009-09-06 Thread Morvan Le Meut
Seems to be a mythtv issue : u...@pvr:~$ scan ./fr-lorient scanning ./fr-lorient using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 554166000 0 2 9 3 1 0 0 initial transponder 562166000 0 2 9 3 1 0 0 initial transponder 570166000 0 2 9 3 1 0 0 initial

Re: Hauppauge HVR 1110 : recognized but doesn't work

2009-09-06 Thread Morvan Le Meut
2009/9/5 Morvan Le Meut mlem...@gmail.com: ( new subject from my previous ec168 mail ) got the firmware from http://steventoth.net/linux/hvr1200/ using the latest code from linuxtv ( which autodetect the card as an HVR1120 ) seems the problem is firmware uploading ... wrong file

Re: Hauppauge HVR 1110 : recognized but doesn't work

2009-09-06 Thread Morvan Le Meut
2009/9/6 Morvan Le Meut mlem...@gmail.com: i wonder why mythtv can't use that card when the scan utility can. (yes, i checked what card the scan utility use ) confirmed with mplayer, the card works but not with mythtv ( got some DVB: adapter 0 frontend 0 frequency 4294967286 out of range

Hauppauge HVR 1110 : recognized but doesn't work

2009-09-05 Thread Morvan Le Meut
( new subject from my previous ec168 mail ) 2009/9/4 hermann pitton hermann-pit...@arcor.de Without knowing the kernel version on your mythbuntu I can't tell anything. For what I know so far, all HVR 1110 variants should be supported with recent v4l-dvb code. We run into some maintenance

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-03 Thread Morvan Le Meut
Morvan Le Meut a écrit : I tried both with the same result. ( I'm not ruling out user error since i've a similar problem with an HVR 1110 (sold as a 1100 ) but it is strange that only my newest TV cards have problems ). Maybe i should try it with Windows to check if the card itself works

(EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Morvan Le Meut
Hello I've just bough that and it seems that the EC168 driver can't work with it ( yet ) The PCB identifies itself as a ForwardVideo EzTV818_D.. Work with a EC168 and a MXL5003S ( no doubt about it, but it is barely legible, and since i've no camera, no PCB picture available ). ( and the

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Morvan Le Meut
Antti Palosaari a écrit : Did you used the firmware from the CD? It will not work because it does not have warm USB ID, it is all zero and due to that device will disappear from driver perspective. You should use that firmware: http://palosaari.fi/linux/v4l-dvb/firmware/ec168/ Antti I tried

Re: (EC168) PC Basic TNT USB Basic V5 ( France ) recognized but no channel tuning

2009-09-02 Thread Morvan Le Meut
hermann pitton a écrit : Hi Morvan, HVR 1100 and HVR 1110 are totally different boards. How does GNU/Linux detect the board on your recent kernel? Sorry, I might be in delay reading previous messages. Even on the HVR 1110 we have unclear situations, concerning that some of them might have an