From: Antti Palosaari <crope@iki.fi>
To: Oliver Schinagl <oliver+list@schinagl.nl>
Cc: Bogdan Oprea <bogdaninedit@yahoo.com>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: Re: drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19)
Date: Mon, 01 Jul 2013 16:36:23 +0300 [thread overview]
Message-ID: <51D185D7.2080107@iki.fi> (raw)
In-Reply-To: <51D1839B.1010007@schinagl.nl>
On 07/01/2013 04:26 PM, Oliver Schinagl wrote:
> On 01-07-13 15:23, Antti Palosaari wrote:
>> On 07/01/2013 10:52 AM, Oliver Schinagl wrote:
>>> On 01-07-13 08:53, Bogdan Oprea wrote:
>>>> this is a fix for this type of error
>>>>
>>>> [18384.579235] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' error while
>>>> loading driver (-19)
>>>> [18384.580621] usb 6-5: dvb_usb_v2: 'Asus U3100Mini Plus' successfully
>>>> deinitialized and disconnected
>>>>
>>> This isn't really a fix, I think i mentioned this on the ML ages ago,
>>
>> Argh, I just replied that same. Oliver, do you has that same device? Is
>> it working? Could you tweak to see if I2C readings are working at all?
> I have the same device, but mine works normally (though I haven't
> checked for ages), I will try it tonight when I'm at home and don't
> forget what happens with my current kernel.
Actually, I has RTL2832U + FC2580, and it works. It is not Asus
U3100Mini Plus.
Reading of that chip id must be working on the very first, is RTL2832U
driver detects whole tuner by probing it.
/* check FC2580 ID register; reg=01 val=56 */
ret = rtl28xxu_ctrl_msg(d, &req_fc2580);
if (ret == 0 && buf[0] == 0x56) {
priv->tuner = TUNER_RTL2832_FC2580;
priv->tuner_name = "FC2580";
goto found;
}
So I wonder if tuner I2C readings starts failing after that.
regards
Antti
--
http://palosaari.fi/
next prev parent reply other threads:[~2013-07-01 13:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1372660460.41879.YahooMailNeo@web162304.mail.bf1.yahoo.com>
2013-07-01 6:53 ` drivers:media:tuners:fc2580c fix for Asus U3100Mini Plus error while loading driver (-19) Bogdan Oprea
2013-07-01 7:52 ` Oliver Schinagl
2013-07-01 13:23 ` Antti Palosaari
2013-07-01 13:26 ` Oliver Schinagl
2013-07-01 13:36 ` Antti Palosaari [this message]
2013-07-01 13:55 ` Michael Krufky
2013-07-01 20:39 ` Oliver Schinagl
2013-07-01 20:51 ` Antti Palosaari
2013-07-01 21:03 ` Oliver Schinagl
2013-07-01 22:37 ` Antti Palosaari
2013-07-02 7:04 ` Oliver Schinagl
2013-07-02 19:55 ` Antti Palosaari
2013-07-02 20:20 ` Oliver Schinagl
2013-07-03 17:05 ` Bogdan Oprea
2013-07-01 13:21 ` Antti Palosaari
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=51D185D7.2080107@iki.fi \
--to=crope@iki.fi \
--cc=bogdaninedit@yahoo.com \
--cc=linux-media@vger.kernel.org \
--cc=oliver+list@schinagl.nl \
/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.