From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FEEE138326 for ; Sat, 16 Jul 2016 22:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63F6521C199; Sat, 16 Jul 2016 22:30:25 +0000 (UTC) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E68B221C188 for ; Sat, 16 Jul 2016 22:30:18 +0000 (UTC) Received: by mail-wm0-f66.google.com with SMTP id q128so7134782wma.1 for ; Sat, 16 Jul 2016 15:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=tlFzhd+YHEvUGa0Vpx0XuaoHhjMPYnwJSMfntcYkWQw=; b=FZrLRV6rpdmY83/t+UnXol3vC87bIxmDag8XitjQ5nb57K3andZDWyRtfgHqW4Ag0W Gy//eCjiS2iqe96DYhgkQN3oNfn+m/AKUCVuUZAnTf8PbFhX1+uthMRGxXujZM/6pVUe DUTeN2FJn9ZWjwVmYzwQN4lOD4dAsNx79cPZ9bfemUAY8Mru5GBfv9MW7QhNUo6+Z8h9 BnHjG+IFzmHlvLTOxBfywFEIlI1BJcGLHKx/3VRZCU5mA/Xt6xtS5T6rvqbokaXPA3O6 EmkltMbIGwulnUGj68AThnF9SPu3XObnYHx9G6xF+Wach0um4d+yNMovYtPKiBf+LkBd iVWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=tlFzhd+YHEvUGa0Vpx0XuaoHhjMPYnwJSMfntcYkWQw=; b=LhoEOAB8hgyh3ulcbdSUFMQvkvnIh3ThRY9RA/dfrK3o48Pr+OaZLrtMjLWSEkI9HR fg/TbWHRm2wRtLFGrCeJtEZ3CdCQKajwRs4NYG7/2cvLrHYgQXRgXkvBlcnRgnSO9YYM jZjUzWQzNQbVAxyZoZw9vS9k9j02fw19WHerDWbiRUINRxktYaell7k7tjI6lrDmpdPY o/f1HKPz+LrxonydJDJ+BEdHAye8AqXE9VQVuv1E9XlE59hpvyJSVFj1xIgW1RpPi07Q Pn2/eFiDS+UI0IBgKTQ4eSXmsM0CsWcrCS0fwJPlPL6malCpWy7k5tjLDt1KzYF6vera ocGg== X-Gm-Message-State: ALyK8tK4NDm6SxI0O2Te8wKXyFc97JGGPnQtZY8EozGO/gVkkelVJS+RPp7bqxyuAKRlmw== X-Received: by 10.28.197.68 with SMTP id v65mr30285826wmf.2.1468708212374; Sat, 16 Jul 2016 15:30:12 -0700 (PDT) Received: from [172.20.0.40] ([196.212.62.210]) by smtp.googlemail.com with ESMTPSA id b203sm4587935wmh.20.2016.07.16.15.30.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Jul 2016 15:30:11 -0700 (PDT) Subject: Re: [gentoo-user] Install dkms: which package To: gentoo-user@lists.gentoo.org References: <20160715215406.GN12055@bulbizarre.swordarmor.fr> <20160716084505.4ea2330b@digimed.co.uk> From: Alan McKinnon Message-ID: Date: Sun, 17 Jul 2016 00:29:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8f9a0a34-5475-4b17-9c3a-3e2af12a56a9 X-Archives-Hash: a65e85b7d2a5f92318985a55076db817 On 16/07/2016 11:37, Facundo Curti wrote: > > 2016-07-16 4:45 GMT-03:00 Neil Bothwick >: > > On Fri, 15 Jul 2016 19:59:51 -0300, Facundo Curti wrote: > > > > Why do you want DKMS whereas you already compile your own kernel? > > > Because I have a module that is outside the kernel tree: > > You don't need DKMS for that, either re-emerge the module manually after > compiling a new kernel or run emerge @module-rebuild. If the module is > not in portage, manually reinstall it for each new kernel. > > DKMS is for people that don't get involved in compiling kernels or > modules, it is for users of binary distros. > > > -- > Neil Bothwick > > Walking on water and writing software to specification is easy if > they're > frozen. > > > It is not in portage. It is a unique module. Edited by me in the source > code. > > But how can I install the module without dkms? usually I make this > automatically with dkms :S > make, make install, modprobe ? -- Alan McKinnon alan.mckinnon@gmail.com