All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: pierigno <pierigno@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: AF9035 Twinstar has firmware errors
Date: Wed, 04 Jul 2012 22:53:54 +0300	[thread overview]
Message-ID: <4FF49F52.2010005@iki.fi> (raw)
In-Reply-To: <4FF494CB.5070001@iki.fi>

On 07/04/2012 10:08 PM, Antti Palosaari wrote:
> Hello and thank you for testing.
>
> On 07/04/2012 09:55 PM, pierigno wrote:
>> hello,
>>
>> I've downloaded and compiled against karnel 3.0.0 and kernel 3.4.3 the
>> latest git tree from antii, branch dvb-usb-pull, and it doesn't
>> recognize my dual tuner Avermedia Twinstar (af9035 + mxl5007t)
>> anymore. Here's the logs from dmesg (the compiled modules do not have
>> any debug parameters to enable):
>
> It is uses new / current dynamic debugs.
>
> modprobe dvb_usbv2; echo -n 'module dvb_usbv2 +p' >
> /sys/kernel/debug/dynamic_debug/control
> echo 'file drivers/media/dvb/dvb-usb/usb_urb.c line 30 -p' >
> /sys/kernel/debug/dynamic_debug/control
> modprobe dvb_usb_af9035; echo -n 'module dvb_usb_af9035 +p' >
> /sys/kernel/debug/dynamic_debug/control
>
>
>> [44919.820892] DVB: registering new adapter (AVerMedia Twinstar (A825))
>> [44919.826864] af9033: firmware version: LINK=11.5.9.0 OFDM=5.17.9.1
>> [44919.826875] DVB: registering adapter 0 frontend 0 (Afatech AF9033
>> (DVB-T))...
>> [44920.166089] mxl5007t 16-0060: creating new instance
>> [44920.166883] mxl5007t_get_chip_id: unknown rev (3f)
>> [44920.166891] mxl5007t_get_chip_id: MxL5007T detected @ 16-0060
>> [44920.178890] usb 2-1.2: dvb_usbv2: 'AVerMedia Twinstar (A825)' error
>> while loading driver (-22)
>
> hmm, -22 == -EINVAL. Should look where this is coming from...

It was coming from the remote controller registration when there is no 
keytable defined :/

Maybe best to load RC_MAP_EMPTY from af9035 in case no remote map defined...
rc->map_name = RC_MAP_EMPTY;

Anyhow, I have to look how to resolve that correctly.

regards
Antti

-- 
http://palosaari.fi/



      reply	other threads:[~2012-07-04 19:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-04 18:55 AF9035 Twinstar has firmware errors pierigno
2012-07-04 19:08 ` Antti Palosaari
2012-07-04 19:53   ` Antti Palosaari [this message]

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=4FF49F52.2010005@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=pierigno@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.