LinHES Forums http://forum.linhes.org/ |
|
Tuner Winfast DTV1000 T http://forum.linhes.org/viewtopic.php?f=2&t=12184 |
Page 1 of 1 |
Author: | andysl [ Mon Oct 16, 2006 3:05 am ] |
Post subject: | Tuner Winfast DTV1000 T |
Hey guys, I installed this card a week or so ago, and it worked pretty much straight out of the box. Havent had a great deal of time this week to tinker, but have been able to get a few channels going. Tonight i'm trying to get the remote working. I've found the card runs on "Chipset - Conexant CX23881 + Conexant CX22702" (straight from the cards site). So i assume i have to update the cx88 driver? I've tried to follow the instructions on the cx88 "build HowTo" page ([url]http://linux.bytesex.org/v4l2/build.html[/url]) but am at a loss. During the setup i remember a section came up and asked what kind of remote i was using. I selected none, because at the time i wasnt concerned. How can i get that back up? Any help is greatly appreciated ![]() Ta, Andy |
Author: | andysl [ Mon Oct 16, 2006 3:29 am ] |
Post subject: | |
following this site: [url]http://linuxtv.org/v4lwiki/index.php/Remote_controllers[/url] i typed in: [code]cat /proc/bus/input/devices[/code] the output was: [code] I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/class/input/input0 H: Handlers=kbd event0 B: EV=120013 B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe B: MSC=10 B: LED=7 [/code] "N" does not appear to display my tuner card, and is "H" meant to display "event2"?? Or am i barking up the wrong tree all together? |
Author: | andysl [ Mon Oct 16, 2006 6:55 am ] |
Post subject: | |
After doing some more reading tonight, is it an option to make up (or buy) a different IR cord to use instead? Would it be easier to connect it through the USB or serial port instead of the card? Is that what is meant by 'dongle'? |
Author: | andysl [ Wed Nov 08, 2006 4:31 am ] |
Post subject: | |
Hey guys, It appears i've found something which may get my remote to work, however i've a bit stuck when it comes to using the code. If anyone could tell me how to use the following code i'd be most grateful! From the page http://article.gmane.org/gmane.linux.drivers.dvb/27876: Code: --- a/linux/drivers/media/common/ir-keymaps.c 2006-08-07 14:18:54.000000000 +1000
+++ b/linux/drivers/media/common/ir-keymaps.c 2006-08-17 01:04:28.000000000 +1000 <at> <at> -1285,7 +1285,25 <at> <at> [ 0x23 ] = KEY_PLAYPAUSE, [ 0x24 ] = KEY_NEXT, [ 0x26 ] = KEY_STOP, - [ 0x27 ] = KEY_RECORD + [ 0x27 ] = KEY_RECORD, + + /* Added by Adam for Y04G0004 Control */ + [ 0x36 ] = KEY_TV, + [ 0x37 ] = KEY_RADIO, + [ 0x38 ] = KEY_DVD, + [ 0x29 ] = KEY_EXIT, + [ 0x30 ] = KEY_CHANNEL, + [ 0x2f ] = KEY_MENU, + [ 0x31 ] = KEY_EPG, + [ 0x32 ] = KEY_CHANNEL, + [ 0x33 ] = KEY_LANGUAGE, + [ 0x1e ] = KEY_VIDEO, + [ 0x1b ] = KEY_AUDIO, + [ 0x16 ] = KEY_SUBTITLE, + [ 0x11 ] = KEY_BACK, + [ 0x28 ] = KEY_SHUFFLE, + [ 0x25 ] = KEY_F23, + [ 0x2a ] = KEY_MODE }; EXPORT_SYMBOL_GPL(ir_codes_winfast); --- a/linux/drivers/media/video/cx88/cx88-cards.c 2006-08-07 14:18:54.000000000 +1000 +++ b/linux/drivers/media/video/cx88/cx88-cards.c 2006-08-17 01:05:13.000000000 +1000 <at> <at> -865,6 +865,10 <at> <at> .input = {{ .type = CX88_VMUX_DVB, .vmux = 0, + .gpio0 = 0x00F5e700, + .gpio1 = 0x00003004, + .gpio2 = 0x00F5e700, + .gpio3 = 0x02000000, }}, .dvb = 1, }, --- a/linux/drivers/media/video/cx88/cx88-input.c 2006-08-07 14:18:54.000000000 +1000 +++ b/linux/drivers/media/video/cx88/cx88-input.c 2006-08-17 01:04:56.000000000 +1000 <at> <at> -173,6 +173,7 <at> <at> ir->sampling = 1; break; case CX88_BOARD_WINFAST2000XP_EXPERT: + case CX88_BOARD_WINFAST_DTV1000: ir_codes = ir_codes_winfast; ir->gpio_addr = MO_GP0_IO; ir->mask_keycode = 0x8f8; |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |