|
From: Ant B. <the...@gm...> - 2007-05-05 08:19:28
|
i cant figure out which files i need to put where. could some one
please help me, i have been trying for a couple weeks now.
this is my modprobe file: its in /etc
=====================================================
alias eth0 8139too
alias scsi_hostadapter sata_via
alias snd-card-0 snd-via82xx
options snd-card-0 index=0
options snd-via82xx index=0
remove snd-via82xx { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-via82xx
# nvidia kernel module
alias char-major-195 nvidia-1_0-9755
alias nvidia nvidia-1_0-9755
alias char-major-61 lirc_mceusb2 lirc_dev
#IVTV
alias char-major-81-0 ivtv
#IVTV
alias char-major-81-1 ivtv
==================================================
ok and here is my lircrc file
it is in the folder /etc and its in /home/mythtv/.mythtv
==================================================
# lircrc.mceusb
###################
#
# MythTV
#
###################
begin
prog = irexec
button = Power
repeat = 4
config = /usr/local/bin/mythpowerbutton.sh
end
begin
prog = mythtv
button = TV
config = Ctrl+X
end
begin
prog = mythtv
button = Music
config = Ctrl+I
end
begin
prog = mythtv
button = Pictures
config = Ctrl+O
end
begin
prog = mythtv
button = Videos
config = Ctrl+V
end
begin
prog = mythtv
button = Home
config = Ctrl+M
end
begin
prog = mythtv
button = LiveTV
config = Ctrl+T
end
begin
prog = mythtv
button = Guide
config = Ctrl+L
end
begin
prog = mythtv
button = RecTV
config = Ctrl+R
end
begin
prog = mythtv
button = Clear
config = Ctrl+D
end
begin
prog = mythtv
button = Star
config = V
end
begin
prog = mythtv
button = Hash
config = N
end
begin
prog = mythtv
button = Enter
config = E
end
begin
prog = mythtv
button = One
config = 1
end
begin
prog = mythtv
button = Two
config = 2
end
begin
prog = mythtv
button = Three
config = 3
end
begin
prog = mythtv
button = Four
config = 4
end
begin
prog = mythtv
button = Five
config = 5
end
begin
prog = mythtv
button = Six
config = 6
end
begin
prog = mythtv
button = Seven
config = 7
end
begin
prog = mythtv
button = Eight
config = 8
end
begin
prog = mythtv
button = Nine
config = 9
end
begin
prog = mythtv
button = Zero
config = 0
end
begin
prog = mythtv
button = Back
config = Esc
end
begin
prog = mythtv
button = DVD
config = M
end
begin
prog = mythtv
button = More
config = I
end
begin
prog = mythtv
button = VolDown
repeat = 2
config = F10
end
begin
prog = mythtv
button = VolUp
repeat = 2
config = F11
end
begin
prog = mythtv
button = ChanUp
repeat = 3
config = Ctrl+Up
end
begin
prog = mythtv
button = ChanDown
repeat = 3
config = Ctrl+Down
end
begin
prog = mythtv
button = Up
repeat = 3
config = Up
end
begin
prog = mythtv
button = Down
repeat = 3
config = Down
end
begin
prog = mythtv
button = Left
repeat = 3
config = Left
end
begin
prog = mythtv
button = Right
repeat = 3
config = Right
end
begin
prog = mythtv
button = Play
config = Ctrl+P
end
begin
prog = mythtv
button = OK
config = Return
end
begin
prog = mythtv
button = Mute
config = |
end
begin
prog = mythtv
button = Rewind
config = Left
end
begin
prog = mythtv
button = Forward
config = Right
end
begin
prog = mythtv
button = Record
config = R
end
begin
prog = mythtv
button = Stop
config = O
end
begin
prog = mythtv
button = Pause
config = P
end
# Use for backwards commercial skip
begin
prog = mythtv
button = Replay
config = Q
end
# Use for forward commercial skip
begin
prog = mythtv
button = Skip
config = Z
end
=========================================
i took off the other sections for length reasons
and i am using the default lircd.conf for a mceusb2 remote
^for some reason it double spaced it...
ok so i dont know what i did wrong and i am not getting any errors,
and irw shows responses when i push keys, so it is loading my
lircd.conf file, but it isnt going to mythtv or irexec.
|