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 432601396D0 for ; Mon, 28 Aug 2017 11:48:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C6D1FC015; Mon, 28 Aug 2017 11:48:51 +0000 (UTC) Received: from mail-qt0-x234.google.com (mail-qt0-x234.google.com [IPv6:2607:f8b0:400d:c0d::234]) (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 C6045E0AF0 for ; Mon, 28 Aug 2017 11:48:50 +0000 (UTC) Received: by mail-qt0-x234.google.com with SMTP id t22so956250qtg.4 for ; Mon, 28 Aug 2017 04:48:50 -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=l1YrfgSSYUU3AT8TfB7vKJO1veHchEH0kQZlEHOv5Zc=; b=mpVfewyBH+GZ9PoTVAYCNkGhysIGFNRF/nkRLdYl3S7UaemzFTKUiVJG5UW2pSNXIB fyTuQqjs1o0WCrj+1nuntBkhm8wW3O56l8R3+G600dWOgSRg1jBT5pSyCYlOd95mzqNe VZ8RFlQ3kPQGQw2gUU6cBMMPMD3bJuU9ZwsqR210sosdInUlsg94YFqzC0tEnW1ZSbKr +nEbojz9k9mnF+794e/auYdcZ5wYBjTlKevN16sqZKd77M6p8rq2WpAsZzDyWKJDFsVh qT3lz3dBnCjQsg3UCGUlIZaYoAUOwDK6xj4XRMgaV78P81067y/mLxfUS356skasG/8A CBAw== 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=l1YrfgSSYUU3AT8TfB7vKJO1veHchEH0kQZlEHOv5Zc=; b=ESTqu14v9iXD8Lc1KMunJtyfVH7QcupzUurCFYbwCz0bAUH5x6NJ/1goMBcL0VU44b 270AwdcTIMdkceV6cXvRuSC+Qz6Jf3FnoZO14AkVKcncBNdp2xpk9+PAlMNSJcV56iSJ Md+wSx2mkVz0xuBim12Ck3R2E/x/7Q4x/918vZz8PiRNkPrXUMPQ7h3ReqfkTJeLxy1w 9G0xSwOGW9pYlxGLyQihy9Sm1lDuvGLcpgMfLwCPjxS6lpCCNcv8cqd0nxeDNRGn0HZX KoVoVtZ+5MfMLiHkwbbFkcbMh67ZZce5AZMaW+2DU/ecPEYokh5F8rl36H+Q2AnesA7V um1w== X-Gm-Message-State: AHYfb5gSPy8Kol64xTdNSPWJu9bh91iyLA5X5Ychsedq0VZqC0dmml3M VrX8/Az5rWX/ZByeNeIjmFySbKzPy9lvCzA= X-Received: by 10.237.49.130 with SMTP id 2mr313634qth.171.1503920929765; Mon, 28 Aug 2017 04:48:49 -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 04:48:09 -0700 (PDT) In-Reply-To: References: From: Alexander Kapshuk Date: Mon, 28 Aug 2017 14:48:09 +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: a633fcd0-7c2b-4559-a4de-5f1821dc8634 X-Archives-Hash: 2634adb8902787eeb9b39c1d0773dd8a 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.