From owner-freebsd-questions@FreeBSD.ORG Sat Mar 3 02:33:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A59216A402 for ; Sat, 3 Mar 2007 02:33:31 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0744513C481 for ; Sat, 3 Mar 2007 02:33:30 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1429180nfc for ; Fri, 02 Mar 2007 18:33:29 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rXHWSiEeJsu0jMFFVOB5uLXmk61aLOuuACrfGedh+ZzNr8420Plx+ncdT7t+8tBY/ud6atWZEtrT44aRPd4gwcTdmekjZpx40srPEFQoTAXgNsGj4QzJhY+FmQ57jU9IyvIpEXeJjhY5GopQNftyfWtnSmtEk7JMzwJblniAkMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D3Zq6QImeGYXoAd+CCv4ET06/dvdRSjxuHFzsMGwcE2nhM9JS2yQ9WROxgDgEve43o2vWA2xeW13kTsCIybDntl4yl2ko7s4xDSRDfT4Qr0n4vqR2YT4J/rao2gYmfO5ey9hsMBlvGN/VsHBxynh/8uqxjqYtEMqBBRm4Lokxrk= Received: by 10.82.167.5 with SMTP id p5mr1291885bue.1172889209572; Fri, 02 Mar 2007 18:33:29 -0800 (PST) Received: by 10.82.191.16 with HTTP; Fri, 2 Mar 2007 18:33:29 -0800 (PST) Message-ID: <80f4f2b20703021833kfa8d0dxaa838b2bfc72f400@mail.gmail.com> Date: Sat, 3 Mar 2007 02:33:29 +0000 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: hauppauge PVR 150 problem loading modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2007 02:33:31 -0000 After being unable to get the WinTV-Radio work, I replaced it with a PVR-150. I followed the instructions here: http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-November/005351.html attempting to get the PVR 150 I just picked up working. However, after loading the modules as described in the output of the pvrxxx port, and the message listed, no new devices showed up. I checked /var/log/messages and go this: sjss@elrond 21:28:36 (0) ~ > cat /var/log/messages | grep cxm Mar 2 20:47:11 elrond sudo: sjss : TTY=ttyp1 ; PWD=/usr/ports/multimedia/pvrxxx ; USER=root ; COMMAND=/usr/local/bin/emacs work/modules/cxm/cxm/fbsd-compat.c Mar 2 20:49:05 elrond sudo: sjss : TTY=ttyp1 ; PWD=/usr/ports/multimedia/pvrxxx ; USER=root ; COMMAND=/usr/local/bin/emacs work/modules/cxm/cxm/fbsd-compat.c Mar 2 21:27:50 elrond sudo: sjss : TTY=ttyp1 ; PWD=/home/sjss ; USER=root ; COMMAND=/sbin/kldload cxm_iic Mar 2 21:27:53 elrond sudo: sjss : TTY=ttyp1 ; PWD=/home/sjss ; USER=root ; COMMAND=/sbin/kldload cxm Mar 2 21:27:53 elrond kernel: cxm0: mem 0xc0000000-0xc3ffffff irq 16 at device 6.0 on pci5 Mar 2 21:27:53 elrond kernel: cxm_iic0: on cxm0 Mar 2 21:27:53 elrond kernel: iicbb0: on cxm_iic0 Mar 2 21:27:53 elrond kernel: cxm0: unknown tuner code 0x67 Mar 2 21:27:53 elrond kernel: cxm0: could not initialize tuner Mar 2 21:27:53 elrond kernel: cxm_iic0: detached Mar 2 21:27:53 elrond kernel: device_attach: cxm0 attach returned 6 So it's safe to say I have an unknown tuner on this card, what would my next step from here be? Thank you, -Jim Stapleton