|
From: Barticipator (<ro...@ob...> - 2000-07-25 22:26:40
|
Dirk Vornheder wrote:
>
> Hi !
>
> I have the tv card Miro PCTVpro incl. radio and remote control installed which
>
> is now supported in version 0.6.1 of lirc.
>
> Here are a some lines of my .lircrc:
>
> begin
> prog = xawtv
> button = CH+
> config = setstation next
> end
> begin
> prog = xawtv
> button = VOL+
> config = volume inc
> end
> begin
> prog = xawtv
> button = 1
> config = keypad 1
> end
> begin
> prog = xawtv
> button = MUTE
> config = volume mute
> end
> begin
> prog = xawtv
> button = 1
> config = keypad 1
> end
>
> The following functions with the remote control runs:
>
> Mute/Unmute the sound and select tv-channel by pressing the number
>
> How can i switch to higher or lower tv-channel ? Pressing the keys CH+ or -
>
> doesn't work.
>
> Also switching to higher or lower sound doesn't work.
There's two possible problems.
one, you haven't got the same key names as in your
/usr/local/etc/lircd.conf file. I'm not sure what they should be as I
think
I'm using my own version of that file, and i'm not sure what kind of
hardware
you are using; a serial port one or an integrated one. if you're using
the
serial one, then do check the file, it's probably it.
two is that your commands are screwed. test them:)
> How can i switch off tv ?
depends on what program you use. if you mean xawtv, one of the easy ways
is
to use xawtv-remote, made for the purpose. It's quite handy, though I
think
sending a direct key request ('q') is a bit faster.
> How can i switch on tv without turning on xawtv by starting on a shell ?
how are `watching tv' and `running xawtv' different?
you can put the a link for the shell script/command in a menu...
> Has someone the same tv-hardware like me and can send me his .lircrc ?
I think I technically have the same, however I haven't got bothered to
actually making a good .lircrc.
--b
|