LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   LIRC ATI USB Remote Fedora 3 (https://www.linuxquestions.org/questions/linux-newbie-8/lirc-ati-usb-remote-fedora-3-a-387063/)

bladah29 11-27-2005 04:13 PM

LIRC ATI USB Remote Fedora 3
 
Hey, I am a newbie to the linux arena and I'm attempting to create a mythtv box to use in conjuction with my infocus projector (so cool). I've got nearly everything working with the exception of the ati remote using LIRC. I have searched through every forum, tried gatos and still no luck. I've reverted back to llirc_atiusb. After reading the forums, i've been using a coouple different utilities to test. When using IRW, I get no output, however, when I attempt to capture raw data with mode2, I do. I've listed some configs and various output below. Any help would that could be provided would be great. I've beat my head against the wall over this for countless hours. Thanks in advance.

I apologize for the lengthy post, but I wanted to provide as much information as I could. Please keep in mind that I am very fresh to all of this so the most basic commands could stump me for hours.

LSMOD:
ati_remote 12617 0
lirc_atiusb 18720 0
lirc_dev 16068 1 lirc_atiusb

MODPROBE.CONF
alias char-major-61 lirc_atiusb
alias lirc_dev lirc_atiusb

LIRCD.CONF in ETC folder
begin remote

name ati
bits 16
eps 30
aeps 100

one 0 0
zero 0 0
pre_data_bits 8
pre_data 0x14
post_data_bits 16
post_data 0xF000
gap 147987
toggle_bit 0


begin codes
a 0x000000000000C500
b 0x000000000000C601
tv 0x000000000000C803
dvd 0x000000000000C904
web 0x000000000000CA05
book 0x000000000000CB06
hand 0x000000000000CC07
vol- 0x000000000000CE09
vol+ 0x000000000000CD08
mute 0x000000000000CF0A
ch- 0x000000000000D10C
ch+ 0x000000000000D00B
1 0x000000000000D20D
2 0x000000000000D30E
3 0x000000000000D40F
4 0x000000000000D510
5 0x000000000000D611
6 0x000000000000D712
7 0x000000000000D813
8 0x000000000000D914
9 0x000000000000DA15
0 0x000000000000DC17
menu 0x000000000000DB16
check 0x000000000000DD18
c 0x000000000000DE19
d 0x000000000000E01B
timer 0x000000000000E11C
up 0x000000000000DF1A
down 0x000000000000E722
left 0x000000000000E21D
right 0x000000000000E41F
ok 0x000000000000E31E
pip 0x000000000000E520
e 0x000000000000E621
f 0x000000000000E823
rewind 0x000000000000E924
play 0x000000000000EA25
fforward 0x000000000000EB26
record 0x000000000000EC27
stop 0x000000000000ED28
pause 0x000000000000EE29
power 0x000000000000C702
end codes

end remote

LIRC Version
lircd 0.7.2

.LIRCRC file in root directory
begin
prog = mythtv
button = a
config = E
repeat = 5
end

begin
prog = mythtv
button = b
config = O
repeat = 5
end

#begin
#prog = mythtv
#button = tv
#config = Key Alt-T CurrentWindow
#repeat = 5
#end

begin
prog = mythtv
button = stop
config = Esc
repeat = 5
end

begin
prog = mythtv
button = stop
config = Esc
repeat = 5
end

begin
prog = mythtv
button = fastforward
config = Right
repeat = 5
end

begin
prog = mythtv
button = rewind
config = Left
repeat = 5
end

begin
prog = mythtv
button = pip
config = V
repeat = 5
end

begin
prog = mythtv
button = pause
config = P
repeat = 5
end

begin
prog = mythtv
button = pause
config = P
repeat = 5
end

begin
prog = mythtv
button = play
config = P
repeat = 5
end

begin
prog = mythtv
button = mute
config = F9
repeat = 5
end

begin
prog = mythtv
button = vol-
config = F10
repeat = 5
end

begin
prog = mythtv
button = vol+
config = F11
repeat = 5
end

begin
prog = mythtv
button = f
config = PgDown
repeat = 5
end

begin
prog = mythtv
button = d
config = PgUp
repeat = 5
end

begin
prog = mythtv
button = c
config = F4
repeat = 5
end

begin
prog = mythtv
button = e
config = Esc
repeat = 5
end

begin
prog = mythtv
button = right
config = Right
repeat = 5
end

begin
prog = mythtv
button = left
config = Left
repeat = 5
end

begin
prog = mythtv
button = up
config = Up
repeat = 5
end

begin
prog = mythtv
button = down
config = Down
repeat = 5
end

begin
prog = mythtv
button = ch+
config = Up
repeat = 5
end

begin
prog = mythtv
button = ch-
config = Down
repeat = 5
end

begin
prog = mythtv
button = rewind
config = Left
repeat = 5
end

begin
prog = mythtv
button = ok
config = Z
repeat = 5
end

#begin
#prog = mythtv
#button = 3
#config = Key Page_Up CurrentWindow
#repeat = 5
#end

begin
prog = mythtv
button = select
config = Return
repeat = 5
end

begin
prog = mythtv
button = 1
config = 1
repeat = 5
end

begin
prog = mythtv
button = 2
config = 2
repeat = 5
end

begin
prog = mythtv
button = 3
config = 3
repeat = 5
end

begin
prog = mythtv
button = 4
config = 4
repeat = 5
end

begin
prog = mythtv
button = 5
config = 5
repeat = 5
end

begin
prog = mythtv
button = 6
config = 6
repeat = 5
end

begin
prog = mythtv
button = 7
config = 7
repeat = 5
end

begin
prog = mythtv
button = 8
config = 8
repeat = 5
end

begin
prog = mythtv
button = 9
config = 9
repeat = 5
end

begin
prog = mythtv
button = 0
config = 0
repeat = 5
end

begin
prog = mythtv
button = ok
config = I
repeat = 5
end

begin
prog = mythtv
button = record
config = R
repeat = 5
end

begin
prog = mythtv
button = check
config = Enter
repeat = 5
end


All times are GMT -5. The time now is 06:57 AM.