From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 15 12:58:17 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55357419 for ; Sun, 15 Dec 2013 12:58:17 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5BDC12E9 for ; Sun, 15 Dec 2013 12:58:16 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id bz8so1045218wib.17 for ; Sun, 15 Dec 2013 04:58:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2zMSm7AC2EQ5lYt1jYqLLI9HFH5rXw5SZle3HQlDOUA=; b=hzjvGEvBV3grvqcDpOg82E1ysn9+06qYktnz+1zRKlygLiET6expAl/sEbfe/qkk6j sfXSz78D8ovY+IWdWAXPmFAol8puQqAgreeQggYoS5/SMFOE66uAlCy+aWdRBWbb9y2l e/Y707EQiMZ1t0sr4yIrS6+lHLpgtQ+aUYtKGP4dT6EMcyAPSRp4CfVxpEVBC7Q6JEHt s0GHotfT98kEdL52Z7Kxt9UIHbRBjCuI/bB+5TboUdMkOsG/uljgxtm23DcSqW5zXH52 jo69SlU09sPQ2ZLPjItc1MV98eE9thcIquivY6AQVSxJkP09MOY22NiYxwEO+BttdKqM +4gQ== MIME-Version: 1.0 X-Received: by 10.194.2.108 with SMTP id 12mr2942957wjt.64.1387112295421; Sun, 15 Dec 2013 04:58:15 -0800 (PST) Received: by 10.194.124.239 with HTTP; Sun, 15 Dec 2013 04:58:15 -0800 (PST) In-Reply-To: References: Date: Sun, 15 Dec 2013 12:58:15 +0000 Message-ID: Subject: Re: OSS configuration on Dell Latitude D6320 From: Gereon Kaiping To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:58:17 -0000 Dear Multimedia readers, So as to not leave the another person that might by accident stumble upon my last mail stay in the dark (or quiet), this is what I did: After some more search, I stumbled upon http://forums.freebsd.org/viewtopic.php?t=28542, where sg1efc, mav@ and Peter2121 solved the problem as follows: Install audio/linux-f10-alsa-plugins-oss from ports, and add additional entries to /compat/linux/etc/alsa/pcm/pcm-oss.conf. For example, with the entry pcm.oss1 { type oss device /dev/dsp1 hint { description "Open Sound System 1" } } I can select this particular device in the skype options menu, and my built-in microphone works. -- Gereon PS: There may be some superfluous package installations or such like in my process, I haven't tested that. But willing to use skype, how can I complain about superfluous packages?