DragonFly bugs List (threaded) for 2004-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: bktr problems.
On Tue, 6 Jan 2004, Matthew Dillon wrote:
> :> "dmesg | grep bktr" shows the following:
> :
> :> Preloaded elf module "/modules/bktr.ko" at 0xc042e4d8.
> :> link_elf: symbol bktr_has_stored_addresses undefined
> :> Preloaded elf module "/modules/bktr_mem.ko" at 0xc042e580.
> :> bktr_mem: memory holder loaded
> :> Preloaded elf module "/modules/bktr.ko" at 0xc042e4d8.
> :> link_elf: symbol bktr_has_stored_addresses undefined
> :> Preloaded elf module "/modules/bktr_mem.ko" at 0xc042e580.
> :> bktr_mem: memory holder loaded
> :> Preloaded elf module "/modules/bktr.ko" at 0xc042e4d8.
> :> link_elf: symbol bktr_has_stored_addresses undefined
> :> Preloaded elf module "/modules/bktr_mem.ko" at 0xc042e580.
> :> bktr_mem: memory holder loaded
> :
> :> fxtv reports:
> :
> :> open("/dev/bktr0") failed: Device not configured
> :
> :> I'm rebuilding the kernel now, this time with bktr included
> :> (rather than as a module) to see if that gets it working.
> :
> :Compile bktr support directly into the kernel fixed the problem.
> :
> :Adam
>
> You have to kldload bktr_mem.ko before bktr.ko.
>
> There is a missing module dependancy in
> /usr/src/sys/dev/video/bktr/Makefile. It should have a KMODDEPS = bktr_mem
> line in it, I think. I'll play with it a little.
Do modules always get loaded in the order listed in loader.conf? If
that's the case, then bktr_mem *is* getting loaded before bktr.
Adam
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]