From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from joan.kewl.org ([212.161.35.248]:44966 "EHLO joan.kewl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565AbZAZSFr (ORCPT ); Mon, 26 Jan 2009 13:05:47 -0500 From: Darron Broad To: linux-media@vger.kernel.org, Alex Betis cc: linux-dvb@linuxtv.org Subject: Re: [linux-dvb] How to use scan-s2? In-reply-to: References: <497C3F0F.1040107@makhutov.org> <497C359C.5090308@okg-computer.de> Date: Mon, 26 Jan 2009 17:32:31 +0000 Message-ID: <16900.1232991151@kewl.org> Sender: linux-media-owner@vger.kernel.org List-ID: In message , Alex Betis wrote: lo > >The bug is in S2API that doesn't return ANY error message at all :) >So the tuner is left locked on previous channel. > >There are many things that can be done in driver to improve the situation, >but I'll leave it to someone who has card with cx24116 chips. When tuning the event status should change to 0 and if it stays that way the tuning operation failed. If you read the frontend status directly then you will retrieve the state of the previous tuning operation that suceeded. If this the above is not true then it needs investigation. cya