Re: kldload telling not finding .ko file when it is indeed there

2008-12-09 Thread Robert Noland
On Tue, 2008-12-09 at 13:38 +, Ferner Cilloniz wrote: > Hi everyone. > > I'm running into a problem where kldload is reporting that my .ko file > is not found when it is indeed there. > > It is strange because when i comment out a call to the function > sotoinpcb(struct socket *) it finds the

kldload telling not finding .ko file when it is indeed there

2008-12-09 Thread Ferner Cilloniz
Hi everyone. I'm running into a problem where kldload is reporting that my .ko file is not found when it is indeed there. It is strange because when i comment out a call to the function sotoinpcb(struct socket *) it finds the .ko file and loads, but when i uncomment that line and try to load it,