Mailing List Archive

AIW RF remote
Does anyone have any expereince with setting up the ATI RF remote? I
downloaded and loaded the module from gatos, but I'm not really sure where
to go from
there.

thanks

josephc
Re: AIW RF remote [ In reply to ]
it depends a little on what kind of linux you run

search for these posts in the archives
http://www.gossamer-threads.com/perl/mailarc/gforum.cgi?do=search;guest=381647&t=search_engine

RE: [mythtv-users] ATI All-in-Wonder 7500 (remote)
From: "Dwight Hubbard" <dhubbard@dwightandamy.com>
To: <mythtv-users@snowman.net>
Date: Tue, 11 Feb 2003 10:36:49 -0600 (CST)

RE: [mythtv-users] Help with ATI Remote setup
From: Paul Mietz Egli <paul@obscure.com>
To: mythtv-users@snowman.net
Date: 14 Mar 2003 09:59:54 -0800



On April 22, 2003 08:09 pm, josephc wrote:
> Does anyone have any expereince with setting up the ATI RF remote? I
> downloaded and loaded the module from gatos, but I'm not really sure where
> to go from
> there.
>
> thanks
>
> josephc
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users

--
Risto Treksler
Internet Research Studio Assistant
University of Calgary
Re: AIW RF remote [ In reply to ]
The steps I used worked something like this, this is coming off the top of
my head, but should be pretty close:

1. Pulled down the ati_remote kernel module source from the gatos project.
wget http://umn.dl.sourceforge.net/sourceforge/gatos/ati_remote-2.1.1.tgz

2. Extract the tarball.
tar -xzvf ati_remote-2.1.1.tgz

3. Install the kernel sources
up2date kernel-source

4. cd into the driver directory
cd ati_remote-2.1.1

5. Fix the makefile (it looks for the kernel includes in /usr/src/linux
instead of /usr/src/linux-2.4)
cp Makefile Makefile.bad
sed "s/I\/usr\/src\/linux\//I\/usr\/src\/linux-2.4\//g" < Makefile.bad
> Makefile

6. Build the module
make

7. Install the module
make install

8. Redo the module dependencies.
depmod -a

9. Make sure the module loads.
modprobe ati_remote

10. Make the module load on startup (lazy method)
echo "/sbin/modprobe ati_remote" >> /etc/rc.d/rc.local

11. Set up the keys on the remote using xmodmap (I don't have my xmodmap
file handy here)

> Does anyone have any expereince with setting up the ATI RF remote? I
> downloaded
> and loaded the module from gatos, but I'm not really sure where to go
> from there.
>
>
>
> thanks
>
>
> josephc
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users