Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 12:37:59 -0400
From:      Ajtim <lumiwa@gmail.com>
To:        freebsd-questions@freebsd.org
Cc:        "lokadamus@gmx.de" <lokadamus@gmx.de>, levskiweng@gmail.com
Subject:   Re: Need help about configuring my laptop's sound system
Message-ID:  <5723701.GumCx7pzzv@lumiwa.farms.net>
In-Reply-To: <532326E4.7000305@gmx.de>
References:  <20140309061853.GA60753@LevskiPC> <532326E4.7000305@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 14 March 2014 16:57:24 lokadamus@gmx.de wrote:
> On 03/09/14 07:28, Levski wrote:
> > Hello everyone, I've installed FreeBSD 10 RELEASE on my Dell XPS 14z.
> > However, the sound system doesn't work correctly. Could anyone here
> > help me to tell me what's the problem? Thanks in advance.
> > 
> > Output of '% cat /dev/sndstat':
> > Installed devices:
> > pcm0: <Realtek> (play/rec) default
> > pcm1: <Intel> (play)
> > 
> > Output of '% sudo sysctl dev.pcm'
> > dev.pcm.0.%desc: Realtek ALC269 (Right Analog)
> > dev.pcm.0.play.vchanrate: 48000
> > dev.pcm.0.play.vchanformat: s16le:2.0
> > 
> > And I don't know how to config the /boot/device.hint. According to the
> > instruction, (https://forums.freebsd.org/viewtopic.php?&t=30502) ,I try
> > appending the following 2 lines to the file and reboot, but it doesn't
> > work: hint.hdaa.0.nid18.config="as=5 seq=0 device=Speaker"
> > hint.hdaa.0.nid20.config="as=5 seq=15 device=Headphones"

I put mine hints in /boot/loader.conf
And your should look like:
hint.hdaa.0.nid18.config="as=5 seq=0"
hint.hdaa.0.nid20.config="as=5 seq=15"

Did you try if sysctl dev.hdaa.0... and the other one work?

-- 
ajtiM
--------
http://www.redbubble.com/people/lumiwa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5723701.GumCx7pzzv>