From: Antti Palosaari <crope@iki.fi>
To: Diorser <diorser@gmx.fr>
Cc: linux-media@vger.kernel.org
Subject: Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal
Date: Wed, 02 Jan 2013 00:26:32 +0200 [thread overview]
Message-ID: <50E36298.3040009@iki.fi> (raw)
In-Reply-To: <op.wp845xcf4bfdfw@quantal>
On 01/01/2013 11:40 PM, Diorser wrote:
> Hi all,
>
> After struggling some days trying to wake up a AVerTV_HD_Express_A918R
> DVB-T card, I am stuck with a DMX_SET_PES_FILTER error reported by
> dvbsnoop, I cannot solve (beyond my skills).
> This card is based on Afatech AF9035 + AF9033 + NXP TDA18218HN, and
> then very similar to AVerTV_Volar_HD_PRO_A835 (in term of components used).
>
> You will find all details and current state at:
> http://www.linuxtv.org/wiki/index.php/AVerMedia_AVerTV_HD_Express_A918R
>
> In the meantime, I propose following patches to get dvb_usb_af9035
> compatible with A918R.
> --------------------------------------------------------------------------------------
>
> --- /drivers/media/dvb-core/dvb-usb-ids.h
> +++ /drivers/media/dvb-core/dvb-usb-ids.h
> @@ -233,6 +233,7 @@
> #define USB_PID_AVERMEDIA_A835 0xa835
> #define USB_PID_AVERMEDIA_B835 0xb835
> +#define USB_PID_AVERMEDIA_A918R 0x0918
> #define USB_PID_AVERMEDIA_1867 0x1867
> #define USB_PID_AVERMEDIA_A867 0xa867
> --------------------------------------------------------------------------------------
>
> --- /drivers/media/usb/dvb-usb-v2/af9035.c
> +++ /drivers/media/usb/dvb-usb-v2/af9035.c
> @@ -1125,6 +1125,8 @@
> { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_B835,
> &af9035_props, "AVerMedia AVerTV Volar HD/PRO (A835)",
> NULL) },
> + { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A918R,
> + &af9035_props, "AVerMedia AverTV (A918R)", NULL) },
> { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_1867,
> &af9035_props, "AVerMedia HD Volar (A867)", NULL) },
> --------------------------------------------------------------------------------------
>
> If someone has some ideas to solve/understand the DMX_SET_PES_FILTER
> issue, please feel free to advise what should be tested or modified.
Patch looks correct.
If you are talking of that error I saw wiki you mentioned it is not
error. You cannot use dvbsnoop like that. You have to tune to channel
first and only after device is tuned successfully pidscan is possible.
# dvbsnoop -s pidscan
dvbsnoop V1.4.50 -- http://dvbsnoop.sourceforge.net/
Transponder PID-Scan...
Error(22): DMX_SET_PES_FILTER: Invalid argument
If you are really sure your antenna is good (not that small antenna
bundled) and it does not work then there is some bug. I bet some GPIO is
wrong. Maybe you should take some sniffs using SniffUSB2.0 and look there...
> Thanks, and ... Happy New Year !
> Diorser.
regards
Antti
--
http://palosaari.fi/
next prev parent reply other threads:[~2013-01-01 22:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-01 21:40 AverTV_A918R (af9035-af9033-tda18218) / patch proposal Diorser
2013-01-01 22:26 ` Antti Palosaari [this message]
[not found] ` <op.wp88epxu4bfdfw@quantal>
2013-01-01 23:09 ` Diorser
2013-01-01 23:32 ` Antti Palosaari
2013-01-02 0:12 ` Diorser
2013-01-02 0:17 ` Antti Palosaari
2013-01-03 21:24 ` Diorser
2013-01-03 21:45 ` Antti Palosaari
2013-01-02 0:23 ` Diorser
2013-04-09 14:46 ` Diorser
2013-04-09 18:33 ` Antti Palosaari
2013-04-09 18:58 ` Diorser
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=50E36298.3040009@iki.fi \
--to=crope@iki.fi \
--cc=diorser@gmx.fr \
--cc=linux-media@vger.kernel.org \
/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.