From owner-freebsd-current@FreeBSD.ORG Sun Jul 29 04:20:19 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 237EC106566B; Sun, 29 Jul 2012 04:20:19 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id D74D28FC0A; Sun, 29 Jul 2012 04:20:18 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 58) id EFF751C6455; Sun, 29 Jul 2012 12:20:16 +0800 (CST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.hs.ntnu.edu.tw X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from mail.hs.ntnu.edu.tw (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.hs.ntnu.edu.tw (Postfix) with ESMTPS id 59D5C1C644B; Sun, 29 Jul 2012 12:20:16 +0800 (CST) Received: (from dennylin93@localhost) by mail.hs.ntnu.edu.tw (8.14.5/8.14.5/Submit) id q6T4KD9X023035; Sun, 29 Jul 2012 12:20:13 +0800 (CST) (envelope-from dennylin93@hs.ntnu.edu.tw) X-Authentication-Warning: mail.hs.ntnu.edu.tw: dennylin93 set sender to dennylin93@hs.ntnu.edu.tw using -f Date: Sun, 29 Jul 2012 12:20:13 +0800 From: Denny Lin To: Erich Dollansky Message-ID: <20120729042013.GA22960@mail.hs.ntnu.edu.tw> References: <20120729015350.GH72464@mail.hs.ntnu.edu.tw> <20120729105954.7de47bbf@AMD620.ovitrap.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20120729105954.7de47bbf@AMD620.ovitrap.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-x11@freebsd.org, freebsd-current@freebsd.org Subject: Re: Unable to load i915kms X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 04:20:19 -0000 On Sun, Jul 29, 2012 at 10:59:54AM +0700, Erich Dollansky wrote: > this seems to be wrong: > > > 13 1 0xffffffff8167a000 7019 i915.ko > > 14 1 0xffffffff81682000 111c4 drm.ko > > > From my machine: > > 2 1 0xffffffff817e4000 aee0 sem.ko > 3 1 0xffffffff81a12000 9db3 linprocfs.ko > 4 1 0xffffffff81a1c000 587a5 linux.ko > 5 1 0xffffffff81a75000 3900 ums.ko > 6 1 0xffffffff81a79000 2b0d uhid.ko > 7 1 0xffffffff81a7c000 1b7a1 ng_btsocket.ko > 8 1 0xffffffff81a98000 ba58 netgraph.ko > 9 1 0xffffffff81aa4000 118b ng_bluetooth.ko > 10 1 0xffffffff81aa6000 a9f3 fuse.ko > 11 1 0xffffffff81ab1000 69298 i915kms.ko > 12 1 0xffffffff81b1b000 1ba2 iicbb.ko > 13 4 0xffffffff81b1d000 1ddb iicbus.ko > 14 1 0xffffffff81b1f000 1cd5 iic.ko > 15 1 0xffffffff81b21000 32386 drm2.ko > 16 1 0xffffffff81b54000 241 acpi_call.ko > > So, why did drm.ko and i915.ko make it into your kernel? Both are built by default, but only drm.ko and i915.ko are loaded automatically. i915kms.ko has to loaded manually: http://lists.freebsd.org/pipermail/freebsd-x11/2012-May/011857.html I do have i915kms and drm2.ko, but every time I try to load i915kms.ko, the computer blacks out. > > I have WITH_KMS=YES and WITH_NEW_XORG=YES in /etc/make.conf. I also > > rebuilt xorg-* and xf86-video-intel after updating to r238858. > > > > Xorg previously worked on my laptop with all.14.3.patch on top of > > -CURRENT from around mid-April, so I'm not sure what went wrong. > > > I did not touch this machine since 16.07.12. > > Maybe your patches affected something. Can you download a fresh source > tree? I used a new checkout when I updated to r238858, so this shouldn't be a problem. -- Denny Lin