MCE Remote on a Mac – Step 2: installing LIRC in the Finnix VM
Posted in Tutorials on April 8th, 2009 by edwin – Comments Off
This is part 2 in a series on using an MCE Remote Control with a Mac. See the:
- Main article
- Step 1: installing Finnix as a Parallels VM
- Step 3: configuring LIRC in OS X
Configure and Reboot the VM
First we need to attach our IR receiver permanently to the Finnix VM.
- In the ‘Parallels Desktop’ menu, select the ‘Preferences’ option
- On the ‘USB’ page, click the ‘+’-sign at the bottom and select the ‘eHome Infrared Transceiver’ to connect to the ‘Finnix IR’ virtual machine. [screenshot]
Now here comes the tricky part: while you installed Finnix on the virtual hard disk, you need to reboot it from the original virtual CD. This is because the hard disk is read-only when you boot from it, thus you cannot make any configuration changes. You can boot from the LiveCD using the following instructions:
- In the configuration for the Finnix VM, select the ‘Boot Order’ page and check the ‘Select boot device on startup’ option. [screenshot]
- Then go to the ‘CD/DVD-ROM 1′ page, check the ‘Connected’ option and make sure the .iso file is still selected. [screenshot]
- Boot the VM and press the ‘Esc’ key. Then select option ‘3′ to boot from the live CD. [screenshot]
- To prevent the VM from booting from the hard disk (the livecd finds the installation in the hard disk before it’s own), select the first option and press the ‘Tab’ key. Add ‘root=/dev/hdb’ to the line and press ‘Enter’. [screenshot]
To check if you have correctly booted from the Live CD instead of the hard disk, use the following command:
mount -l | grep ramdisk
If the result starts with /ramdisk/dev/hdb then you were succesful. On the other hand if the result starts with /ramdisk/dev/hda1 then try again!
Read on for the gory details of LIRC installation.
read more »