Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2013 14:32:29 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Alexander Motin <mav@FreeBSD.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   Re: svn commit: r236750 - in stable/8: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/modules/sound/driver/hda
Message-ID:  <20130412143229.GA13594@FreeBSD.org>
In-Reply-To: <20130401085049.GA84064@FreeBSD.org>
References:  <201206081235.q58CZiiK059149@svn.freebsd.org> <20130321162521.GA82532@FreeBSD.org> <20130401085049.GA84064@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 01, 2013 at 08:50:49AM +0000, 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

Please ignore this: it's the fault of ld(1) from binutils-2.23.1 I happened
to have in my $PATH before system ld(1), not yours; sorry.

The question about nid overrides still remains unanswered, though.  Anything
I can do to expedite the investigation?

./danfe



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