New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

i2c devices

Discuss development on Bubba
Post Reply
asl
Posts: 23
Joined: 07 Feb 2011, 14:17

i2c devices

Post by asl »

Code: Select all

# i2cdetect 0
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-0.
I will probe address range 0x03-0x77.
Continue? [Y/n] 
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- 64 -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --
Anybody know what this device is at address 0x64?

sensors-detect does not recognize it, and i cannot find any Linux i2c device driver which normally uses this address.
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Re: i2c devices

Post by johannes »

Are you on B3? Could it be the wifi card? There is nothing else connected on the I2C bus..
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
asl
Posts: 23
Joined: 07 Feb 2011, 14:17

Re: i2c devices

Post by asl »

Hi Johannes

Yes, i'm on a B3.

WiFi? Is this the EEPROM containing the regulatory information?

Do you use a COTS card? Can you tell me what it is? Where i can get a data sheet?
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Re: i2c devices

Post by johannes »

Could be yes, I actually am not sure if those mini-PCI-x-cards we have use I2C, but it is specified in the connector and hence routed on the board to that connector.

The cards we use are Unex DXNA-92: http://www.unex.com.tw/product/dnxa-92
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
Post Reply