This is attempt to give (copy me) instructions on how to install the
driver.

First remove the existing lirc drivers:
$ rm 
/lib/modules/2.6.32-24-generic/kernel/ubuntu/lirc/lirc_ene0100/lirc_ene0100.ko 
$ rm /lib/modules/2.6.32-24-generic/kernel/ubuntu/lirc/lirc_ene0100/lirc_dev.ko

Now update the driver cache:
$ sudo depmod -a

now verify that lirc drivers don't exist:

$ modinfo lirc_ene0100
ERROR: modinfo: could not find module lirc_ene0100
$ modinfo lirc_dev
ERROR: modinfo: could not find module lirc_dev


Now you download it:
$ git clone git://gitorious.org/ene-cir/ene-cir.git

You didn't noticed that, but that creates a folder with name ene-cir
Therefore you need to enter it:
$ cd ene-cir/


Now compile it
$ make

Install:

$ sudo make install

Load the driver:
$ ./misc/ene_test 
ENE driver reloaded

Now your remote should work. no need to start lirc.

If you want to use lirc yet, copy the 
./misc/70-disable-ir-decoding.rules to /etc/udev/rules.d/

$ sudo cp ./misc/70-disable-ir-decoding.rules /etc/udev/rules.d/

Then exectute the ene_test again, and verify that only lirc installed.
In other words this:

$ ./misc/ene_test 
ENE driver reloaded

$ cat /sys/class/rc/rc0/protocols 
rc-5 nec rc-6 jvc sony [lirc]

-- 
ENE CIR Receiver chip don't work
https://bugs.launchpad.net/bugs/501923
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/listinfo/ubuntu-bugs

Reply via email to