This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11754 - Can't change FM Region on Sansa Clipv2 Version: r28573-101113
Attached to Project:
Rockbox
Opened by Per (Per) - Saturday, 13 November 2010, 13:20 GMT+2
Last edited by Bertrik Sikken (bertrik) - Monday, 15 November 2010, 15:03 GMT+2
Opened by Per (Per) - Saturday, 13 November 2010, 13:20 GMT+2
Last edited by Bertrik Sikken (bertrik) - Monday, 15 November 2010, 15:03 GMT+2
|
DetailsI cannot change the FM Region on Sansa Clipv2 8GB with firmware Version r28573-101113.
If i try to change the Player hangs up and i have to reboot (hold the on/off switch fpr 10 sec.) Its no problem on the Sansa e200v1. |
This task depends upon
In what kind of circumstances does it hang for you?
I guess it hangs in the tune loop in firmware/drivers/tuner/si4700.c
It looks like the si4700 tries to be smart about region changes (but not smart enough). On region change, it tries to retune to the same frequency in the new band. However the japan band has a large non-overlapping frequency range with the frequency range of other regions. So when changing region from japan to europe it is possible that the retune will fail (the frequency in the japan band does not exists in the europe band) and it hangs while continuously trying to tune.
It looks like the generic radio code controlling the tuner driver already takes care of this. Removing this logic from the si4700 driver solves the problem for me.
Please try attached patch.
Thank you, problem is solved.