From owner-freebsd-stable@FreeBSD.ORG Tue Feb 19 01:28:21 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A7B8F134 for ; Tue, 19 Feb 2013 01:28:21 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA0F1F4 for ; Tue, 19 Feb 2013 01:28:21 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id r5so5192414wey.32 for ; Mon, 18 Feb 2013 17:28:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ENUm1HP2A8JVJFr3BDoGlaY1bkrF3uEnFh2i/23UQGM=; b=XP9oW6o02wuwG1F8WsJ6U6n3sq6p6s6SrvAvd3dD2e3QXBcrSH+djxBYE4i/9oc1ae U6eKPqTmp4CELL7dLEEU4TlPnMVjL/iO2lkpF1Jxeh5bGK4Vb/zs4WtiQijRKHlKiBQo 4jq1MIT8svTwGx1Pje8E16XRnJfbGJpaOddyL7zLySSMYeM0YCBzCdonaZWsOzi7N+dY AHmAUYJ+kfjN86GzdF1A27cSh9bXQndR0/Cez5a55t+QgnrUZ+BLvJvVj5+LvAySBtoz kaQhT2oXK+bN0s3BRhM4i+zjKt+HpfwhzctOdO287WcNbeRLHVdOame6woNgWvf4iaod xJBw== MIME-Version: 1.0 X-Received: by 10.194.158.165 with SMTP id wv5mr22743115wjb.45.1361237300249; Mon, 18 Feb 2013 17:28:20 -0800 (PST) Received: by 10.194.168.162 with HTTP; Mon, 18 Feb 2013 17:28:20 -0800 (PST) In-Reply-To: References: Date: Mon, 18 Feb 2013 19:28:20 -0600 Message-ID: Subject: Re: Sound problems with skype in FreeBSD home.encontacto.net 9.1-STABLE FreeBSD 9.1-STABLE #410 r246209M: Sat Feb 16 05:07:32 CST 2013 fr amd64 From: "Edwin L. Culp W." To: "Daniel O'Connor" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 01:28:21 -0000 On Mon, Feb 18, 2013 at 7:10 PM, Daniel O'Connor wrote: > > On 19/02/2013, at 10:54, Edwin L. Culp W. wrote: > > cat /compat/linux/etc/alsa/pcm/pcm-oss.conf > > > > pcm.oss1 { > > type oss > > device /dev/dsp1 > > hint { > > description "Open Sound System" > > } > > } > > > > ctl.oss1 { > > type oss > > device /dev/mixer1 > > hint { > > description "Open Sound System" > > } > > > > > Why are you using /dev/dsp1 & /dev/mixer1? > Copied from the port. No logic. I did try with dsp and mixer only and restarted skype with the same results. > I would have thought using /dev/dsp and /dev/mixer would work, and if you > wanted to change which sound device you're using globally then set the > hw.snd.default_unit sysctl. > > Also, what is the output of cat /dev/sndstat ? > # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play) pcm1: (play/rec) default pcm2: (play) pcm3: (play) pcm4: (play) The error that shows on the screen is : Problem with audio playback. Thanks, ed --