>> I moved the lirc_i2c driver so it can never be loaded. Running modprobe >> lirc_pvr150 results in the following: >> >> otherbox misc # modprobe lirc_pvr150 >> FATAL: Could not open '/lib/modules/2.6.24-gentoo-r4/misc/lirc_i2c.ko': > No >> such file or directory > > Did you mean "modprobe lirc_i2c" instead of "lirc_pvr150"? I didn't > think lirc_pvr150 depended on lirc_i2c. The desired result of my > suggestion is there: the lirc_i2c module didn't load. >
I'm not sure if it's lirc_pvr150 or lirc_dev that tries to pull in lirc_i2c, but it does occur. From my understanding, this is unnecessary. I've just tested it, and the IR Reciever works with the lirc_pvr150 driver. My syslog output today looks different (I enabled debug=1 on lirc_pvr150) Jul 12 12:29:18 otherbox ivtv: Start initialization, version 1.3.0 Jul 12 12:29:18 otherbox ivtv: End initialization Jul 12 12:29:18 otherbox lirc_pvr150: probe 0x70 @ cx18 i2c driver #0-0: yes Jul 12 12:29:18 otherbox lirc_pvr150: probe 0x71 @ cx18 i2c driver #0-0: yes Jul 12 12:29:18 otherbox lirc_pvr150: chip found with RX and TX Jul 12 12:29:18 otherbox lirc_pvr150: poll thread started Jul 12 12:29:18 otherbox lirc_dev: lirc_register_plugin: sample_rate: 0 Jul 12 12:29:18 otherbox lirc_pvr150: firmware of size 302355 loaded Jul 12 12:29:18 otherbox lirc_pvr150: 743 codesets loaded Jul 12 12:29:18 otherbox lirc_pvr150: 01 60 00 01 5b<7>lirc_pvr150: 05 02 04 4b 1a<7>lirc_pvr150: 09 79 88 b1 1f<7>lirc_pvr150: 0d 87 f5 16 61<7>lirc_pvr150: 11 a6 d9 ec 9a<7>lirc_pvr150: 15 0f a7 ab 27<7>lirc_pvr150: 19 48 9d 7e 1a<7>lirc_pvr150: 1d d9 0c 0e 48<7>lirc_pvr150: 21 91 77 d6 3d<7>lirc_pvr150: 25 09 44 18 60<7>lirc_pvr150: 29 e5 12 c6 6c<7>lirc_pvr150: 2d ba 32 c4 26<7>lirc_pvr150: 31 e3 76 01 48<7>lirc_pvr150: 35 a2 7d 81 59<7>lirc_pvr150: 39 90 28 8f 48<7>lirc_pvr150: 3d 79 61 b4 0a<7>lirc_pvr150: 41 0b 57 21 6e<7>lirc_pvr150: 45 00 78 ad 62<7>lirc_pvr150: 49 b5 68 a2 27<7>lirc_pvr150: 4d 42 4e da 6c<7>lirc_pvr150: 51 94 63 0e 2a<7>lirc_pvr150: 55 1a 30 3b 45<7>lirc_pvr150: 59 fa 34 25 e5<7>lirc_pvr150: 5d cb 1e c1 ee<7>lirc_pvr150: 61 00 00 00 ee<7>i2c-adapter i2c-1: Used 4 tries to write to client at 0x70: success Jul 12 12:29:18 otherbox lirc_pvr150: Hauppauge PVR-150 IR blaster: firmware version 2.1.0 Jul 12 12:29:18 otherbox i2c-adapter i2c-2: NAK from device addr 0x70 msg #0 Jul 12 12:29:18 otherbox lirc_pvr150: probe 0x70 @ cx18 i2c driver #0-1: no Jul 12 12:29:18 otherbox i2c-adapter i2c-2: NAK from device addr 0x71 msg #0 Jul 12 12:29:18 otherbox lirc_pvr150: probe 0x71 @ cx18 i2c driver #0-1: no Jul 12 12:29:18 otherbox lirc_pvr150: cx18 i2c driver #0-1: no devices found This is while sending a command with irsend: Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): open called Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): ioctl called (0x80046900) Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): ioctl called (0x40046911) Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): ioctl called (0x40046912) Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): ioctl called (0x8004690f) Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): poll called Jul 12 12:56:01 otherbox lirc_pvr150: poll called Jul 12 12:56:01 otherbox lirc_pvr150: poll result = 0 Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): write called Jul 12 12:56:01 otherbox lirc_pvr150: failed to get data for code 0, key 8893 -- check lircd.conf entries Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): poll called Jul 12 12:56:01 otherbox lirc_pvr150: poll called Jul 12 12:56:01 otherbox lirc_pvr150: poll result = 0 Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): poll called Jul 12 12:56:01 otherbox lirc_pvr150: poll called Jul 12 12:56:01 otherbox lirc_pvr150: poll result = 0 Jul 12 12:56:01 otherbox lirc_dev (lirc_pvr150[0]): close called And this is after i set debugging on the i2c modules (it's big) Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe1 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: readbytes: 0x80 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-0: read 1 byte Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: probe 0x70 @ cx18 i2c driver #0-0: yes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe3 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: readbytes: 0x00 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-0: read 1 byte Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: probe 0x71 @ cx18 i2c driver #0-0: yes Jul 12 12:58:00 otherbox lirc_pvr150: chip found with RX and TX Jul 12 12:58:00 otherbox lirc_pvr150: poll thread started Jul 12 12:58:00 otherbox lirc_dev: lirc_register_plugin: sample_rate: 0 Jul 12 12:58:00 otherbox lirc_dev: plugin lirc_pvr150 registered at minor number = 0 Jul 12 12:58:00 otherbox lirc_pvr150: firmware of size 302355 loaded Jul 12 12:58:00 otherbox lirc_pvr150: 743 codesets loaded Jul 12 12:58:00 otherbox lirc_pvr150: 01 60 00 01 5b<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x01 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x60 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x01 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x5b A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 05 02 04 4b 1a<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x05 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x02 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x04 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x4b A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x1a A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 09 79 88 b1 1f<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x09 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x79 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x88 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xb1 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x1f A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 0d 87 f5 16 61<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x87 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xf5 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x16 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x61 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 11 a6 d9 ec 9a<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x11 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xa6 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xd9 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xec A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x9a A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 15 0f a7 ab 27<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x15 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0f A Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xa7 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xab A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x27 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 19 48 9d 7e 1a<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x19 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x48 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x9d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x7e A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x1a A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 1d d9 0c 0e 48<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x1d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xd9 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0c A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0e A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x48 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 21 91 77 d6 3d<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x21 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x91 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x77 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xd6 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x3d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 25 09 44 18 60<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x25 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x09 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x44 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x18 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x60 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 29 e5 12 c6 6c<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x29 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe5 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x12 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xc6 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x6c A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 2d ba 32 c4 26<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x2d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xba A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x32 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xc4 A Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x26 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 31 e3 76 01 48<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x31 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe3 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x76 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x01 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x48 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 35 a2 7d 81 59<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x35 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xa2 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x7d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x81 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x59 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 39 90 28 8f 48<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x39 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x90 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x28 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x8f A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x48 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 3d 79 61 b4 0a<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x3d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x79 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x61 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xb4 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0a A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 41 0b 57 21 6e<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x41 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0b A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x57 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x21 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x6e A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 45 00 78 ad 62<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x45 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x78 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xad A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x62 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 49 b5 68 a2 27<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x49 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xb5 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x68 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xa2 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x27 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 4d 42 4e da 6c<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x4d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x42 A Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x4e A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xda A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x6c A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 51 94 63 0e 2a<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x51 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x94 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x63 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x0e A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x2a A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 55 1a 30 3b 45<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x55 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x1a A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x30 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x3b A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x45 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 59 fa 34 25 e5<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x59 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xfa A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x34 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x25 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe5 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 5d cb 1e c1 ee<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x5d A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xcb A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x1e A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xc1 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xee A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 5 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: 61 00 00 00 ee<7>i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-algo-bit: needed 1 jiffies for SCL to go high Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x61 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 4 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x20 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 2 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe0 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: Used 2 tries to write to client at 0x70: success Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0x00 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: wrote 1 byte Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-0: i2c_outb: 0xe1 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: readbytes: 0x80 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: readbytes: 0x02 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: readbytes: 0x01 A Jul 12 12:58:00 otherbox i2c-adapter i2c-0: readbytes: 0x00 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-0: read 4 bytes Jul 12 12:58:00 otherbox i2c-adapter i2c-0: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: Hauppauge PVR-150 IR blaster: firmware version 2.1.0 Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe1 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe1 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe1 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe1 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: NAK from device addr 0x70 msg #0 Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: probe 0x70 @ cx18 i2c driver #0-1: no Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe3 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe3 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe3 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting start condition Jul 12 12:58:00 otherbox i2c-adapter i2c-1: i2c_outb: 0xe3 NA Jul 12 12:58:00 otherbox i2c-adapter i2c-1: NAK from device addr 0x71 msg #0 Jul 12 12:58:00 otherbox i2c-adapter i2c-1: emitting stop condition Jul 12 12:58:00 otherbox lirc_pvr150: probe 0x71 @ cx18 i2c driver #0-1: no Jul 12 12:58:00 otherbox lirc_pvr150: cx18 i2c driver #0-1: no devices found Hopefully something in there can help. I'll try out the Windows tools and see if they can extract the firmware and so forth. Regards, Josh _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
