From owner-freebsd-current@FreeBSD.ORG Mon Jul 26 18:23:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F76E16A4CE for ; Mon, 26 Jul 2004 18:23:43 +0000 (GMT) Received: from dd2626.kasserver.com (dd2626.kasserver.com [81.209.184.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA3743D1F for ; Mon, 26 Jul 2004 18:23:42 +0000 (GMT) (envelope-from outi@bytephobia.de) Received: from duality.bytephobia.de (p50843E4D.dip.t-dialin.net [80.132.62.77]) by dd2626.kasserver.com (Postfix) with SMTP id 1016D5E4FD; Mon, 26 Jul 2004 20:23:40 +0200 (CEST) Date: Mon, 26 Jul 2004 20:30:06 +0200 From: Patrick Hurrelmann To: "George D. Gal" Message-Id: <20040726203006.269bb1e6@duality.bytephobia.de> In-Reply-To: <029f01c470d6$bb69ec90$5001a8c0@CINDY> References: <001401c4700e$91b5a470$5001a8c0@CINDY> <1090555317.899.12.camel@leguin> <00f401c470ae$84d812b0$5001a8c0@CINDY> <1090601159.924.16.camel@leguin> <029f01c470d6$bb69ec90$5001a8c0@CINDY> Organization: private X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Eric Anholt cc: freebsd-current@freebsd.org Subject: Re: radeon drm code in -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: outi@bytephobia.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 18:23:43 -0000 On Fri, 23 Jul 2004 13:01:40 -0400 "George D. Gal" wrote: > Well the agp.ko and radeon.ko are both loaded, unfortunately radeon doesn't > display any error messages, and reverting back to another -current kernel > fixes the issue. I guess I'll have to diff the source that someone modified in > the last month or so... > > AGP is successfully loaded. > > -george > > ----- Original Message ----- > From: "Eric Anholt" > To: "George D. Gal" > Cc: > Sent: Friday, July 23, 2004 12:45 PM > Subject: Re: radeon drm code in -current > > > > On Fri, 2004-07-23 at 05:13, George D. Gal wrote: > > > >From what I can tell no entry is created in /dev/dri/ for the card. > Attached > > > is relevant portion from the XFree86.log > > > > > > -george > > > > > > > > > (II) Primary Device is: PCI 01:00:0 > > > (--) Assigning device section with no busID to primary device > > > (--) Chipset ATI Radeon Mobility 9000 (M9) Lf (AGP) found > > > (II) resource ranges after xf86ClaimFixedResources() call: > > > [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > > > [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > > > [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > > > [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > > > ...skipping... > > > [31] -1 0 0x0000bf40 - 0x0000bf7f (0x40) IX[B]E > > > [32] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B]E > > > [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B](B) > > > [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > > > [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > > > (==) RADEON(0): Write-combining range (0xfcff0000,0x80000) was already > clear > > > (==) RADEON(0): Write-combining range (0xe8000000,0x2000000) > > > (==) RADEON(0): Write-combining range (0xa0000,0x10000) was already clear > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is -1, (No such file or directory) > > > drmOpenDevice: open result is -1, (No such file or directory) > > > drmOpenDevice: Open failed > > > drmOpenDevice: minor is 0 > > > drmOpenDevice: node name is /dev/dri/card0 > > > drmOpenDevice: open result is -1, (No such file or directory) > > > drmOpenDevice: open result is -1, (No such file or directory) > > > drmOpenDevice: Open failed > > > [drm] failed to load kernel module "radeon" > > > (II) RADEON(0): [drm] drmOpen failed > > > (EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI. > > > (II) RADEON(0): Memory manager initialized to (0,0) (1408,5957) > > > (II) RADEON(0): Reserved area from (0,1050) to (1408,1052) > > > > So, the question is why you couldn't load the radeon module. Does it > > exist in /boot/kernel/radeon.ko? It should, it's built by default. If > > it is, do you get any errors in your dmesg about missing symbols, or do > > you not have AGP successfully loaded? > > > > -- > > Eric Anholt eta@lclark.edu > > http://people.freebsd.org/~anholt/ anholt@FreeBSD.org > > I experience excactly the same problem. I have Dell Latitude D600 with a Radeon Mobility 9000, too. I have radeondrm and agp compiled into my kernel running CURRENT of yesterday and XFree86-4.3. Does anybody have a hint, how to fix this or has this issue been fixed? Thx, Patrick -- =========================================================================== Patrick Hurrelmann | "Programming today is a race between software Mannheim, Germany | engineers striving to build bigger and better | idiot-proof programs, and the Universe trying outi at bytephobia.de | to produce bigger and better idiots. So far, www.bytephobia.de | the Universe is winning." - Rich Cook