kram wrote:I've recently put iGO 8 on MyGuide 4200 (otherwise known as a Silverguide 4200 and various other names - basically a Malata product I think). Works fine EXCEPT that after going to standby a few times the sound goes off - sometimes after standby just once, sometimes after several cycles but eventually sound is always lost. I've disabled power management in iGO which helped (with auto shutdown it would crash completely) and have the following in my sys.txt which has delayed the problem but it still happens eventually...
[power]
powermgm_state=0
power_off_mode=0
power_off_timeout=1000
skip_resume_process=0
skip_suspend_process=0
....
kram.
Try this in SYS.TXT
[modules]
;### might help suspend/resume problems
;IPOWER_DRIVER="PDA_POWER_DRIVER"
;IPOWER_DRIVER="WINCE_POWER_DRIVER"
;IPOWER_DRIVER="PASSIVE_POWER_DRIVER"
;IPOWER_DRIVER="NULL_POWER_DRIVER"
;IPOWER_DRIVER="UNIHAM_POWER_DRIVER"
;IPOWER_DRIVER="UNIDEN_POWER_DRIVER"
;IPOWER_DRIVER="MAPTRAX_POWER_DRIVER"
;IPOWER_DRIVER="HAWK_POWER_DRIVER"
;IPOWER_DRIVER="ALPINE_POWER_DRIVER"
And remove ; from one of them at the time.
I have not tested it but it may work.
Cheers