From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 31 01:51:06 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F32116A41F for ; Sat, 31 Dec 2005 01:51:06 +0000 (GMT) (envelope-from mv@roq.com) Received: from p4.roq.com (ns1.ecoms.com [207.44.130.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB53843D53 for ; Sat, 31 Dec 2005 01:51:05 +0000 (GMT) (envelope-from mv@roq.com) Received: from p4.roq.com (localhost.roq.com [127.0.0.1]) by p4.roq.com (Postfix) with ESMTP id 2C4A64CF27; Sat, 31 Dec 2005 01:51:19 +0000 (GMT) Received: from [192.168.0.2] (ppp157-158.static.internode.on.net [150.101.157.158]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by p4.roq.com (Postfix) with ESMTP id 41D064CFAA; Sat, 31 Dec 2005 01:51:18 +0000 (GMT) Message-ID: <43B5E408.9050209@roq.com> Date: Sat, 31 Dec 2005 12:51:04 +1100 From: Michael Vince User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.12) Gecko/20051208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: guru@Sisis.de References: <20051230141455.GA20406@rebelion.Sisis.de> In-Reply-To: <20051230141455.GA20406@rebelion.Sisis.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-mobile@freebsd.org Subject: Re: 6.0-REL && ICH6 && poor volume of sound X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 01:51:06 -0000 There has been a massive update to sound in 6 stable, I recommend you try it out, There is a post to 'stable' announcing it. "HEADS-UP: massive soundsystem update in 6-stable" Mike guru@Sisis.de wrote: >Hi, > >I'm installing 6.0-REL on a brand new laptop Fujitsu-Siemens >Lifebook E 8020 and (the good news first) it went well and >without any problem the X.org runs out of the box in 1400x1050, >for example. > >The only problem until now is the poor volume of the sound. The >KDE uses the sound system but the volume is very low. It mus have >something todo with the sound.ko or snd_ich.ko because before >loading the drivers the volume of the normal keyboard bell is very >high. And then, after loading the drivers, is very poor too. > >The details are: > >$ cat /dev/sndstat >FreeBSD Audio Driver (newpcm) >Installed devices: >pcm0: at io 0xc8000800, 0xc8000400 irq 17 bufsz 16384 kld snd_ich (1p/1r/0v channels duplex default) >$ mixer >Mixer vol is currently set to 100:100 >Mixer pcm is currently set to 100:100 >Mixer speaker is currently set to 100:100 >Mixer line is currently set to 100:100 >Mixer mic is currently set to 0:0 >Mixer cd is currently set to 75:75 >Mixer rec is currently set to 0:0 >Mixer ogain is currently set to 50:50 >Mixer line1 is currently set to 75:75 >Mixer phin is currently set to 0:0 >Mixer phout is currently set to 100:100 >Recording source: mic > >$ tail /var/log/messages > ... >Dec 30 14:01:45 rebelion kernel: pcm0: port 0x1800-0x18ff,0x1480-0x14bf mem 0xc8000800-0xc80009ff,0xc8000400-0xc80004ff irq 17 at device 30.2 on pci0 >Dec 30 14:01:45 rebelion kernel: pcm0: [GIANT-LOCKED] >Dec 30 14:01:45 rebelion kernel: pcm0: > >$ kldstat >Id Refs Address Size Name > 1 9 0xc0400000 63070c kernel > 2 16 0xc0a31000 568dc acpi.ko > 3 1 0xc2831000 15000 linux.ko > 4 1 0xc2e8b000 5000 snd_ich.ko > 5 1 0xc2e90000 18000 sound.ko > >What can I do? Thx in advance > > matthias > > >