Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category FM Tuner
  • Assigned To No-one
  • Operating System Another
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by Per - 2010-11-13
Last edited by bertrik - 2010-11-15

FS#11754 - Can't change FM Region on Sansa Clipv2 Version: r28573-101113

I 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.

Closed by  bertrik
2010-11-15 14:03
Reason for closing:  Fixed

I can confirm this on my clip v1. In my case, it seems I can make this happen when first setting the frequency to 77 MHz in the Japan region, then trying to change it to the Europe region.
In what kind of circumstances does it hang for you?

I guess it hangs in the tune loop in firmware/drivers/tuner/si4700.c

My suspicion was right, it seems to hang in the tune loop, the backlight still responds the key presses.

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.

I am able to reproduce this on my e200v2. The above patch appears to correct the lockup with no ill effects.

Per, a fix has been committed as SVN r28582, can you confirm that the problem is gone with the latest rockbox binary?

Per commented on 2010-11-15 13:23

I have now r28603 and it works well.
Thank you, problem is solved.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing