From: Travis J. <tra...@gm...> - 2007-01-23 16:15:04
|
Hi, all, I'm trying to get a mythtv instance running on Fedora Core 6. I am using the rpm packages from ATrpms (lots more detail included below). The short of the problem is that I start lircd, it seems to start OK, then I run irw and lircd crashes. Details are all included below. If there is other information I need to provide, I would be happy to do so. Any help you can provide is much appreciated. Thanks. tj ---------------------- DETAILS ---------------------- [root@compy dev]# lsmod | grep lirc lirc_i2c 12292 0 lirc_dev 16788 1 lirc_i2c i2c_core 26049 12 lirc_i2c,cx88xx,bttv,i2c_ec,wm8775,cx25840,tuner,ivtv,i2c_algo_bit,tveeprom,i2c_nforce2,nvidia [root@compy dev]# rpm -qa ivtv ivtv-0.9.1-123.fc6.at [root@compy dev]# rpm -qa lirc lirc-0.8.1-65_cvs20061130.fc6.at [root@compy dev]# cat /etc/modprobe.conf alias char-major-61 lirc_i2c alias eth0 forcedeth alias scsi_hostadapter sata_nv alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 options snd-intel8x0 index=0 remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0 alias char-major-81 videodev alias char-major-81-0 ivtv # nvidia kernel module alias char-major-195 nvidia-1_0-9746 alias nvidia nvidia-1_0-9746 install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c [root@compy dev]# irw [root@compy dev]# [root@compy etc]# dmesg | grep lirc lirc_dev: IR Remote Control driver registered, at major 61 [root@compy ~]# tail -f /var/log/messages Jan 22 23:52:54 compy lircd-0.8.1-CVS[3084]: lircd(userspace) ready Jan 22 23:55:41 compy kernel: lirc_dev: IR Remote Control driver registered, at major 61 Jan 22 23:55:41 compy kernel: bttv: driver version 0.9.16 loaded Jan 22 23:55:41 compy kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture Jan 22 23:55:41 compy kernel: cx2388x v4l2 driver version 0.0.6 loaded Jan 23 00:01:21 compy lircd-0.8.1-CVS[3084]: caught signal Jan 23 00:01:22 compy lircd-0.8.1-CVS[3236]: lircd(userspace) ready Jan 23 00:02:04 compy lircd-0.8.1-CVS[3236]: accepted new client on /dev/lircd Jan 23 00:02:04 compy lircd-0.8.1-CVS[3236]: could not open /dev/lirc Jan 23 00:02:04 compy lircd-0.8.1-CVS[3236]: default_init(): No such device Jan 23 00:02:04 compy lircd-0.8.1-CVS[3236]: caught signal [root@compy etc]# cat lircd.conf # Please make this file available to others # by sending it to <li...@ba...> # # this config file was automatically generated # using lirc-0.7.0(any) on Sat Dec 11 15:43:30 2004 # # contributed by # # brand: paulshaup.remote # model no. of remote control: # devices being controlled by this remote: # begin remote name paulshaup.remote bits 13 eps 30 aeps 100 one 0 0 zero 0 0 gap 201959 min_repeat 5 toggle_bit 2 begin codes Go 0x0000000000001FBB Power 0x00000000000017BD TV 0x0000000000001F9C Videos 0x0000000000001798 Music 0x0000000000001F99 Pictures 0x000000000000179A Guide 0x0000000000001F9B Radio 0x000000000000178C Up 0x0000000000001F94 Down 0x0000000000001795 Left 0x0000000000001F96 Right 0x0000000000001797 OK 0x0000000000001FA5 Back 0x000000000000179F Menu 0x0000000000001F8D PrevCh 0x0000000000001792 VolUp 0x0000000000001F90 VolDown 0x0000000000001791 Mute 0x0000000000001F8F ChanUp 0x00000000000017A0 ChanDown 0x0000000000001FA1 Record 0x00000000000017B7 Stop 0x0000000000001FB6 Rewind 0x00000000000017B2 Play 0x0000000000001FB5 Forward 0x00000000000017B4 Replay 0x0000000000001FA4 Pause 0x00000000000017B0 Skip 0x0000000000001F9E 1 0x0000000000001781 2 0x0000000000001F82 3 0x0000000000001783 4 0x0000000000001F84 5 0x0000000000001785 6 0x0000000000001F86 7 0x0000000000001787 8 0x0000000000001F88 9 0x0000000000001789 0 0x0000000000001F80 * 0x000000000000178A # 0x0000000000001F8E Red 0x000000000000178B Green 0x0000000000001FAE Yellow 0x00000000000017B8 Blue 0x0000000000001FA9 end codes end remote |