Announcement

Collapse
No announcement yet.

PVR-150 and LIRC

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

    PVR-150 and LIRC

    I've spent a couple of days trying to get my infrared remote control working for my hauppauge PVR-150. I'm a relative newby to linux.

    From what I can see, the Kubuntu Dapper kernel isn't recognizing the IR input at boot-up:
    sh-3.1$ cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/class/input/input0
    H: Handlers=kbd event0
    B: EV=120013
    B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
    B: MSC=10
    B: LED=7

    I: Bus=0011 Vendor=0002 Product=0006 Version=0000
    N: Name="ImExPS/2 Generic Explorer Mouse"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/class/input/input1
    H: Handlers=mouse0 event1 ts0
    B: EV=7
    B: KEY=1f0000 0 0 0 0 0 0 0 0
    B: REL=103

    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/class/input/input2
    H: Handlers=kbd event2
    B: EV=40001
    B: SND=6

    I don't see any Hauppauge there. It does recognize the capture portion of the card since I successfully installed ivtv and myth and got all that working. It's just the dern remote.

    All the how-to's simply assume the IR was detected and shows up in the above display. They don't explain what to do if it's not detected.

    Do I have to enable something in the kernel for it to detect the device? Should it have shown up in the above display on a regular Dapper install? Can someone point me in the right direction?

    Thanks!

    #2
    Re: PVR-150 and LIRC

    I found this...
    http://parker1.co.uk/mythtv_ubuntu2.php

    btw, what guide are you using? i have the same card and am struggling to get it working...

    Comment


      #3
      Re: PVR-150 and LIRC

      I'm using a combination of the following:
      http://www.ivtvdriver.org/Howto:Ubuntu
      http://www.mythtv.org/wiki/index.php...r_Installation
      http://mythtv.org/pipermail/mythtv-u...er/148085.html

      I've seen the link you sent me before. It says that the standard kernel should recognize the card. Mine doesn't however. Does yours? What do you see when you `cat /proc/bus/input/devices`?

      Comment


        #4
        Re: PVR-150 and LIRC

        Sorry, the first link should be: http://www.ivtvdriver.org/index.php?Howto:Ubuntu

        Comment


          #5
          Re: PVR-150 and LIRC

          Sorry, the first link should be http://www.ivtvdriver.org/index.php/Howto:Ubuntu

          Comment


            #6
            Re: PVR-150 and LIRC

            nope, i dont have the remote in my list...

            oh and i have it set up now... but i goofed on something and need to fix it...
            but i can get tv...
            or at least using this command i can record channel two so i know its working...
            Code:
             cat /dev/video0 > /tmp/test.mpg
            only other thing i found was this http://www.mythtv.org/wiki/index.php..._Ubuntu_Dapper

            Comment

            Working...
            X