On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > thanks a lot for your help Markus. But i stil trying to setting up Kworld > VS-DVB-T 323UR tuner! > I did recompile my kernel, after updated module and installated it from > from v4l-dvb-experimental my kubuntu finally is detecting my tv stick: > > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] em28xx #0: V4L2 VBI > device registered as /dev/vbi0 > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] em28xx #0: V4L2 device > registered as /dev/video0 > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] em28xx #0: Found > Kworld VS-DVB-T 323UR > > > But via messages logs i still can see errors .My message output after i > pluged Kworld VS-DVB-T 323UR tuner : > ... snip ... > Sep 20 00:51:45 mivis-laptop kernel: [ 119.572000] tuner 0-0061: chip > found @ 0xc2 (em28xx #0) > Sep 20 00:51:45 mivis-laptop kernel: [ 119.572000] attach inform > (default): detected I2C address c2 > Sep 20 00:51:45 mivis-laptop kernel: [ 119.572000] tuner 0x61: > Configuration acknowledged > Sep 20 00:51:45 mivis-laptop kernel: [ 119.572000] tuner 0-0061: type set > to 61 (Tena TNF9533-D/IF/TNF9533-B/DF) > Sep 20 00:51:45 mivis-laptop kernel: [ 119.580000] attach_inform: tvp5150 > detected. > Sep 20 00:51:45 mivis-laptop kernel: [ 119.648000] tvp5150 0-005c: > tvp5150am1 detected. > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] em28xx #0: V4L2 VBI > device registered as /dev/vbi0 > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] em28xx #0: V4L2 device > registered as /dev/video0 > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] em28xx #0: Found > Kworld VS-DVB-T 323UR > Sep 20 00:51:45 mivis-laptop kernel: [ 119.744000] usbcore: registered > new interface driver em28xx > Sep 20 00:51:45 mivis-laptop kernel: [ 119.860000] em2880-dvb.c: DVB Init > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] > FIXME:em28xx_i2c_send_bytes(1e): write failed: > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] > =============================== > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] 7f > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] > ================================ > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] zl10353_read_register: > readreg error (reg=127, ret==-19) > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] em2880-dvb.c: failed > initializing zl10353 DVB-T demodulator > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] em2880-dvb.c: retrying > with mt352 DVB-T demodulator > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] > FIXME:em28xx_i2c_send_bytes(1e): write failed: > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] > =============================== > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] 7f > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] > ================================ > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] mt352_read_register: > readreg error (reg=127, ret==-19) > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] em2880-dvb.c: no luck > with mt352 demodulator, not attaching em2880-dvb > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] em2880-dvb.c: DVB-T > demodulator not reachable, did you try "modprobe em28xx device_mode=1" > Sep 20 00:51:45 mivis-laptop kernel: [ 119.964000] Em28xx: Initialized > (Em2880 DVB Extension) extension
I don't think Markus added the code to set the tuner callback on your card, and that's probably what's causing this. (I meant to ask him about this at the time, but I forgot.) Try adding "case EM2882_BOARD_KWORLD_VS_DVBT:" to the long list of case statements before the "tun_setup.tuner_callback = dev->em28xx_callback = em28xx_reset_control;" line in linux/drivers/media/video/em28xx/em28xx-i2c.c. Aidan _______________________________________________ Em28xx mailing list [email protected] http://mcentral.de/mailman/listinfo/em28xx
