From owner-freebsd-current@FreeBSD.ORG Fri Jul 23 17:01:46 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 9CDF516A4CE for ; Fri, 23 Jul 2004 17:01:46 +0000 (GMT) Received: from fornax.vsecurity.com (64-144-2-149.client.dsl.net [64.144.2.149]) by mx1.FreeBSD.org (Postfix) with SMTP id CAD1643D64 for ; Fri, 23 Jul 2004 17:01:45 +0000 (GMT) (envelope-from ggal@vsecurity.com) Received: (qmail 26999 invoked from network); 23 Jul 2004 17:04:58 -0000 Received: from unknown (HELO CINDY) (127.0.0.1) by 0 with SMTP; 23 Jul 2004 17:04:58 -0000 Message-ID: <029f01c470d6$bb69ec90$5001a8c0@CINDY> From: "George D. Gal" To: "Eric Anholt" References: <001401c4700e$91b5a470$5001a8c0@CINDY> <1090555317.899.12.camel@leguin> <00f401c470ae$84d812b0$5001a8c0@CINDY> <1090601159.924.16.camel@leguin> Date: Fri, 23 Jul 2004 13:01:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 17:01:46 -0000 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 > > >