Re: drm and radeon module load problems

2005-10-06 Thread Lubos Vrbka
Yes. It is really weird, that you had it in the .config but there was absolutely nothing about the agp in the dmesg!? From your trials it seems that the module gets laoded and your chipset is supported by the kernel, so everything should be ok from the AGP point of view. Also I think it means tha

Re: drm and radeon module load problems

2005-10-06 Thread Simo Kauppi
Sorry about the delay in my reply :( My ISP did something with the address space and the ip-address, I had for a long time, changed to something else. I really need to start working on a script which would take care of the settings in the case where my ip-address changes... On Wed, Oct 05, 2005 at

Re: drm and radeon module load problems

2005-10-05 Thread Lubos Vrbka
hi, so i recompiled kernel without IOMMU and selected CONFIG_AGP and CONFIG_AGP_AMD64 to be compiled as modules What does dmesg say about agp? now i get Linux agpgart interface v0.101 (c) Dave Jones agpgart: Detected AGP bridge 0 agpgart: AGP aperture is 128M @ 0xc8000 agpgart and amd64_

Re: drm and radeon module load problems

2005-10-05 Thread Lubos Vrbka
At least 2.6.14 has something for the K8T890. You can just `grep -i k8t890 /usr/src/linux/drivers/char/agp/amd64-agp.c` to see if it is in the 2.6.12. it seems to me that the only way how to get these modules is to DISABLE IOMMU support. with IOMMU enabled i wasn't able to compile them as module

Re: drm and radeon module load problems

2005-10-05 Thread Lubos Vrbka
Hmm, that is weird! yes, it is! Yes I think it is ok. Unfortunately I don't have any further info about IOMMU, but the help for IOMMU says that it includes a driver for the AMD Opteron/Athlon64 IOMMU, so I guess that you can have agp driver for AMD on-CPU GART with or without IOMMU. ok, it's c

Re: drm and radeon module load problems

2005-10-05 Thread Simo Kauppi
On Wed, Oct 05, 2005 at 06:03:24PM +0200, Lubos Vrbka wrote: > hi, > > >What does dmesg say about agp? > actually, nothing... it's weird, because agpgart should be compiled into > the kernel Hmm, that is weird! > >In my AMD64 the AGP comes from: > >Device Drivers ---> > > Character devices --

Re: drm and radeon module load problems

2005-10-05 Thread Lubos Vrbka
hi, What does dmesg say about agp? actually, nothing... it's weird, because agpgart should be compiled into the kernel In my AMD64 the AGP comes from: Device Drivers ---> Character devices ---> /dev/agpgart (AGP Support) AMD Opteron/Athlon64 on-CPU GART support If I have Process

Re: drm and radeon module load problems

2005-10-05 Thread Simo Kauppi
On Wed, Oct 05, 2005 at 10:46:03AM +0200, Lubos Vrbka wrote: > hi guys, Hi, > i'm running testing on my amd64 and i updated to kernel 2.6.12 (via > dselect). i selected to compile drm and dri as modules (i want hw > acceleration of my ati radeon x600 card). compilation went fine, the new > ker

Re: drm and radeon module load problems

2005-10-05 Thread Lubos Vrbka
Florian Dorpmueller wrote: my .config file contains CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_DRM=m CONFIG_DRM_RADEON=m Try CONFIG_DRM=y i'll try. however, why should this solve the problem? in 2.6.11 DRM compiled as a module worked ok... regards, -- Lubos [EMAIL PROTECTED]" -- To UNSUBSCRI

RE: drm and radeon module load problems

2005-10-05 Thread Florian Dorpmueller
my .config file contains CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_DRM=m CONFIG_DRM_RADEON=m Try CONFIG_DRM=y Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]