From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pa0-f49.google.com ([209.85.220.49]:37073 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbbCMKHq (ORCPT ); Fri, 13 Mar 2015 06:07:46 -0400 Received: by paceu11 with SMTP id eu11so28360125pac.4 for ; Fri, 13 Mar 2015 03:07:46 -0700 (PDT) Date: Fri, 13 Mar 2015 21:07:33 +1100 From: Vincent McIntyre To: Christian Dale Cc: linux-media@vger.kernel.org Subject: Re: [PATCH] [media] rtl28xxu: add [0413:6f12] WinFast DTV2000 DS Plus Message-ID: <20150313100731.GA66976@shambles.windy> References: <1425878341-3037-1-git-send-email-kernel@techmunk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425878341-3037-1-git-send-email-kernel@techmunk.com> Sender: linux-media-owner@vger.kernel.org List-ID: On Mon, Mar 09, 2015 at 03:19:01PM +1000, Christian Dale wrote: > Add Leadtek WinFast DTV2000DS Plus device based on Realtek RTL2832U. > > I have not tested the remote, but it is the Y04G0051 model. > Thanks for doing this Christian. I have one of these cards also, 0x6f12. I wrote the same patch some time ago and it is not working for me. Can you give a few details of what kernel you tested on etc? I am testing on ubuntu 14.04 LTS [ 0.000000] Linux version 3.13.0-45-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #74-Ubuntu SMP Tue Jan 13 19:37:48 UTC 2015 (Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13) The symptom I have is when I try to tune with 'scan' from dvb-apps, the program wedges and I get this in dmesg: [ 163.138982] fc0013: fc0013_set_params: failed: -22 [ 164.246233] fc0013: fc0013_set_params: failed: -22 [ 165.167758] fc0013: fc0013_set_params: failed: -22 [ 166.250280] fc0013: fc0013_set_params: failed: -22 [ 167.196580] fc0013: fc0013_set_params: failed: -22 [ 168.286208] fc0013: fc0013_set_params: failed: -22 ... kind regards Vince