zoukankan      html  css  js  c++  java
  • /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 >                     │  
      └─────────────────────────────────────────────────────────────────────────┘  
  • 相关阅读:
    Installshield Basic msi 禁用控制面板中添加删除应用
    js location.search
    c# 中关于office引用释放 技巧
    Installshield2016 condition
    bat script 点滴
    Installshield 2015 实现检测某安装文件是否存在并运行安装
    (八)基本概念列表
    (七)PM法律法规、文档配置、需求管理知识
    (六)PM项目沟通、风险、采购管理
    (五)PM项目质量管理与人力资源管理
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/9010204.html
Copyright © 2011-2022 走看看