From owner-freebsd-questions Thu Jun 7 8: 5: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 150EF37B409 for ; Thu, 7 Jun 2001 08:05:04 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by ruby.he.net (8.8.6/8.8.2) with ESMTP id IAA20762; Thu, 7 Jun 2001 08:05:04 -0700 Date: Thu, 7 Jun 2001 08:04:52 -0700 (PDT) From: Bill Schoolcraft X-Sender: bill@corten8.billschoolcraft.com To: James Lim Cc: freebsd-questions@FreeBSD.ORG Subject: pcm0 and sbc0 in /dev ?? In-Reply-To: <01060722184006.40498@evilfry.dyndns.org> Message-ID: System-ID: [en] (I; Linux 2.2.17-21mdk i86pc) 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 Hello, I'm trying to understand the errors I get now. I've recompile now with "only" the line: device pcm And of course I see the output of "cat /dev/sndstat" showing: [root@LC-BSD-corten3 /dev]--> cat /dev/sndstat FreeBSD AudioDriver (newpcm) May 17 2001 08:56:32 Installed devices: pcm0: at io 0x220 irq 5 drq 1:3 (1p/1r channels duplex) and my dmesg shows sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,3 on isa0 So I would like to know if doing "cd /dev ; ./MAKEDEV snd0" and watching it complete with no errors creates or links the above mentioned pcm0 and sbc0 to something ? I would like to cat an audio file to the device or something just to hear a "pop" or something. RealPlayer tells me " ! Cannot open audio device, another application may be using it." I have gone through the output of dmesg and nothing else is sharing or using irq5 except sbc0 as mentioned above. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message