FreeBSD sees only one I2C device, while Linux sees two.

Andriy Gapon avg at FreeBSD.org
Wed May 8 11:41:49 UTC 2019


On 08/05/2019 11:47, Gleb Popov wrote:
> Right, kldloading smb created /dev/smb0 on smbus0.
> But on Linux i2c-detect can send commands to both devices. I need to get iic1
> from smb0 somehow, I guess?

smbus is "narrower" than i2c. That's why iicsmb (smbus on top of i2c) exists,
but the opposite does not.
Maybe you can describe what you want to achieve in the end.
It may make it easier to see how to do it, if possible at all.

-- 
Andriy Gapon


More information about the freebsd-hackers mailing list