Code: Select all
[email protected]:~# cat /etc/debian_version
9.4
[email protected]:~# uname -a
Linux raspberrypi 4.14.34+ #1110 Mon Apr 16 14:51:42 BST 2018 armv6l GNU/Linux
Code: Select all
[email protected]:~# sensors-detect
# sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
# Kernel: 4.14.34+ armv6l
# Processor: ARMv6-compatible processor rev 7 (v6l) (//)
...
Next adapter: bcm2835 I2C adapter (i2c-1)
Do you want to scan it? (YES/no/selectively):
Client found at address 0x19
...
Probing for `Maxim MAX1668'... Success!
(confidence 7, driver `max1668')
...
Driver `max1668':
* Bus `bcm2835 I2C adapter'
Busdriver `i2c_bcm2835', I2C address 0x19
Chip `Maxim MAX1668' (confidence: 7)
Code: Select all
[email protected]:~# modprobe max1668
modprobe: FATAL: Module max1668 not found in directory /lib/modules/4.14.34+
[email protected]:~# ls /lib/modules/4.14.34+/kernel/drivers/hwmon/
ads1015.ko ds1621.ko hwmon.ko ina2xx.ko jc42.ko lm75.ko sht21.ko sht3x.ko shtc1.ko tmp102.ko
Does anyone have experience installing missing / custom kernel modules on this OS ?
Thanks for reading !