Hi,

I solved it using another hg repository
http://www.makomk.com/hg/v4l-dvb-makomk

Valerio

2008/2/14, Christian Speckner <[EMAIL PROTECTED]>:
> Hi all!
>
>  I just tried to get my Cinergy XS running on 2.6.24 using the userspace
>  drivers (the experimental tree won't compile anymore on this newer
>  kernel). After some fiddling I finally got it in a state where em28xx
>  loads and initializes the device fine. The tuner lib gets loaded fine
>  via media-daemon, and then, dvb starts to initialize and fails on
>  initializing the demodulator with i2c errors. I also tried to hack
>  em2880-dvb.c to treat the device like the Cinergy XS FM and load the
>  userspace demodulator (didn't get it to do this otherwise) which starts
>  up fine but fails on tuning, again with similar i2c errors. I'm on
>  gentoo (mostly) stable.
>
>  m28xx v4l2 driver version 0.0.1 loaded
>  em28xx new video device (0ccd:005e): interface 0, class 255
>  em28xx: device is attached to a USB 2.0 bus
>  em28xx #0: Alternate settings: 8
>  em28xx #0: Alternate setting 0, max size= 0
>  em28xx #0: Alternate setting 1, max size= 0
>  em28xx #0: Alternate setting 2, max size= 1448
>  em28xx #0: Alternate setting 3, max size= 2048
>  em28xx #0: Alternate setting 4, max size= 2304
>  em28xx #0: Alternate setting 5, max size= 2580
>  em28xx #0: Alternate setting 6, max size= 2892
>  em28xx #0: Alternate setting 7, max size= 3072
>  input: em2880/em2870 remote control as /class/input/input13
>  em28xx-input.c: remote control handler attached
>  moduleid: 0
>  attach_inform: eeprom detected.
>  em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 5e 00 d0 12 5c 03 9e 40 de 1c
>  em28xx #0: i2c eeprom 10: 6a 34 27 57 46 07 01 00 00 00 00 00 00 00 00 00
>  em28xx #0: i2c eeprom 20: 46 00 01 00 f0 10 31 00 b8 00 14 00 5b 1e 00 00
>  em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 00 00 00 00 00 00
>  em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>  em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>  em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 34 03 54 00 65 00
>  em28xx #0: i2c eeprom 70: 72 00 72 00 61 00 54 00 65 00 63 00 20 00 45 00
>  em28xx #0: i2c eeprom 80: 6c 00 65 00 63 00 74 00 72 00 6f 00 6e 00 69 00
>  em28xx #0: i2c eeprom 90: 63 00 20 00 47 00 6d 00 62 00 48 00 00 00 40 03
>  em28xx #0: i2c eeprom a0: 43 00 69 00 6e 00 65 00 72 00 67 00 79 00 20 00
>  em28xx #0: i2c eeprom b0: 48 00 79 00 62 00 72 00 69 00 64 00 20 00 54 00
>  em28xx #0: i2c eeprom c0: 20 00 55 00 53 00 42 00 20 00 58 00 53 00 20 00
>  em28xx #0: i2c eeprom d0: 28 00 32 00 38 00 38 00 32 00 29 00 00 00 1c 03
>  em28xx #0: i2c eeprom e0: 30 00 36 00 31 00 32 00 30 00 32 00 30 00 30 00
>  em28xx #0: i2c eeprom f0: 38 00 34 00 35 00 38 00 00 00 00 00 00 00 00 00
>  EEPROM ID= 0x9567eb1a
>  Vendor/Product ID= 0ccd:005e
>  AC97 audio (5 sample rates)
>  500mA max power
>  Table at 0x27, strings=0x409e, 0x1cde, 0x346a
>  tuner 1-0061: chip found @ 0xc2 (em28xx #0)
>  attach inform (default): detected I2C address c2
>  attach_inform: tvp5150 detected.
>  em28xx: registered module_id 1
>  tuner-stub: adding support for Conexant - cx25840
>  tuner-stub: userspace driver version 1
>  tuner-stub: Copyright: Markus Rechberger <[EMAIL PROTECTED]>
>  em28xx #0: V4L2 VBI device registered as /dev/vbi0
>  em28xx #0: V4L2 device registered as /dev/video0
>  em28xx #0: Found Terratec Hybrid XS (em2882)
>  usbcore: registered new interface driver em28xx
>  em28xx-audio.c: probing for em28x1 non standard usbaudio
>  em28xx-audio.c: Copyright (C) 2006 Markus Rechberger
>  Em28xx: Initialized (Em28xx Audio Extension) extension
>  em2880-dvb.c: DVB Init
>  tuner-stub: adding support for Conexant - cx25840
>  tuner-stub: userspace driver version 1
>  tuner-stub: Copyright: Markus Rechberger <[EMAIL PROTECTED]>
>  FIXME:em28xx_i2c_send_bytes(1e): write failed:
>  ===============================
>  7f
>  ================================
>  zl10353_read_register: readreg error (reg=127, ret==-19)
>  em2880-dvb.c: failed initializing zl10353 DVB-T demodulator
>  em2880-dvb.c: retrying with mt352 DVB-T demodulator
>  mt352_attach: driver disabled by Kconfig
>  em2880-dvb.c: no luck with mt352 demodulator, not attaching em2880-dvb
>  em2880-dvb.c: DVB-T demodulator not reachable, did you try "modprobe
>  em28xx device_mode=1"
>
>
>
>  --
>  Christian Speckner
>  Institut für Theoretische Physik und Astrophysik
>  Am Hubland
>  97074 Würzburg
>  +49 931 888 4995
>  PGP public key: theorie.physik.uni-wuerzburg.de/~cnspeckn
>
>
> _______________________________________________
>  Em28xx mailing list
>  Em28xx@mcentral.de
>  http://mcentral.de/mailman/listinfo/em28xx
>
>
>

_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to