From owner-freebsd-current@FreeBSD.ORG Sun Dec 5 19:05:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 056B816A4CF for ; Sun, 5 Dec 2004 19:05:20 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C2943D5A for ; Sun, 5 Dec 2004 19:05:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from ppp83-237-103-117.pppoe.mtu-net.ru ([83.237.103.117]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1Cb1h7-000CEI-Hb for current@freebsd.org; Sun, 05 Dec 2004 22:05:17 +0300 Message-ID: <41B35BFB.2060100@FreeBSD.org> Date: Sun, 05 Dec 2004 22:05:31 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040815 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: nVidia nForce2 sound X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 05 Dec 2004 19:05:20 -0000 Hello! My sound has dissapeared after pcm was removed. I've change pcm with 'sound', but it does not help. Today I decide to spend my time and to get back my sound. But I have no success. pciconf -l -v: ... pcm0@pci0:6:0: class=0x040100 card=0x10011695 chip=0x006a10de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP-T Audio Codec Interface' class = multimedia subclass = audio ... 'kldload snd_driver' loads all drivers with the same error: pcm0: port 0xb800-0xb87f,0xb400-0xb4ff mem 0xeb001000-0xeb001fff irq 11 at device 6.0 on pci0 pcm0: [GIANT-LOCKED] pcm0: cannot reset channel 0 pcm0: unable to initialize the card device_attach: pcm0 attach returned 6 What's up? --- Sem.