настраиваю LIRC c самодельным IR приемником на COM1 далал по мануалу
http://xbmc.ru/wiki/index.php?title=%D0%9F%D1%83%D0%BB%D1%8C%D1%82,_%D0%98%D0%9A_%D0%BF%D1%80%D0%B8%D0%B5%D0%BC%D0%BD%D0%B8%D0%BA_(com)_%D0%B8_ASRock_A330ION_%2B_com_porthardware.conf
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="None"
REMOTE_MODULES="lirc_serial"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_LIRCD_CONF="/etc/lirc/lircd.conf"
REMOTE_LIRCD_ARGS=""
#Chosen IR Transmitter
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""
#Enable lircd
START_LIRCD="true"
#Don't start lircmd even if there seems to be a good config file
#START_LIRCMD="false"
#Try to load appropriate kernel modules
LOAD_MODULES="true"
# Default configuration files for your hardware if any
LIRCMD_CONF=""
#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""
#REMOTE_SOCKET=""
#TRANSMITTER_SOCKET=""
lircd.conf
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.9.0(default) on Tue Feb 28 01:57:45 2012
#
# contributed by
#
# brand: /home/xbmc/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#
begin remote
name myir.conf
bits 13
flags RC6|CONST_LENGTH
eps 30
aeps 100
header 2690 807
one 461 436
zero 461 436
pre_data_bits 8
pre_data 0x77
gap 104909
min_repeat 2
# suppress_repeat 2
# uncomment to suppress unwanted repeats
toggle_bit_mask 0x10000
rc6_mask 0x10000
begin codes
KEY_PLAY 0x1BD3
KEY_LEFT 0x1BA5
KEY_RIGHT 0x1BA4
KEY_UP 0x1BA7
KEY_DOWN 0x1BA6
KEY_MENU 0x1BA3
end codes
end remote
В файле autoserial.conf прописано /dev/ttyS0 uart none и скопирован в /etc/serial.conf
все как бы работает в IRW вижу отклики от пульта , но стоит перегрузить комп IRW ничего не выдает , а если рестартануть LIRC
xbmc@XBMC:~$ sudo /etc/init.d/lirc restart
* Stopping remote control daemon(s): LIRC [ OK ]
* Loading LIRC modules [ OK ]
* Starting remote control daemon(s) : LIRC [ OK ]
начинает работать IRW и ес-но другие программы реагировать на пульт
почему он во время загрузки оси не подгружает пульт а после restart все OK

заметил еше вот что сразу после перезугрузке
xbmc@XBMC:~$ lsmod | grep lirc
lirc_serial 18600 0
lirc_dev 18700 1 lirc_serial
если выполнить sudo /etc/init.d/lirc restart
может быть либо так
xbmc@XBMC:~$ lsmod | grep lirc
lirc_serial 18600 3
lirc_dev 18700 1 lirc_serial
или вот так
xbmc@XBMC:~$ lsmod | grep lirc
lirc_serial 18600 0
lirc_dev 18700 1 lirc_serial
результат один и тот же все работает !!!!!!!