From owner-freebsd-questions Thu May 6 15:34: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from george.lbl.gov (george.lbl.gov [131.243.2.12]) by hub.freebsd.org (Postfix) with ESMTP id B2EB515234 for ; Thu, 6 May 1999 15:34:01 -0700 (PDT) (envelope-from mperry@george.lbl.gov) Received: (from mperry@localhost) by george.lbl.gov (8.9.3/8.9.2) id PAA18494 for questions@freebsd.org; Thu, 6 May 1999 15:33:58 -0700 (PDT) Date: Thu, 6 May 1999 15:33:58 -0700 (PDT) Message-Id: <199905062233.PAA18494@george.lbl.gov> From: mperry@george.lbl.gov To: questions@freebsd.org Subject: Kernel support for Hauppage and AW35 Pro cards Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've installed freeBSD 3.1 and have a Hauppage Wincast/TV video card. I tried to rebuild my kernel with the following entry for /usr/src/sys/i386/conf/KERNEL: device bktr0 The entry "controller pci0" was already present in the config file. In the "make depend", I got these errors: ../../pci/brooktree848.c: 379: smbus_if.h: No such file or directory ../../pci/brooktree848.c: 380: iicbus_if.h: No such file or directory ../../pci/bt848_i2c.c: 61: iicbb_if.h: No such file or directory ../../pci/bt848_i2c.c: 62: smbus_if.h: No such file or directory Of course, I cd'd to /usr/src/sys/pci and the headers were NOT there. I found a README.bt848 that says that the Hauppage card (brooktree) bktr is built-in. (Doing "dmesg" and running the vic app show NO such built-in device or that the device is found). So, what's going on? What should I do? And, I have an AW35 Pro sound card (I think it may be a cheap clone of SoundBlaster). Is the Luigi Rizzo "pcm0 ....." entry correct to put in the kernel config file for freeBSD 3.1 or is that device already supported also? So I guess my questions are: Exactly what entries do I need to put in KERNEL? Exactly what nodes do I make with #SH MAKEDEV ? Thanks very much, Marcia (mperry@lbl.gov) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message