From owner-freebsd-questions@FreeBSD.ORG Sun Dec 30 11:17:34 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 4B0DD16A420 for ; Sun, 30 Dec 2007 11:17:34 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 1E92213C448 for ; Sun, 30 Dec 2007 11:17:33 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so7257906waf.3 for ; Sun, 30 Dec 2007 03:17:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=l1dGBebjObQpXPVBtI32WozV1RuZZ/+o9yu0LnwmAgI=; b=oPZb3utIL7LdtvgysRDBGhnRtzHTsH0BSwDAOezxGur++YO8p8PPoqFpZ4o2++LQXN8aHFbdAf8ecng/3s0fGKsfpQ6gUt8oLEp1d9ieC+SOqCGFGLcePYssKCxaiBVE8ipWwQODqlZMOM9GcZbuJEqVwwv0R2VGuAJcOUEiscE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TiWLW5pUN3/jEVNamSWDdxshhyrIEy0K9PkApsCvpBXCRRqu8xo5vXfq5FXqSHg+pRz2UTvkf4u01tWqc2+GeLqE/EjdHpDnknx809O/+/4D65Xzce9qeLxQkqSXftT9WEF2OLPvhHAUPIZsc2VawjsNmN94D/gSTmdzVzR5jV0= Received: by 10.143.49.2 with SMTP id b2mr3429857wfk.205.1199013453596; Sun, 30 Dec 2007 03:17:33 -0800 (PST) Received: by 10.142.125.15 with HTTP; Sun, 30 Dec 2007 03:17:33 -0800 (PST) Message-ID: Date: Sun, 30 Dec 2007 12:17:33 +0100 From: usleepless@gmail.com To: "Sergio Lenzi" In-Reply-To: <1198875983.1311.11.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1198875983.1311.11.camel@localhost> Cc: questions@freebsd.org Subject: Re: Ekiga runs but hangs 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: Sun, 30 Dec 2007 11:17:34 -0000 Sergio, On Dec 28, 2007 10:06 PM, Sergio Lenzi wrote: > > > Em Sex, 2007-12-28 =E0s 12:17 +0100, usleepless@gmail.com escreveu: > > Hello All, > > is anyone using ekiga? ekiga runs and connects to 500@ekiga.net ( test > number ). > > but when i hang up, or change volume using the ekiga-controls, the UI > freezes. > > #FreeBSD host 7.0-BETA2 FreeBSD 7.0-BETA2 #4 > > i would love to hear succes or failures. > > regards, > > usleep > > it happens with me too. the problem is in the > module sound-oss in the pwlib > the module that deals with oss (the freebsd sound system...) > tries to resample the stream and than loops... consuming all the cpu. > > the folowing patch solves the problem for me.... > name this file to patch-oss and put it in /usr/ports/devel/pwlib/files > and than... cd /usr/ports/devel/pwlib > make clean deinstall package that worked for me! thank you very much. have you submitted a PR for this? ( if not, i probably will do ) thanks, usleep