From owner-freebsd-multimedia@FreeBSD.ORG Sat Aug 6 11:19:59 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57622106564A for ; Sat, 6 Aug 2011 11:19:59 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id 311738FC0A for ; Sat, 6 Aug 2011 11:19:58 +0000 (UTC) Received: by pzk33 with SMTP id 33so2528010pzk.18 for ; Sat, 06 Aug 2011 04:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4oGl09lv25i9Gs4tt5cNUfZrzIwai4q93phz5ekOdr4=; b=ijWGNNAH23R9veueAtKfXnhRMEWXfwfPGRp1rMp2uEpsCTw4GMGngNmMkloAsfkeeY REQsUA2gA0+QgvCp1OpSjRK1hPmHTotnkG2XZX3tORkS4JarFcaIF4VKNevb/WR9xijK NXncvFvf+OqEUoaKXhFb86WpO4FzeRFDEJPDM= MIME-Version: 1.0 Received: by 10.142.151.5 with SMTP id y5mr3200499wfd.372.1312627770531; Sat, 06 Aug 2011 03:49:30 -0700 (PDT) Received: by 10.68.52.42 with HTTP; Sat, 6 Aug 2011 03:49:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 6 Aug 2011 12:49:30 +0200 Message-ID: From: usleepless@gmail.com To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Install driver for pvr350/350 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 11:19:59 -0000 On Sat, Aug 6, 2011 at 12:28 PM, hasanhasanli Hasan wrote: > Hello everybody! > I want to install driver Hauppauge WinTV PVR 250 for FreeBSD. I try do it > for FreeBSD 7.4 > After installed > when I type kldload cxm_iic and cxm > module_register: module cxm_iic/iicbb already exists! > Aug 6 09:42:11 stream kernel: Module cxm_iic/iicbb failed to register: 17 > Aug 6 09:42:13 stream kernel: cxm0: mem > 0xf8000000-0xfbffffff irq 21 at device 9.0 on pci7 > Aug 6 09:42:13 stream kernel: cxm0: could not attach cxm_iic > Aug 6 09:42:13 stream kernel: device_attach: cxm0 attach returned 6 > Aug 6 09:48:22 stream kernel: cxm0: mem > 0xf8000000-0xfbffffff irq 21 at device 9.0 on pci7 > Aug 6 09:48:22 stream kernel: cxm0: could not attach cxm_iic > Aug 6 09:48:22 stream kernel: device_attach: cxm0 attach returned 6 > Aug 6 09:51:04 stream kernel: cxm0: mem > 0xf8000000-0xfbffffff irq 21 at device 9.0 on pci7 > Aug 6 09:51:04 stream kernel: cxm0: could not attach cxm_iic > Aug 6 09:51:04 stream kernel: device_attach: cxm0 attach returned 6 > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" > > Hi Hasamn, it seems to me you have not rebuild your kernel. this port patches the iicb module, and you will need to rebuild your kernel and reboot for these changes to take effect. regards, usleep