On Mon, Sep 8, 2008 at 4:06 AM, KH Chai <[EMAIL PROTECTED]> wrote:
> -----Original Message-----
> From: Markus Rechberger [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 05, 2008 4:10 PM
> To: KH Chai
> Cc: [email protected]
> Subject: Re: [Em28xx] Kworld 310U IR
>
> Hi KH,
>
> 2008/9/5 KH Chai <[EMAIL PROTECTED]>:
>> Hi Marcus,
>>
>>
>>
>> I have a Kworld 310U DVB-T tuner card working using the driver from
>>
>> http://mcentral.de/hg/~mrec/v4l-dvb-kernel
>>
>> and firmware version 2 from
>>
>> http://konstantin.filtschew.de/v4l-firmware
>>
>>
>>
>> However, I couldn't get the system to recognize the remote control.
>>
>> $ cat /proc/bus/input/devices  doesn't list Kworld remote control
>>
>>
>>
>> I did try to install the latest driver from
>>
>> http://mcentral.de/hg/~mrec/em28xx-new
>>
>> but the system gives error after reboot.
>>
>>
>
> try to delete em28xx-audio.ko and em28xx-audioep.ko from em28xx-new or
> edit the Makefile and comment out (by adding # infront of the line)
> following lines:
> #CONFIG_VIDEO_EM28XX_AUDIO:=m
> #CONFIG_VIDEO_EM28XX_AUDIO_EP:=m
>
> let me know what happens.
>
> Markus
>
>
> Hi Markus,
>
> I deleted both em28xx-audio.ko and em28xx-audioep.ko from em28xx-new
> These are the output:
>
> $ lsusb
> Bus 005 Device 005: ID 067b:2506 Prolific Technology, Inc.
> Bus 005 Device 004: ID eb1a:e310 eMPIA Technology, Inc.
> Bus 005 Device 001: ID 0000:0000
> Bus 004 Device 001: ID 0000:0000
> Bus 003 Device 001: ID 0000:0000
> Bus 002 Device 003: ID 15ca:00c3
> Bus 002 Device 004: ID 1241:1503 Belkin
> Bus 002 Device 001: ID 0000:0000
> Bus 001 Device 001: ID 0000:0000
>
>
> $ lsmod | grep em28
> em28xx_dvb             17668  0
> dvb_core               81404  1 em28xx_dvb
> em28xx                374208  1 em28xx_dvb
> i2c_core               24832  4 zl10353,tuner_xc3028,tvp5150,em28xx
> videodev               29440  1 em28xx
> v4l2_common            18304  2 em28xx,videodev
> v4l1_compat            15492  2 em28xx,videodev
> usbcore               146028  10
> snd_usb_audio,snd_usb_lib,em28xx_dvb,em28xx,usb_storage,libusual,usbhid,ehci
> _hcd,uhci_hcd
>
>
> $ dmesg | grep DVB
> [   39.319787] em2880-dvb.c: DVB Init
> [   39.882523] DVB: registering new adapter (em2880 DVB-T)
> [   39.882533] DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)...
> [   39.883040] Em28xx: Initialized (Em2880 DVB Extension) extension
>
>
> However, the system still won't able to detect the IR.
> Any suggestion of where could be the problem?
> Thank you.
>

in em28xx-cards.c
In the section:
        [EM2880_BOARD_MSI_DIGIVOX_AD_II] = {
                .name         = "MSI DigiVox A/D II",

try to add:
                .dev_modes    = EM28XX_VIDEO | EM28XX_VBI |
EM28XX_DVBT, // add ir_keytab below devmodes
                .ir_keytab    = ir_codes_pinnacle2,
                .ir_getkey    = em2880_get_key_empia,


Maybe it works out for you,

good luck,
Markus

_______________________________________________
Em28xx mailing list
[email protected]
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to