From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262188AbULCM7N (ORCPT ); Fri, 3 Dec 2004 07:59:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262189AbULCM7N (ORCPT ); Fri, 3 Dec 2004 07:59:13 -0500 Received: from e4.ny.us.ibm.com ([32.97.182.144]:31680 "EHLO e4.ny.us.ibm.com") by vger.kernel.org with ESMTP id S262188AbULCM7L (ORCPT ); Fri, 3 Dec 2004 07:59:11 -0500 Subject: Re: (kernel 2.6.9) insmod: -1 Invalid module format From: Josh Boyer To: Stephane Coulombe Bisson Cc: linux-kernel@vger.kernel.org In-Reply-To: <1102051062.5992.8.camel@localhost.localdomain> References: <1102051062.5992.8.camel@localhost.localdomain> Content-Type: text/plain Message-Id: <1102078749.28352.1.camel@weaponx.rchland.ibm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Fri, 03 Dec 2004 06:59:10 -0600 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2004-12-02 at 23:17, Stephane Coulombe Bisson wrote: > Hi, > > I'm new to Linux module dev, I copied a very simple module from a book > (http://lwn.net/Kernel/LDD2/ch02.lwn) and I can't insert it into the Just an FYI, but that book relates to the 2.4 version of the kernel. The next version deals with 2.6, and I think the author hinted it would be available around February. josh