From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RI5iE-0004OY-Gp for garchives@archives.gentoo.org; Sun, 23 Oct 2011 21:36:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6E8AE089E; Sun, 23 Oct 2011 21:35:54 +0000 (UTC) Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com [209.85.161.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E148E0852 for ; Sun, 23 Oct 2011 21:34:59 +0000 (UTC) Received: by ggnp2 with SMTP id p2so6877007ggn.40 for ; Sun, 23 Oct 2011 14:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=rhSoEBRCvZbdMPyFdYK8DJsdyUCJK6EupNj+Ddlizrs=; b=QX0V6C/j46aPudfCpvjUflI1yLq6tlLVv+FDJ2PpnccXrzNR0ZvcqoKbs7FS5C1LMy 0b9yFVe+xC/RSdZPk2h7TVltGD5oEmWOaZGbOG+5GY2vKFxLBmOt6JyBST2zrr4CWUQ2 SoQPMtH2Qq3GF3vkefPxM4tKQjumFz9YigOdk= Received: by 10.100.243.31 with SMTP id q31mr4687431anh.100.1319405697688; Sun, 23 Oct 2011 14:34:57 -0700 (PDT) Received: from [192.168.2.3] (adsl-70-234-105-117.dsl.tul2ok.sbcglobal.net. [70.234.105.117]) by mx.google.com with ESMTPS id b20sm5334601anb.11.2011.10.23.14.34.55 (version=SSLv3 cipher=OTHER); Sun, 23 Oct 2011 14:34:56 -0700 (PDT) Message-ID: <4EA488E9.9070104@gmail.com> Date: Sun, 23 Oct 2011 16:36:41 -0500 From: Michael Sullivan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110916 Lightning/1.0b3pre Thunderbird/3.1.12 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user Subject: [gentoo-user] Need help with pvrusb2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 45e212f0ae39d4aaae7c6f3eb1932c64 Hello. I recently purchased a Hauppauge WinTV-HVR external TV card. I'm trying to get it to work with Gentoo Linux. I think I've followed the steps found at http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1900 correctly, but I'm still getting errors. When I plug the TV card into the USB slot in the back of the computer and search dmesg, it says: michael@carter /lib/firmware $ dmesg | grep pvrusb2 pvrusb2: Hardware description: WinTV HVR-1950 Model 751xx usbcore: registered new interface driver pvrusb2 pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner pvrusb2: Debug mask is 31 (0x1f) pvrusb2: ***WARNING*** Device fx2 controller firmware seems to be missing. pvrusb2: Did you install the pvrusb2 firmware files in their proper location? pvrusb2: request_firmware unable to locate fx2 controller file v4l-pvrusb2-73xxx-01.fw pvrusb2: Failure uploading firmware1 pvrusb2: Device initialization was not successful. pvrusb2: Giving up since device microcontroller firmware appears to be missing. pvrusb2: Device being rendered inoperable pvrusb2: Hardware description: WinTV HVR-1950 Model 751xx pvrusb2: ***WARNING*** Device fx2 controller firmware seems to be missing. pvrusb2: Did you install the pvrusb2 firmware files in their proper location? pvrusb2: request_firmware unable to locate fx2 controller file v4l-pvrusb2-73xxx-01.fw pvrusb2: Failure uploading firmware1 pvrusb2: Device initialization was not successful. pvrusb2: Giving up since device microcontroller firmware appears to be missing. I've emerged linuxtv-dvb-firmware and reissued the above command with no change. How do I get Gentoo to recognize this card? -Michael Sullivan-