* [linux-dvb] Fwd: Terratec Cinergy USB XE Rev.2
@ 2008-06-25 7:29 Mailrobot
2008-06-25 8:33 ` Antti Palosaari
0 siblings, 1 reply; 3+ messages in thread
From: Mailrobot @ 2008-06-25 7:29 UTC (permalink / raw)
To: linux-dvb
Hello,
I sadly bought this USB DVB-T stick and thought it would be supported by the
v4l drivers (I didn't know, that there are 2 versions), and now I can't get
it working.
My system is a 32 bit opensuse 11.0 (2.6.25.5-1.1-pae, gcc-4.3-39.1) and I
tried to compile the driver the following ways.
1. the suse delivered kernel module
--> nothing happened, only registered as usb device
2. I tried the download from your website, v4l-dvb-49ea64868f0c
--> compiled fine (make && make install), but wehn I plug my usb stick I get
this output:
af9015: af9015_read_config: tuner id:133 not supported, please report!
3. I tried to fix the "known" problem like sandyabutt described here:
http://www.linuxtv.org/wiki/index.php/User:Sandybutt
so I donwloaded the "original" driver, copied my kernel delivered dvb files
(*.c *.h) and pathed it with his pathfile. Make and make install worked fine,
but I still get this message:
af9015: af9015_read_config: tuner id:133 not supported, please report!
4. So, my next step was to try the driver from anttip
http://linuxtv.org/hg/~anttip/af9015. Same procedure with make and make
install, but still I can't get it working.
This is the whole message in dmesg and /var/log/messages:
Jun 25 09:13:44 simon kernel: usb 2-6.1: new high speed USB device using
ehci_hcd and address 6
Jun 25 09:13:44 simon kernel: usb 2-6.1: configuration #1 chosen from 1 choice
Jun 25 09:13:44 simon kernel: af9015_usb_probe: interface:0
Jun 25 09:13:44 simon kernel: af9015_read_config: IR mode:0
Jun 25 09:13:44 simon kernel: af9015_read_config: TS mode:0
Jun 25 09:13:44 simon kernel: af9015_read_config: [0] xtal:2 set
adc_clock:28000
Jun 25 09:13:44 simon kernel: af9015_read_config: [0] IF1:36167
Jun 25 09:13:44 simon kernel: af9015_read_config: [0] MT2060 IF1:1220
Jun 25 09:13:44 simon kernel: af9015: af9015_read_config: tuner id:133 not
supported, please report!
Jun 25 09:13:44 simon kernel: usb 2-6.1: New USB device found, idVendor=0ccd,
idProduct=0069
Jun 25 09:13:44 simon kernel: usb 2-6.1: New USB device strings: Mfr=1,
Product=2, SerialNumber=3
Jun 25 09:13:44 simon kernel: usb 2-6.1: Product: Cinergy T USB XE Ver.2
Jun 25 09:13:44 simon kernel: usb 2-6.1: Manufacturer: TerraTec
Jun 25 09:13:44 simon kernel: usb 2-6.1: SerialNumber: 10012007
Jun 25 09:13:44 simon kernel: dvb_af901x: disagrees about version of symbol
dvb_usb_device_init
Jun 25 09:13:44 simon kernel: dvb_af901x: Unknown symbol dvb_usb_device_init
simon:/home/user/downloads # lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 046a:0101 Cherry GmbH
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 0ccd:0069 TerraTec Electronic GmbH Cinergy T XE DVB-T
Receiver
Bus 002 Device 003: ID 058f:6254 Alcor Micro Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
simon:/home/user/downloads # lsmod |grep dvb
dvb_usb_af9015 35616 0
dvb_usb 39180 1 dvb_usb_af9015
dvb_core 96744 1 dvb_usb
firmware_class 25984 2 microcode,dvb_usb
i2c_core 41108 4 dvb_usb_af9015,dvb_usb,i2c_i801,nvidia
usbcore 164684 6
dvb_usb_af9015,dvb_usb,usbhid,ehci_hcd,uhci_hcd
I'm still not successfull and I know that some users got this stick working,
but I can't find the solution.
Is there anybody out there who could help me?
-------------------------------------------------------
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] Fwd: Terratec Cinergy USB XE Rev.2
2008-06-25 7:29 [linux-dvb] Fwd: Terratec Cinergy USB XE Rev.2 Mailrobot
@ 2008-06-25 8:33 ` Antti Palosaari
2008-06-25 9:24 ` Andy
0 siblings, 1 reply; 3+ messages in thread
From: Antti Palosaari @ 2008-06-25 8:33 UTC (permalink / raw)
To: Mailrobot; +Cc: linux-dvb
Mailrobot wrote:
> af9015: af9015_read_config: tuner id:133 not supported, please report!
It has Freescale MC44S803 tuner which is a little bit problematic due to
missing GPL'd driver.
You an try:
http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025769.html
http://git.bocc.de/cgi-bin/gitweb.cgi?p=cinergy.git;a=summary
regards
Antti
--
http://palosaari.fi/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] Fwd: Terratec Cinergy USB XE Rev.2
2008-06-25 8:33 ` Antti Palosaari
@ 2008-06-25 9:24 ` Andy
0 siblings, 0 replies; 3+ messages in thread
From: Andy @ 2008-06-25 9:24 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-dvb
that's it,
thanks a lot, I thought I tried that yesterday, but now it works.
Am Mittwoch, 25. Juni 2008 10:33:49 schrieb Antti Palosaari:
> Mailrobot wrote:
> > af9015: af9015_read_config: tuner id:133 not supported, please report!
>
> It has Freescale MC44S803 tuner which is a little bit problematic due to
> missing GPL'd driver.
> You an try:
> http://www.linuxtv.org/pipermail/linux-dvb/2008-April/025769.html
> http://git.bocc.de/cgi-bin/gitweb.cgi?p=cinergy.git;a=summary
>
> regards
> Antti
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-25 9:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 7:29 [linux-dvb] Fwd: Terratec Cinergy USB XE Rev.2 Mailrobot
2008-06-25 8:33 ` Antti Palosaari
2008-06-25 9:24 ` Andy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox