From: Steven Toth <stoth@linuxtv.org>
To: Christophe Thommeret <hftom@free.fr>
Cc: Steven Toth <stoth@hauppauge.com>, linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] S2API - Status - Thu Sep 11th
Date: Fri, 12 Sep 2008 09:18:38 -0400 [thread overview]
Message-ID: <48CA6C2E.7050908@linuxtv.org> (raw)
In-Reply-To: <200809120826.31108.hftom@free.fr>
Christophe Thommeret wrote:
> Le Friday 12 September 2008 07:51:17 Steven Toth, vous avez écrit :
>> Hello!
>>
>> More progress today, 7 new patches were merged - all related to the
>> feedback and suggestions we had.... And a bugfix. :)
>>
>> The DTV_SET/GET command syntax has been rationalised, as Hans requested.
>> This cleans up the application API nicely. Various internal improvements
>> and code cleanup related to variable length arrays, moving values
>> to/from userspace to the kernel. Interfacing to the demods to allow them
>> to interact with set/get property requests, if they chose to do so.
>> Quite a lot of changes internally and to the user facing API.
>>
>> If you're planning to test then you'll need the tune-v0.0.5.c to see the
>> different. (steventoth.net/linux/s2/tune-v0.0.5.tgz)
>>
>> In addition, some related news:
>>
>> mkrufky spent some time adding S2API isdb-t support to the siano driver,
>> that's working pretty well - tuning via the S2API app.
>>
>> Two tree here, offering slightly different approaches, one with S2API,
>> one using some spare bits in the DVB-T tuning fields.
>>
>> http://linuxtv.org/hg/~mkrufky/sms1xxx-s2api-isdbt/
>> http://linuxtv.org/hg/~mkrufky/sms1xxx-isdbt-as-dvbt/
>>
>> (See tune-v0.0.5.tgz for example ISDB-T tuning code)
>>
>> If you're interested in seeing the impact of switching to S2API for this
>> driver, see the set_frontend() func, it's a small change - just a few
>> lines to reference the dtv_frontend_properties cache.
>>
>> I don't think we're quite ready to announce we've conquered the complete
>> ISDB-T API, so don't assume that this is concrete.... As we experiment
>> with other ISDB-T products we'll probably find reasons to tweak the API
>> a little further as a standard begins to form..... but tuning through a
>> clean API is a great step forward, and its working now, today. Thank you
>> mkrufky :)
>>
>> Hans Werner sent a large patch for the multifrontend HVR3000/HVR4000
>> combined DVB-T/DVB-S/S2 support for the S2API tree. (Thanks Hans - this
>> was obviously a lot of manual merge work, it's greatly appreciated.)
>>
>> What would everyone like to see happen with this patch?
>>
>> Would you prefer to see this dealt with outside of the S2API discussion,
>> or would you like to see this included and merged? Let me know your
>> thoughts. Andreas also has the multifrontend thread running, so comment
>> here if you would like to see this as part of the S2API patches, or
>> comment on the Andreas thread of you want this as a separate patchset at
>> a later date.
>>
>> Darron Broad has offered to bring the cx24116.c driver up to date with
>> some additions he has in his repositories. With any luck we may see
>> these merged into the current cx24116 driver within a few days. Thank
>> you Darron.
>>
>> Patrick, I haven't looked at your 1.7MHz bandwidth suggestion - I'm open
>> to ideas on how you think we should do this. Take a look at todays
>> linux/dvb/frontend.h and see if these updates help, or whether you need
>> more changes.
>>
>> Igor has been busy patching the szap-s2 tool
>> (http://liplianindvb.sourceforge.net/hg/szap-s2/) so many thanks to
>> Igor! Gregoire has been running some basic tests and appears to be
>> having some success, that's encouraging. Thank you.
>>
>> What's next?
>>
>> Now's probably a good time to start patching dvb-apps. I think the
>> frontend.h changes are close enough for that work to begin. This will
>> probably start Friday, so keep your eyes and open for the
>> stoth/s2api-dvb-apps tree appearing ... and an announcement here.
>>
>> Thanks again to everyone, your efforts are appreciated!
>>
>> Regards,
>>
>> Steve
>
> Good work.
> I've just gave it a try:
>
> First i tried old api (kaffeine)-> everything works as expected.
> Then i tried new API (with latest tune.c) -> nova-t and nova-s work, cinergyT2
> doesn't. I've also noticed that FE_SET_PROPERTY ioctl always return -1, even
> when success..
> Then i tried old api again -> now dvb-s doesn't lock and dvb-t always lock on
> the freq used in tune.c
>
Christophe, thanks for the feedback. I'm not familiar with the cinergyT2
driver so I'll look into this tonight and see what's causing the tuning
to fail.
Thanks for highlighting this.
Regards,
Steve
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-09-12 13:19 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-12 5:51 [linux-dvb] S2API - Status - Thu Sep 11th Steven Toth
2008-09-12 6:26 ` Christophe Thommeret
2008-09-12 13:18 ` Steven Toth [this message]
2008-09-12 13:29 ` Christophe Thommeret
2008-09-12 13:31 ` Christophe Thommeret
2008-09-12 14:08 ` Steven Toth
2008-09-12 15:27 ` Johannes Stezenbach
2008-09-12 16:17 ` Steven Toth
2008-09-14 16:47 ` Steven Toth
2008-09-14 18:04 ` Christophe Thommeret
2008-09-15 2:14 ` Christophe Thommeret
2008-09-15 3:17 ` Steven Toth
2008-09-15 17:08 ` Igor M. Liplianin
2008-09-15 20:02 ` Gregoire Favre
2008-09-15 20:14 ` Igor M. Liplianin
[not found] ` <48CE9E22.9060405@hauppauge.com>
2008-09-16 21:37 ` [linux-dvb] [PATCH] S2API - Silicon Labs si2109/2110 demodulator support Igor M. Liplianin
2008-09-17 22:27 ` [linux-dvb] [PATCH] S2API - Add support for USB card modification with si2109/2110 demodulator Igor M. Liplianin
2008-09-22 4:09 ` Steven Toth
2008-09-22 4:07 ` [linux-dvb] [PATCH] S2API - Silicon Labs si2109/2110 demodulator support Steven Toth
2008-09-23 19:01 ` [linux-dvb] [PATCH] S2API - ST stv0288 " Igor M. Liplianin
2008-09-23 19:04 ` Igor M. Liplianin
2008-09-23 19:09 ` Steven Toth
2008-09-24 1:38 ` Steven Toth
2008-09-25 2:30 ` [linux-dvb] [PATCH] S2API - Kconfig dependency fixes for cards with stv0288 and si21xx Igor M. Liplianin
2008-09-15 11:43 ` [linux-dvb] S2API - Status - Thu Sep 11th Johannes Stezenbach
2008-09-16 2:58 ` Christophe Thommeret
2008-09-16 21:24 ` Johannes Stezenbach
[not found] ` <48CC12BF.7050803@hauppauge.com>
2008-09-14 14:46 ` Christophe Thommeret
2008-09-14 14:56 ` Christophe Thommeret
2008-09-14 16:49 ` Steven Toth
2008-09-14 15:01 ` Steven Toth
2008-09-14 15:27 ` Christophe Thommeret
2008-09-12 8:00 ` [linux-dvb] Siano ISDB [was: Re: S2API - Status - Thu Sep 11th] barry bouwsma
2008-09-12 8:24 ` [linux-dvb] Siano ISDB barry bouwsma
2008-09-12 11:47 ` Uri Shkolnik
[not found] ` <48CA6BBB.5010802@hauppauge.com>
2008-09-12 13:33 ` [linux-dvb] Siano ISDB [was: Re: S2API - Status - Thu Sep 11th] barry bouwsma
2008-09-12 14:13 ` Steven Toth
2008-09-12 14:38 ` barry bouwsma
2008-09-12 18:01 ` Michael Krufky
2008-09-12 9:17 ` [linux-dvb] S2API - Status - Thu Sep 11th Patrick Boettcher
2008-09-12 14:04 ` Steven Toth
2008-09-13 20:02 ` Steven Toth
2008-09-14 12:36 ` Hans Werner
2008-09-14 14:40 ` Steven Toth
2008-09-12 11:09 ` Hans Werner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48CA6C2E.7050908@linuxtv.org \
--to=stoth@linuxtv.org \
--cc=hftom@free.fr \
--cc=linux-dvb@linuxtv.org \
--cc=stoth@hauppauge.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox