FM Receiver can receive between 76 and 108, if region is set to 4: http://mxr.maemo.org/fremantle/sourc...adio-bcm2048.c However, the only application which can use the receiver, FM Radio Player http://maemo.org/packages/package_in...io/2010.03.20/ has range 87.5 - 108 as written in its code in components/fmradio/FMRadioUI.py self.__fmscala.set_range(87500, 108000) It can be easily changed... But then you need to compile .py into a .pyo. I don't know how to do it. Could somebody make a special package? Ideally, the application would also change region to 4 when started.