From owner-freebsd-multimedia Sat Feb 6 14:26:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29992 for freebsd-multimedia-outgoing; Sat, 6 Feb 1999 14:26:04 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29953 for ; Sat, 6 Feb 1999 14:26:00 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-7.pagesz.net [208.213.126.7]) by pagesz.net (8.8.7/8.8.7) with ESMTP id RAA21010; Sat, 6 Feb 1999 17:26:02 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id RAA18857; Sat, 6 Feb 1999 17:26:38 -0500 (EST) (envelope-from rhh) Date: Sat, 6 Feb 1999 17:26:38 -0500 From: Randall Hopper To: JC Pollman Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv and /dev Message-ID: <19990206172638.B17897@pagesz.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from JC Pollman on Sat, Feb 06, 1999 at 04:59:01PM -0500 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org JC Pollman: |I need some info concerning fxtv and /dev | |I compiled a new kernel with bt8484 support - and I see it is operational |when I boot. I downloaded and compiled your latest fxtv. But when I try |to run it, it complains about /dev/bktr0 not existing. How do I fix this? |I do not know the major/minor. No problem. Here's what you do to create the devices. The simple route: > su # cd /dev # sh MAKEDEV bktr0 Or alternatively: # cd /dev # mknod bktr0 c 92 0 # mknod tuner0 c 92 16 |Also, as this is a hauppauge card with a radio, do you know the /dev info |to get the radio part working as well? | |I am running FreeBSD 3.0 and a Hauppauge 401 card. The radio part is managed by the same driver AFAIK, so once you've created the above entries, you're done in /dev. I personally don't know much about the radio side. But here is a URL that I saved off a while back: ftp://login.dknet.dk/pub/fj/radio.tgz Flemming Jacobsen which I see is linked off the Bt848 home page: http://gable.nrl.cs.uoregon.edu/~dwhite/ Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message