Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Lirc and Leadtek TV2000 Deluxe.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
petrjanda
Veteran
Veteran


Joined: 05 Sep 2003
Posts: 1557
Location: Brno, Czech Republic

PostPosted: Mon Oct 04, 2004 9:10 am    Post subject: Lirc and Leadtek TV2000 Deluxe. Reply with quote

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
View user's profile Send private message
petrjanda
Veteran
Veteran


Joined: 05 Sep 2003
Posts: 1557
Location: Brno, Czech Republic

PostPosted: Mon Oct 04, 2004 1:51 pm    Post subject: Reply with quote

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
View user's profile Send private message
oiper
Guru
Guru


Joined: 01 May 2003
Posts: 316
Location: Alabama, US

PostPosted: Wed Oct 06, 2004 5:20 am    Post subject: Reply with quote

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..... :roll:
_________________
www.bearscanfly.org - Because hiking is cool
Back to top
View user's profile Send private message
petrjanda
Veteran
Veteran


Joined: 05 Sep 2003
Posts: 1557
Location: Brno, Czech Republic

PostPosted: Wed Oct 06, 2004 1:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
oiper
Guru
Guru


Joined: 01 May 2003
Posts: 316
Location: Alabama, US

PostPosted: Wed Oct 06, 2004 4:42 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
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