<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/gatos/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/gatos/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/gatos/support-requests/</id><updated>2008-02-10T13:41:15Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>km compile for ATI AIW Radeon 7500</title><link href="https://sourceforge.net/p/gatos/support-requests/71/" rel="alternate"/><published>2008-02-10T13:41:15Z</published><updated>2008-02-10T13:41:15Z</updated><author><name>ramack</name><uri>https://sourceforge.net/u/ramack153/</uri></author><id>https://sourceforge.net67ed6b76af7afc12ad81e96e6c5a24595546e94f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have an ATI AIW Radeon 7500 and I am trying to compile km. I have tried two versions, one from the GATOS.sf download and the other from CVS.  When compiling km from gatos.sf I get an error that config.h can not be found.  When I compile km from CVS, after applying two symbolic links the same error will occur.  The text below are from the CVS km.&lt;/p&gt;
&lt;p&gt;After downloading km from CVS, I enter make test&lt;/p&gt;
&lt;p&gt;# make test&lt;br /&gt;
make -C /lib/modules/2.6.22.17-14-bigsmp/build M=/home/ramack/Desktop/gatos/km/CVS modules&lt;br /&gt;
make[1]: Entering directory `/usr/src/linux-2.6.22.17-14-obj/i386/bigsmp'&lt;br /&gt;
make -C ../../../linux-2.6.22.17-14 O=../linux-2.6.22.17-14-obj/i386/bigsmp modules&lt;br /&gt;
CC [M]  /home/ramack/Desktop/gatos/km/CVS/km_memory.o&lt;br /&gt;
In file included from /home/ramack/Desktop/gatos/km/CVS/km_memory.c:23:&lt;br /&gt;
/usr/src/linux-2.6.22.17-14/include/linux/pci.h: In function ‘pci_register_driver’:&lt;br /&gt;
/usr/src/linux-2.6.22.17-14/include/linux/pci.h:604: error: ‘KBUILD_MODNAME’ undeclared (first use in this function)&lt;br /&gt;
/usr/src/linux-2.6.22.17-14/include/linux/pci.h:604: error: (Each undeclared identifier is reported only once&lt;br /&gt;
/usr/src/linux-2.6.22.17-14/include/linux/pci.h:604: error: for each function it appears in.)&lt;br /&gt;
make[4]: *** [/home/ramack/Desktop/gatos/km/CVS/km_memory.o] Error 1&lt;br /&gt;
make[3]: *** [_module_/home/ramack/Desktop/gatos/km/CVS] Error 2&lt;br /&gt;
make[2]: *** [modules] Error 2&lt;br /&gt;
make[1]: *** [modules] Error 2&lt;br /&gt;
make[1]: Leaving directory `/usr/src/linux-2.6.22.17-14-obj/i386/bigsmp'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;Assigning symbolic links( I found this on a Red Hat forum)&lt;/p&gt;
&lt;p&gt;ln -s /usr/src/linux-2.6.22.17-14.$(uname -m) /usr/src/linux&lt;br /&gt;
ln -s /usr/src/linux-2.6.22.17-14.$(uname -m) /lib/modules/$(uname -r)/build&lt;/p&gt;
&lt;p&gt;Entering make test again.&lt;/p&gt;
&lt;p&gt;# make test&lt;br /&gt;
make -C /lib/modules/2.6.22.17-14-bigsmp/build M=/home/ramack/Desktop/gatos/km/km modules&lt;br /&gt;
make[1]: Entering directory `/usr/src/linux-2.6.22.17-14-obj/i386/bigsmp'&lt;br /&gt;
make -C ../../../linux-2.6.22.17-14 O=../linux-2.6.22.17-14-obj/i386/bigsmp modules&lt;br /&gt;
CC [M]  /home/ramack/Desktop/gatos/km/km/km_api.o&lt;br /&gt;
/home/ramack/Desktop/gatos/km/km/km_api.c:22:26: error: linux/config.h: No such file or directory&lt;br /&gt;
make[4]: *** [/home/ramack/Desktop/gatos/km/km/km_api.o] Error 1&lt;br /&gt;
make[3]: *** [_module_/home/ramack/Desktop/gatos/km/km] Error 2&lt;br /&gt;
make[2]: *** [modules] Error 2&lt;br /&gt;
make[1]: *** [modules] Error 2&lt;br /&gt;
make[1]: Leaving directory `/usr/src/linux-2.6.22.17-14-obj/i386/bigsmp'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>km won't compile</title><link href="https://sourceforge.net/p/gatos/support-requests/70/" rel="alternate"/><published>2006-10-10T17:43:16Z</published><updated>2006-10-10T17:43:16Z</updated><author><name>themitchy</name><uri>https://sourceforge.net/u/themitchy/</uri></author><id>https://sourceforge.net6e8d9e60c7faebf32220cf38a396bb4fb187ba0e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;km won't compile on Ubuntu, Dapper release with&lt;br /&gt;
linux-headers and kernel-source installed...&lt;/p&gt;
&lt;p&gt;mitchy@bigmukko:~/km$ sudo make&lt;br /&gt;
make -C /lib/modules/2.6.15-27-686/build&lt;br /&gt;
M=/home/mitchy/km modules&lt;br /&gt;
make[1]: Entering directory&lt;br /&gt;
`/usr/src/linux-headers-2.6.15-27-686'&lt;br /&gt;
CC [M]  /home/mitchy/km/km_api.o&lt;br /&gt;
CC [M]  /home/mitchy/km/km_api_data.o&lt;br /&gt;
CC [M]  /home/mitchy/km/km_memory.o&lt;br /&gt;
CC [M]  /home/mitchy/km/km.o&lt;br /&gt;
/home/mitchy/km/km.c:1026: error:&lt;br /&gt;
âPCI_DEVICE_ID_ATI_RADEON_LEâ undeclared here (not in a&lt;br /&gt;
function)&lt;br /&gt;
/home/mitchy/km/km.c:1028: error:&lt;br /&gt;
âPCI_DEVICE_ID_ATI_RADEON_LFâ undeclared here (not in a&lt;br /&gt;
function)&lt;br /&gt;
make[2]: *** [/home/mitchy/km/km.o] Error 1&lt;br /&gt;
make[1]: *** [_module_/home/mitchy/km] Error 2&lt;br /&gt;
make[1]: Leaving directory&lt;br /&gt;
`/usr/src/linux-headers-2.6.15-27-686'&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>AIW128-PRO from xorg-6.9.0 configuration ?</title><link href="https://sourceforge.net/p/gatos/support-requests/69/" rel="alternate"/><published>2006-08-08T19:28:03Z</published><updated>2006-08-08T19:28:03Z</updated><author><name>fgh39</name><uri>https://sourceforge.net/u/fgh39/</uri></author><id>https://sourceforge.nete00dfd58ea18fe29fd8bd0b7204e5d87c07f6e60</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello&lt;br /&gt;
I try to install ATI-6.7.0-exp1.386.tar.gz into a &lt;br /&gt;
machine, but it seem not run correctly.&lt;/p&gt;
&lt;p&gt;Hardware to this PC is : &lt;br /&gt;
AMD-Barton2500, MSI motherboard with nforce2 chipset, &lt;br /&gt;
Ram = 2 X 256 Mo, Hdd 80Go Western-Digital&lt;br /&gt;
Video controller is : ATI AIW 128 pro 32 Mo (AGP 4X)&lt;br /&gt;
On card i can read Bios on chips =&amp;gt; R128P 65605 and i &lt;br /&gt;
see chip : Rage theater and MSP 3415D (for audio)&lt;/p&gt;
&lt;p&gt;In other Operating System i can look :&lt;/p&gt;
&lt;p&gt;Asic        Rage 128 pro&lt;br /&gt;
id asic     5046&lt;br /&gt;
vertion bios    001.001.002.002&lt;br /&gt;
reference bios  113-65605-101&lt;br /&gt;
date bios   2000/02/03&lt;/p&gt;
&lt;p&gt;And in multimedia section, i see :&lt;/p&gt;
&lt;p&gt;audio       ITT MSP3415 europe&lt;br /&gt;
TypeSyntoniseur Philips FI 1216MF&lt;br /&gt;
Standard video  PAL-B/G  SECAM&lt;/p&gt;
&lt;p&gt;But i want run on Linux !&lt;br /&gt;
I run on Linux Slackware 10.2, kernel is &lt;br /&gt;
linux-2.6.13, also linux-2.6.17-7 and XORG-6.9.0 &lt;br /&gt;
When i look at GATOS, i look it talk about xfree 4.1 &lt;br /&gt;
or 4.2 or 4.3 but no much about xorg&lt;br /&gt;
But i try the drivers ATI-6.7.0-exp1.386.tar.gz.&lt;/p&gt;
&lt;p&gt;When i look at /var/log/Xorg.0.log i can't see any &lt;br /&gt;
information about multimedia hardware in the board &lt;br /&gt;
AIW128.&lt;/p&gt;
&lt;p&gt;I replace the drivers  ATI-6.7.0-exp1.386.tar.gz &lt;br /&gt;
at /usr/X11R6/lib/modules (drivers, mltimedia, dri ) &lt;br /&gt;
and i restart xorg or reboot my computer.&lt;br /&gt;
But /var/log/Xorg.0.log has no change.&lt;/p&gt;
&lt;p&gt;Can you give me some informations about configuration &lt;br /&gt;
to /etc/X11/xorg.conf&lt;br /&gt;
Must i install KM ?&lt;br /&gt;
And can i use xdtv or xawtv to record the TV ?&lt;/p&gt;
&lt;p&gt;So i try to install genericv4l and i sent report from &lt;br /&gt;
eric seller but AIW-128 pro is not well supported.&lt;/p&gt;
&lt;p&gt;Can i use this board to acquire TV with Linux ?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mailing list signup/admin needs attention</title><link href="https://sourceforge.net/p/gatos/support-requests/68/" rel="alternate"/><published>2006-07-15T13:23:11Z</published><updated>2006-07-15T13:23:11Z</updated><author><name>Brian S. Julin</name><uri>https://sourceforge.net/u/skids/</uri></author><id>https://sourceforge.net8a26973e5ee918a66ba13a1999ae9b0389138985</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When signing up for one of the mailing lists, people&lt;br /&gt;
will not necessarily use the same address that is on&lt;br /&gt;
their outgoing mail envelope.  This results in any&lt;br /&gt;
messages they send to the list from their outgoing&lt;br /&gt;
address being sent to a queue for approval by the list&lt;br /&gt;
administrator.&lt;/p&gt;
&lt;p&gt;I imagine the list admin can then (hopefully) tweak&lt;br /&gt;
things to set the allowed incoming address for that&lt;br /&gt;
user ID.&lt;/p&gt;
&lt;p&gt;Which would be fine if it got done.&lt;/p&gt;
&lt;p&gt;However it appears that that is not happenning, and&lt;br /&gt;
messages sent are lost in a spam folder somewhere or&lt;br /&gt;
just sent to the bitbucket.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>no /dev/video0</title><link href="https://sourceforge.net/p/gatos/support-requests/67/" rel="alternate"/><published>2006-04-07T21:15:17Z</published><updated>2006-04-07T21:15:17Z</updated><author><name>Simeon Korzano</name><uri>https://sourceforge.net/u/korzu/</uri></author><id>https://sourceforge.netd09c6b748bbd6a99e81fdb1a841832b457e7237f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I downloaded and compiled latest km-sources. Everything&lt;br /&gt;
seems to be okay. lsmod shows there are km_api_drv,&lt;br /&gt;
km_drv and videodev loaded. The problem is that no&lt;br /&gt;
/dev/video0 device are created. What's wrong?&lt;br /&gt;
My operating system is Fedora Core Linux 5 and kernel&lt;br /&gt;
version is 2.6.16.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Potential configure bug</title><link href="https://sourceforge.net/p/gatos/support-requests/66/" rel="alternate"/><published>2006-02-01T17:50:32Z</published><updated>2006-02-01T17:50:32Z</updated><author><name>Tom Epperly</name><uri>https://sourceforge.net/u/tepperly/</uri></author><id>https://sourceforge.net34cbf0e890cf2ee760b5fc9d371d5ff873a51e9e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I found this bug in another package, so I thought you&lt;br /&gt;
might want to fix it too.&lt;/p&gt;
&lt;p&gt;[epperly@tux163 ~]$ diff -u /tmp/acsite.m4~ /tmp/acsite.m4&lt;br /&gt;
--- /tmp/acsite.m4~     2006-02-01 09:47:23.000000000 -0800&lt;br /&gt;
+++ /tmp/acsite.m4      2006-02-01 09:47:28.000000000 -0800&lt;br /&gt;
@@ -586,7 +586,7 @@&lt;br /&gt;
# results, and the version is kept in&lt;br /&gt;
special file).&lt;/p&gt;
&lt;p&gt;if test -r /etc/.relid -a "X`uname -n`" =&lt;br /&gt;
"X`uname -s`" ; then&lt;br /&gt;
-               system=MP-RAS-`awk '{print $3}'&lt;br /&gt;
/etc/.relid'`&lt;br /&gt;
+               system=MP-RAS-`awk '{print $3}'&lt;br /&gt;
/etc/.relid`&lt;br /&gt;
fi&lt;br /&gt;
if test "`uname -s`" = "AIX" ; then&lt;br /&gt;
system=AIX-`uname -v`.`uname -r`&lt;br /&gt;
[epperly@tux163 ~]$&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Project Status (support 9800 pro AIW)</title><link href="https://sourceforge.net/p/gatos/support-requests/65/" rel="alternate"/><published>2006-01-04T14:44:24Z</published><updated>2006-01-04T14:44:24Z</updated><author><name>HomeUser</name><uri>https://sourceforge.net/u/homeuser/</uri></author><id>https://sourceforge.neta4b380cda4d7343cb03c0ae381ee9dbc4b9f8d70</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am a little bit lost. I got a 9800pro AIW with my&lt;br /&gt;
computer and I sometimes check if the tuner is already&lt;br /&gt;
supported.&lt;/p&gt;
&lt;p&gt;I think the Rage Theatre 200 is now supported (Gatos&lt;br /&gt;
homepage) and passed in X. I believe the R300 (and the&lt;br /&gt;
R350 ?) was supported for 3D by an other project.&lt;/p&gt;
&lt;p&gt;I believe I red about testing of the 9800 tuner, but&lt;br /&gt;
according to the Gatos home page the "All-in-Wonder&lt;br /&gt;
Radeon 9700" is not yet supported. And the CVS does not&lt;br /&gt;
seem to contain recent files.&lt;/p&gt;
&lt;p&gt;Is the development now done elsewhere?&lt;/p&gt;
&lt;p&gt;Thanks for some indication.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Installation for dummies?</title><link href="https://sourceforge.net/p/gatos/support-requests/64/" rel="alternate"/><published>2005-10-26T21:47:57Z</published><updated>2005-10-26T21:47:57Z</updated><author><name>storvik</name><uri>https://sourceforge.net/u/storvik/</uri></author><id>https://sourceforge.net0866ac4b821b35238f3c17a5fdfb58726921962b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;short version: Is it REALLY possible to get AIW radeon &lt;br /&gt;
to work as a telly tuner with Gatos drivers? How this is &lt;br /&gt;
done, step-by-step? Anybody?&lt;/p&gt;
&lt;p&gt;long version:&lt;/p&gt;
&lt;p&gt;How much less clear the instructions could be? Not &lt;br /&gt;
much, I guess. Thank you anyway for the work you have &lt;br /&gt;
done with Gatos, but the truth is that is nearly impossible &lt;br /&gt;
to install the drivers properly according to your &lt;br /&gt;
instructions. That is no problem, but what is a problem &lt;br /&gt;
that even google didn't found me any idiot's guide to &lt;br /&gt;
Gatos.&lt;/p&gt;
&lt;p&gt;Full of hope, I installed Mandrake 9.2 with xfree86 4.3. in &lt;br /&gt;
order to get the system working with Gatos and AIW &lt;br /&gt;
Radeon (to be able to watch telly).&lt;/p&gt;
&lt;p&gt;I extracted the ATIblah.gz tarball into /usr/XFree86/, &lt;br /&gt;
rebooted.&lt;br /&gt;
OK, how to configure the system to use these drivers &lt;br /&gt;
then? Or is it using them right now? I don't have a clue...&lt;/p&gt;
&lt;p&gt;Then I installed AVview. Nice program. Just cannot find &lt;br /&gt;
any channels, regardles of the selected type of &lt;br /&gt;
connector, or anything.&lt;/p&gt;
&lt;p&gt;Harddrake does not help either. Then, let's try scantv. &lt;br /&gt;
Surprisingly only errors. No xawtv then...&lt;/p&gt;
&lt;p&gt;What is v4l2 ? Yes, it's something important, but how to &lt;br /&gt;
configure that to work with ati card and gatos. It should &lt;br /&gt;
be somehow connected to /dev/video0. No idea.&lt;br /&gt;
"Use insmod to load the module." What who where when &lt;br /&gt;
why?&lt;/p&gt;
&lt;p&gt;Sorry about this outburst, but I just experienced a level of &lt;br /&gt;
frustration...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Compiled GATOS drivers for XFree86 4.5 and simplify!</title><link href="https://sourceforge.net/p/gatos/support-requests/63/" rel="alternate"/><published>2005-09-11T20:33:20Z</published><updated>2005-09-11T20:33:20Z</updated><author><name>ks</name><uri>https://sourceforge.net/u/kumarsri/</uri></author><id>https://sourceforge.net6a05f6e95608ffdce685a1367f39a9f27ef1befd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please provide compiled drivers for XFree864.5 or at least &lt;br /&gt;
4.4! No recent distrib uses 4.3.&lt;br /&gt;
Also, if possible simplify instructions for the compiled &lt;br /&gt;
binaries - I doubt there is anyone out there who has &lt;br /&gt;
managed to ever get it compiled or run from the binary &lt;br /&gt;
distribution!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>radeon 9800 All in wonder. Tv-in doesn't work</title><link href="https://sourceforge.net/p/gatos/support-requests/62/" rel="alternate"/><published>2005-08-12T13:56:36Z</published><updated>2005-08-12T13:56:36Z</updated><author><name>Tommy</name><uri>https://sourceforge.net/u/svearike/</uri></author><id>https://sourceforge.netaaf9e78c392b8eeb4deaca1630bed4a405969d64</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I've tried everything, nothing works :(&lt;/p&gt;
&lt;p&gt;when installing the km-modules a &lt;br /&gt;
# make test&lt;br /&gt;
works perfectly and gives the output:&lt;/p&gt;
&lt;p&gt;Linux video capture interface: v1.00&lt;br /&gt;
Kmultimedia API module version alpha-6.0 loaded&lt;br /&gt;
Kmultimedia module version alpha-6.0 loaded&lt;br /&gt;
Page size is 4096 sizeof(bm_list_descriptor)=16 sizeof(KM_STRUCT)&lt;br /&gt;
=732&lt;/p&gt;
&lt;p&gt;but I do not get a vide0 device?I tried to create it manually with &lt;br /&gt;
mknod , but still can't use it.&lt;/p&gt;
&lt;p&gt;bash-3.00# start_avview &lt;br /&gt;
libzvbi available export modules:&lt;br /&gt;
HTML:keyword "html" mimetype "text/html" extension "html,htm"&lt;br /&gt;
PNG:keyword "png" mimetype "image/png" extension "png"&lt;br /&gt;
PPM:keyword "ppm" mimetype "image/x-portable-pixmap" &lt;br /&gt;
extension "ppm"&lt;br /&gt;
Text:keyword "text" mimetype "text/plain" extension "txt"&lt;br /&gt;
VTX:keyword "vtx" mimetype "application/videotext" extension &lt;br /&gt;
"vtx"&lt;br /&gt;
NUM_ADAPTORS=1&lt;br /&gt;
Adaptor 0: ATI Radeon Video Overlay&lt;br /&gt;
type input image&lt;br /&gt;
ports 61&lt;br /&gt;
61 ATI Radeon Video Overlay&lt;br /&gt;
X Error of failed request:  BadMatch (invalid parameter attributes)&lt;br /&gt;
Major opcode of failed request:  139 (XVideo)&lt;br /&gt;
Minor opcode of failed request:  14 ()&lt;br /&gt;
Serial number of failed request:  1137&lt;br /&gt;
Current serial number in output stream:  1137&lt;/p&gt;
&lt;p&gt;maybe I have the wrong x drivers loaded ?&lt;br /&gt;
what drivers should I use ?!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>