public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Problems with Terratec Cinergy Piranha
@ 2008-06-24 14:54 Esa Hyytia
  0 siblings, 0 replies; 5+ messages in thread
From: Esa Hyytia @ 2008-06-24 14:54 UTC (permalink / raw)
  To: linux-dvb

Hello list,

I bought today this USB stick (187f:0010) and tried to get it work in 32-bit Ubuntu 8.04:

 - Driver snapshot from today (http://linuxtv.org/hg/~mkrufky/siano)
 - Firmware is extracted from driver-cd (same as from terratec.net)
 - I also changed 'default_mode' to 0 in smscoreapi.c
 - make && make install seems to work properly
 - plugging the stick in a USB port gives the following error(s):

[ 2104.988097] smsdvb_hotplug: line: 330: SMS Device mode is not set for DVB operation.

Any hints what I could try to get further?

Thanks in advance,

Esa



_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] Problems with Terratec Cinergy Piranha
@ 2008-06-25  8:05 barry bouwsma
  2008-06-27 14:23 ` Esa Hyytia
  2008-06-27 14:38 ` Michael Krufky
  0 siblings, 2 replies; 5+ messages in thread
From: barry bouwsma @ 2008-06-25  8:05 UTC (permalink / raw)
  To: Esa Hyytia; +Cc: linux-dvb

Sorry for breaking the References: header; I'm pasting between
web browsers here, and this message was posted before I suscirbed

Esa Hyytia wrote:

> I bought today this USB stick (187f:0010) and tried to get it work in 32-bit Ub
> untu 8.04:

>  - Driver snapshot from today (http://linuxtv.org/hg/~mkrufky/siano)
>  - Firmware is extracted from driver-cd (same as from terratec.net)
>  - I also changed 'default_mode' to 0 in smscoreapi.c

That's your mistake -- now for DVB-T the default mode needs to be
left as 4 (that's DVBT-DBA-drivers; how that specifically differs
from mode 0 DVB-T I have no idea, but that's the way it is now)

Only mode 4 will work with yesterday's /siano snapshot, even
though the firmware is the same -- you'll also need to rename the
firmware to what the code expects:
dvbt_bda_stellar_usb.inp

There appears to be another copy of the smsdvb code in a repository
called somehow `hd' which differs slightly; the only difference I
looked at is one which I needed to apply for my 2.6.24-era kernel.
I need to look more closely at what else differs.
Hope that helps...
barry bouwsma


      


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] Problems with Terratec Cinergy Piranha
  2008-06-25  8:05 barry bouwsma
@ 2008-06-27 14:23 ` Esa Hyytia
  2008-06-27 14:38 ` Michael Krufky
  1 sibling, 0 replies; 5+ messages in thread
From: Esa Hyytia @ 2008-06-27 14:23 UTC (permalink / raw)
  To: free_beer_for_all; +Cc: linux-dvb

> That's your mistake -- now for DVB-T the default mode needs to be
> left as 4 (that's DVBT-DBA-drivers; how that specifically differs
> from mode 0 DVB-T I have no idea, but that's the way it is now)
> 
> Only mode 4 will work with yesterday's /siano snapshot, even
> though the firmware is the same -- you'll also need to rename the
> firmware to what the code expects:
> dvbt_bda_stellar_usb.inp

I have not tried this as for no apparent reason the stick
suddenly started to work. In any case, thanks to everyone
involved in supporting this device.

I also collected from the mailing list the instructions on how to
get this device running and added them at the end of the wiki page,

 http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_Piranha


Esa



_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] Problems with Terratec Cinergy Piranha
  2008-06-25  8:05 barry bouwsma
  2008-06-27 14:23 ` Esa Hyytia
@ 2008-06-27 14:38 ` Michael Krufky
  2008-06-27 16:06   ` barry bouwsma
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Krufky @ 2008-06-27 14:38 UTC (permalink / raw)
  To: free_beer_for_all; +Cc: linux-dvb

On Wed, Jun 25, 2008 at 4:05 AM, barry bouwsma
<free_beer_for_all@yahoo.com> wrote:
> Sorry for breaking the References: header; I'm pasting between
> web browsers here, and this message was posted before I suscirbed
>
> Esa Hyytia wrote:
>
>> I bought today this USB stick (187f:0010) and tried to get it work in 32-bit Ub
>> untu 8.04:
>
>>  - Driver snapshot from today (http://linuxtv.org/hg/~mkrufky/siano)
>>  - Firmware is extracted from driver-cd (same as from terratec.net)
>>  - I also changed 'default_mode' to 0 in smscoreapi.c
>
> That's your mistake -- now for DVB-T the default mode needs to be
> left as 4 (that's DVBT-DBA-drivers; how that specifically differs
> from mode 0 DVB-T I have no idea, but that's the way it is now)

This is an experimental driver -- You'll notice that I did not merge
it into the master branch yet -- those alternative modes are for
external software applications, to use the driver in a way without
using the dvb core framework.

I plan to remove that from the driver, as I am working to convert it
100% to the standard linux-dvb api.

default_mode is set to 4 in the driver -- you just shouldn't mess with it.

> Only mode 4 will work with yesterday's /siano snapshot, even
> though the firmware is the same -- you'll also need to rename the
> firmware to what the code expects:
> dvbt_bda_stellar_usb.inp
>
> There appears to be another copy of the smsdvb code in a repository
> called somehow `hd' which differs slightly; the only difference I
> looked at is one which I needed to apply for my 2.6.24-era kernel.
> I need to look more closely at what else differs.

That code is not for you :-P  That's for an unrelated experiment that
I was doing.

You think you needed the adapter_nr compat patch, but you dont -- if
you build from the "siano" tree, it will install the newer dvb-core
along with the adapter_nr interface.

Just dont use the hd tree.

The "isms" will all be removed before I merge the code into the master
repository.

Regards,

Mike

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] Problems with Terratec Cinergy Piranha
  2008-06-27 14:38 ` Michael Krufky
@ 2008-06-27 16:06   ` barry bouwsma
  0 siblings, 0 replies; 5+ messages in thread
From: barry bouwsma @ 2008-06-27 16:06 UTC (permalink / raw)
  To: Michael Krufky; +Cc: linux-dvb

--- On Fri, 6/27/08, Michael Krufky <mkrufky@gmail.com> wrote:

> > That's your mistake -- now for DVB-T the default mode needs to be
> > left as 4 (that's DVBT-DBA-drivers; how that specifically differs

> This is an experimental driver -- You'll notice that I did not merge
> it into the master branch yet -- those alternative modes are for
> external software applications, to use the driver in a way without
> using the dvb core framework.

Which brings me to ask publicly what I've been trying to figure
out how to ask...

The device supports DAB under the supplied Home Cinema Windows
application, the reason why I bought it (DAB support, that is.
I have no Windows boxes).  It works and all.

DAB is about as far from DVB as, well, as it is.  There's one
DAB device support sourcefile, under video or something, but it
doesn't seem to deal with the composition of the multiplex
datastream.  Where is it appropriate for me to ask questions
about DAB, if anywhere?  Shirley, not this list...

And secondly, has anyone who has this adapter and can receive
DAB radio with it, captured that protocol and data and whatnot,
to enable some reverse-engineering/hacking?

Basically, I'm wondering, what does a non-DVB external software
need to say to the device, and what does the device say in return
(complete multiplex data, or only part thereof, or something),
in order to tune and listen to a DAB multiplex/channel...



> > There appears to be another copy of the smsdvb code in a repository
> > called somehow `*CENSORED*' which differs slightly;

> That code is not for you :-P

Sorry guv, i'm overwriting my downloaded copy thereof repeatedly
with a random pattern of ones and zeroes formed by the statistical
cryptographic transformation (and computationally mathematically
proven, say wot) based on the highly sophisticated algorithm of
ROT-26ing the data, so you can rest assured I shan't poke my nose
in places it does not belong, until the next time I see something
curiously interesting


> You think you needed the adapter_nr compat patch, but you dont -- if
> you build from the "siano" tree, it will install the newer dvb-core
> along with the adapter_nr interface.

And it will also overwrite the hacked source I have in my present
kernel that enables a few obscure devices I have to function at all,
so I'm hoping to clear out all my accumulated hacks before I can
safely try a stock kernel again.  That's the unfortunate reason
I'm cherry-picking the best goodies out of new code selectively.

No worries, I'm clearing out my hacks, hopefully before I get
cleared out


thanks
barry bouwmsa


      


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-27 16:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 14:54 [linux-dvb] Problems with Terratec Cinergy Piranha Esa Hyytia
  -- strict thread matches above, loose matches on Subject: below --
2008-06-25  8:05 barry bouwsma
2008-06-27 14:23 ` Esa Hyytia
2008-06-27 14:38 ` Michael Krufky
2008-06-27 16:06   ` barry bouwsma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox