• /dev/i2c-*不见了


    /**********************************************************************
     *                      /dev/i2c-*不见了
     * 说明:
     *     能在他的系统中没找到/dev/i2c-*设备,发现是内核中没有打开对应的驱动。
     *
     *                                2018-5-8 深圳 宝安西乡 曾剑锋
     *********************************************************************/
    
    一、参考文档:
        1. No /dev/i2c-0 entry after insmod i2c-dev
            https://www.linuxquestions.org/questions/linux-newbie-8/no-dev-i2c-0-entry-after-insmod-i2c-dev-896482/
    
    二、解决方法:
        
     ──────────────────────────────────────────────────────────────────────────────
      ┌────────────────────────────── I2C support ──────────────────────────────┐
      │  Arrow keys navigate the menu.  <Enter> selects submenus --->.          │  
      │  Highlighted letters are hotkeys.  Pressing <Y> includes, <N> excludes, │  
      │  <M> modularizes features.  Press <Esc><Esc> to exit, <?> for Help, </> │  
      │  for Search.  Legend: [*] built-in  [ ] excluded  <M> module  < >       │  
      │ ┌─────────────────────────────────────────────────────────────────────┐ │  
      │ │    --- I2C support                                                  │ │  
      │ │    [*]   Enable compatibility bits for old user-space               │ │  
      │ │    <*>   I2C device interface             <---------select it       │ │  
      │ │    < >   I2C bus multiplexing support                               │ │  
      │ │    [*]   Autoselect pertinent helper modules                        │ │  
      │ │          I2C Hardware Bus support  --->                             │ │  
      │ │    [ ]   I2C Core debugging messages                                │ │  
      │ │    [ ]   I2C Algorithm debugging messages                           │ │  
      │ │    [ ]   I2C Bus debugging messages                                 │ │  
      │ └─────────────────────────────────────────────────────────────────────┘ │  
      ├─────────────────────────────────────────────────────────────────────────┤  
      │                    <Select>    < Exit >    < Help >                     │  
      └─────────────────────────────────────────────────────────────────────────┘  
  • 相关阅读:
    CentOS7搭建FastDFS V5.11分布式文件系统(二)
    CentOS7搭建FastDFS V5.11分布式文件系统(一)
    JRebel最新破解激活版(IDEA自动部署插件)
    idea常用插件
    idea安装完成后要做的几件事(设置字体、编码、行号)
    IDEA修改Maven全局配置
    IDEA打开光标是粗黑色,backspace键、insert键点击无效的解决办法
    Hadoop build error java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter
    Golang项目目录结构组织
    再看GOPATH
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/9010204.html
Copyright © 2020-2023  润新知