From owner-freebsd-questions Wed Apr 3 12:24:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.san.rr.com (smtp1.san.rr.com [24.25.195.37]) by hub.freebsd.org (Postfix) with ESMTP id B3CD237B400 for ; Wed, 3 Apr 2002 12:24:30 -0800 (PST) Received: from 24-161-164-113.san.rr.com (24-161-164-113.san.rr.com [24.161.164.113]) by smtp1.san.rr.com (8.11.4/8.11.4) with ESMTP id g33KOUG05536 for ; Wed, 3 Apr 2002 12:24:30 -0800 (PST) Date: Wed, 3 Apr 2002 12:25:24 -0800 (PST) From: Peter Leftwich X-X-Sender: root@66-75-1-142.san.rr.com To: FreeBSD Questions Subject: FireWire card, SoundBlaster Live Message-ID: <20020403122009.C505-100000@66-75-1-142.san.rr.com> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From dmesg output: pci0: (vendor=0x104c, dev=0x8019) at 10.0 irq 11 I think the above is my FireWire card; How do I find out for sure? From `ls -al /dev | grep -i audio` lrwxrwxrwx 1 root wheel 6 Feb 27 10:28 audio -> audio0 lrwxrwxrwx 1 root wheel 8 Feb 27 10:28 audio0 -> audio0.0 crw-rw-rw- 1 root wheel 30, 4 Mar 29 17:24 audio0.0 crw-rw-rw- 1 root wheel 30, 0x00010004 Feb 27 10:28 audio0.1 crw-rw-rw- 1 root wheel 30, 0x00020004 Feb 27 10:28 audio0.2 crw-rw-rw- 1 root wheel 30, 0x00030004 Feb 27 10:28 audio0.3 crw------- 1 root wheel 24, 0 Feb 19 17:50 pcaudio crw------- 1 root wheel 24, 128 Feb 19 17:50 pcaudioctl And from `ls -al /dev | grep -i speaker` crw------- 1 root wheel 26, 0 Mar 22 22:46 speaker How may I reduce all this clutter to just one line (I only have one soundcard)? And in general, why do so many device files end in 0? Why not simple be /dev/ums instead of /dev/ums0 for example? TIA, -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message