From owner-freebsd-current@FreeBSD.ORG Sat Feb 7 18:50:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AD741065675 for ; Sat, 7 Feb 2009 18:50:35 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 1E9848FC1C for ; Sat, 7 Feb 2009 18:50:34 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 233868570; Sat, 07 Feb 2009 20:50:34 +0200 Message-ID: <498DD7FF.7010904@FreeBSD.org> Date: Sat, 07 Feb 2009 20:50:39 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.19 (X11/20090118) MIME-Version: 1.0 To: Yury Froloff References: In-Reply-To: Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: To Alexander Motin aka Mav. HDA problems. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 18:50:35 -0000 Yury Froloff wrote: > --- Исходное сообщение --- > От кого: Alexander Motin > Кому: Yury Froloff > Дата: 6 февраля, 22:27:26 > Тема: Re: To Alexander Motin aka Mav. HDA problems. > > Yury Froloff wrote: > > У меня проблема со звуком и никак не могу ее решить. Решил > написать Вам, т.к. уже облазил весь интернет и не знаю как бороться. > > Звука просто нет. Помогите, пожалуйста, разобраться. Вы - моя > последняя надежда. > > =================================================== > > private# uname -a > > FreeBSD private.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sat Jan > 31 11:21:07 EET 2009 root@private.org:/usr/obj/usr/src/sys/NEWKERN > amd64 > > =================================================== > > private# cat /dev/sndstat > > FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) > > Installed devices: > > pcm0: at memory > 0xfe020000 irq 16 kld snd_hda [20071129_0050] [MPSAFE] (1p:1v/1r:1v > channels duplex default) > > =================================================== > > У тебя стоит старый драйвер 2007 года. Тебе стоит начать с обновления > системы до 7-STABLE или по крайней мере полностью взять оттуда каталог > /sys/dev/sound/pci/hda и пересобрать модуль snd_hda. > > You have old driver of year 2007. You should start from updating your > system to latest 7-STABLE or at least take /sys/dev/sound/pci/hda > folder > from there and rebuild your snd_hda module. > > I've updated sources & rebuilt /sys/modules/sound/, but problem still > there... No sound. :( > > private# cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) > Installed devices: > pcm0: at memory 0xfe020000 > irq 16 kld snd_hda [20080420_0052] [MPSAFE] (1p:1v/1r:1v channels duplex > default) > > Motherboard is "ASUS M2A-VM HDMI". HDMI is disabled in BIOS. I don't now > what goes wrong, but I hope we can find the solution. 20080420_0052 is better, but still not good. It is 7.1-RELEASE, but not the 7-STABLE. Present version in 7-STABLE now is 20090131_0127. You can fetch it from here: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pci/hda/?only_with_tag=RELENG_7 If for some reason it does not help - send me verbose boot messages. -- Alexander Motin