From owner-freebsd-questions@FreeBSD.ORG Tue Jan 15 18:00:27 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 948BC16A419 for ; Tue, 15 Jan 2008 18:00:27 +0000 (UTC) (envelope-from alex.rudyk@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 55E8113C4DD for ; Tue, 15 Jan 2008 18:00:27 +0000 (UTC) (envelope-from alex.rudyk@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1446536wxd.7 for ; Tue, 15 Jan 2008 10:00:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=4Src3tVeh+RX924rWwu63bOi6DNS464fhlGBPNOIc+A=; b=GosFYmCjE5a8lnME/eRpbu8HxwR8bTYRb7Kaz1FJ/nXt++kAHVMrFlwGi35J6OmtOdp2o9A8otEMzmbzz0lvmMt0ogMKNlhTdwgI3Jwnzuz6TAZdIHVB5XjDDmqa9FsJXPHQY0jMYMKk/1j5cutRbo1xTxc/vJ8Iimx0sJVHERg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FDydBoBbwaGx5ld1boWcBk2vhrJcjqnlLGCXVSDur/bcsZioDApcVq2TzOwQpS678/Gh61jjMJWpyh3gC/qWqHC9MrNYzsEt2Y81DQhbYccJu/8QuVE43yS/GtBGyBbytCB1X9qgh5+PWw+1kBzxF5+Ku/HPZvlAnPPfGQw0OEg= Received: by 10.142.99.21 with SMTP id w21mr3303541wfb.55.1200420025873; Tue, 15 Jan 2008 10:00:25 -0800 (PST) Received: by 10.142.88.18 with HTTP; Tue, 15 Jan 2008 10:00:25 -0800 (PST) Message-ID: <6e9d2bb40801151000n3ac57e41x32d36ab83a5aaa3d@mail.gmail.com> Date: Tue, 15 Jan 2008 10:00:25 -0800 From: "Oleksandr Rudyk" To: freebsd-questions@freebsd.org In-Reply-To: <6e9d2bb40801150958m1251de1dwc70b555f7606c927@mail.gmail.com> MIME-Version: 1.0 References: <6e9d2bb40801141110v8f833b8v86ba21aa1d8fb258@mail.gmail.com> <576dcbc20801141704h48f349b3n1bd10394c0b8a1a3@mail.gmail.com> <6e9d2bb40801150958m1251de1dwc70b555f7606c927@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: 7.0 RC1 snd_hda headset sound only 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: Tue, 15 Jan 2008 18:00:27 -0000 I added hint.pcm.0.config="gpio0 gpio1 gpio2 gpio3 gpio4" to /boot/device.hints and sound work with internal speakers. But now plugin headset doesnt mute speakers, but this is another problem and I already found how to fix it 2008/1/14, lveax : > > On Jan 15, 2008 3:10 AM, Oleksandr Rudyk wrote: > > Hi all > > > > I have installed 7.0 RC1 on my Dell XPS m1330 with Sigmatel HDA sound. > > snd_hda driver was patched with this > > http://people.freebsd.org/~ariff/README > instructions. > > > > But still have audio only in headset and no sound on internal speakers. > > > > Any suggestions > > > try to add > hint.pcm.0.config="gpio0" > > to your /boot/loader.conf > > that w >