Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2007 09:01:19 -0500
From:      Chris Shenton <chris@shenton.org>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: snd_hda: no such file (6.2-STABLE, worked on -PRERELEASE)
Message-ID:  <863b4x6ki8.fsf@Bacalao.shenton.org>
In-Reply-To: <20070223115326.GA95355@in-addr.com> (Gary Palmer's message of "Fri, 23 Feb 2007 06:53:26 -0500")
References:  <868xeq9kfl.fsf@Bacalao.shenton.org> <20070223115326.GA95355@in-addr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Palmer <gpalmer@freebsd.org> writes:

>>   chris@Bacalao:~<104> sudo kldload /boot/kernel/snd_hda.ko
>>   kldload: can't load /boot/kernel/snd_hda.ko: No such file or directory
>
> Check the kernel messages through dmesg or /var/log/messages.  
> "No such file or directory" can mean that there is a symbol that the
> module is looking for that is not found in the kernel, and if thats
> the case the details will be in the kernel messages.

Ah, that seems to be it; I'm seeing:

  link_elf: symbol mix_setparentchild undefined

I just did a grep through /usr/src/ and don't see that symbol --
except in some .o and .kld files; looks like the cvsup cron did last
night replaced the diff code with code that doesn't define this. 

Any hints to how I can find this and build snd_hda? 

Thanks a bunch.



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