sudo yum install lirc
yum install lirc-remotes
cp /usr/share/lirc-remotes/mceusb/lircd.conf.mceusb /etc/lirc/lircd.conf
chkconfig lirc on
/etc/init.d/lirc restart
I'm unable to get the mouse working at this point. After lot of experimentation and googling, I'm not sure anyone has succeeded yet with Fedora.
LCD Display
sudo yum install lcdproc
cd /etc/sysconfig/lcdproc
cp LCDd.conf.example LCDd.conf
Edit LCDd.conf setting Driver=imonlcd
cp lcdproc.conf.example lcdproc.conf
chkconfig LCDd on
chkconfig lcdproc on
/etc/init.d/LCDd start