janeshaabey
|
2011-04-23
, 08:38
|
Posts: 1 |
Thanked: 0 times |
Joined on Apr 2011
|
#11
|
|
2011-10-27
, 17:01
|
|
Posts: 54 |
Thanked: 47 times |
Joined on Oct 2011
@ Yemen
|
#12
|
|
2011-10-28
, 06:14
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#13
|
|
2012-05-15
, 22:07
|
Posts: 25 |
Thanked: 14 times |
Joined on May 2012
|
#14
|
|
2012-07-18
, 02:43
|
Posts: 54 |
Thanked: 6 times |
Joined on Nov 2011
|
#15
|
|
2013-10-19
, 16:17
|
Posts: 279 |
Thanked: 34 times |
Joined on Jan 2010
@ Belgrade, Serbia
|
#17
|
|
2014-01-30
, 04:54
|
Posts: 8 |
Thanked: 0 times |
Joined on Jan 2014
|
#18
|
|
2015-03-29
, 16:04
|
Posts: 3 |
Thanked: 4 times |
Joined on Feb 2010
@ Bangalore, India
|
#19
|
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
The Following User Says Thank You to pythonhacker For This Useful Post: | ||
|
2017-03-02
, 19:29
|
|
Posts: 19 |
Thanked: 1 time |
Joined on Feb 2011
@ Pondokcina AX (Jawa Barat ID)
|
#20
|
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.
$ cp /lib/modules/current/radio-bcm2048.ko ~/radio-bcm2048.ko.new
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.