Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 9 matches

by BeerMeMore
Sat Jan 17, 2009 3:29 am
Forum: General Support
Topic: 100% CPU
Replies: 12
Views: 3774

Re: 100% CPU

Interesting. Using the sleep method versus ping would seem better. Also wondering why first script looks more like bat file than vbscript. Still a better approach over my brute force attempts in past.
by BeerMeMore
Wed Jan 14, 2009 3:47 pm
Forum: General Support
Topic: 100% CPU
Replies: 12
Views: 3774

Re: 100% CPU

Did a work-around... a restart of EG every night.

Easy... Launch this script at any time (Do not let EG wait for it to finish)

EG-restart.vbs

@echo off
ping 127.0.0.1 -n 10
cscript H:\EventGhost\Scripts\EG-stop.vbs
ping 127.0.0.1 -n 10
CD /D "C:\Program Files\EventGhost"
start EventGhost.exe ...
by BeerMeMore
Tue Jan 06, 2009 12:25 am
Forum: General Support
Topic: Advice for better solution
Replies: 0
Views: 1366

Advice for better solution

XP Pro SP3, EG 0.3.6.1487

PC1=HTPC on port 1 of KVM running SageTV, USB-UIRT direct attached
PC2=Sandbox on port 2 of KVM
Gyration keyboard and remote/air mouse dongle attached to KVM USB port and swapped with KVM transfer.

Issue: Gyration device is accessed through HID plugin. Current config ...
by BeerMeMore
Sun Jan 04, 2009 4:14 pm
Forum: General Support
Topic: Gyration MCE remote, HID plugin and KVM switch
Replies: 9
Views: 2802

Re: Gyration MCE remote, HID plugin and KVM switch

It appears to happen when I remove the Gyration dongle without doing a KVM switch. No "multiple device" messages in log (still have port box checked for all). Must be something fishy with Gyration.

Remote still functions even though EG doesn't show event.

Interesting - this time, reactivating the ...
by BeerMeMore
Sun Jan 04, 2009 3:55 pm
Forum: General Support
Topic: Gyration MCE remote, HID plugin and KVM switch
Replies: 9
Views: 2802

Re: Gyration MCE remote, HID plugin and KVM switch

I did use the bottom checkbox (connect to current por) on each of the five HID plugin instances. When I perform the KVM switch, the log does not have the "multiple device" errors. However it seems the plugins are deactivated. No buttons fire until I go in to the first and fifth plugin instances and ...
by BeerMeMore
Sun Jan 04, 2009 3:39 pm
Forum: General Support
Topic: Gyration MCE remote, HID plugin and KVM switch
Replies: 9
Views: 2802

Re: Gyration MCE remote, HID plugin and KVM switch

Too fast to declare the monster dead.

It appears that the elusive power button is generated by the fifth instance of the Gyration HID handler. When I add a second HID plugin, I have the same "multiple devices found" problem again. A side effect is the multiple key press events, but those can be ...
by BeerMeMore
Sun Jan 04, 2009 12:44 am
Forum: General Support
Topic: Gyration MCE remote, HID plugin and KVM switch
Replies: 9
Views: 2802

Re: Gyration MCE remote, HID plugin and KVM switch

Thanks again for pointing me in the right direction. Here is what made it work correctly for me in hopes that it will help the next one along.

1. Use the latest beta- I used 0.3.6.1487 and saw the hot plugging.
2. Set up Gyration correctly- I found old instructions in the GBPVR forum that indicated ...
by BeerMeMore
Sat Jan 03, 2009 7:01 pm
Forum: General Support
Topic: Gyration MCE remote, HID plugin and KVM switch
Replies: 9
Views: 2802

Re: Gyration MCE remote, HID plugin and KVM switch

Normally this should happen automatically.
Do you use the latest beta?
Is there a System.DeviceAttached event, when you plugin in the remote? Any other HID devices to test?

Thanks for the fast reply. I do not show a System.DeviceAttached event in the log. I have another joystick I can add to ...
by BeerMeMore
Sat Jan 03, 2009 6:46 pm
Forum: General Support
Topic: Gyration MCE remote, HID plugin and KVM switch
Replies: 9
Views: 2802

Gyration MCE remote, HID plugin and KVM switch

Hello out there - newbie to EG and stumbling up the learning curve. Would appreciate any help or advice in the following.

I have a Gyration media center remote (RF remote to USB dongle) that I use to control two different PCs. I have a USB KVM switch between the two boxes. I'm using EG with the HID ...