I recently ran into this problem as well. I use titan's enhanced kernel, and had recently updated it. Since that was one of the last changes I had made since I noticed my radio stopped working, i downgraded it.
I have the same problem too , and as u mentioned , I have hostmode , I was able to use radio , but it;s long time since the last use, so I don;t know if the problem happened before or after installing hostmode,, but u might be right ... and for more details , I want to tell u that my hostmode is not working yet since i installed it and I have an error say: kenel power version no proper match, something like that .. and beside that u may need to know that I have 2 radio players and both are not working now .. and the last thing : FM transmeter works fine with no problems ..
so i hope u maight find a way to help us .. thank u anyway ..
Hostmode in theory should not cause any issues with FMRX. The FMRX is the same chipset that controls bluetooth which is a broadcom based. It might be a good idea to check `dmesg' (via X Terminal) to see any potential reasons why.
I've noticed that people have been having problems with their Nokia N900 not having radio after the PR 1.3 update.
I've managed to get my radio turned back on. Here's how. Please follow the instructions on the following MyNokiaBlog website except
flash the necessary .bin files and Z-Image files at the following associated sites:
Hi alls
After upgrade to PR1.2, my N900 can not play FM radio any more.
Its error message: Cannot Load FM driver Module.
I had tried to uninstall/reinstall several times but it did not help.
I also tried to send bug reports but there is no answer
Is there any expert can help me to fix this problem
Your help is highly appreciated.
Thanks & Best Regards
YinYang
I was getting the same problem after installing kernel-power latest version (53). I did the following to fix it.
Not sure if these steps will work for others, but documenting anyway as it worked for me.
1. Uninstalled kernel-power and reinstalled stock kernel after making a backup of the radio kernel module.
2. Rebooted.
3. Copied the radio kernel module of stock kernel to home directory.
$ cd /lib/modules/current
$ sudo cp radio-bcm2048.ko ~
4. Installed kernel-power again.
5. Copied the stock version of radio kernel module back to /lib/modules/current .
$ cd /lib/modules/current
$ sudo cp ~/radio-bcm2048.ko .
6. Rebooted.
Upon reboot and launching FM radio, you will get the same error since the old module won't load in the new kernel. Now,
7. Copy back the actual module again.
$ sudo cp ~/radio-bcm2048.ko.new /lib/modules/current/radio-bcm2048.ko
8. Load it
$ sudo modprobe radio-bcm2048
9. A dmesg shows me the following messages.
[ 2177.886901] radio_bcm2048: disagrees about version of symbol struct_module
[ 2181.590332] radio_bcm2048: disagrees about version of symbol struct_module
[ 2230.163513] I2C driver for BCM2048 FM Radio Receiver
[ 2230.202178] bcm2048 3-0022: BCM2048 Version 0x0
The same message comes but the module is loaded now correctly.
I am listening to FM radio using kernel-power53 while writing this post.
2. Rebooted.
3. Copied the radio kernel module of stock kernel to home directory.
$ cd /lib/modules/current
$ sudo cp radio-bcm2048.ko ~
4. Installed kernel-power again.
5. Copied the stock version of radio kernel module back to /lib/modules/current .
$ cd /lib/modules/current
$ sudo cp ~/radio-bcm2048.ko .
6. Rebooted.
Upon reboot and launching FM radio, you will get the same error since the old module won't load in the new kernel. Now,
7. Copy back the actual module again.
$ sudo cp ~/radio-bcm2048.ko.new /lib/modules/current/radio-bcm2048.ko
8. Load it
$ sudo modprobe radio-bcm2048
9. A dmesg shows me the following messages.
[ 2177.886901] radio_bcm2048: disagrees about version of symbol struct_module
[ 2181.590332] radio_bcm2048: disagrees about version of symbol struct_module
[ 2230.163513] I2C driver for BCM2048 FM Radio Receiver
[ 2230.202178] bcm2048 3-0022: BCM2048 Version 0x0
The same message comes but the module is loaded now correctly.
I am listening to FM radio using kernel-power53 while writing this post.
Hi..
Can you write the command in more specific, because i can not follow your step directly.