A placa é uma ATI Mobility Radeon 9000 IGP.
Caramba
O único que acho que reconhecerá essa placa direito é o Ubuntu Intrepid e não o Hardy. Eu tenho um patch do Intrepid no meu kernel omnislash 25 4.2 e talvez possa te ajudar (eu não tenho certeza).
O patch para um kernel 2.6.25 é esse:
From: Amit Kucheria <amit.kucheria@ubuntu.com>
Date: Wed, 6 Feb 2008 00:41:43 +0000 (+0200)
Subject: UBUNTU: SAUCE: Add AGP support for Radeon Mobility 9000 chipset
X-Git-Url:
http://kernel.ubuntu.com/git?p=ubuntu%2Fubuntu-intrepid.git;a=commitdiff_plain;h=75dd8c4bb34281fc1ffbe822206488b02d70d0e6UBUNTU: SAUCE: Add AGP support for Radeon Mobility 9000 chipset
Bug: 178634
Signed-off-by: Amit Kucheria <amit.kucheria@ubuntu.com>
---
Index: 2008-devel/drivers/char/agp/ati-agp.c
===================================================================
--- 2008-devel.orig/drivers/char/agp/ati-agp.c
+++ 2008-devel/drivers/char/agp/ati-agp.c
@@ -458,6 +458,10 @@ static struct agp_device_ids ati_agp_dev
.chipset_name = "IGP9100/M",
},
{
+ .device_id = PCI_DEVICE_ID_ATI_RS350_133,
+ .chipset_name = "IGP9000/M",
+ },
+ {
.device_id = PCI_DEVICE_ID_ATI_RS350_200,
.chipset_name = "IGP9100/M",
},
Mas como inclui ele no meu novo omnislash (deve colocar ele pronto amanhã) talvez possa te ajudar de alguma forma (quem sabe...)