[ltp] Radeon and ACPI S3 on 2373-9FU

Steffen Dreise linux-thinkpad@linux-thinkpad.org
Fri, 25 Feb 2005 10:44:39 +0100


Okay,
starting from the source ;)

dmidecode = Product Name: 2373GTG

aschera src # emerge -p vanilla-sources
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild   R   ] sys-kernel/vanilla-sources-2.6.11_rc4 
aschera src # emerge vanilla-sources
....
aschera linux # software-suspend-2.1.7-for-2.6.11-rc4/apply
....
All happy!

radeonstuff/05-radeonfb-Thinkpad-Power.patch:
+               /* Reported by Volker Braun <vbraun@physics.upenn.edu>
*/
+               .ident = "IBM ThinkPad T41 (2379-DJU)",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "2373GTG")

I only chanched the product name, nothing more is needed.

arschera# cat radeonstuff/01-*.patch |patch -p1          
patching file drivers/acpi/osl.c
patching file drivers/acpi/pci_link.c

aschera linux # cat radeonstuff/05-*.patch| patch -p1 --dry-run
patching file drivers/video/aty/radeon_pm.c
Hunk #4 succeeded at 2789 with fuzz 1 (offset 2 lines).
#

When i use the orig 05 file without touching it, the same happens.
Im was not working after this patch failed.

Btw, some ideas to this?
arschera # modprobe fglry
[fglrx] Maximum main memory to use for locked dma buffers: 430 MBytes.
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
[fglrx:firegl_stub_register] *ERROR* Unable to the open some already
present DRM kernel module!

Currently im not using the ati-drivers, suspend to ram works fine and im
safing power :D 

Some kernel options:
CONFIG_AGP=y
CONFIG_AGP_ATI=y
CONFIG_AGP_INTEL=y
CONFIG_DRM=y
CONFIG_DRM_RADEON=y
CONFIG_FB_VGA16=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
(Im currently not using the radeon fb because i had some problems with
it)

Maybe my kernel conf is wrong?!

regards,
red