Following the install of the official Lubuntu for Orange Pi Lite, I tried to hook up a MPU6050 mems gyro/accel to the i2c bus. 
Unfortunately it seems that I have no i2c devices :-( 
 
My python code (smbus based) does neither see any i2c devices and i2cdetect -y 0 or 1 or 2 says 
 
Could not open file `/dev/i2c-1' or `/dev/i2c/1': No such file or directory  
 Do I need to enable some driver or not blacklist a module?? Is i2c even supported?  
 Below is a dump from ls /dev  
 
alarm            fb1         log_system       network_throughput  tty0   tty25  tty41  tty58   urandom        vcs6 android_adb      fb2         loop-control     null                tty1   tty26  tty42  tty59   usb_accessory  vcs7 apm_bios         fb3         loop0            ppp                 tty10  tty27  tty43  tty6    usbdev1.1      vcsa ashmem           fb4         loop1            psaux               tty11  tty28  tty44  tty60   usbdev2.1      vcsa1 binder           fb5         loop2            ptmx                tty12  tty29  tty45  tty61   usbdev3.1      vcsa2 block            fb6         loop3            pts                 tty13  tty3   tty46  tty62   usbdev3.2      vcsa3 bus              fb7         loop4            random              tty14  tty30  tty47  tty63   usbdev4.1      vcsa4 cachefiles       fd          loop5            rtc                 tty15  tty31  tty48  tty7    usbdev5.1      vcsa5 cedar_dev        full        loop6            rtc0                tty16  tty32  tty49  tty8    usbdev6.1      vcsa6 char             fuse        loop7            shm                 tty17  tty33  tty5   tty9    usbdev7.1      vcsa7 console          hdmi        mapper           snd                 tty18  tty34  tty50  ttyGS0  usbdev8.1      video0 core             input       mem              stderr              tty19  tty35  tty51  ttyGS1  v4l            vmouse cpu_dma_latency  ion         mmcblk0          stdin               tty2   tty36  tty52  ttyGS2  vcs            watchdog cuse             kmsg        mmcblk0p1        stdout              tty20  tty37  tty53  ttyGS3  vcs1           xt_qtaguid deinterlace      log         mmcblk0p2        sunxi-reg           tty21  tty38  tty54  ttyS0   vcs2           zero disk             log_events  mtp_usb          sunxi_soc_info      tty22  tty39  tty55  tv      vcs3 disp             log_main    net              sw_sync             tty23  tty4   tty56  uhid    vcs4 fb0              log_radio   network_latency  tty                 tty24  tty40  tty57  uinput  vcs5  
 Best regards  
 Jesper  
  
 |