View previous topic :: View next topic |
Author |
Message |
petrjanda Veteran
Joined: 05 Sep 2003 Posts: 1557 Location: Brno, Czech Republic
|
Posted: Mon Oct 04, 2004 9:10 am Post subject: Lirc and Leadtek TV2000 Deluxe. |
|
|
I have this TV card, working quite ok in Gentoo (not as good as in windows btw), however I now want to get the remote control working. I've looked at the other thread and they are either out of date or I don't understand whats being said.(someone says I don't need the lirc kernel patch and some say something else, blah) So can anyone explain to me how I get it working? _________________ There is, a not-born, a not-become, a not-made, a not-compounded. If that unborn, not-become, not-made, not-compounded were not, there would be no escape from this here that is born, become, made and compounded. - Gautama Siddharta |
|
Back to top |
|
|
petrjanda Veteran
Joined: 05 Sep 2003 Posts: 1557 Location: Brno, Czech Republic
|
Posted: Mon Oct 04, 2004 1:51 pm Post subject: |
|
|
bump _________________ There is, a not-born, a not-become, a not-made, a not-compounded. If that unborn, not-become, not-made, not-compounded were not, there would be no escape from this here that is born, become, made and compounded. - Gautama Siddharta |
|
Back to top |
|
|
oiper Guru
Joined: 01 May 2003 Posts: 316 Location: Alabama, US
|
Posted: Wed Oct 06, 2004 5:20 am Post subject: |
|
|
Code: | LIRC_OPTS="--with-driver=leadtek-0010" emerge lirc |
gets everything installed. You will have to run
Code: | config-kernel --allow-writable=yes | First, because lircs gotta write in the kernel sources to build. Just run that again and reset it to "no"
after lirc emerges.
Then "modprobe lirc_gpio" and grab the remote control's file from http://lirc.sourceforge.net/remotes/ (unless, obviously, you have something different to use).
As far as anybody but root having access to the device, that i cannot help you with. I'm stuck at the moment. Maybe something to do with udev..... _________________ www.bearscanfly.org - Because hiking is cool |
|
Back to top |
|
|
petrjanda Veteran
Joined: 05 Sep 2003 Posts: 1557 Location: Brno, Czech Republic
|
Posted: Wed Oct 06, 2004 1:54 pm Post subject: |
|
|
And where do I save that remote control file? _________________ There is, a not-born, a not-become, a not-made, a not-compounded. If that unborn, not-become, not-made, not-compounded were not, there would be no escape from this here that is born, become, made and compounded. - Gautama Siddharta |
|
Back to top |
|
|
oiper Guru
Joined: 01 May 2003 Posts: 316 Location: Alabama, US
|
Posted: Wed Oct 06, 2004 4:42 pm Post subject: |
|
|
sorry. the remote file needs to be saved as /etc/lircd.conf
Also, /etc/init.d/lircd has to be edited apparently.
It should look something like this:
... Code: |
start() {
ebegin "Starting lircd"
start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- -d /dev/lirc0
| ...
I suppose you could set the LIRC_OPTS variable somewhere instead. Just look at your current file to see the difference.
As for my permissions problem, I think I just need to make a new udev permission b/c every time I reboot I have to "chmod 755 /dev/lirc*"
If/when I check all this I'll try and post back. _________________ www.bearscanfly.org - Because hiking is cool |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|