From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 15:35:07 2008 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 5E2841065679 for ; Thu, 31 Jul 2008 15:35:07 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 31C6E8FC14 for ; Thu, 31 Jul 2008 15:35:07 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (i223105.dynamic.ppp.asahi-net.or.jp [61.125.223.105]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 8081A5ECA0; Fri, 1 Aug 2008 00:35:06 +0900 (JST) Date: Fri, 01 Aug 2008 00:35:06 +0900 From: WATANABE Kazuhiro To: freebsd-questions In-Reply-To: <20080731130958.81B4B5F74D@mail.asahi-net.or.jp> References: <391934950807300450s236217d1yadd5dfe78969ae50@mail.gmail.com> <20080731130958.81B4B5F74D@mail.asahi-net.or.jp> <391934950807310649g61591bdfu9aa543a271a2b44a@mail.gmail.com> <391934950807310755re04cba5sdf11a34695a17807@mail.gmail.com> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20080731153506.8081A5ECA0@mail.asahi-net.or.jp> Cc: Rommel Martinez Subject: Re: Very very weak sound from the speaker 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: Thu, 31 Jul 2008 15:35:07 -0000 At Thu, 31 Jul 2008 22:55:51 +0800, Rommel Martinez wrote: > pcm0@pci0:0:30:2: class=0x040100 card=0x2047161f chip=0x266e8086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Intel Corporation 82830M/MG SDRAM Controller / Ho > AC '97 Audio Controller/ Sigmatel (SoundMAX Integrated Digital Audio)' > class = multimedia > subclass = audio OK. How about this patch? --- sys/dev/sound/pci/ich.c.releng70 2007-12-15 13:06:52.000000000 +0900 +++ sys/dev/sound/pci/ich.c 2008-08-01 00:10:04.000000000 +0900 @@ -1009,6 +1009,7 @@ ich_pci_attach(device_t dev) switch (subdev) { case 0x202f161f: /* Gateway 7326GZ */ case 0x203a161f: /* Gateway 4028GZ */ + case 0x2047161f: /* Arima W330-UCX */ case 0x204c161f: /* Kvazar-Micro Senator 3592XT */ case 0x8144104d: /* Sony VAIO PCG-TR* */ case 0x8197104d: /* Sony S1XP */ --- WATANABE Kazuhiro (CQG00620@nifty.ne.jp)