I have a single board computer with debian jessie installed on it.
On this board, there is 2 RTC. One that is not backed up that correspond to rtc-cmos and the other one that is backed up and is accessible by i2c bus.
With a i2cdetect -l I obtain only :
i2c-0 smbus SMBus I801 adapter at 4000 SMBus adapter I thought that normally i will have another line with i2c-1 etc... How can i know that the i2c bus is activated ? Do I need to load a specific kernel module or do I need a driver ?
Thanks in advance for any hints