From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 02:32:13 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F9716A4CE for ; Tue, 25 Jan 2005 02:32:13 +0000 (GMT) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B015F43D1F for ; Tue, 25 Jan 2005 02:32:12 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=38039 helo=smtp1.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1CtGV1-0003JZ-Se for freebsd-questions@freebsd.org; Tue, 25 Jan 2005 03:32:11 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:49999 helo=workstation.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1CtGV1-0000LC-0N for freebsd-questions@freebsd.org; Tue, 25 Jan 2005 03:32:11 +0100 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Tue, 25 Jan 2005 03:31:59 +0100 User-Agent: KMail/1.7.2 References: <41F592F90000009F@mssazhh-int.msg.bluewin.ch> In-Reply-To: <41F592F90000009F@mssazhh-int.msg.bluewin.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501250332.00192.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: missing /dev/bktr etc on FreeBSD-5.3-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 02:32:13 -0000 On Tuesday 25 January 2005 02:34, carlo.matteotti@bluewin.ch wrote: > Hi, > > I'm trying to make my TV-card work on my box, using FBSD-5.3-STABLE. > > For this I put the following lines in my Kernel config. file: > ........ > device bktr > device iicbus > device iicbb > device smbus > > compiled the new kernel, installed it and rebooted. But dmesg shows nothing > corresponding to these lines nor are the devices present in /dev/ > > Can anybody give me an idea how to get to problem solved ?? > > Responses are very apreciated. I have this in my /etc/devfs.conf: perm cd0 0660 perm cd1 0660 perm da0s1 0660 perm da1s1 0660 perm xpt0 0660 perm xpt1 0660 perm pass0 0660 perm pass1 0660 perm pass2 0660 perm pass3 0660 perm lpt0 0660 perm bktr0 0660 perm tuner0 0660 perm cuaa0 0660 Everyting up to lpt is for using atacam functionality (e.g. CD burning). Bktr and tuner are for the capture card (I have an old Miro Bt848). And the /boot/loader.conf has: sound_load="YES" snd_emu10k1_load="YES" nvidia_load="YES" bktr_load="YES" linux_load="YES" So here I load the bktr module upon booting. I don't use any special kernel config for bktr (I have other options for other hardware). As far as detecting your card, try pciconf -l or -lv. Also dmesg can show you what it has detected and done so far. My card because it's so old needs some PnP probing but even that works. Kldstat shows which modules are loaded. HTH Dan > > Regards, > > Carlo. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"