X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by lists.alpinelinux.org (Postfix) with ESMTP id 0CD875C4D2A for ; Sun, 15 Oct 2017 02:50:45 +0000 (GMT) Received: by mail-wr0-f173.google.com with SMTP id p46so3237236wrb.0 for ; Sat, 14 Oct 2017 19:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xiB43o6vZLOnq12A9ntrH0H/DMJUnhSqTq2FLt3lIbw=; b=bsa+SKo56kHXfEKkl2FsgXtxraMJGO2pY/sJFPUKgs3BNikDYpH3qBFncO/KI4EibW VPzLwS08Yuk1UnpXrkQkkCHjSNEm0hD8Hv+JYU4YCgq4JQrcJ0EgiXhrM92qSIXIbyAJ F1bZpvt8bqeyyVNBAa9xf7xncVHznq5HQOZGxyGXHm+G5xWXizq8twRUKyQDWh1GrLCF bCCzAr3ynoSAr5qfytNYZD4amV5m4KRk9eQOved4qYscFlRaxRkQaZu4NOlm2SYzjO+S DBWoDHwFM6exFyVPdo9s10VprTG+b6vnh4ZR1DRk879mWENq+RL9aDhDjEqnxnxTv+mi GA0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xiB43o6vZLOnq12A9ntrH0H/DMJUnhSqTq2FLt3lIbw=; b=OcuUIgjBndXbGs5seeDWvYp3PTVuqfvCgk6P74/qVfHTdp/PuOGmd211rIyBWE+lDc XjSAIeLXZzg9SElrnCOYoU5yop/rsMnjKI2bKQH2q1URUqK1x76ziBMjVXEQxRFFqgVJ p9+RsoFyNjiUievF3dV5egrl79ruUGAGiKGUMiox8XHaHa19nDjlcL8GasV2ROojjfpJ XDbGEjUn3oDPoUzJw4xKc7YTM8IYOJQ82phaBP2i0q5fueknyaStW0uhhBchzYJHF2r4 xC6Fzy/0V155eXvxrGP3zbAYtkRWrDXr59ts2fXiHkw7hyNir1HF2DpYqU74X/Mi/g6+ UXyA== X-Gm-Message-State: AMCzsaXJYIyBgtOOuethRGeB7YRGUWtYoBdJmV+mdviOcjqJ9R46HMRS LpQKNYRaVuXWN8o2p9dz2JITE0mjAXjnYwi2s2k= X-Google-Smtp-Source: AOwi7QAd9TwVgnord4bfjKn4wPlEo1ft1MFiCdY1ArxVOcHH1T/Ce6WM0t3A0exWQLR59rjcY6xFLqsjTvx4iJmuTJE= X-Received: by 10.223.173.165 with SMTP id w34mr4878610wrc.22.1508035844208; Sat, 14 Oct 2017 19:50:44 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.223.186.16 with HTTP; Sat, 14 Oct 2017 19:50:23 -0700 (PDT) From: Martin Galvan Date: Sat, 14 Oct 2017 23:50:23 -0300 Message-ID: Subject: [alpine-user] DKMS/kernel modules support? To: alpine-user@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Hi everyone, I'm trying to build/install a kernel module distributed as a .deb package created through dkms mkdeb. I'm running into a few issues here: 1) There seems to be no dkms support in Alpine. At least there's no 'dkms' package, and a quick googling didn't come up with anything useful. 2) Even when trying to build the module manually, the directory /lib/modules/$(uname -r)/build doesn't exist. Installing the 'linux-headers' package places a bunch of stuff in /usr/include, but does nothing in /lib/modules. I was expecting at least a symlink. Is it even possible to build a kernel module here without messing around too much with the directories and whatnot? --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---