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
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?

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

2009-01-28 Thread Alexej Sokolov
module and he compiles well but at load time, kldload > shows: > > KLD: program.ko: depends of kernel - no avaiable > > anyone know something about this? > > Thanks! > ___ > freebsd-hackers@freebsd.org mailing list > http:

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

2009-01-28 Thread John Baldwin
On Wednesday 28 January 2009 10:40:20 am Jacky Oh wrote: > hi everyone, > > the main goal of KLD are load code for executing as part of kernel at > run-time, so, i don't think that rebuild the kernel are a good solution.. > In other way a try to load any dev/syscall example at > /usr/share/example

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

2009-01-28 Thread Jacky Oh
hi everyone, the main goal of KLD are load code for executing as part of kernel at run-time, so, i don't think that rebuild the kernel are a good solution.. In other way a try to load any dev/syscall example at /usr/share/examples/kld the result was the same.. When i was thinking in S. Sedov reply

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? Ye

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 t

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

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

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

2009-01-20 Thread Jacky Oh
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? Thanks! ___ freebsd-hackers@freebsd.org mailing list http://lists.freebs