DragonFly bugs List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue941] can not load kernel module with dependencies
Alex Hornung <ahornung@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@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue941>
_____________________________________________________
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]