From owner-freebsd-current@FreeBSD.ORG Wed Jul 8 01:54:34 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 675A1106564A for ; Wed, 8 Jul 2009 01:54:34 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-qy0-f204.google.com (mail-qy0-f204.google.com [209.85.221.204]) by mx1.freebsd.org (Postfix) with ESMTP id 1E7488FC14 for ; Wed, 8 Jul 2009 01:54:33 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by qyk42 with SMTP id 42so1913748qyk.3 for ; Tue, 07 Jul 2009 18:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rGHC67gpHHwqhaDdB8nhnnAuYsBPqDMfckr+0ASXAig=; b=DDnvzW9MU43HxbgaBfGa/HPWzqc6bkNhJconc/diP/H1g7OMYM4ahnLHgndSduqwHn kvUOD2XvdEhDTXM8TjRtcW2+R6UWOoNi0JK3a7zyeM5Awd7Z7TIIkgulGUT75gWXUwAr YW7MIZytm2LhIRhQCZoi/HD6hqwiOhbXa2Fk4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=U6mh3zhRdo97uiScFFpY1EnCtgoI01VlSDK8l0hji0A+TVVr0n+hvmIPTTjlNCEkNt 4DLfZr5xKkwZbcrwVIz8KcnlCxQ/W0WB+8RLLD9BACpBYp2fePJm0/0Q3Az3B3y/E4FT UHwmwbP7Undg0VtAGcevBUs3XNQx8XhAvroEM= MIME-Version: 1.0 Received: by 10.229.96.9 with SMTP id f9mr3560843qcn.78.1247018073434; Tue, 07 Jul 2009 18:54:33 -0700 (PDT) In-Reply-To: <200907072214.01645.gnemmi@gmail.com> References: <200907072214.01645.gnemmi@gmail.com> Date: Tue, 7 Jul 2009 20:54:33 -0500 Message-ID: <11167f520907071854q5e7e9658mfd082fbd95c5c8a0@mail.gmail.com> From: "Sam Fourman Jr." To: Gonzalo Nemmi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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 01:54:34 -0000 On Tue, Jul 7, 2009 at 8:14 PM, Gonzalo Nemmi wrote: > log in > kldload snd_hda > cat /dev/sndstat > > FreeBSD Audio Driver (newpcm: 32 bit 20090615000/i386) > Installed devices: > pcm0: at cad 0 nid 1 on hdac0 kld > snd_hda > [MPSAFE] (1p:1v/1r:1v channels duplex default) > > mixer > Mixer vol is currently set to 75:75 > Mixer pcm is currently set to 75:75 > Mixer speaker is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer rec is currently set to 0:0 > > "insert cd" > > cdcontrol -f /dev/acd0 play 1 > > "no sound at all" > > cdcontrol eject > kldunload snd_hda 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. Sam Fourman Jr.