public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthias Fechner <idefix@fechner.net>
To: linux-media@vger.kernel.org
Subject: Re: IR Receiver on an Tevii S470
Date: Sun, 22 Nov 2009 19:08:55 +0100	[thread overview]
Message-ID: <4B097E37.10402@fechner.net> (raw)
In-Reply-To: <1258858102.3072.14.camel@palomino.walls.org>

Hi Andy,

Andy Walls wrote:
> Thank you.  I will probably need you for testing when ready.
>
>
> I was planning to do step 1 above for HVR-1800 IR anyway.
>
> I will estimate that I may have something ready by about Christmas (25
> December 2009), unless work becomes very busy.
>   

thanks a lot for your answer.
I uploaded two pictures I did from the card, you can find it here:
http://fechner.net/tevii-s470/

It is a CX23885.
The driver I use is the ds3000.
lspci says:
02:00.0 Multimedia video controller: Conexant Device 8852 (rev 02)
    Subsystem: Device d470:9022
    Flags: bus master, fast devsel, latency 0, IRQ 19
    Memory at fac00000 (64-bit, non-prefetchable) [size=2M]
    Capabilities: [40] Express Endpoint, MSI 00
    Capabilities: [80] Power Management version 2
    Capabilities: [90] Vital Product Data <?>
    Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ 
Count=1/1 Enable-
    Capabilities: [100] Advanced Error Reporting
        UESta:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq+ ACSVoil-
        UEMsk:    DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSVoil-
        UESvrt:    DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSVoil-
        CESta:    RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
        CESta:    RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
        AERCap:    First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
    Capabilities: [200] Virtual Channel <?>
    Kernel driver in use: cx23885
    Kernel modules: cx23885

lsmod says:
Module                  Size  Used by
lirc_serial            10740  1
snd_mixer_oss          12428  0
lirc_dev                9512  3 lirc_serial
snd_hda_codec_nvhdmi     3976  1
ds3000                 12820  1
snd_hda_codec_realtek   184292  1
cx23885               105116  9
cx2341x                10784  1 cx23885
v4l2_common            15428  2 cx23885,cx2341x
nvidia               8860344  44
videodev               34080  2 cx23885,v4l2_common
v4l1_compat            11252  1 videodev
videobuf_dma_sg        11176  1 cx23885
videobuf_dvb            6308  1 cx23885
dvb_core               78492  2 cx23885,videobuf_dvb
videobuf_core          16280  3 cx23885,videobuf_dma_sg,videobuf_dvb
snd_hda_intel          22004  1
ir_common              46132  1 cx23885
snd_hda_codec          55908  3 
snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel
btcx_risc               4244  1 cx23885
tveeprom               10652  1 cx23885
snd_pcm                63812  3 snd_hda_intel,snd_hda_codec
snd_timer              17584  1 snd_pcm
ehci_hcd               29628  0
ohci_hcd               19664  0
snd                    49728  7 
snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
usbcore               117380  2 ehci_hcd,ohci_hcd
i2c_nforce2             6092  0
serio_raw               4708  0
soundcore               6276  1 snd
i2c_core               19848  7 
ds3000,cx23885,v4l2_common,nvidia,videodev,tveeprom,i2c_nforce2
snd_page_alloc          7952  2 snd_hda_intel,snd_pcm
evdev                   8148  4


I can test any patch when you have one ready, currently I'm using lirc 
together with a TechnoTrend RemoteControl.
Thanks a lot and have a nice week

Best regards,
Matthias

-- 
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook


  reply	other threads:[~2009-11-22 18:09 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-18 20:31 IR Receiver on an Tevii S470 Matthias Fechner
2009-11-21 17:10 ` Matthias Fechner
2009-11-21 20:41   ` Andy Walls
2009-11-21 22:19     ` Jonas Kvinge
2009-11-22  1:03     ` Igor M. Liplianin
2009-11-22  2:48       ` Andy Walls
2009-11-22 18:08         ` Matthias Fechner [this message]
2009-11-22 20:11           ` Andy Walls
2009-11-22 20:25             ` Matthias Fechner
2009-11-22 20:32               ` Jean Delvare
2009-11-23  0:17                 ` Andy Walls
2009-11-23  8:54                   ` Jean Delvare
2009-11-25  0:25                     ` Andy Walls
2009-11-26 16:43                       ` Matthias Fechner
2009-11-29 14:22                         ` Andy Walls
2009-11-22 20:26             ` Jean Delvare
2009-11-22 22:29             ` Igor M. Liplianin
2009-11-22 23:40               ` Andy Walls
2009-12-06 21:40       ` Andy Walls
2009-12-06 22:36         ` Matthias Fechner
2009-12-07  1:23         ` Igor M. Liplianin
2009-12-07  3:35           ` Andy Walls
2009-12-08 17:59             ` Igor M. Liplianin
2009-12-09 11:47               ` Andy Walls
2009-12-09 15:54                 ` Igor M. Liplianin
2009-12-10  1:12                   ` Andy Walls
2009-12-10 16:16                     ` Igor M. Liplianin
2009-12-11  2:32                       ` Andy Walls
  -- strict thread matches above, loose matches on Subject: below --
2009-11-23  0:15 Igor M. Liplianin
2009-12-12  0:30 Igor M. Liplianin
2009-12-12  1:00 ` Andy Walls
2009-12-12  1:42   ` Igor M. Liplianin
2009-12-12  2:58     ` Andy Walls
2009-12-12 11:49       ` Igor M. Liplianin
2009-12-12 14:15         ` Andy Walls
2009-12-12 16:01           ` Igor M. Liplianin
2009-12-12 16:22           ` Igor M. Liplianin
2009-12-12 16:59             ` Andy Walls
2009-12-31 12:46               ` Guillem Solà Aranda
2009-12-31 15:23                 ` Igor M. Liplianin
2010-01-06 21:21   ` Andreas Tschirpke
2010-01-07  0:44     ` Andy Walls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B097E37.10402@fechner.net \
    --to=idefix@fechner.net \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox