My Raspy 2 B+ doesn't detect the BMP085 sensor via i2c bus. The wiring was checked again and again, it's true :
Vcc -> 3.3V GND -> GND SDA -> SDA0 pin SCL -> SCL0 pin
Results of the "i2cdetect" command when the BMP085 is connected :
Results of the "i2cdetect -y 0":
i2c is already enabled and the BMP085 works perfectly on an Arduino Uno !
Kernel Version :
Linux raspberrypi 4.4.11+ #888 Mon May 23 20:02:58 BST 2016 armv6l GNU/Linux
OS Version :
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
The blacklisted file is empty. And I2C is already enabled with the "raspi-config" command.