From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 8 01:50:53 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A33D16A41F for ; Mon, 8 Aug 2005 01:50:53 +0000 (GMT) (envelope-from andy@triera.net) Received: from mail.widelabs.net (widelabs.net [194.165.111.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0116543D45 for ; Mon, 8 Aug 2005 01:50:51 +0000 (GMT) (envelope-from andy@triera.net) Received: from seaquest.in.widelabs.net (unknown [192.168.0.104]) by mail.widelabs.net (Postfix) with ESMTP id 88F161F015D for ; Sun, 7 Aug 2005 18:58:26 +0200 (CEST) From: "Aleksander (Andy) Rozman" To: freebsd-hackers@freebsd.org Date: Sun, 7 Aug 2005 18:56:12 +0000 User-Agent: KMail/1.8 References: <200508021103.j72B39tv007542@marlena.vvi.at> In-Reply-To: <200508021103.j72B39tv007542@marlena.vvi.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508071856.12697.andy@triera.net> X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: andy@triera.net Subject: Re: Sound problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 01:50:53 -0000 On Tuesday 02 of August 2005 11:03, ALeine wrote: > You may want to set the kernel variable hw.snd.pcm0.vchans to 0 > and tune other hw.snd.* kernel variables with sysctl(8). > Hi ! Problem is that if I set vchans to zero, sound stops working altogether under KDE. I have some weird mother board with integrated sound card and it doesn't work that good under FreeBSD. > In the future you may also want to include more details (like the > output of `cat /dev/sndstat`) and consider posting to a more > appropriate list (like freebsd-questions) first. It's really hard to determine which group to send to. Since I thought this was software (driver) problem, I decided to post here. BTW I resolved the problem now. It was problem with hardware. Someone has been playing with my speakers in my room, and it was just that, the bass setting was set to 0... It works much better now. But I will probably try to applt that vchan patch someone posted link for. Thanks, Andy