DragonFly BSD
DragonFly bugs List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: bktr problems.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 6 Jan 2004 19:03:20 -0800 (PST)

:> 	"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.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]