Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 15:09:42 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        "Petr Holub" <hopet@ics.muni.cz>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: snd_emu10k1.ko after 6.2 to 6.3 upgrade
Message-ID:  <200801251509.42978.jhb@freebsd.org>
In-Reply-To: <002701c85f6d$a1a331c0$e4e99540$@muni.cz>
References:  <000e01c85dfb$c2f99490$48ecbdb0$@muni.cz> <200801250906.54784.jhb@freebsd.org> <002701c85f6d$a1a331c0$e4e99540$@muni.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 25 January 2008 11:16:19 am Petr Holub wrote:
> > Do you have an error message in the dmesg after this?
> 
> Yes, I do - sorry, haven't thought it will end up in dmesg
> and not in the terminal. It says:
> 
> KLD snd_emu10k1.ko: depends on midi - not available

Did you kldload sound.ko before snd_emu10k1.ko?  It maybe that freebsd-upgrade 
didn't run kldxref on your kernel dir to update the /boot/kernel/linker.hints 
file that is used to autoload dependencies.

You can try doing a 'kldxref /boot/kernel' to see if that fixes the dependency 
loading.

-- 
John Baldwin



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