View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 8 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Nov 02, 2003 7:24 pm 
Offline
Joined: Sun Nov 02, 2003 7:19 pm
Posts: 5
Hi, I recently received the ati tv wonder pro remote control edition and I was wondering if these work with knoppmyth. I'm currently using a wintv card and I wanted to know if I'd have to do anything special to get the tv wonder card working. I'd also like to have the remote control working too. Thanks for any help. Just want to get some advice before I start ripping my system apart.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 02, 2003 7:47 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Well, I don't have a TV wonder card so I cannot say if you'll have to so anything special. If the card is support under Linux it should work. You may however have to tell the module what type of card it is... As for the remote, is it supported w/ LIRC? If so, you'll have to recompiled LIRC. In R4, the source is under /usr/src. I could only compile LIRC for one remote at a time and I choose to do so for Hauppauge cards/remotes(as that is what I have). Recompiling isn't difficult, follow the instructions here:
http://lirc.org/html/install.html#compiling

cesman


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 02, 2003 9:38 pm 
Offline
Joined: Sun Nov 02, 2003 7:19 pm
Posts: 5
Thanks for the quick reply. I just tried getting the card to work. It seems like its not being recognized and will not seem to work. I think it's because I have the newer TV wonder card. I found something on another site about it having a different chipset so I think I'm outta luck until it gets supported. The remote control is rf not ir. I found drivers online http://sourceforge.net/project/showfile ... p_id=12629 , maybe those would be good to include in a future version :) Thanks for your help, I'll keep messing around with the TV wonder, if anyone has gotten it to work with myth tv I'd welcome some help.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 02, 2003 9:53 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
You're welcome. When I ask for feature requests for R5 you can remind me! ;)


cesman


Top
 Profile  
 
 Post subject: Some more info
PostPosted: Fri Nov 28, 2003 4:36 pm 
Offline
Joined: Sun Nov 23, 2003 2:51 am
Posts: 1
Hi guys,
Some updates, since it looks like using this remote should be possible...
Looking through the mailing list for the GATO drivers (the link that Erik posted), I noticed that the developer had gotten his driver into the cvs version of lirc:
http://sourceforge.net/mailarchive/message.php?msg_id=5803153

I went ahead and got cvs:
apt-get install cvs

And did the checkout:

#!/bin/bash
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/lirc login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/lirc co lirc

Then did the required machinations:
#!/bin/bash
./autogen.sh
./configure --with-x --with-driver=atiusb
make && make install

... Then updated my /etc/modutils/lirc:
#Changing this for the ati_usb driver -JP
alias char-major-61 lirc_atiusb

This loaded just fine:
# lsmod
...
lirc_atiusb 5664 0
lirc_dev 8496 1 [lirc_atiusb]
...
usbcore 57376 0 [lirc_atiusb usb-ohci]
...

Looking at the ati website, I got what the buttons on the remote are supposedly for:
ATI's support site

... And I created a lircd.conf file using irrecord:


# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.7.0pre1(atiusb) on Fri Nov 28 16:56:46 2003
#
# contributed by Jason Piterak
#
# brand: ati
# This uses the atiusb driver
# model no. of remote control: 5000022000
# devices being controlled by this remote:
# MythTV PVR using knopmyth by Cecil and Dale at
# http://mysettopbox.tv

begin remote

name atiusb
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 139891
toggle_bit 0


begin codes
a 0x000000000000C500
b 0x000000000000C601
power 0x000000000000C702
tv 0x000000000000C803
dvd 0x000000000000C904
web 0x000000000000CA05
media_library 0x000000000000CB06
drag 0x000000000000CC07
mouse-button_left 0x0000000000003D78
mouse-button_right 0x000000000000417C
mouse-up 0x0000000000003772
mouse-down 0x0000000000003873
mouse-left 0x0000000000003570
mouse-right 0x0000000000003671
mouse-left_up 0x0000000000003974
mouse-right_up 0x0000000000003A75
mouse-left_down 0x0000000000003C77
mouse-right_down 0x0000000000003B76
vol-up 0x000000000000CD08
vol-down 0x000000000000CE09
mute 0x000000000000CF0A
chan-up 0x000000000000D00B
chan-down 0x000000000000D10C
1 0x000000000000D20D
2 0x000000000000D30E
3 0x000000000000D40F
4 0x000000000000D510
5 0x000000000000D611
6 0x000000000000D712
7 0x000000000000D813
8 0x000000000000D914
9 0x000000000000DA15
0 0x000000000000DC17
dvd-root_menu 0x000000000000DB16
launch_setup 0x000000000000DD18
c 0x000000000000DE19
d 0x000000000000E01B
tv_on_demand 0x000000000000E11C
max_window 0x000000000000E520
cursor-up 0x000000000000DF1A
cursor-down 0x000000000000E722
cursor-left 0x000000000000E21D
cursor-right 0x000000000000E41F
ok 0x000000000000E31E
e 0x000000000000E621
f 0x000000000000E823
rewind 0x000000000000E924
play 0x000000000000EA25
fast_forward 0x000000000000EB26
record 0x000000000000EC27
stop 0x000000000000ED28
pause 0x000000000000EE29
end codes

end remote

This seems to test fine using:
lircd --nodaemon ...and
irw on a different tty

... I'll post more when I have everything else up and running, but I thought you all might find this useful so far.

Enjoy,
--Jason


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 28, 2003 5:18 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Nice! I'll be sure to include what you contribute in R5. Does you motherboard support power on by usb? If so, have you tried using the remote to power up?!

cesman


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 29, 2003 10:26 pm 
Offline
Joined: Fri Nov 14, 2003 4:02 pm
Posts: 68
Location: Edmonton, Alberta, Canada
The remote that came with it is almost certainly just the ati remote wonder. Instead of going through all the trouble of making it work with LIRC you can just modify the driver and then compile.
I mentioned it here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=118

apply the diff I pointed to in that post to get a decently useable remote config. If you want to modify it more just read up on it in the mythtv forums because there are two or three posts regarding how to modify the drivers there. I'm currently using mine with mythtv with the diff no problem.

BTW, cesman said he has already included the driver with the diff in r5.

Chris


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 30, 2003 2:55 am 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Yes, and compiling it under R4 is also easy...

cesman


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 11 guests


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 post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu