From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 14:32:31 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85A12106566B for ; Fri, 29 Oct 2010 14:32:31 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp5.netcologne.de (smtp5.netcologne.de [194.8.194.25]) by mx1.freebsd.org (Postfix) with ESMTP id 49BA28FC1B for ; Fri, 29 Oct 2010 14:32:31 +0000 (UTC) Received: from llea.celt.neu (xdsl-89-0-181-33.netcologne.de [89.0.181.33]) by smtp5.netcologne.de (Postfix) with ESMTP id 51A7640D47A; Fri, 29 Oct 2010 16:13:33 +0200 (CEST) Message-ID: <4CCAD68D.3040602@laposte.net> Date: Fri, 29 Oct 2010 16:13:33 +0200 From: =?ISO-8859-1?Q?Michael_Gr=FCnewald?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100630 SeaMonkey/2.0.5 MIME-Version: 1.0 To: Liontaur References: <4CC9A8C9.1010200@yahoo.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD questions Subject: Re: Resetting the sound system 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: Fri, 29 Oct 2010 14:32:31 -0000 Dear Mark, Liontaur wrote: > 2010/10/28 Michaël Grünewald > >> the audio software I use sometimes seems to handle unappropriately its >> input and leave the sound system in a strange state. When this happens, the >> lowest frequencies of the played sound are very attenuated and what is still >> audible sounds unpleasantly metallic. Rebooting the machine immediately >> brings up the sound system in shape again, but it would be nice if they were >> a more sensible way to reset it! > > Not sure if there's an easier way, but if you've got the audio driver > kldloaded then just unload and reload it. If it's compiled in your kernel > then I don't know. thank you very much for your answer. I have got the audio driver compiled in the kernel, so I can not use your tip unless I remove this module of the kernel. Michael