From owner-freebsd-questions@FreeBSD.ORG Sun Jan 30 11:36:17 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 1039016A4CE for ; Sun, 30 Jan 2005 11:36:17 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735FB43D2F for ; Sun, 30 Jan 2005 11:36:16 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so684080rne for ; Sun, 30 Jan 2005 03:36:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=VrXqRknWbPfWiLcj5rtr82zMH+QqCsk7ke8iQ+9yrDoOmYayTWZUeSXMLMRrv2wwl5nGmZWttjmMUOw1FmpfXnEbDno2c4EZ13OoOsO500vL4PA0JlOz5B8+REzsSPOE1WMcUD3Z2i3cVKlW9cA8Tu/yjIt8+/isAsqTuXyVUUE= Received: by 10.38.74.51 with SMTP id w51mr279650rna; Sun, 30 Jan 2005 03:36:15 -0800 (PST) Received: by 10.38.74.6 with HTTP; Sun, 30 Jan 2005 03:36:15 -0800 (PST) Message-ID: Date: Sun, 30 Jan 2005 12:36:15 +0100 From: Gert Cuykens To: Bozhidar Batsov In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <08ab01c50555$26559870$18a75bd4@support> <005501c50569$42529320$18a75bd4@support> <014b01c506ae$9c989a50$18a75bd4@support> <018901c506bd$7dedcfd0$18a75bd4@support> cc: freebsd-questions@freebsd.org Subject: Re: Sound issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 11:36:17 -0000 On Sun, 30 Jan 2005 12:31:41 +0100, Gert Cuykens wrote: > On Sun, 30 Jan 2005 13:18:58 +0200, Bozhidar Batsov > wrote: > > Could you tell me did the oss driver autodetected your sound card or you had > > to manually select it and if the latter was the case which sound card did > > you choose, because I installed the oss driver 2 days ago but it didn't > > detect my card(which as you know is the same as yours) and I did not see it > > in the list. I thank you in advance for your reply. > > > > that was even more impressive it dedected everything automaticly ! I > tell you if i only tryed them alot sooner. > 7rxI# cat osstest.log *** Scanning sound adapter #-1 *** /dev/dsp0 Nvidia nForce3 (adapter0, subdev0) - Performing audio playback test... Performing left channel test on /dev/dsp0 Test completed OK Performing right channel test on /dev/dsp0 Test completed OK Performing stereo test on /dev/dsp0 Test completed OK. Sample rate was -231809392.64 Hz (-483036.22%) /dev/dsp1 Nvidia nForce3 (shadow) (adapter0, subdev1) - Skipping device (card already tested) /dev/dsp2 Nvidia nForce3 (S/PDIF) (adapter0, subdev2) - Performing audio playback test... Performing left channel test on /dev/dsp2 Test completed OK Performing right channel test on /dev/dsp2 Test completed OK Performing stereo test on /dev/dsp2 Test completed OK. Sample rate was -2124655493.12 Hz (-4426465.50%) *** Scanning sound adapter #0 *** /dev/dsp3 OSS Virtual Mixer v2.5 Playback CH #0 (adapter1, subdev0) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp4 OSS Virtual Mixer v2.5 Playback CH #1 (adapter1, subdev1) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp5 OSS Virtual Mixer v2.5 Playback CH #2 (adapter1, subdev2) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp6 OSS Virtual Mixer v2.5 Playback CH #3 (adapter1, subdev3) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp7 OSS Virtual Mixer v2.5 Playback CH #4 (adapter1, subdev4) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp8 OSS Virtual Mixer v2.5 Playback CH #5 (adapter1, subdev5) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp9 OSS Virtual Mixer v2.5 Playback CH #6 (adapter1, subdev6) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/dsp10 OSS Virtual Mixer v2.5 Playback CH #7 (adapter1, subdev7) - Skipping virtual device (use -V to force test) *** All tests completed OK *** 7rxI#