View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 13 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sat Feb 02, 2008 9:51 am 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
You need to use the dragon kernel mod for your ati remote wonder to work properly with R5F27. Credit goes to many people for this including cesman. The key was copying over the dragon kernel mod which is something I figured out but forgot about! Anyway do this:

Code:
# /etc/init.d/lirc stop
# update-rc.d -f lirc remove
# rmmod lirc_atiusb
# rmmod lirc_dev
# rmmod ati_remote


That removes lirc if you had it installed.

Now do this:

Code:
# cp /usr/lib/krp/Dragon/ati_remote.ko /lib/modules/2.6.18-chw-13/kernel/drivers/usb/input/ati_remote.ko
# modprobe ati_remote


Finally, do this:

Code:
# cd /lib/modules/2.6.18-chw-13/misc/
# mv lirc_dev.ko lirc_dev.ko.no
# mv lirc_atiusb.ko lirc_atiusb.ko.no
# reboot

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 02, 2008 3:23 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Does this fix make the OK and channel +/- buttons work again?

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 02, 2008 6:03 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
Is the OK button the center one? If so, yes. I dunno about the +/- buttons. I just powered off that machine (front-end in my basement). I can check it out for you tomorrow when I watch it while working out on the treadmill. I'm thinking the channel +/- button works though.

You can try this yourself in a non-destructive way simply by stopping lirc, but not adding the remove from the rc.d.

In other words:

Code:
# /etc/init.d/lirc stop


Then go ahead and copy the kernel module and install it. I dunno if a reboot is needed or not, but once the module is installed, you can issue the lirc stop again and it should just work.

You can remove the ati_remote kernel module with a rmmod command as described in the process of removing the lirc mods.

Please try it and let us know :)

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Last edited by graysky on Sun Feb 03, 2008 3:51 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 02, 2008 7:32 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Works like a charm - the buttons that previous were non-functioning with the kernel driver are working again. Thanks!

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 03, 2008 3:52 am 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
Cool man, glad to hear it! Wonder how many other folks in here are using the Ati Wonder wo/ the dragon kernel mod?

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 05, 2008 6:07 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
Yeah, I can verify that the channel +/- button works :)

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 12, 2008 5:42 am 
Offline
Joined: Tue Feb 28, 2006 12:54 pm
Posts: 124
Location: Konstanz, Germany
I running a new testing image R5GF25 ... trying to get remote wonder to work with dragon patched module but while loading it says "wrong format for kernel module" ... :-(

original kernel modul has same problems like said before in thread ...

on new image there a newer kernel

Quote:
root@wohnzimmer1:~# uname -a
Linux wohnzimmer1 2.6.22-chw-5 #1 SMP PREEMPT Sat Dec 8 20:50:45 PST 2007 i686 GNU/Linux


Thanks
Martin

_________________
-------------------------------------------------
KnoppMyth R6 (release)
* ELITEGROUP 915P-A w P4 3,2 GHz 512MB
* ATI x300PCIe
* HD 200 GB SATA / DVD DL(RW)
- DVB-C / Hauppage PVR-500 (2x analog)
- ATI RemoteWonder, CHERRY /wl keyboard/mouse


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 12, 2008 2:34 pm 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
@martin - I wonder if that testing build uses a different kernel that's not compatible with that "older" dragon module. This issue is over my head. Perhaps someone else can help.

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 13, 2008 11:58 am 
Offline
Joined: Tue Apr 11, 2006 7:44 am
Posts: 287
Location: Los Angeles, CA
Too bad there isn't an ati_remote2.ko out there for those of us using the ATI Remote Wonder 2. Maybe I'll give this a shot tonight when I get home and see if it works anyway.

_________________
Tim

LinHES 8.4
HDHR3
BioStar A770, AMD X2 4050e, 2GB RAM
GigaByte GeForce 8400, Chaintech AV710
USB-UIRT


Top
 Profile  
 
PostPosted: Thu Feb 14, 2008 1:19 am 
Offline
Joined: Wed Nov 02, 2005 11:26 pm
Posts: 22
This fix worked for me to get the kernel module working for the Ati wonder remote. The round button at the top for the mouse control doesn't work for me however.

_________________
R5.5 Dragon 2.0 - like
BE:
Case: GD01-MX
MB: Intel DG965WH
CPU: Intel Q6700
Mem: 4GB
HDD: Hitachi 1TB
Tuner: none/PVR-350
GFx: Nvidia XFX 7600 GS
Audio: on board
FE:
Evo 510 SFF w/ Nvida 6200
Remote: ATI Remote Wonder w/ kernel mod fix.


Top
 Profile  
 
PostPosted: Thu Feb 14, 2008 1:32 am 
Offline
Joined: Wed Dec 10, 2003 8:31 pm
Posts: 1996
Location: /dev/null
bwd283 wrote:
This fix worked for me to get the kernel module working for the Ati wonder remote. The round button at the top for the mouse control doesn't work for me however.


Mine works as a faster alternative to the arrow keys. I'm not sure if it was meant to work as a mouse or not.

As an aside, what version of the nvidia drivers are you using w/ your 6200?

_________________
Retired KM user (R4 - R6.04); friend to LH users.


Top
 Profile  
 
 Post subject: customize the buttons
PostPosted: Sun Feb 17, 2008 4:26 am 
Offline
Joined: Wed Nov 09, 2005 11:40 am
Posts: 22
I followed this to get my ATI remote working, but I can't find any up-to-date information on how to customize the buttons. I've found a couple threads from as far back as 4 years ago that involve downloading old modules that the Dragon versions are supposed to replace.

My 2 biggest problems are:
1. It's been trial and error to figure out what keys the buttons are mapped to.
2. The remote is extra sensitive. When I press a button, It can repeat as many as 4 times.

Is there an equivalent of a .lircrc configuration file where I can map the keys to what I want them for each application and add in the "skip" options? If not and I have to recompile the drivers, is there a step-by-step list of instructions for the new Dragon module, because I'm an extreme amateur when it comes to Linux.

Thanks ahead of time.[/list]


Top
 Profile  
 
PostPosted: Tue Mar 25, 2008 1:17 am 
Offline
Joined: Wed Nov 02, 2005 11:26 pm
Posts: 22
graysky wrote:
bwd283 wrote:
This fix worked for me to get the kernel module working for the Ati wonder remote. The round button at the top for the mouse control doesn't work for me however.


Mine works as a faster alternative to the arrow keys. I'm not sure if it was meant to work as a mouse or not.

As an aside, what version of the nvidia drivers are you using w/ your 6200?


I'm not sure what drivers I'm using. . I didn't have to do anything special. I'm just using s-video out from the 6200 to the s-video in of my TV.

Here's my output from this page:

http://kmuto.jp/debian/hcl/

Debian GNU/Linux device driver check page
PCI ID Works? Vendor Device Driver Comment
1022700e Yes Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] System Controller amd76x_edac,amd-k7-agp,ignore v2.6.24
1022700f Yes Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] AGP Bridge ignore
11060686 Yes VIA Technologies, Inc. VT82C686 [Apollo Super South] parport_pc v2.6.24
11060571 Yes VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE via82cxxx v2.6.24
11063057 Yes VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] i2c-viapro,via686a,ignore v2.6.24
11020002 Yes Creative Labs SB Live! EMU10k1 snd-emu10k1 v2.6.24
11027002 Yes Creative Labs SB Live! Game Port emu10k1-gp v2.6.24
10330035 Yes NEC Corporation USB usb-ohci
10330035 Yes NEC Corporation USB usb-ohci
103300e0 Yes NEC Corporation USB 2.0 ehci-hcd
44440803 Yes Internext Compression Inc iTVC15 MPEG-2 Encoder ivtv v2.6.24
17371032 Yes Linksys Gigabit Network Adapter skge,r8169 v2.6.24
10de0221 Yes NVIDIA Corporation NV43 [GeForce 6200] nv

_________________
R5.5 Dragon 2.0 - like
BE:
Case: GD01-MX
MB: Intel DG965WH
CPU: Intel Q6700
Mem: 4GB
HDD: Hitachi 1TB
Tuner: none/PVR-350
GFx: Nvidia XFX 7600 GS
Audio: on board
FE:
Evo 510 SFF w/ Nvida 6200
Remote: ATI Remote Wonder w/ kernel mod fix.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 68 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu