snd_emu10k1.ko after 6.2 to 6.3 upgrade

John Baldwin jhb at freebsd.org
Fri Jan 25 12:12:38 PST 2008


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


More information about the freebsd-stable mailing list