Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 22:33:15 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        bsd.quest@googlemail.com
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: KLD: program.ko: depends of kernel - no avaiable
Message-ID:  <20090128.223315.1447365184.imp@bsdimp.com>
In-Reply-To: <20090129045304.GA18493@debian.samsung.router>
References:  <ed8027db0901200821g4f78beeek1d6a4b489587892@mail.gmail.com> <20090129045304.GA18493@debian.samsung.router>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20090129045304.GA18493@debian.samsung.router>
            Alexej Sokolov <bsd.quest@googlemail.com> writes:
: Can you  paste please the dmesg after KLDloading ? Sometimes there are
: in /var/log/messages more helpful information. And I would like to look
: your  syscall code if it possible. 
: 
: Alexej
: 
: On Tue, Jan 20, 2009 at 05:21:02PM +0100, Jacky Oh wrote:
: > Hi,
: > 
: > I'm writing a syscall module and he compiles well but at load time, kldload
: > shows:
: > 
: > KLD: program.ko: depends of kernel - no avaiable
: > 
: > anyone know something about this?

The problem here is that the kernel _FreeBSD_version was bumped and no
longer matches.  Jacky installed the kernel with version, say 800060,
and then updated the source bases where it changed to 800061, built
modules and tried to load them.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090128.223315.1447365184.imp>