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 29D0B1396D0 for ; Mon, 28 Aug 2017 14:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90313E0D20; Mon, 28 Aug 2017 14:14:21 +0000 (UTC) Received: from mail-qk0-x22b.google.com (mail-qk0-x22b.google.com [IPv6:2607:f8b0:400d:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FAD6E0C5F for ; Mon, 28 Aug 2017 14:14:21 +0000 (UTC) Received: by mail-qk0-x22b.google.com with SMTP id l65so2798506qkc.0 for ; Mon, 28 Aug 2017 07:14:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=KOhP1NFeBaUPvgQq611AkoDrrdaWdZOeO1c6mdvZgDQ=; b=o4+rTG3ToQ6fVdywfrKjCwImnDUxnJzt4KUHTiRgvWQz5/xfUs3oOTV+miW98+URXf hl/5nR5zW/qnaSPRACrr8nat6eiOFx31iPDLuqJNXyuqUD1TBKQnYiQaIfx7sXPNXF3i H8x9AeC8wA/+7EHLnhA4W/f4GJVxXa3NST+3vX+jzA9sEgpColkqK1ifu3CPCvtGJLZO Q+eVd5bv+B6gJKnuFqnx9QsFXV8mE7X0W6cltdKHRy/A7j1Hh6Rev21OGDIrurT26jr+ CpOaw4HoiA5XSVOMwAxZY2vWpXa1Ohfhmz+mFnMtsk7s8nk8AnvRWX0HHL+RwNI70vXu MAzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=KOhP1NFeBaUPvgQq611AkoDrrdaWdZOeO1c6mdvZgDQ=; b=sgA6FzM4FTusfEQkjiLQ/KwNtVxOI1bhpnD5Hfn5Z7ylI8Y9ddbiqsWXAvd+DIPeJJ 3l1l6BHWoGcsE3yRpZsalQwaKvpzow5b8NdjLOo7gVjaOl1nTHhwitv7HW32w1tBeXwy hwm8ogJkYxScGequaPWEP8P01AtvV3rNnp6gJIbskSsizXBO622Y3M05vtaO/wJQTOvP EBuNZvUNb+0Aoqk+q5KjHTWK3FbygeYKf1GLdBNzlqzuM3Dr2PB7riqVnnQ8sFB4uuph czROy8F5fUu9Z52XnvMyhLQ/DWPSGimGB2FVOTGETfUoy0FHZgSkKfrFLqXHAkLQZY4C AOfA== X-Gm-Message-State: AHYfb5gC45PhqqbF/i8u8f3jw0/ywFD+BiIE548wRT/5TOqOSHo1Kz/D qo2yMqphoPk+y0jooerhn9XAtHiFHHZQqMA= X-Received: by 10.55.39.71 with SMTP id n68mr907835qkn.43.1503929660373; Mon, 28 Aug 2017 07:14:20 -0700 (PDT) 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 Received: by 10.237.44.195 with HTTP; Mon, 28 Aug 2017 07:13:39 -0700 (PDT) In-Reply-To: References: From: Alexander Kapshuk Date: Mon, 28 Aug 2017 17:13:39 +0300 Message-ID: Subject: Re: [gentoo-user] Failed to load driver: Nouveau To: Gentoo mailing list Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: f0c64d61-5fb7-4171-ac45-7bf1f3187e6c X-Archives-Hash: e22d17764e7d07a18f84fae05c3164bf On Mon, Aug 28, 2017 at 5:00 PM, IceAmber wrote: > so, what should I do to locate the driver? > > On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk > wrote: >> >> On Mon, Aug 28, 2017 at 2:41 PM, IceAmber wrote: >> > No, the error still there. >> > And the script `modinfo /lib/modules/`uname -r`/path/to/nouveau.ko` >> > shows >> > iceamber@localhost:~ $ modinfo /lib/modules/`uname >> > -r`/path/to/nouveau.ko >> > modinfo: ERROR: Module /lib/modules/4.12.5-gentoo/path/to/nouveau.ko not >> > found. >> > >> >> Note: 'path/to' in 'modinfo /lib/modules/`uname >> -r`/path/to/nouveau.ko' above needs substituting for the path to your >> nouveau.ko driver. Try locating it and rerun modinfo on it. >> Alternatively, you could try compiling nouveau into the kernel by >> setting CONFIG_DRM_NOUVEAU=y, reboot and see if that helps. >> > du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'