From owner-freebsd-current@FreeBSD.ORG Wed Jul 8 15:27:38 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D96C4106564A; Wed, 8 Jul 2009 15:27:38 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 37DA58FC0C; Wed, 8 Jul 2009 15:27:37 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 9so1470382eyd.3 for ; Wed, 08 Jul 2009 08:27:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=rdkCTeYBPGP64BFC4BGg1na5D2/hnvyhQxncP256jm8=; b=LKcUcOB+UwhJAUoX6EV8Ltl4ziBuUxBwZnbnaBGYl+XxSRfC+ZjENCW7gaGSIqgApc CAxQSRm4cAAHR4jI528Ezm1GVZJRLnfJqMapLUxWaS/foHp/qHfuob4fkLoNsHAhlk1Y xRJOAe3jhH+EFcWRUSKNEa9L/u5C8YlASTTF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=wDGddBRcp9BNhwUPFg4+3BpqGvchR4DKkpwn9StIbs5ycOXiNPlgtAf+rs6JVGCi8e oFBOA5H9Gp/C/vBh/bcpi7GFXL4b65N9szmCCGwUFD0vSXvjlr8R5uQgOH7ATFE3WQUO 1MHTtf54xTIUeco33/1Av1/Iv9GJH1IUoBir0= Received: by 10.210.86.1 with SMTP id j1mr8085067ebb.61.1247065588341; Wed, 08 Jul 2009 08:06:28 -0700 (PDT) Received: from ?127.0.0.1? (87-194-39-182.bethere.co.uk [87.194.39.182]) by mx.google.com with ESMTPS id 10sm2514072eyz.51.2009.07.08.08.06.26 (version=SSLv3 cipher=RC4-MD5); Wed, 08 Jul 2009 08:06:26 -0700 (PDT) From: Tom Evans To: Ariff Abdullah In-Reply-To: <20090708225124.69372b06.ariff@FreeBSD.org> References: <200907072214.01645.gnemmi@gmail.com> <11167f520907071854q5e7e9658mfd082fbd95c5c8a0@mail.gmail.com> <20090708225124.69372b06.ariff@FreeBSD.org> Content-Type: text/plain Date: Wed, 08 Jul 2009 16:06:25 +0100 Message-Id: <1247065585.2437.330.camel@strangepork.london.mintel.ad> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "Sam Fourman Jr." , freebsd-current@freebsd.org Subject: Re: LOR on kldunload snd_hda X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 15:27:39 -0000 On Wed, 2009-07-08 at 22:51 +0800, Ariff Abdullah wrote: > On Tue, 7 Jul 2009 20:54:33 -0500 > "Sam Fourman Jr." wrote: > > > > [....] > > I have a similar problem with snd_hda > > on a 6-1-2009 -CURRENT i386 kernel everything is fine > > but on a 6-24-2009 -CURRENT i386 kernel > > I have sound in vlc, but not in my wine applications > > > > the moment I boot into a 6-1-2009 kernel everything works fine. > > > > Wine has its own issues. Either set audio Hardware Acceleration to > "Emulation" through winecfg , or rebuild wine with this patch: > > http://people.freebsd.org/~ariff/ports/emulators_wine/patch-xzz > > Or fire up a terminal, and run: while true; do mixer pcm 80; sleep 1; done while you run your wine apps. Not elegant, but it works.