As I mentioned last post, I am setting up a Linux multimedia system. This system will be running Boxee, a wonderful media center program that went into beta today. Though I will be able to use a laptop’s mouse and keyboard on it, I still wanted to be able to use a regular remote control. Though the computer is taking forever to ship, the remote came in today. After doing some research and asking around, I went with the Streamzap IR remote.
Getting this remote to work with Boxee was rather simple. First step, use a package manager to install the package lirc. During the package configuration, you will be prompted to select an IR device to use. Select Streamzap PC Remote. After the device has been selected, package configuration will ask about a transmitter device. Just select None. To test that the package is configured correctly, run the command irw in a terminal, then press buttons on the remote. If everything worked, you should see output consisting of a bunch of numbers, the button pressed on the remote, and the name of the remote.
Next Boxee needs a config file for the remote. Copy /opt/boxee/system/Lircmap.xml to $HOME/.boxee/Lircmap.xml. Now open the Lircmap.xml copy that is in the UserData folder, and add the code from this forum post just before the ending </lircmap> tag.
Save the file and open Boxee, and the Streamzap remote should now work.


