From owner-freebsd-net@FreeBSD.ORG Tue Dec 9 19:39:02 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C09F1065672 for ; Tue, 9 Dec 2008 19:39:02 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id B55B88FC0C for ; Tue, 9 Dec 2008 19:39:01 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so65346ywe.13 for ; Tue, 09 Dec 2008 11:39:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=XfXSJl7LDBrhBL46X3eDxyDJ7B9gvZTkgWQcCObT00M=; b=mTZ1adcbkSOrmQKa3JTCo62Adiu8Qt8EvZElRUIiAupC/BrEgTIkcTk1FN36IvoxUm NN0pVDbVdhNAYPINy0S+UCMGMtBdqB/SR3bG4s6kson2m9HZOkuvMVIBqL7DmtlFBatx aK/eU4VL6lKbZ5JaL2A1tCBj32czHyQjjkVA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=cdGuNIxXFIPpd2kUQcAJbTiH4HN0ak24dOGj9fPQATFYOgODq0Z0VKnauhrXyC1D7c FlXrYPY20XGpqnA5yo3NgE1WjHxiCDrWHi6Ze2XIRpXZ8CmwHO0ycZdnBXw8Op3vVl5e KFeJfoaUDx0EoNGKLQRW420SOfxVM/Mcb8xgg= Received: by 10.100.197.3 with SMTP id u3mr467393anf.64.1228851540879; Tue, 09 Dec 2008 11:39:00 -0800 (PST) Received: from ?192.168.2.2? (cpe-70-112-179-136.austin.res.rr.com [70.112.179.136]) by mx.google.com with ESMTPS id c14sm408774ana.18.2008.12.09.11.38.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Dec 2008 11:39:00 -0800 (PST) From: Ferner Cilloniz To: freebsd-net@freebsd.org Content-Type: text/plain Date: Tue, 09 Dec 2008 13:38:58 +0000 Message-Id: <1228829938.4948.27.camel@mobiliare.Belkin> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: kldload telling not finding .ko file when it is indeed there X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 19:39:02 -0000 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, kldload reports that the .ko file is not found. What is going on? Thanks :) -- Cilloniz Bicchi, Ferner Research Assistant Dept. of Computer Sciences The University of Texas at Austin http://www.cs.utexas.edu/~fernercc fernercc@cs.utexas.edu