[mythtv-users] Kernel Configuration is invalid

Viitasaari public at viitasaari.ca
Mon Oct 23 04:21:36 UTC 2006


Thanks for your help.

I altered the first few irsend commands in my script and the output
definitely came up different however on every second one it seemed to
hang.

This output shows what I get with your suggestion and without since the
irsends after the first bunch run without the d switch.

[root at pjv-lin-3 ~]# ./send_power_new.sh
0_0_KEY_POWER
1_0_KEY_POWER
irsend: timeout
0_1_KEY_POWER
1_1_KEY_POWER
irsend: timeout
0_2_KEY_POWER
1_2_KEY_POWER
irsend: timeout
0_3_KEY_POWER
0_4_KEY_POWER
irsend: command failed: SEND_ONCE blaster 0_4_KEY_POWER
irsend: hardware does not support sending
1_4_KEY_POWER
irsend: command failed: SEND_ONCE blaster 1_4_KEY_POWER
irsend: hardware does not support sending
0_5_KEY_POWER
irsend: command failed: SEND_ONCE blaster 0_5_KEY_POWER
irsend: hardware does not support sending
1_5_KEY_POWER
irsend: command failed: SEND_ONCE blaster 1_5_KEY_POWER
irsend: hardware does not support sending
0_6_KEY_POWER
irsend: command failed: SEND_ONCE blaster 0_6_KEY_POWER
irsend: hardware does not support sending

Anyway, I am going to continue this tommorrow...since 7:00am comes
early.

Thanks again.

Best Regards, Hedgehog

On Mon, 2006-10-23 at 04:39 +0100, Nick wrote:
> On 23/10/06, Viitasaari <public at viitasaari.ca> wrote:
> > Ok...I have a bunch of info for you:
> >
> > my syslog sez this:
> >
> > Oct 22 21:09:45 pjv-lin-3 kernel: lirc_dev: IR Remote Control driver
> > registered, at major 61
> > Oct 22 21:09:46 pjv-lin-3 kernel: bttv: driver version 0.9.16 loaded
> > Oct 22 21:09:46 pjv-lin-3 kernel: bttv: using 8 buffers with 2080k (520
> > pages) each for capture
> > Oct 22 21:09:46 pjv-lin-3 kernel: cx2388x v4l2 driver version 0.0.6
> > loaded
> > Oct 22 21:09:46 pjv-lin-3 kernel: lirc_i2c: chip found @ 0x71 (Hauppauge
> > IR (PVR150))
> > Oct 22 21:09:46 pjv-lin-3 kernel: lirc_dev: lirc_register_plugin:
> > sample_rate: 10
> > Oct 22 21:09:48 pjv-lin-3 kernel: lirc_dev: lirc_register_plugin:
> > sample_rate: 0
> > Oct 22 21:09:48 pjv-lin-3 kernel: lirc_sir: I/O port 0x03e8, IRQ 4.
> > Oct 22 21:09:48 pjv-lin-3 kernel: lirc_sir: Installed.
> > Oct 22 21:09:48 pjv-lin-3 lircd-0.8.1-CVS[2336]: lircd(userspace) ready
> >
> > My rc.local looks like this:
> >
> > touch /var/lock/subsys/local
> > /sbin/modprobe lirc_i2c
> > /sbin/modprobe lirc_sir
> > /usr/sbin/lircd --device=/dev/lirc0 --output=/dev/lircd
> > /usr/sbin/lircd --driver=default --device=/dev/lirc1
> > --output=/dev/lircd1 --pidfile=/var/run/lircd1.pid
> >
> > My modprobe.conf looks like this:
> >
> > alias eth0 sky2
> > alias char-major-61-0 lirc_i2c
> > alias char-major-61-1 lirc_sir
> > options lirc_serial irq=4 io=0x3f8
> > ####IR setup####
> > install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
> > lirc_i2c
> > install lirc_sir setserial /dev/ttyS0 uart none; /sbin/modprobe
> > --ignore-install lirc_sir
> > alias scsi_hostadapter sata_sis
> > alias snd-card-0 snd-ca0106
> > options snd-card-0 index=0
> > options snd-ca0106 index=0
> > remove snd-ca0106 { /usr/sbin/alsactl store 0 >/dev/null 2>&1
> > || : ; }; /sbin/modprobe -r --ignore-remove snd-ca0106
> >
> > And I am trying to send out this:
> >
> > echo 0_0_KEY_POWER
> > irsend SEND_ONCE blaster 0_0_KEY_POWER
> > sleep 1
> > echo 1_0_KEY_POWER
> > irsend SEND_ONCE blaster 1_0_KEY_POWER
> > sleep 1
> > echo 0_1_KEY_POWER
> > irsend SEND_ONCE blaster 0_1_KEY_POWER
> > sleep 1
> > etc
> > etc
> >
> > for a whole bunch of different types of set top boxes.
> 
> Does using
> 
> irsend -d /dev/lircd1 SEND_ONCE blaster 0_0_KEY_POWER
> 
> work? (you may be using irsend with the wrong device).
> 
> Nick
> 



More information about the mythtv-users mailing list