Loading README.md +8 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,14 @@ sudo udevadm control --reload sudo udevadm trigger ``` To access the I2C devices loaded by the [*mcp2221*][2] kernel driver you must add your user to the *i2c* group: To access the I2C devices loaded by the [*mcp2221*][2] kernel driver you must add your user to the *i2c* group. The I2C group can either be created manually or you can install the *i2c-tools* package which will create it for you. ```bash sudo apt install i2c-tools ``` Then add your user to the *i2c* group: ```bash sudo usermod -aG i2c $USER Loading Loading
README.md +8 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,14 @@ sudo udevadm control --reload sudo udevadm trigger ``` To access the I2C devices loaded by the [*mcp2221*][2] kernel driver you must add your user to the *i2c* group: To access the I2C devices loaded by the [*mcp2221*][2] kernel driver you must add your user to the *i2c* group. The I2C group can either be created manually or you can install the *i2c-tools* package which will create it for you. ```bash sudo apt install i2c-tools ``` Then add your user to the *i2c* group: ```bash sudo usermod -aG i2c $USER Loading