HP IR Receiver
#1
Hello, I just bought below HP IR Receiver from Ebay and it was driving me crazy.

Image

My Asrock 330 (Minimal Ubuntu 9.10 Karmic ) seemed to detect it without any issues. This was the result from lsusb command.
Bus 002 Device 002: ID 0471:0815 Philips eHome Infrared Receiver

I ran sudo apt-get install lirc from terminal and selected Windows Media Center Transceivers/Remotes (all) and None for IR Transmitter.

After that, I ran irw command and pressed some buttons on the remote to make sure that my remote is working, but I got no result on the terminal. :confused2:

I tried to follow couple of instructions in this forum to setup my Harmony one remote but no luck at all.

Your help is much appreciate.

TIA
Reply
#2
and how exactly did you set up the harmony?
OpenElec Standalone --> Asus Chromebox 'Panther' --> Onkyo TX-NR709 --> Sony 55" X85C Android TV (also with Kodi!)
Asus Chromebox EZ Script
Kodi on Sony Bravia Android TVs
Reply
#3
I have 4 of them with the linksys remote that came with it, all working very good with any live cd. Inside the ir reciever you can see its a real microsoft one.
Case: Ahanix MCE301 Mainboard: M3N78-VM :CPU X2 4200 MHz SSD: 2x OCZ agility 30G Ram: 2G Remote: MS MCE. MSI Geforece 210 & Asrock 330 ION.
Reply
#4
Hannes The Hun Wrote:and how exactly did you set up the harmony?

I followed this instruction

I am at Part 2 - Set Up your remote in the Harmony Application or Web App

My remote was setup as mentioned in this part, but not a single button worked.

My lircd.conf
Code:
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.
#
#Feel free to add any custom remotes to the configuration
#via additional include directives or below the existing
#Ubuntu include directives from your selected remote and/or
#transmitter.

#Configuration for the Windows Media Center Transceivers/Remotes (all) remote:
include "/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb"


begin remote

    name  XboxDVDDongle
    bits           8

    begin codes

        SELECT         0x0b
        UP             0xa6
        DOWN           0xa7
        RIGHT          0xa8
        LEFT           0xa9
        INFO           0xc3
        9              0xc6
        8              0xc7
        7              0xc8
        6              0xc9
        5              0xca
        4              0xcb
        3              0xcc
        2              0xcd
        1              0xce
        0              0xcf
        DISPLAY        0xd5
        BACK           0xd8
        SKIP-          0xdd
        SKIP+          0xdf
        STOP           0xe0
        REVERSE        0xe2
        FORWARD        0xe3
        TITLE          0xe5
        PAUSE          0xe6
        PLAY           0xea
        MENU           0xf7

    end codes
end remote


My hardware.conf (/etc/lirc)
Code:
REMOTE="Windows Media Center Transceivers/Remotes (all)"
REMOTE_MODULES="lirc_dev lirc_mceusb"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"
REMOTE_LIRCD_ARGS=""
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""
START_LIRCD="true"
START_LIRCMD=""
LOAD_MODULES=""
LIRCMD_CONF=""
FORCE_NONINTERACTIVE_RECONFIGURATION="false"

There is not .xbmc in my /home/xbmc/

Please help
Reply
#5
Most of stuffs work now, except power on feature. Thanks guys
Reply

Logout Mark Read Team Forum Stats Members Help
HP IR Receiver0