From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from server3.tinynetworks.co.uk ([89.16.176.161]:60920 "EHLO mx.tinynetworks.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752474Ab0FILP1 convert rfc822-to-8bit (ORCPT ); Wed, 9 Jun 2010 07:15:27 -0400 To: Antti Palosaari Subject: Attempting to use 2 KWorld PlusTV Dual DVB-T PCI tuners MIME-Version: 1.0 Date: Wed, 09 Jun 2010 12:08:25 +0100 From: Martyn Welch Cc: Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-media-owner@vger.kernel.org List-ID: Hi, I'm attempting to use 2 (I believe identical) KWorld PlusTV Dual DVB-T PCI tuners in my system. I have downloaded the firmware and at boot can see the cards being (nearly) successfully detected. It seems that both turners are being detected on one card, but only one on the second. I haven't had much time to test the cards and I'm afraid I'm not near the box to be able to provide the boot log at the moment. Looking through the code I can see "static struct dvb_usb_device_properties af9015_properties[3];" here: http://lxr.linux.no/#linux+v2.6.32/drivers/media/dvb/dvb-usb/af9015.c#L43 Which suggests to me that it's only going to be able to register 3 tuners (or is it 3 cards?), is that the case? Martyn