On Wed, Mar 05, 2008 at 01:29:15AM +0000, Frank Winkler wrote: > Hello, > > I just tried to get my new TerraTec Cinergy Hybrid T USB XS FM installed under > openSUSE 10.3 (2.6.22.18-150-default). According to the short howto posted by > Markus, I proceeded the following steps: > > $ hg clone http://mcentral.de/hg/~mrec/userspace-drivers > $ cd userspace-drivers > $ ./build.sh > $ cd .. > $ hg clone http://mcentral.de/hg/~mrec/em28xx-userspace2 > $ cd em28xx-userspace2 > $ ./build.sh > > Now when I attach the stick to my PC, I receive the following lines in dmesg: > > Linux video capture interface: v2.00 > em28xx v4l2 driver version 0.0.1 loaded > em28xx new video device (0ccd:0072): 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/input9 > em28xx-input.c: remote control handler attached > moduleid: 4 > radio device registered as /dev/radio0 > em28xx #0: V4L2 VBI device registered as /dev/vbi0 > em28xx #0: V4L2 device registered as /dev/video0 > em28xx #0: Found Terratec Hybrid XS (em2883) > usbcore: registered new interface driver em28xx > tuner 4-0061: chip found @ 0xc2 (em28xx #0) > attach inform (default): detected I2C address c2 > 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 > requesting to change mode > em2880-dvb.c: failed initializing zl10353 DVB-T demodulator > em2880-dvb.c: retrying with mt352 DVB-T demodulator > 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" > Em28xx: Initialized (Em2880 DVB Extension) extension > > When I start Kaffeine or tvtime, I can't see anything. When running kdetv it > starts the channel scan wizzard, but then kdetv does not allow to proceed > because it seems not to detect any kind of tuner with the video device (could > it > be, that the device has to be switched to analog mode manually? How?) The only > thing which works perfectly is the PC shutdown when pressing the > STANDBY-button > on the remote. Does anyone have any hint for me? Thanks in advance...
Maybe the userspace daemon is not running at all? I attach a patch. Best regards, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany ----------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -----------------------------------------------------------------
--- userspace-drivers/build.sh.orig 2008-03-05 03:20:30.000000000 +0100 +++ userspace-drivers/build.sh 2008-03-05 03:22:34.000000000 +0100 @@ -75,9 +75,9 @@ if [ -f /etc/init.d/media-daemon ]; then /etc/init.d/media-daemon stop fi - egrep -i 'redhat|red hat' /proc/version -q + egrep -i 'redhat|red hat|suse' /proc/version -q if [ "$?" == "0" ]; then - echo "Redhat found" + echo "Redhat/SUSE found" cp init.d/redhat-media-daemon /etc/init.d/media-daemon chmod 744 /etc/init.d/media-daemon fi;
_______________________________________________ Em28xx mailing list [email protected] http://mcentral.de/mailman/listinfo/em28xx
