From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIM_ADSP_ALL,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CCA6C54FCF for ; Wed, 25 Mar 2020 16:38:29 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D59702073E for ; Wed, 25 Mar 2020 16:38:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (4096-bit key) header.d=valentin-vidic.from.hr header.i=@valentin-vidic.from.hr header.b="DZJbRDvU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D59702073E Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=valentin-vidic.from.hr Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.92.3) (envelope-from ) id 1jH92e-0001sy-Kw; Wed, 25 Mar 2020 12:38:08 -0400 Received: from valentin-vidic.from.hr ([2001:470:1f0b:3b7::1]) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jH92d-0001so-F5 for kernelnewbies@kernelnewbies.org; Wed, 25 Mar 2020 12:38:07 -0400 X-Virus-Scanned: Debian amavisd-new at valentin-vidic.from.hr Received: by valentin-vidic.from.hr (Postfix, from userid 1000) id B18EB4E9; Wed, 25 Mar 2020 17:38:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=valentin-vidic.from.hr; s=2020; t=1585154284; bh=p1sGuzZQn8GJ6FTfs9ZpueEl103cCyaqaoDc9M4zbM8=; h=Date:From:To:Subject:References:In-Reply-To:From; b=DZJbRDvU3+YJn2adR24OahxKD0Ap7t0lIyWcjDyOvtr7xACSsJIZZOanU344vMM4s oawcDtbdUZgDElVCre0obu98teBPnolPJ0pyV200kkH5mYkZsgUMimHkOw8+jUF2j9 QqqY1XxvFQqapRTlyEqSB+7tkOyUqjhIQCxVuLzzVKJlmMQ/lF5AtndMEudSRxK1aX kC+KrwiQdjLYhVurY1fbg6HNpWvjgKI+ZMSkpipCkdXkjz45hFD5TGekQUNLoYlFQP /3m3wf0QgvvAG1cAZl9TLCfDc+BImCdlAzAdjQ+OSZlkL3bnWyl8ThnF3UubXkMHPQ X7SIFmozlaBjxmtScf1Pzlz8vCS39vozn/V8nvBRCZUkRI6dFdyD6ICZGEvPv1SRhW tARSytLXFBXUMsQDQpaoTSKvWRg4UK9vvGAWht6a5q+NdIvuOfWTUeOc1N0Y2m903n pWSOos+HZK+065yKNWHQLE21Zv9V04LILt2hSCXi1ytXsX9ZGoswpk+TPoB5iKm6/d ogkxTzf1VvfJrGSY7h5hzdbpMg9dMhYRl7bIgWZVavUsCJKZYnHw6TBujEK8dRdrAh 9tOMb9r21Xek1o7144FwTI2adNnMBKEz8ZpOszsuLVxNSL8zNiu/aXK+WYwFZ85Agh tRLU+XV8BxhUWLDOTBu7mlRM= Date: Wed, 25 Mar 2020 17:38:04 +0100 From: Valentin =?utf-8?B?VmlkacSH?= To: kernelnewbies@kernelnewbies.org Subject: Re: Trouble Installing Compiled Kernel Message-ID: <20200325163804.GD11863@valentin-vidic.from.hr> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org On Wed, Mar 25, 2020 at 04:22:47PM +0000, Nathanael J Grix wrote: > After getting it compiled I ran: > bash-4.3$ sudo make O=/home/nathanael/KernelBuild/ install_module install This should be modules_install. -- Valentin _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies