Update 'Default/standard mode'

Triss 2021-08-17 21:52:26 +00:00
parent cf370df176
commit 4785464089
1 changed files with 3 additions and 3 deletions

@ -78,7 +78,7 @@ $ sudo i2cdetect -l
[...] [...]
i2c-1 i2c i915 gmbus dpb I2C adapter i2c-1 i2c i915 gmbus dpb I2C adapter
i2c-8 i2c Radeon i2c bit bus 0x95 I2C adapter i2c-8 i2c Radeon i2c bit bus 0x95 I2C adapter
i2c-15 i2c dmj-i2c-1-1:1.0 I2C adapter i2c-15 i2c dragonprobe-i2c-1-1:1.0 I2C adapter
i2c-6 i2c Radeon i2c bit bus 0x93 I2C adapter i2c-6 i2c Radeon i2c bit bus 0x93 I2C adapter
i2c-13 i2c AUX C/DDI C/PHY C I2C adapter i2c-13 i2c AUX C/DDI C/PHY C I2C adapter
``` ```
@ -91,13 +91,13 @@ Additionally, it can also be configured to appear on the device's I2C bus as an
`i2cdetect -l` output): `i2cdetect -l` output):
``` ```
$ ./dmctl.sh tempsensor --set 0x18 # need to give it an address first $ ./dpctl.sh tempsensor --set 0x18 # need to give it an address first
$ sudo modprobe jc42 $ sudo modprobe jc42
$ # now tell the jc42 module that the device can be found at this address $ # now tell the jc42 module that the device can be found at this address
$ echo "jc42 0x18" | sudo tee /sys/bus/i2c/devices/i2c-BUSNUM/new_device $ echo "jc42 0x18" | sudo tee /sys/bus/i2c/devices/i2c-BUSNUM/new_device
$ sudo sensors # it should show up now: $ sudo sensors # it should show up now:
jc42-i2c-BUSNUM-18 jc42-i2c-BUSNUM-18
Adapter: i2c-tiny-usb at bus 001 device 032 Adapter: dragonprobe-i2c at bus 001 device 032
temp1: +23.1°C (low = -20.0°C) temp1: +23.1°C (low = -20.0°C)
(high = +75.0°C, hyst = +75.0°C) (high = +75.0°C, hyst = +75.0°C)
(crit = +80.0°C, hyst = +80.0°C) (crit = +80.0°C, hyst = +80.0°C)