From owner-freebsd-questions Fri Oct 29 1: 5:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id DD30C14FDF for ; Fri, 29 Oct 1999 01:05:11 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with SMTP id EAA08618; Fri, 29 Oct 1999 04:04:55 -0400 (EDT) Date: Fri, 29 Oct 1999 04:04:55 -0400 (EDT) From: Trevor Johnson To: Huidae Cho Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pcaudio device In-Reply-To: <199910290319.MAA48976@unix.knu.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > how can i use pcaudio devices '/dev/pcaudio' and '/dev/pcaudioctl'? > can i play mp3 using these? > my computer at work has no sound card :) There's a line in the LINT configuration: device pca0 at isa? port "IO_TIMER1" tty Did you compile a kernel with that driver, make the device files, and link /dev/audio to /dev/pcaudio? I haven't used the driver, but the device files here look like: crw------- 1 root wheel 24, 0 Jul 18 04:46 /dev/pcaudio crw------- 1 root wheel 24, 128 Jul 18 04:46 /dev/pcaudioctl __ Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message