bktr problems.
    Matthew Dillon 
    dillon at apollo.backplane.com
       
    Tue Jan  6 19:03:39 PST 2004
    
    
  
:> 	"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 at xxxxxxxxxxxxx>
    
    
More information about the Bugs
mailing list