Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-30 Thread M. Warner Losh
In message: Jacky Oh writes: : Can the solution become the source tree updates to the same version of my : installed kernel? Sorry for my irregular-time questions and responses but : currently i cannot access to inet.. It's really difficult for me becouse I : don't put instant solutio

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-30 Thread Jacky Oh
Hi Warner.. Can the solution become the source tree updates to the same version of my installed kernel? Sorry for my irregular-time questions and responses but currently i cannot access to inet.. It's really difficult for me becouse I don't put instant solution for my systems and my case of study

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-28 Thread M. Warner Losh
In message: <20090129045304.ga18...@debian.samsung.router> Alexej Sokolov 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

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-28 Thread Alexej Sokolov
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 compil

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-21 Thread Robert Watson
On Tue, 20 Jan 2009, M. Warner Losh wrote: In message: "Jacky Oh" writes: : 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? Yes. rebuild the kern

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-20 Thread M. Warner Losh
In message: "Jacky Oh" writes: : 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? Yes. rebuild the kernel and modules to have the same __FreeBSD_

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-20 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 20 Jan 2009 18:25:06 +0100 "Paul B. Mahol" mentioned: > On 1/20/09, 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 avaiab

Re: KLD: program.ko: depends of kernel - no avaiable

2009-01-20 Thread Paul B. Mahol
On 1/20/09, 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 program.ko expect kernel that is not currently running. This usually means that kernel which you are currently using and