From owner-freebsd-questions@FreeBSD.ORG Wed Aug 15 16:12:43 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269E016A418 for ; Wed, 15 Aug 2007 16:12:43 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id EAF3113C468 for ; Wed, 15 Aug 2007 16:12:42 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so174841rvb for ; Wed, 15 Aug 2007 09:12:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=QXz38XKVxzA+F/U7zWOt+SYjQ4y/+aaH30askP60xOvkwuQyWRuF2izpBT4BEw3DnP0yzrzYzQoF9IMmu0uai9fDCtqQNQvkCqskC89rxkHSh+wRY+BqNoLzmalOtEN5d6trcSOKDV+CNFkAGDXzDQjlVgdsmB9pKf1nd6D9J8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=BaFcCB8Eo9RCMfCDyfnG6YsqxhbGV/o9DDVqnMRpslcMCh5zoz1s2rj9ieiV69G3YgRZdzZWTJc0E1S8BPUP7unbCANlzHfS9731Ubzyg45jZHJvATRoK8jZy+LY+P7svgPbR30ivWAr0OmTnn2Y3jwenSaR5GvOWUWfdC1aOxc= Received: by 10.141.5.3 with SMTP id h3mr236993rvi.1187192623284; Wed, 15 Aug 2007 08:43:43 -0700 (PDT) Received: from ?192.168.0.2? ( [121.247.78.27]) by mx.google.com with ESMTPS id g39sm3192191rvb.2007.08.15.08.43.40 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Aug 2007 08:43:42 -0700 (PDT) In-Reply-To: <46C2B6E3.70701@math.arizona.edu> References: <46C29C91.1050401@math.arizona.edu> <200708142255.34046.beech@freebsd.org> <46C2B6E3.70701@math.arizona.edu> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Shantanoo Mahajan Date: Wed, 15 Aug 2007 21:13:30 +0530 To: Predrag Punosevac X-Mailer: Apple Mail (2.752.3) Cc: questions@freebsd.org, Beech Rintoul Subject: Re: Skype, Ekiga, and OSS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 16:12:43 -0000 On 15-Aug-07, at 1:48 PM, Predrag Punosevac wrote: > Beech Rintoul wrote: >> On Tuesday 14 August 2007, Predrag Punosevac said: >> >>> I was wondering if anybody is using successfully Skype or Ekiga >>> (any other SIP phone) via the Open Sound System compiled from >>> ports? Would you mind sharing your devfs.conf file and rc.conf >>> file? >>> >>> Thank you >>> Predrag >>> >> >> net/skype in the ports works out of the box. No special configs >> needed. net/skype-devel is a work in progress and is currently >> broken. >> >> Beech >> >> >> > Maybe with build in OSS but not with OSS compiled from ports. In > particular, how do I set up microphone. I can hear the test call but > my voice is not recorded. You may try following command: $ mixer igain 90 rec 90 mic 90 regards, shantanoo