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 C32501396D0 for ; Mon, 28 Aug 2017 15:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D64E0F0F; Mon, 28 Aug 2017 15:09:25 +0000 (UTC) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (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 B0DD4E0F00 for ; Mon, 28 Aug 2017 15:09:24 +0000 (UTC) Received: by mail-vk0-x229.google.com with SMTP id q189so2143547vke.4 for ; Mon, 28 Aug 2017 08:09:24 -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=yw7fsJfiz1AgFUAOiKNdbA+QrnZDCEN1SVvLzRBb9Ls=; b=vX2xUjer0ypQz93vXXiT73kFvjiKkG4xybC+eu9xkdom6q7bUkKc4pXc8l6i9WJG6F WE9IsH/Wph+YG4OiylsJkGrgBvPXjOohHkEGB1y8f2tifOd0yagr+igvfo3UpacmhHn9 y8fwUQcgSHQoiMh8FtRuBsOp1QKS8hot2kgsf6i0HZEmIkVYwd1e/K80TLc9d8UpiJI8 YI7R9DVKx3eeQxGE2yoE3Qk7/NaJi5U72F0fE8RX8bud4NGLP646T7pd+lC5zZexh+av g65mm72ueApnp4oM09lmUEdBcWfU0sQxUZXC1SI0kJw8pTm0X5IJbfshgbNIVz0krPkx DFvA== 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=yw7fsJfiz1AgFUAOiKNdbA+QrnZDCEN1SVvLzRBb9Ls=; b=WHVTXSjt3wOnG/e7ozIoiCIPuynZz+bh6lllfz40vdlhQkH1QLY+Le36qxRnR2njSa O/1DfXVaQmHgZMMTXKW3AdZMxtYvUM6R6RiNgd4hdNyaWnEAOrestWEOn1U7FQamW/fl BLp7yauNv6Bms8hCwn2rzZWEHM9C9EbCEIfsHmxpAwXt/43uFehhF6/Gq0I06kwI2JWz EC7Xgua4HEHgL5mYyKyESVEl41cpVaesWVfvsIJRYKGF/Jdf2OjqlLSsEdYhPvdYLyLS MEuibxWHw1DE/4BfmzQErX4raGStafQa3ZtQLeeaJ+PsJIYIcINvzP2GWg/wObIpJ70T LVRg== X-Gm-Message-State: AHPjjUgmu0PoWfVqFGW3PBndXHbi7MsoiiEcxwWRlef0IoZO35KWtmDj 4dnIa9LDGIQRbh1totpGkpE3MKoaiA== X-Received: by 10.31.192.133 with SMTP id q127mr564690vkf.20.1503932962693; Mon, 28 Aug 2017 08:09:22 -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.103.125.88 with HTTP; Mon, 28 Aug 2017 08:09:22 -0700 (PDT) In-Reply-To: References: From: IceAmber Date: Mon, 28 Aug 2017 15:09:22 +0000 Message-ID: Subject: Re: [gentoo-user] Failed to load driver: Nouveau To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary="001a1139cee801e6ec0557d1ae8a" X-Archives-Salt: dae695d1-2000-4fc4-a385-5d75453eb757 X-Archives-Hash: 7926dd5e1365bce88bca1dfb065b0bcd --001a1139cee801e6ec0557d1ae8a Content-Type: text/plain; charset="UTF-8" here is the result On Mon, Aug 28, 2017 at 2:57 PM, Alexander Kapshuk < alexander.kapshuk@gmail.com> wrote: > On Mon, Aug 28, 2017 at 5:38 PM, IceAmber wrote: > > `du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'` as the > > same result > > > > On Mon, Aug 28, 2017 at 2:36 PM, IceAmber > wrote: > >> > >> the result is > >> iceamber@localhost:~ $ modinfo nouveau | grep filename > >> filename: > >> /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/nouveau/nouveau.ko > >> > >> On Mon, Aug 28, 2017 at 2:17 PM, David Abbott > wrote: > >>> > >>> On Mon, Aug 28, 2017 at 10:00 AM, 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. > >>> >> > >>> > > >>> > >>> try; > >>> modinfo nouveau | grep filename > >>> > >> > > > Now run: > modinfo /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/ > nouveau/nouveau.ko > > --001a1139cee801e6ec0557d1ae8a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
here is the=C2=A0result
On Mon, Aug 28, 2017 at 2:57 PM, Alexander Kaps= huk <alexander.kapshuk@gmail.com> wrote:
On Mon, Au= g 28, 2017 at 5:38 PM, IceAmber <iceamber2015@gmail.com> wrote:
> `du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//= 9;` as the
> same result
>
> On Mon, Aug 28, 2017 at 2:36 PM, IceAmber <iceamber2015@gmail.com> wrote:
>>
>> the result is
>> iceamber@localhost:~ $ modinfo nouveau | grep filename
>> filename:
>> /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/nouvea= u/nouveau.ko
>>
>> On Mon, Aug 28, 2017 at 2:17 PM, David Abbott <dabbott@gentoo.org> wrote:
>>>
>>> On Mon, Aug 28, 2017 at 10:00 AM, IceAmber <iceamber2015@gmail.com>
>>> wrote:
>>> > so, what should I do to locate the driver?
>>> >
>>> > On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk
>>> > <alexan= der.kapshuk@gmail.com> wrote:
>>> >>
>>> >> On Mon, Aug 28, 2017 at 2:41 PM, IceAmber <iceamber2015@gmail.com>
>>> >> wrote:
>>> >> > No, the error still there.
>>> >> > And the script `modinfo /lib/modules/`uname -r`/= path/to/nouveau.ko`
>>> >> > shows
>>> >> > iceamber@localhost:~ $ modinfo /lib/modules/`una= me
>>> >> > -r`/path/to/nouveau.ko
>>> >> > modinfo: ERROR: Module /lib/modules/4.12.5-gento= o/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 t= he kernel by
>>> >> setting CONFIG_DRM_NOUVEAU=3Dy, reboot and see if tha= t helps.
>>> >>
>>> >
>>>
>>> try;
>>> modinfo nouveau | grep filename
>>>
>>
>
Now run:
modinfo /lib/modules/4.12.5-gentoo/kernel/drivers/gpu/drm/nouveau= /nouveau.ko


--001a1139cee801e6ec0557d1ae8a--