Gentoo Archives: gentoo-user

From: Kraus Philipp <philipp.kraus@×××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] LIRC with kernel 3.2.11
Date: Thu, 22 Mar 2012 11:22:50
Message-Id: 384C3920-7953-4FCF-8E0D-410F9099146B@flashpixx.de
1 Hello,
2
3 I'm using a Hauppauge WinTV HVR 1900 (usb), with a self-compiled kernel 3.2.11. The USB device works very well, but I would like to use LIRC 0.9.0 with my kernel. So I have set the LIRC_DEVICES="hauppauge" within my make.conf and run emerge.
4 Emerge fetches this packages:
5
6 [ebuild N ] sys-kernel/gentoo-sources-3.2.11 USE="-build -deblob -symlink"
7 [ebuild N ] virtual/linux-sources-0
8 [ebuild N ] app-misc/lirc-0.9.0
9
10 On emerging this error is shown:
11
12 /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c
13 /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c: In function 'ir_probe':
14 /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c:559:13: error: 'struct i2c_adapter' has no member named 'id'
15 /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c: At top level:
16 /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c:232:12: warning: 'add_to_buf_pvr2000' defined but not used
17
18
19 (How) Can I solve this problem?
20
21 Thanks
22
23 Phil

Replies

Subject Author
[gentoo-user] Re: LIRC with kernel 3.2.11 walt <w41ter@×××××.com>
Re: [gentoo-user] LIRC with kernel 3.2.11 "Canek Peláez Valdés" <caneko@×××××.com>