[issue941] can not load kernel module with dependencies

Nicolas Thery nthery at gmail.com
Tue Aug 18 11:18:29 PDT 2009


2009/8/18 Alex Hornung (via DragonFly issue tracker)
<bugs at crater.dragonflybsd.org>:
>
> 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?

Your test case below should have reproduced it.  Maybe that was fixed
at some point.

> 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