mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #01869
[Bug 570700] Re: lirc-modules-source-0.8.6-0ubuntu4: lirc_dev-2.6.33.patch breaks lirc-nct677x-src
Hi,
not everything that you wrote above worked for me. Here is my workaround for the problem:
1) uninstall lirc-modules-source (if installed)
2) install lirc-nct677x-1.0.4-ubuntu9.10.deb (it patches /usr/share/lirc/lirc.hwdb and adds remote definition)
3) rm /lib/modules/2.6.32-21-generic/kernel/ubuntu/lirc/lirc_wb677/lirc_wb677.ko (installed in 2) )
4) force install (dpkg --force-depends) lirc-nct677x-src-1.0.4-ubuntu9.10.deb
5) dkms add -m lirc-nct677x-src -v 1.0.4-ubuntu9.10
6) dkms build -m lirc-nct677x-src -v 1.0.4-ubuntu9.10
7) rmmod lirc_dev; modprobe lirc_wb677
8) make sure that /etc/lirc/lircd.conf contains something like:
include "/usr/share/lirc/remotes/lirc_wb677/lircd.conf.wb677"
9) dpkg-reconfigure lirc (set nuvoton as lirc receiver)
10) service lirc restart
11) check if your remote works using irw command
12) ???
13) profit! ;)
--
lirc-modules-source-0.8.6-0ubuntu4: lirc_dev-2.6.33.patch breaks lirc-nct677x-src
https://bugs.launchpad.net/bugs/570700
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to lirc in ubuntu.
Status in “lirc” package in Ubuntu: New
Bug description:
Binary package hint: lirc
1)
# lsb_release -rd
Description: Ubuntu lucid (development branch)
Release: 10.04
2)
# apt-cache policy lirc-modules-source
lirc-modules-source:
Installed: 0.8.6-0ubuntu4
Candidate: 0.8.6-0ubuntu4
Version table:
*** 0.8.6-0ubuntu4 0
500 http://se.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status
After applying the lirc_dev-2.6.33.patch, the 3d party driver for the Nuvoton 677x is no longer loadable. It compiles fine, but complains about incorrect version upon modprobe:
[ 5870.433827] lirc_dev: IR Remote Control driver registered, major 61
[ 5870.436038] lirc_wb677: disagrees about version of symbol lirc_register_driver
[ 5870.436038] lirc_wb677: Unknown symbol lirc_register_driver
After removing the above mentioned patch to lirc, both compilation and modprobe works fine:
[ 7700.230465] lirc_dev: IR Remote Control driver registered, major 61
[ 7700.234243] lirc_wb677 w677hga: chip id high: 0xff expect:0xb4
[ 7700.234257] lirc_wb677 w677hga: chip id low: 0xff expect:0x73
[ 7700.236124] input: MCE Remote Keyboard as /devices/virtual/input/input6
[ 7700.236494] lirc_dev: lirc_register_driver: sample_rate: 0
The source package, lirc-nct677x-src, can be downloaded from:
http://europe.asrock.com/downloadsite/drivers/Nettop/Ubuntu/IR(9.10).zip
References