Hello,
I have a Galileo Gen1 board running Debian Linux (Linux galileo 3.8.7 #1 Mon Sep 8 03:49:36 UTC 2014 i586 GNU/Linux).
After installing i2c-dev with apt-get, adding i2c-dev to /etc/modules and adding a DS2482 (onewire to i2c master), the DS2482 will not be reconized by i2cdetect:
root@galileo:/dev# i2cdetect -y -r 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
The DS2482 is expected to show up at address 18.
I tested with and without external pullups (4k7).
What can be wrong?