[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-11-05 Thread Hendrik S
Sorry, but I have the same still the same problem in 10.04: ProblemType: Package DKMSBuildLog: DKMS make.log for lirc-0.8.6 for kernel 2.6.35-22-generic (x86_64) Sat Nov 6 00:34:34 CET 2010 mkdir modules make -C drivers SUBDIRS="lirc_dev" make[1]: Entering directory `/var/lib/dkms/lirc/0.8.

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package lirc - 0.8.6-0ubuntu4 --- lirc (0.8.6-0ubuntu4) lucid; urgency=low [ Mario Limonciello ] * debian/patches/lirc-i2c-2.6.patch: - Fixes building lirc-i2c on kernel 2.6.32 (LP: #513042) * Enable building wpc8769l module. Thanks Greg Vickers. (

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~mythbuntu/lirc/ubuntu -- lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10) https://bugs.launchpad.net/bugs/529514 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-27 Thread Mario Limonciello
** Changed in: lirc (Ubuntu) Status: Triaged => Fix Committed -- lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10) https://bugs.launchpad.net/bugs/529514 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-23 Thread managementboy
@RK: Thanks! that did the trick. if anyone wants to copy this: you need to change to the directory where you want the link to be placed, then create the symlink. After that you can install the new kernel packages. I used these to test on Karmic http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-21 Thread RK
@managementboy: maybe, but you can easily create that link: sudo ln -s ../../include/generated/autoconf.h /usr/src/linux- headers-2.6.33-020633-generic/include/linux/autoconf.h ... then, (re-) install the package that Thomas C helpfully created to trigger rebuilding. What again is preventing th

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-21 Thread moony
I still get the errors with the patch from RK, the patch from Marc and with the patched packages from Thomas the same error like managementboy. I'm using custom kernel 2.6.33 packages. -- lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10) https://bugs.launchpad.net/bugs/529514 You

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-05 Thread managementboy
@Thomas Sorry, your package spits out a similar error when run. /var/lib/dkms/lirc/0.8.6/build/drivers/lirc_dev/lirc_dev.c:35:28: error: linux/autoconf.h: No such file or directory make[4]: *** [/var/lib/dkms/lirc/0.8.6/build/drivers/lirc_dev/lirc_dev.o] Error 1 make[3]: *** [_module_/var/lib/d

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-03-05 Thread Thomas C.
I build a package with the missing patches for 2.6.33 https://launchpad.net/~thomas-creutz/+archive/ppa/+packages -- lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10) https://bugs.launchpad.net/bugs/529514 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 529514] Re: lirc 0.8.6 and linux kernel >= 2.6.33 (will affect Ubuntu 10.10)

2010-02-28 Thread MarcRandolph
Howdy, and thank you for helping to improve Lirc by opening this ticket. The above patch appears to only support >= 2.6.33 kernels. A patch (coded somewhat differently, and includes support for older and newer kernels) appears to already be in the upstream cvs tree: http://lirc.cvs.sourceforge.ne

[Bug 529514] Re: lirc 0.8.6 and linux kernel 2.6.33

2010-02-28 Thread Brian Murray
** Tags added: patch -- lirc 0.8.6 and linux kernel 2.6.33 https://bugs.launchpad.net/bugs/529514 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/

[Bug 529514] Re: lirc 0.8.6 and linux kernel 2.6.33

2010-02-28 Thread RK
After googling, I found the patch that was applied to mainline 2.6.33. Unfortunately, the mainline kernels currently built do not include lirc. As such, here's the patch applied to lirc 0.8.6. The changes might be needed to be conditionalized on kernel >= 2.6.33. They compile and will make it work