That didn't seem to help me. Here's what I did before making your change:
Per the Jarod Wilson MythTV how-to I did this:
# yum -y install lirc-kmdl-$KVER
# yum -y install lirc
I edited /etc/modprobe.conf to add this line, which was an educated guess:
alias char-major-61 lirc_usb-uirt2_raw
I picked up the "lirc_usb-uirt2_raw" by googling but have no idea if it's correct.
To get the drivers automatically loaded at boot time I did this:
# cd /etc/sysconfig/modules/
# wget --no-check-certificate
https://svn.wilsonet.com/svn/mythtvolog ... rc.modules
# chmod +x lirc.modules
Next I tried to start lirc:
# /sbin/service lircd start
I didn't get any message at all. When I look in /var/log/messages I don't see anything about lirc. So I went ahead and tried to test it and got an error:
$ /usr/bin/irw
connect: No such file or directory
I rebooted and nothing seemed to change.
When I went searching for lirc modules I see these and don't see one that looks like it's for the USB-UIRT.
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_imon.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_gpio.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_cmdir.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_it87.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_mceusb.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_sasem.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_dev.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_i2c.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_serial.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_streamzap.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_igorplugusb.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_mceusb2.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_sir.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_bt829.ko
/lib/modules/2.6.19-1.2911.6.5.fc6/updates/drivers/lirc/lirc_atiusb.ko
I may need to go to the lirc list for help. I suspect right now that the lirc stuff I got from atrpms.net may not have usb-uirt support or that I'm missing some things in the modprobe.conf file.
Mark.