public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matteo Croce <3297627799@wind.it>
To: linux-kernel@vger.kernel.org
Subject: Radeon IGP345M
Date: Fri, 26 Dec 2003 00:41:03 +0100	[thread overview]
Message-ID: <3FEB758F.2000103@wind.it> (raw)

[-- Attachment #1: Type: text/plain, Size: 1743 bytes --]

Hi,
I have sent this mail to jhartmann@precisioninsight.com that should be 
the mantainer of agpgart, but this email address don't exist.

I have a Compaq Presario 2510EA with an ATI Radeon IGP345M graphic card.
I compiled a 2.4.23 kernel with CONFIG_AGP_ATI and I get a module named
agpgart.o
I tryed to load it whit insmod (or with 'insmod agpgart
agp_try_unsupported=1'),
but I get the following error:

----------------------------------------------------------------------
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 262M
agpgart: Unsupported ATI chipset (device id: cbb2), you might want to
try agp_try_unsupported=1.
agpgart: no supported devices found.
----------------------------------------------------------------------

I am sure that my graphics card is a RadeonIGP bacause the Ati utilities
under windows say that.

So I tryed this: I changed the following line in agp.h (I also attach a
diff):

#define PCI_DEVICE_ID_ATI_RS200		0xcab2

with:

#define PCI_DEVICE_ID_ATI_RS200		0xcbb2

and now when I load the drivers with insmod it says:

----------------------------------------------------------------------
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 262M
agpgart: Detected ATI IGP330/340/345/350/M chipset
agpgart: AGP aperture is 64M @ 0xd4000000
----------------------------------------------------------------------

and if I do lsmod I have agpgart in the list of loaded modules

Now I want to know:
1) Is the driver working?
2) Is my chipset the same of a 'cab2' with a different device id?
3) How I can know if the driver is working?
4) Maybe a radeon IGP345M has two device ids?

Thanks,
Matteo Croce





[-- Attachment #2: agp.h.diff --]
[-- Type: text/plain, Size: 400 bytes --]

--- drivers/char/agp/agp.h.orig	2003-12-25 20:47:29.000000000 +0100
+++ drivers/char/agp/agp.h	2003-12-25 19:59:08.000000000 +0100
@@ -314,7 +314,7 @@
 #define PCI_DEVICE_ID_ATI_RS100		0xcab0
 #endif
 #ifndef PCI_DEVICE_ID_ATI_RS200
-#define PCI_DEVICE_ID_ATI_RS200		0xcab2
+#define PCI_DEVICE_ID_ATI_RS200		0xcbb2
 #endif
 #ifndef PCI_DEVICE_ID_ATI_RS250
 #define PCI_DEVICE_ID_ATI_RS250		0xcab3




                 reply	other threads:[~2003-12-25 23:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FEB758F.2000103@wind.it \
    --to=3297627799@wind.it \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox