View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 22 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Jan 02, 2007 4:17 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Upgraded from R5C7 to R5D50 this morning. Upgrade seemed to go fine, except my ATI Remote Wonder no longer works. Since R4v5, I've been very happy using the ATI kernel driver and custom xmodmaps for MythTV. After installing R5E50, the kernel driver didn't appear to be installed, and I no longer see the remote being detected as the system boots.

I tried lirc_reconfig.sh to use LIRC to handle the remote, and this failed as well with the following error:

Code:
#########################
### ATI Remote Wonder ###
#########################

This will remove the kernel module and use LIRC instead.
Do you wish to continue?
y
ERROR: Module ati_remote does not exist in /proc/modules
mv: cannot stat `/lib/modules/2.6.18-chw-13/kernel/drivers/usb/input/ati_remote.ko': No such file or directory
 System startup links for /etc/init.d/lirc already exist.
Stopping lirc daemon: lircmd lircd.
Starting lirc daemon: lircd.


Does anybody have any ideas about how I can re-detect the ATI Remote? Is it possible to use the kernel driver in E50 or has this been removed?

Thanks for any insight you can provide!

_________________
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


Last edited by s1148625 on Thu Jan 04, 2007 9:50 pm, edited 2 times in total.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 04, 2007 12:43 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
I did a clean install of R5E50 and Remote Wonder is working with lirc.

What status does irw return for you when using lirc?

Maybe try doing a
Code:
dpkg-reconfigure lirc
and configuring for ATI remote.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 04, 2007 12:56 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
I use the kernel module with my ATi remote and it works without issue. You should have answered no to using LIRC if you want to use the kernel module. Upon answering yes the first time, it moves the kernel module out of the way so it isn't loaded (check the same directory).


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 04, 2007 3:26 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Did another auto-upgrade to give the kernel module another try. ATI remote is still unresponsive.

I do get a weird error (I think) as the KnoppMyth install CD is booting. It says:
Code:
Starting udev hotplug hardware detection... failed


However, later in the install, it recognizes the ATI Remote because it asks if I'd like to remove the kernel module and use LIRC. After selecting "no," there's no response to the remote, and even loading xev in a terminal window shows no activity when I press buttons on the remote. I've tried switching USB ports, no luck. I even did another auto upgrade with the remote dongle unplugged and plugged it in after install to see if it would be recognized. Again, no luck.

Temporarily, I bought an IR learning remote and programmed it to mimic my IR keyboard, but I really do prefer the ATI with kernel module.

Anybody have any other suggestions?

_________________
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: Thu Jan 04, 2007 5:22 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Code:
/etc/init.d/lirc stop
update-rc.d -f lirc remove
rmmod lirc_atiusb
rmmod lirc_dev
rmmod ati_remote
modprobe ati_remote

Working in my head... But I hope you get where I'm going...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 04, 2007 8:28 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
Thanks, Cecil. That did the trick!

_________________
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: Thu Jan 04, 2007 9:53 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
... or I thought it did... After performing the steps you suggested, the ATI remote worked fine - until I rebooted. After reboot it was unresponsive again. Tried a simple
Code:
rmmod ati_remote
modprobe ati_remote

and this didn't work.

I had to run the entire sequence of stopping lirc (which was running, somehow) removing it from startup, removing the lirc ati and dev modules, removing and modprobing ati_remote before the ATI remote would work again...

Anybody have any ideas about how to keep from having to run all these commands after booting? Or any idea why my system is behaving this way?

_________________
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: Mon Jan 08, 2007 8:46 am 
Offline
Joined: Tue Aug 09, 2005 2:09 pm
Posts: 107
I seem to be having the same problem after the upgrade. I think that I would rather switch to using lirc with my remote wonder since it looks like it might integrate better with myth but, I haven't been able to get it to work yet. I also tried the steps that cecil suggested in this post to just get it working but, I get the following error when I attempt to enter this command:

root@mythtv:~# rmmod lirc_dev
ERROR: Module lirc_dev is in use by lirc_i2c

Have you figured out a way to get your remote wonder working again?

_________________
P4 1.6 GHz
1.2 GB RAM
Nvidia GeForce4 MX 4000
Hauppage PVR 500 MCE
Soundblaster Live
ATI Remote Wonder II


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 08, 2007 9:50 am 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
I found that Cecil's suggestion worked fine, until I reboot. Then I have to perform each of the steps again before the remote will function again.

I thought I'd like LIRC as well, but I like the responsiveness of the kernel module much better.

_________________
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: Mon Jan 08, 2007 3:41 pm 
Offline
Joined: Tue Aug 09, 2005 2:09 pm
Posts: 107
I did a fresh upgrade and picked to keep the kernel version of the ati remotewonder and I can follow Cecil's steps as well to get it working. But, I also have to do them every time I reboot as well. Some other startup script must be loading lirc, or something... I would love to not have to run this every time I reboot.

_________________
P4 1.6 GHz
1.2 GB RAM
Nvidia GeForce4 MX 4000
Hauppage PVR 500 MCE
Soundblaster Live
ATI Remote Wonder II


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 08, 2007 10:36 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
As root:
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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 09, 2007 8:14 am 
Offline
Joined: Tue Aug 09, 2005 2:09 pm
Posts: 107
Thanks Cecil that worked great!

_________________
P4 1.6 GHz
1.2 GB RAM
Nvidia GeForce4 MX 4000
Hauppage PVR 500 MCE
Soundblaster Live
ATI Remote Wonder II


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 10, 2007 12:13 am 
Offline
Joined: Sat Feb 18, 2006 4:39 pm
Posts: 25
works here as well. thanks


Top
 Profile  
 
PostPosted: Mon Feb 26, 2007 11:22 pm 
Offline
Joined: Tue Jan 09, 2007 5:25 pm
Posts: 1
Following Cecil's steps to kill lirc and instead use the kernel module caused my ATI Remote Wonder II to start responding, BUT only a few of the keys work - mainly the directional keys and the "ok" button (well, the mouse emulator works, but that doesn't buy much once within Myth of course).

I need a few more buttons to make things usable - such as an "esc" equivalent, and a "menu" and/or "program guide".

I'm not seeing how to make these work, especially considering I've only been able to get anything at all from this remote by killing lirc (most ATI RWII info I've found pertains to lirc).

TIA


Top
 Profile  
 
PostPosted: Fri May 18, 2007 12:13 pm 
Offline
Joined: Tue Aug 09, 2005 2:09 pm
Posts: 107
It looks like the older ATI Remote wonder kernel driver is back in R5F1 because the most of the keys no longer do anything and the buttons repeat at a really fast rate now. Is there anyway to fix this? I have seen some old posts that suggested altering the source for the ati driver and re-compiling. Has anyone else run into this problem?

_________________
P4 1.6 GHz
1.2 GB RAM
Nvidia GeForce4 MX 4000
Hauppage PVR 500 MCE
Soundblaster Live
ATI Remote Wonder II


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 5 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu