[issue941] can not load kernel module with dependencies

Alex Hornung (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Tue Aug 18 10:58:47 PDT 2009


Alex Hornung <ahornung at gmail.com> added the comment:

Mh, seems to work fine for me. What exactly is the problem and how can I 
reproduce it?

I do the following and it works fine as one can see:

19:18:38 :/usr/src devfs 
# kldstat
Id Refs Address    Size     Name
 1    4 0xc0100000 6bd840   kernel
 2    1 0xc07be000 68c14    acpi.ko
 3    1 0xd0894000 3000     null.ko
19:18:41 :/usr/src devfs 
# kldload snd_hda
19:18:44 :/usr/src devfs 
# kldstat
Id Refs Address    Size     Name
 1    6 0xc0100000 6bd840   kernel
 2    1 0xc07be000 68c14    acpi.ko
 3    1 0xd0894000 3000     null.ko
 4    1 0xd34e0000 11000    snd_hda.ko
 5    1 0xd34f1000 1d000    sound.ko

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue941>
_____________________________________________________





More information about the Bugs mailing list