From owner-freebsd-multimedia Thu Feb 28 21:56:50 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from gate.uai.etel.ru (gate.uai.etel.ru [195.38.57.243]) by hub.freebsd.org (Postfix) with ESMTP id 79CB637B417 for ; Thu, 28 Feb 2002 21:56:45 -0800 (PST) Received: by sendmail of gate.uai.etel.ru id g215ui409193 for ; Fri, 1 Mar 2002 10:56:44 +0500 X-Authentication-Warning: gate.uai.etel.ru: smap set sender to using -f Received: from by gate.uai.etel.ru via smap (V2.1) id xma008880; Fri, 1 Mar 02 10:53:16 +0500 Received: by sendmail with ESMTP id g215rF0u020748 from vlad@telecom.ural.ru for ; Fri, 1 Mar 2002 10:53:15 +0500 Received: by sendmail id g215rFF6020746 for multimedia@FreeBSD.ORG.KAV; Fri, 1 Mar 2002 10:53:15 +0500 Received: by sendmail with ESMTP id g215rE0u020734; Fri, 1 Mar 2002 10:53:15 +0500 Date: Fri, 1 Mar 2002 10:58:32 +0500 From: "Vladimir G. Drobyshevsky" X-Mailer: The Bat! (v1.54 Beta/8) Reply-To: "Vladimir G. Drobyshevsky" Organization: Computer saloons "TelescOp" X-Priority: 3 (Normal) Message-ID: <682851550.20020301105832@telecom.ural.ru> To: "dwhuff" Cc: multimedia@FreeBSD.ORG Subject: Re: Hauppage TV/bktr error In-Reply-To: <006b01c0a20a$a643ae80$6501a8c0@Crank> References: <006b01c0a20a$a643ae80$6501a8c0@Crank> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! d> After making it through the first 3 stages of d> ftp://telepresence.dmem.strath.ac.uk/pub/bt848/driver/2.07/README I was d> recompiling the new kernel. After doing "make depend" I get the the d> following errors. d> ../../dev/bktr_i2c.c:69: licbb_if.h: No such file or directory. d> ../../dev/bktr_i2c.c:70: smbus_if.h: No such file or directory. d> mkdep: compile failed d> ***Error code 1 d> Please let me know what I need to do to finish rebuilding the new kernel. This is from LINT: # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need to have the following 3 lines in the kernel config. # device smbus # device iicbus # device iicbb # The iic and smb devices are only needed if you want to control other # I2C slaves connected to the external connector of some cards. # device bktr Just insert mandatory lines about smbus etc into your kernel config and try to recompile it. -- Sincerelly yours, Vladimir G. Drobyshevsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message