Announcement

Collapse
No announcement yet.

TVCard Remote

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    TVCard Remote

    I'm having trouble trying to make the kernel to recognize my TVCard IR Remote (it should appear as another keyboard in class/input/inputx). I have a Compro VideoMate Gold+ (saa7134 based). I've made the IR work in the past (in Gentoo) and I know it has to be with the event interface suport, but inserting the module (evdev) at boot time doesn't seems to work.
    Any hints?

    Thanks

    PD: my lsmod output

    Module Size Used by
    snd_serial_u16550 12676 0
    binfmt_misc 12296 1
    ppdev 9220 0
    video 16260 0
    tc1100_wmi 6916 0
    sony_acpi 5644 0
    pcc_acpi 12416 0
    hotkey 11556 0
    dev_acpi 11140 0
    container 4608 0
    button 6672 0
    acpi_sbs 19980 0
    battery 9988 1 acpi_sbs
    ac 5252 1 acpi_sbs
    i2c_acpi_ec 5120 1 acpi_sbs
    nls_iso8859_1 4224 4
    nls_cp437 5888 4
    vfat 13440 4
    fat 53020 1 vfat
    nls_utf8 2176 2
    ntfs 103536 2
    ipv6 265600 6
    af_packet 22920 2
    dm_mod 58936 1
    md_mod 72532 0
    lp 11844 0
    tsdev 8000 0
    i2c_viapro 8980 0
    saa7134_alsa 13408 1
    tuner 42276 0
    snd_emu10k1_synth 7296 0
    snd_emux_synth 37376 1 snd_emu10k1_synth
    snd_seq_virmidi 7680 1 snd_emux_synth
    snd_seq_midi_emul 7168 1 snd_emux_synth
    snd_seq_dummy 3844 0
    via_ircc 26900 0
    saa7134 115936 1 saa7134_alsa
    nvidia 4550772 12
    snd_seq_oss 33536 0
    serio_raw 7300 0
    irda 186940 1 via_ircc
    psmouse 36228 0
    parport_pc 35780 1
    parport 36296 3 ppdev,lp,parport_pc
    video_buf 22148 2 saa7134_alsa,saa7134
    v4l2_common 6016 1 saa7134
    v4l1_compat 14468 1 saa7134
    ir_kbd_i2c 8460 1 saa7134
    8139cp 22528 0
    8139too 26880 0
    mii 5888 2 8139cp,8139too
    snd_seq_midi 9376 0
    snd_seq_midi_event 7552 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
    snd_seq 51984 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,s nd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi _event
    crc_ccitt 2304 1 irda
    shpchp 45632 0
    pci_hotplug 29236 1 shpchp
    floppy 62148 0
    i2c_core 21904 6 i2c_acpi_ec,i2c_viapro,tuner,saa7134,nvidia,ir_kbd _i2c
    rtc 13492 0
    snd_emu10k1 117156 5 snd_emu10k1_synth
    snd_rawmidi 25504 4 snd_serial_u16550,snd_seq_virmidi,snd_seq_midi,snd _emu10k1
    snd_ac97_codec 92704 1 snd_emu10k1
    snd_ac97_bus 2304 1 snd_ac97_codec
    via_agp 9856 1
    agpgart 34888 2 nvidia,via_agp
    snd_pcm_oss 53664 0
    snd_mixer_oss 18688 1 snd_pcm_oss
    ir_common 9988 2 saa7134,ir_kbd_i2c
    videodev 9856 1 saa7134
    snd_pcm 89864 6 saa7134_alsa,snd_emu10k1,snd_ac97_codec,snd_pcm_os s
    snd_seq_device 8716 8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd _seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawm idi
    snd_timer 25220 3 snd_seq,snd_emu10k1,snd_pcm
    snd_page_alloc 10632 2 snd_emu10k1,snd_pcm
    snd_util_mem 4608 2 snd_emux_synth,snd_emu10k1
    emu10k1_gp 3840 0
    gameport 15496 2 emu10k1_gp
    snd_hwdep 9376 2 snd_emux_synth,snd_emu10k1
    snd 55268 23 snd_serial_u16550,saa7134_alsa,snd_emux_synth,snd_ seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_ra wmidi,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd _pcm,snd_seq_device,snd_timer,snd_hwdep
    soundcore 10208 1 snd
    evdev 9856 1
    ext3 135688 2
    jbd 58772 1 ext3
    ide_generic 1536 0
    ehci_hcd 32008 0
    uhci_hcd 33680 0
    usbcore 129668 3 ehci_hcd,uhci_hcd
    ide_cd 33028 0
    cdrom 38560 1 ide_cd
    ide_disk 17664 12
    via82cxxx 9988 0 [permanent]
    generic 5124 0
    thermal 13576 0
    processor 23360 1 thermal
    fan 4868 0
    capability 5000 0
    commoncap 7296 1 capability
    vga16fb 13704 1
    vgastate 10368 1 vga16fb
    fbcon 42784 72
    tileblit 2816 1 fbcon
    font 8320 1 fbcon
    bitblit 6272 1 fbcon
    softcursor 2304 1 bitblit

Working...
X