Serial irblaster and serial remote
I have been using irlblasters for dishnetwork for many years but have not had both serial irblaster and serial remote. I have been able to get the remote to work but the irlbaster does not. I updated the rc.local similar to how I had int he past but it still does not work correctly. I added the following lines (I included my entire file)
#!/bin/bash
# This file allows you to execute things at the end of boot
touch /var/lock/subsys/local
# commented out for test of added irblaster lines
#lircd startup check for irblasters
#/usr/share/mythdora/mdconfigroot/scripts/irblaster-lircd.sh
#hdhomerun irtarget changer
/usr/share/mythdora/mdconfigroot/scripts/hdhr_lirc.sh
#IRBlaster
setserial /dev/ttyS0 uart none
/sbin/modprobe lirc_serial type=0 irq=4 io=0x3f8 softcarrier=1
/usr/sbin/lircd --driver=default --device=/dev/lirc1 --output=/dev/lircd1 --pidfile=/var/run/lircd1.pid
Here are my devices. I think that even after running modeprobe I still do not get the needed device.
[mythtv@myth12 ~]$ cd /dev
[mythtv@myth12 dev]$ ls -l lir*
crw-rw---- 1 root root 249, 0 2012-04-04 20:05 lirc0
srw-rw-rw- 1 root root 0 2012-04-04 20:05 lircd1
What do I need to do so that I can get both serial devices to work properly?

Really need help. with getting serial blaster and remote working
I am unable to get both working. It seems that I can get one working or the other but not both at the same time. Please help
you most likely will need to
you most likely will need to run two seperate instances of lircd although this looks like another way to resolve the issue
http://www.mythtv.org/wiki/Multiple_LIRC_Drivers