From owner-svn-src-all@FreeBSD.ORG Mon Apr 1 11:52:00 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 62D309D; Mon, 1 Apr 2013 11:52:00 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 4D87790F; Mon, 1 Apr 2013 11:51:59 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id q14so976129eaj.8 for ; Mon, 01 Apr 2013 04:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=HSRqgN0GMhnQRlzxzroynlyTaN78VwWB3n0w6j4Puic=; b=0n4GPckZMRbu+p5ouO89X/sf47SIjjoviQb1TL+9N0+DQQQxHw7inyswuVS7Qx4gjB +eUPR2tZdjDxR8R0NSLV/P/TQEbCGVtOaicdvNb1A7K1cT2Mno1mlHGGkomIvpKWeNWR ZiU7S5k/EJG/T+KVD195pnCio/rNEvc2ceSe6q2N6uy+8ek5J+q/9Q7PIC5pr5nlfJfm ArxNngkJ56md9heQkQyUQnxcV1mOF75WtZEL6qobv8uCp8qhhJ6EsIz1SxprN5yKGbrJ pceIVoqBucuSPbYe6gCZ88uMXiW7gp7YJMJmsy7hFdTx4d29T830+wb1wVGE7FEZt7NA AiHg== X-Received: by 10.15.61.8 with SMTP id h8mr36217056eex.33.1364817118372; Mon, 01 Apr 2013 04:51:58 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (mavhome.mavhome.dp.ua. [213.227.240.37]) by mx.google.com with ESMTPS id u44sm20703992eel.7.2013.04.01.04.51.56 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Apr 2013 04:51:57 -0700 (PDT) Sender: Alexander Motin Message-ID: <515966CC.2000108@FreeBSD.org> Date: Mon, 01 Apr 2013 13:51:56 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130326 Thunderbird/17.0.4 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r236750 - in stable/8: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/modules/sound/driver/hda References: <201206081235.q58CZiiK059149@svn.freebsd.org> <20130321162521.GA82532@FreeBSD.org> <20130401085049.GA84064@FreeBSD.org> In-Reply-To: <20130401085049.GA84064@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 11:52:00 -0000 On 01.04.2013 11:50, Alexey Dokuchaev wrote: > On Thu, Mar 21, 2013 at 04:25:21PM +0000, Alexey Dokuchaev wrote: >> On Fri, Jun 08, 2012 at 12:35:44PM +0000, Alexander Motin wrote: >>> New Revision: 236750 >>> URL: http://svn.freebsd.org/changeset/base/236750 >>> >>> Log: >>> MFC r230130: >>> Major snd_hda driver rewrite: >>> - Huge old hdac driver was split into three independent pieces: HDA >>> controller driver (hdac), HDA CODEC driver (hdacc) and HDA sudio function >>> driver (hdaa). [...] >> >> Unfortunately, this commit apparently had broken the sound for me on my >> laptop. [...] > > While trying to debug this problem, I've noticed that though I can recompile > snd_hda(4), I cannot load it: > > # kldload ./snd_hda.ko > kldload: can't load ./snd_hda.ko: No such file or directory > > The message is clearly bogus, but in /var/log/messages I see this line: > > link_elf: symbol snd_verbose undefined > > Is this known behavior? How to remedy it? I guess it is result of some mismatch between sources used for building and the running kernel. I haven't tested it last time, but previously snd_hda perfectly worked as module. -- Alexander Motin