From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 19:50:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B1F16A41F for ; Thu, 12 Jan 2006 19:50:44 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43A5743D46 for ; Thu, 12 Jan 2006 19:50:44 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k0CJoh9U007844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jan 2006 11:50:43 -0800 X-Auth-Received: from [128.208.4.29] (shiina.dyn.cs.washington.edu [128.208.4.29]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k0CJoer7020025 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 12 Jan 2006 11:50:43 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <43C65792.8667.46CE701@jdunham.texas.net> References: <326DB2F7011D9347B156DA019416F3F703AD6BC1@bcs-mail4.internal.cacheflow .com> <43C65792.8667.46CE701@jdunham.texas.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <075C2301-47FB-4ABC-9B4E-98E42EBFBBF4@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Thu, 12 Jan 2006 11:51:37 -0800 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Sound on Dell D600 laptop 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, 12 Jan 2006 19:50:44 -0000 On Jan 12, 2006, at 11:20 AM, Jerry Dunham wrote: > On 12 Jan 2006 at 12:37, Doug Poland wrote: > >> On Thu, January 12, 2006 12:15, Li, Qing wrote: >>> >>> Has anyone successfully gotten the sound to work >>> on the Dell D600 laptop running FreeBSD 6.0? >>> >>> If you've done it, could you please share your tricks >>> with me. >>> >> I've got a C600 laptop working with sound. Not sure if it's the >> same, >> but I added the following line to my /boot/loader.conf >> >> snd_maestro3_load="YES" > > The C600 and D600 are quite different critters. That doesn't > guarantee > that your suggestion WON'T work, but it wouldn't be surprising if it > failed. I don't recall what sound architecture the D600 uses, but > it was > a complete redesign following the last of the C-series. If you > need more > information on the D-series I can probably find out. > > > -- > Jerry Dunham > jdunham@texas.net We have a series of D600's at my work, and in Windows they report that they use SigmaTel C-Major audio. Not sure what that maps to in FreeBSD. Look online in either the handbook or at Alsa's site for some more information. At least this is a working start for you. -Garrett