|
ATI Radeon 9600 and Gatos: msg#00006video.gatos.devel
You can look for this file ativmc20.cod -----Mensagem original----- De: gatos-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx [mailto:gatos-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx] Em nome de persall88 Enviada em: domingo, 2 de julho de 2006 21:03 Para: gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx Cc: volodya-mn4gwa5WIIQysxA8WJXlww@xxxxxxxxxxxxxxxx Assunto: Re: [GATOS] ATI Radeon 9600 and Gatos I looked on the ATI install CD, and there are hundreds of files, and I have no idea which file(s) are the "microcode", or what I should be looking for there. Sorry :) Can someone give me a hint? - persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx ----- Original Message ----- From: <gatos-devel-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx> To: <gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx> Sent: Sunday, July 02, 2006 12:05 PM search for ativmc20.cod and rename it to rt2_pmem.bin. > Send Gatos-devel mailing list submissions to > gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gatos-devel > or, via email, send a message with subject or body 'help' to > gatos-devel-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > > You can reach the person managing the list at > gatos-devel-owner-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gatos-devel digest..." > > > Today's Topics: > > 1. ATI Radeon 9600 and Gatos (persall88) > 2. Re: ATI Radeon 9600 and Gatos (Antti Ajanki) > 3. Re: ATI Radeon 9600 and Gatos (Vladimir Dergachev) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 1 Jul 2006 23:07:37 -0700 > From: persall88 <persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx> > Subject: [GATOS] ATI Radeon 9600 and Gatos > To: gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > Cc: volodya-mn4gwa5WIIQysxA8WJXlww@xxxxxxxxxxxxxxxx, > claudinei.camargo-ZusgLPvTzerbSHXDBm4w7V/I71DsQ//L@xxxxxxxxxxxxxxxx > Message-ID: > <200607012307.38148.persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx> > Content-Type: text/plain; charset="utf-8" > > > I took some advice from the gatos-devel mailing list, and upgraded > my Debian 3.1 Sarge to the new Debian Testing version called Etch > (this uses kernel 2.6.15-1-486), and proceeded to try to get the Gatos > packages to work on this ATI Radeon 9600. I finally got stuck on > the compile of km. Here is what I did, up to this point. > Perhaps someone could help me figure out what to do next. > > I downloaded and installed linux-kernel-headers-2.6.15-1-486 and > linux-source-2.6.15, also Debian pkgs. > Then I downloaded and installed ATI.4.4.0: X.org 6.7.0 driver from Gatos. > > Then I tried compiling km-0.6.1. > I got this error: > /usr/src/km/km.c:1026: error: ?PCI_DEVICE_ID_ATI_RADEON_LE? undeclared here > (not in a function) > /usr/src/km/km.c:1028: error: ?PCI_DEVICE_ID_ATI_RADEON_LF? undeclared here > (not in a function) > > So then I looked up the following info from various spots in the > Xorg.0.logfile > ATI Radeon 9600 AP (AGP), > (II) Primary Device is: PCI 01:00:0 > (II) ATI: Candidate "Device" section "ATI Technologies, Inc. RV350 AP > [Radeon 9600]". > (WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found > (--) Chipset ATI Radeon 9600 AP (AGP) found > (--) RADEON(0): Chipset: "ATI Radeon 9600 AP (AGP)" (ChipID = 0x4150) > (II) RADEON(0): Detected Rage Theatre as device 1 on VIP bus with id > 0x4d4a1002 > (II) RADEON(0): Detected Rage Theatre revision 00000001 > (II) RADEON(0): Microcode: Use default microcode type: BINARY > (EE) RADEON(0): Microcode: cannot load microcode > (II) RADEON(0): Rage Theatre disabled > (II) PCI: 01:00:0: chip 1002,4150 card 1002,4722 rev 00 class 03,00,00 hdr > 80 > (II) PCI: 01:00:1: chip 1002,4170 card 1002,4723 rev 00 class 03,80,00 hdr > 00 > > Then I edited km.c and modified the defines and the table > static struct pci_device_id km_pci_tbl []. > I added the following 2 defines to the list: > #ifndef PCI_DEVICE_ID_ATI_RADEON_AP > #define PCI_DEVICE_ID_ATI_RADEON_AP 0x4150 > #endif > #ifndef PCI_DEVICE_ID_ATI_RADEON_AP2 > #define PCI_DEVICE_ID_ATI_RADEON_AP2 0x4170 > #endif > > And I removed most of the entries from the struct, adding the > following 2 for my ATI Radeon 9600: > {PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_AP, > PCI_ANY_ID, PCI_ANY_ID, 0, 0, HARDWARE_RADEON}, > {PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_RADEON_AP2, > PCI_ANY_ID, PCI_ANY_ID, 0, 0, HARDWARE_RADEON}, > Then I was able to compile km. > > Then it was time to compile ffmpeg-0.4.8. > However now I got an error that I don't know how to fix. > Compile error: > In file included from avcodec.h:14, > from common.c:27: > common.h:66: error: array type has incomplete element type > common.h:70: error: array type has incomplete element type > make[1]: *** [common.o] Error 1 > make[1]: Leaving directory `/usr/src/ffmpeg-0.4.8/libavcodec' > > In ffmpeg subdir libavcodec file common.h lines 64-70 > are the following: > struct AVOption; > #ifdef HAVE_MMX > extern const struct AVOption avoptions_common[3 + 5]; > #else > extern const struct AVOption avoptions_common[3]; > #endif > extern const struct AVOption avoptions_workaround_bug[11]; > > Can I fix this somehow? Add some other "workaround"? > Perhaps I need a newer ffmpeg, but it has to have the source code. > At the ffmpeg website, you need something called "svn" which I > don't know what it is, and even if I did, I don't know if it's > going to work with Avview or not. > Can anyone help me get past this block? > > - persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx > > > > > > ------------------------------ > > Message: 2 > Date: Sun, 2 Jul 2006 10:13:02 +0300 (EEST) > From: Antti Ajanki <aajanki-kf+aQKke1yb1KXRcyAk9cg@xxxxxxxxxxxxxxxx> > Subject: Re: [GATOS] ATI Radeon 9600 and Gatos > To: gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > Message-ID: > <Pine.LNX.4.61.0607021008500.25669-rStbyRbk2xJlLymf19Yxbg@xxxxxxxxxxxxxxxx> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > On Sat, 1 Jul 2006, persall88 wrote: > > > > > I took some advice from the gatos-devel mailing list, and upgraded > > my Debian 3.1 Sarge to the new Debian Testing version called Etch > > (this uses kernel 2.6.15-1-486), and proceeded to try to get the Gatos > > packages to work on this ATI Radeon 9600. I finally got stuck on > > the compile of km. Here is what I did, up to this point. > > Perhaps someone could help me figure out what to do next. > > > > I downloaded and installed linux-kernel-headers-2.6.15-1-486 and > > linux-source-2.6.15, also Debian pkgs. > > Then I downloaded and installed ATI.4.4.0: X.org 6.7.0 driver from Gatos. > > According to <http://packages.qa.debian.org/x/xorg.html> Debian Testing > has X.org 7.0. It already includes Gatos code, so you don't need to > install ATI drivers from the Gatos site (but you still need km for capture). > > > Then it was time to compile ffmpeg-0.4.8. > > However now I got an error that I don't know how to fix. > > Compile error: > > In file included from avcodec.h:14, > > from common.c:27: > > common.h:66: error: array type has incomplete element type > > common.h:70: error: array type has incomplete element type > > make[1]: *** [common.o] Error 1 > > make[1]: Leaving directory `/usr/src/ffmpeg-0.4.8/libavcodec' > > Google reveals (http://gcc.gnu.org/ml/gcc/2005-02/msg00053.html) that > recent gcc versions don't accept definitions of type "extern struct bla > array[];" > > You have three options: > > 1) Use older gcc. Versions prior to 4.0 (?) do compile it OK. > > 2) Fix ffmpeg-0.4.8. <http://gcc.gnu.org/ml/gcc/2005-02/msg00067.html> > gives a possible workaround. > > 3) Port Avview to use current ffmpeg (which hopefully has fixed the > issue). Like I said, I once tried this but it wasn't trivial. OTOH, if you > succeed, the result would be much appreciated ;) > > > At the ffmpeg website, you need something called "svn" which I > > don't know what it is, and even if I did, I don't know if it's > > going to work with Avview or not. > > svn is a version control system, similar to cvs. If you have ever > downloaded source codes with cvs, using svn is a piece of cake. > > -- > Antti Ajanki > > > > ------------------------------ > > Message: 3 > Date: Sun, 2 Jul 2006 10:03:43 -0400 (EDT) > From: Vladimir Dergachev <volodya-mn4gwa5WIIQysxA8WJXlww@xxxxxxxxxxxxxxxx> > Subject: Re: [GATOS] ATI Radeon 9600 and Gatos > To: persall88 <persall88-rphTv4pjVZMJGwgDXS7ZQA@xxxxxxxxxxxxxxxx> > Cc: gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx, > claudinei.camargo-ZusgLPvTzerbSHXDBm4w7V/I71DsQ//L@xxxxxxxxxxxxxxxx > Message-ID: > <Pine.LNX.4.64.0607021000190.10108-Rlc+9qZBHlY125/0ePDkrQ@xxxxxxxxxxxxxxxx> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > > > (--) RADEON(0): Chipset: "ATI Radeon 9600 AP (AGP)" (ChipID = 0x4150) > (II) RADEON(0): Detected Rage Theatre as device 1 on VIP bus with id > 0x4d4a1002 > (II) RADEON(0): Detected Rage Theatre revision 00000001 > (II) RADEON(0): Microcode: Use default microcode type: BINARY > (EE) RADEON(0): Microcode: cannot load microcode > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > This is a problem you need to fix - Rage Theatre 200 requires a microcode > file which can be found someplace on driver CD. > > best > > Vladimir Dergachev > > > > ------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------ > > _______________________________________________ > Gatos-devel mailing list > Gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/gatos-devel > > > End of Gatos-devel Digest, Vol 2, Issue 2 > ***************************************** Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Gatos-devel mailing list Gatos-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/gatos-devel E-mail classificado pelo Identificador de Spam Inteligente Terra. Para alterar a categoria classificada, visite http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=claudinei.c amargo&_l=1,1151884956.155745.26853.vacoas.hst.terra.com.br,13237,Des15, Des15 Esta mensagem foi verificada pelo E-mail Protegido Terra. Scan engine: McAfee VirusScan / Atualizado em 30/06/2006 / Versão: 4.4.00/4797 Proteja o seu e-mail Terra: http://mail.terra.com.br/ Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | km - cvs - make error: 00006, qla |
|---|---|
| Next by Date: | Re: km - cvs - make error: 00006, Antti Ajanki |
| Previous by Thread: | Re: ATI Radeon 9600 and Gatosi: 00006, persall88 |
| Next by Thread: | km - cvs - make error: 00006, qla |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |