Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 10:58:32 +0500
From:      "Vladimir G. Drobyshevsky" <vlad@telecom.ural.ru>
To:        "dwhuff" <dwhuff@netvista.net>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: Hauppage TV/bktr error
Message-ID:  <682851550.20020301105832@telecom.ural.ru>
In-Reply-To: <006b01c0a20a$a643ae80$6501a8c0@Crank>
References:  <006b01c0a20a$a643ae80$6501a8c0@Crank>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?682851550.20020301105832>