Hello Forum,
My system is Fedora Core 7 with the following kernel version:
Code:
[root@server.com ~]# uname -r
2.6.23.1-21.fc7
I have been searching high and low for a solution to my seemingly simple problem.
After a reboot I attempt to run irw from the command line for it to crash and cause lircd to do the same.
If I run
Code:
modprobe lirc_i2c
/etc/init.d/lircd restart
irw
Everything is perfect.
So it is a tad frustrating why it won't just work after a reboot.
I used atrpms to install lirc to utilize the ir receiver and blaster on my Hauppuage WinTV-PVR-150 card.
Lets start out with whats installed:
Code:
[root@server.com ~]# rpm -qa | grep lirc
lirc-lib-devel-0.8.3-73_cvs20071109.fc7
lirc-lib-0.8.3-73_cvs20071109.fc7
lirc-0.8.3-73_cvs20071109.fc7
lirc-kmdl-2.6.23.1-21.fc7-0.8.3-73_cvs20071109.fc7
lirc-devices-0.8-3.fc7
Ivtv drivers are installed as well and they are functioning correctly the problem is isolated to lirc so I will concentrate on it.
The contents of my /etc/modprob.conf file:
Code:
[root@server.com ~]# cat /etc/modprobe.conf
alias scsi_hostadapter sata_sil
alias scsi_hostadapter1 pata_it821x
alias eth0 r8169
alias scsi_hostadapter2 pata_amd
options snd cards_limit=8
alias snd-card-0 snd-usb-audio
options snd-usb-audio index=0
chkconfig:
Code:
[root@server.com ~]# chkconfig --list | grep lirc
lircd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
/etc/sysconfig/lircd:
Code:
[root@server.com ~]# cat /etc/sysconfig/lircd
# Options to lircd
LIRCD_OPTIONS=
udev rules:
Code:
[root@server.com ~]# cat /etc/udev/rules.d/lirc.rules
KERNEL=="lirc[0-9]*", NAME="lirc%n"
KERNEL=="lirc0", SYMLINK="lirc"
rc.d listing:
Code:
[root@server.com rc.d]# ls -R1 | grep rc
lircd
./rc0.d:
K10lircd
./rc1.d:
K10lircd
./rc2.d:
S90lircd
./rc3.d:
S90lircd
./rc4.d:
S90lircd
./rc5.d:
S90lircd
./rc6.d:
K10lircd
Error logs:
Code:
[root@server.com rc.d]# tail /var/log/messages | grep lirc
Nov 19 20:17:50 core lircd-0.8.3-CVS[2268]: accepted new client on /dev/lircd
Nov 19 20:17:50 core lircd-0.8.3-CVS[2268]: could not get file information for /dev/lirc
Nov 19 20:17:50 core lircd-0.8.3-CVS[2268]: default_init(): No such file or directory
Nov 19 20:17:50 core lircd-0.8.3-CVS[2268]: caught signal
I can't think of anything else that would be useful so hopefully i remembered everything. If not please let me know and I will post ASAP.
Thanks in advance!
-m31uk3