kernel 2.6.37 should bring the driver
Search Criteria
Package Details: lirc-nct677x 1.0.4-5
Package Actions
| Package Base: | lirc-nct677x |
|---|---|
| Description: | lirc driver for Nuvoton NCT677x (ASROCK ION 330HT-BD) |
| Upstream URL: | http://www.asrock.com/nettop/overview.asp?Model=ION%20330HT-BD |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-04-23 23:08 |
| Last Updated: | 2010-09-13 15:18 |
Dependencies (3)
- kernel26>=2.6.35
- kernel26<2.6.36
- lirc
Required by (0)
Sources
- http://europe.asrock.com/downloadsite/drivers/Nettop/Ubuntu/IR9.10.zip
- http://prdownloads.sourceforge.net/lirc/lirc-0.8.6.tar.bz2
- http://repos.archlinux.org/wsvn/packages/lirc/repos/extra-i686/kernel-2.6.33.patch?op=dl
- http://repos.archlinux.org/wsvn/packages/lirc/repos/extra-i686/kernel-2.6.35.patch?op=dl
Latest Comments
Anonymous comment
Anonymous comment
I've tried using Yaourt to install the package, editing the PKGBUILD to reflect http://aur.pastebin.com/488LL6qw
I get the following error:
==> Validating source files with md5sums...
IR(10.10)2.6.35-22.zip ... Passed
lirc-0.8.7-pre3.tar.bz2 ... Passed
==> Extracting Sources...
-> Extracting IR(10.10)2.6.35-22.zip with bsdtar
-> Extracting lirc-0.8.7-pre3.tar.bz2 with bsdtar
==> Starting build()...
make: *** No rule to make target `../../config.h', needed by `lirc_wb677.o'. Stop.
Aborting...
==> ERROR: Makepkg was unable to build lirc-nct677x.
I'm on kernel 2.6.36. Any tips as to what I need to correct?
Thanks!
Rude
Anonymous comment
http://pastie.org/1392465
I managed to compile it with that. I have not got my ASrock 330HT to test it on yet though.
2.6.36-ARCH
Comment by fphillips
For option 2, creating a new lircd.conf isn't going to fix the repeated key problem. Instead, put "echo lirc >/sys/rc/rc0/protocols" or "ir-keytable -p lirc" into /etc/rc.local (ir-keytable is available in v4l-utils.) Also, run depmod -a for the module to be picked up after installation.
Comment by fphillips
Option 1) http://aur.pastebin.com/488LL6qw
This is as far as I have got modifying the build. Someone can try finishing it if they want, although with 2.6.37 just around the corner, it may be a waste of time.
Option 2) http://aur.pastebin.com/7r0suBfw
Build nuvoton-cir instead. You may need to irrecord a new lircd.conf though, because I get double arrow movements with the new module.
Comment by fphillips
This driver has been reworked by Jarod Wilson to become nuvoton-cir.
http://git.wilsonet.com/linux-2.6-ir-wip.git/?a=shortlog;h=refs/heads/nct677
It has already been in linux-next for merge testing, so now that the merge window is open
it should be pulled soon by Linus and make it into 2.6.37 as nuvoton-cir.
http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;h=6d2f5c27880c2c72e35432eae10c7a74251050c0
We should only need to build this AUR package once more for 2.6.36 and then it would be unnecessary.
Anonymous comment
Thank you esconad.
Now it works.
Anonymous comment
updated the package
its realy dirty but didnt found a better solution, hints welcome
@szamot83: please try to remove the src directory and run makepkg in a "dry" run
Anonymous comment
Thank you elahav, that way works, at least for compiling.
Now I just need to make lirc work. :>
Anonymous comment
I'm getting this error:
Hunk #1 FAILED at 4.
Hunk #2 succeeded at 28 with fuzz 1.
Hunk #3 FAILED at 70.
Hunk #4 FAILED at 84.
Hunk #5 succeeded at 257 (offset -76 lines).
Hunk #6 succeeded at 266 (offset -76 lines).
3 out of 6 hunks FAILED -- saving rejects to file drivers/lirc_dev/lirc_dev.h.rej
Please fix PKGbuild.
Regards