Active Topics

 


Reply
Thread Tools
Posts: 54 | Thanked: 6 times | Joined on Nov 2011
#1
Hello everyone,
I am having troubles with the fm transmitter on my n900, it just doesnt work, not even the beep in the background, the volume is up, I have the fm booster, I have installed the fm faker but it still doesnt work, it was working just fine one week ago.
Do you think it could be a HW malfunction? Please help.

Thank you.
 
Banned | Posts: 280 | Thanked: 295 times | Joined on Apr 2013 @ Romania
#2
Originally Posted by rodald View Post
Hello everyone,
I am having troubles with the fm transmitter on my n900, it just doesnt work, not even the beep in the background, the volume is up, I have the fm booster, I have installed the fm faker but it still doesnt work, it was working just fine one week ago.
Do you think it could be a HW malfunction? Please help.

Thank you.
You can check that by reflashing your device. If the problem persists, there may be a hardware problem.
 
Posts: 330 | Thanked: 556 times | Joined on Oct 2012
#3
Reflashing definitely would tell you if you have a hardware problem, but first you might just want to take slightly less drastic steps. Remove the FM Faker, whatever that is, and try again.

Also, what do you get from this command:
cat /sys/class/i2c-adapter/i2c-2/2-0063/power_level

That file is what determines the power level of the transmitter, and by default it is 113. I have a script to set mine to 118. Be careful to not fo above a certain level (I think it is 121).

Finally, what do you get from:
md5sum /lib/modules/2.68.28-omap1/fmtx-si4713.ko
 

The Following 2 Users Say Thank You to malfunctioning For This Useful Post:
pichlo's Avatar
Posts: 6,447 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#4
Originally Posted by malfunctioning View Post
Also, what do you get from this command:
cat /sys/class/i2c-adapter/i2c-2/2-0063/power_level

That file is what determines the power level of the transmitter, and by default it is 113. I have a script to set mine to 118. Be careful to not fo above a certain level (I think it is 121).
Wow, I've just tried it just out of interest and mine says 120. I am not aware of having done anything special to deserve that. This is a freshly flashed device upgraded to CSSU-Thumb. Could that be the reason?
 

The Following User Says Thank You to pichlo For This Useful Post:
Posts: 330 | Thanked: 556 times | Joined on Oct 2012
#5
Originally Posted by pichlo View Post
Wow, I've just tried it just out of interest and mine says 120. I am not aware of having done anything special to deserve that. This is a freshly flashed device upgraded to CSSU-Thumb. Could that be the reason?
I am just as surprised as you are! But I just checked on my CSSU Thumb N900, and you are correct, the power level is preset to 120.

That power level file hacking broke with PR1.3, but MohammadAG linked a modified kernel module for the transmitter which allowed the power level to be set again. I guess they decided to simply set the transmission level to max by default in CSSU, thanks for noticing that!
 
Posts: 2,290 | Thanked: 4,134 times | Joined on Apr 2010 @ UK
#6
Yes power level is now 120 for most due to community fixes.
This makes FMBoost obsolete BTW.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 54 | Thanked: 6 times | Joined on Nov 2011
#7
Thanks a lot for the help, this is what I get

/home/user # cat /sys/class/i2c-adapter/i2c-2/2-0063/power_level
120


/home/user # md5sum /lib/modules/2.68.28-omap1/fmtx-si4713.ko
md5sum: can't open '/lib/modules/2.68.28-omap1/fmtx-si4713.ko': No such file or directory
 
pichlo's Avatar
Posts: 6,447 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#8
Originally Posted by rodald View Post
/home/user # md5sum /lib/modules/2.68.28-omap1/fmtx-si4713.ko
md5sum: can't open '/lib/modules/2.68.28-omap1/fmtx-si4713.ko': No such file or directory
Not surprising, there is a typo. It should be 6, not 68. However it might not be there anyway. As we have just found out above, your power level 120 suggests that you are running CSSU, which may mean you are not running the stock (omap1) kernel. Try this instead:

Code:
/home/user # md5sum /lib/modules/`uname -r`/fmtx-si4713.ko
Those characters around uname -r are the backquotes, reversed apostrophes, grave accents or whatever they are called.
 

The Following 3 Users Say Thank You to pichlo For This Useful Post:
Posts: 54 | Thanked: 6 times | Joined on Nov 2011
#9
thank you, here it is

/home/user # md5sum /lib/modules/`uname -r`/fmtx-si4713.ko
f46800300a3fce191a8d2ef7a165567e /lib/modules/2.6.28.10-power52/fmtx-si4713.ko
 
Posts: 54 | Thanked: 6 times | Joined on Nov 2011
#10
and

/home/user # md5sum /lib/modules/2.6.28-omap1/fmtx-si4713.ko
699dc3ac83a0a5fa924afecaf243de16 /lib/modules/2.6.28-omap1/fmtx-si4713.ko
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:38.