View Single Post
Posts: 21 | Thanked: 13 times | Joined on Oct 2009
#96
Originally Posted by pycage View Post
Those with the probing error in the dmesg output, please try to run the attached program as root (gunzip first). It powers up Bluetooth and I2C. Then check its return code, and manually load the fmradio kernel module.

Be sure to unload the fmradio driver first; it stays loaded even when initialising fails.
Code:
rmmod radio-bcm2048
Code:
bcm2048-i2c 1
echo $?
insmod /lib/modules/current/radio-bcm2048.ko
Then check dmesg output again.

Finally you can unload the driver again and power down the I2C:

Code:
rmmod radio-bcm2048
bcm2048-i2c 0
Please report your findings, esp. the return code of the bcm2048-i2c invocation.

It works fine as far as I can see. No dmesg *****ing about i2c, looks okay.
 

The Following User Says Thank You to vitb For This Useful Post: