|
From: Andrew C. <an...@ip...> - 2011-01-02 06:30:59
|
After upgrading from Fedora 13 to 14 my serial irblaster stopped working. I'm getting no error messages, other than: lirc_dev: IR Remote Control driver registered, major 250 lirc_serial: module is from the staging directory, the quality is unknown, you have been warned. The blaster has an indicator LED and it no longer flashes. The problem seems to be restricted to the serial blaster because I plugged in a USB MCE blaster and it works fine with no command changes. I'm also using an ATI RF remote: # ps ax | grep lircd 1738 ? Ss 0:00 /usr/sbin/lircd --driver=atilibusb --device=/dev/null 2151 ? Ss 0:00 /usr/sbin/lircd --driver=default --device=/dev/lirc0 --output=/dev/lircd0 --pidfile=/var/run/lircd0.pid 2167 ? S 0:42 /usr/sbin/lircd --driver=atilibusb --device=/dev/null and the irsend command looks like this: irsend --device=/dev/lircd0 SEND_ONCE PHILIPS_RC-5-extended sys_10_command_11 These are the modprobe file settings: alias char-major-61-0 lirc_serial options lirc_serial irq=4 io=0x3f8 debug=1 install lirc_serial setserial /dev/ttyS0 uart none; /sbin/modprobe --ignore-install lirc_serial I verified the problem using a second serial blaster and a second Fedora 14 machine. thanks -- Andrew |