svn commit: r236750 - in stable/8: share/man/man4 sys/conf sys/dev/sound/pci/hda sys/modules/sound/driver/hda

Alexey Dokuchaev danfe at FreeBSD.org
Mon Apr 1 08:50:49 UTC 2013


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?

./danfe


More information about the svn-src-all mailing list