You are not logged in.
Pages: 1
Hello all,
I am running the above in an Argonone M.2 case.
To control the built-in fan (temps/speed) for the case, there is software to do this (https://gitlab.com/DarkElvenAngel/argon … -0.3.x.zip). 
This setup worked flawlessly on RPIOS 64-bit.
In /boot/config.txt, I have this entry dtparam=i2c_arm=on, however I cannot speak to the I2C bus using e.g. i2cdetect -y 1 at all.
Example -
i2cdetect -y 1
Error: Could not open file `/dev/i2c-1' or `/dev/i2c/1': No such file or directory
root@magalas:~# i2cdetect -y 0
Error: Could not open file `/dev/i2c-0' or `/dev/i2c/0': No such file or directory
root@magalas:~# 
As can be seen from the above screenshot, I am dead in the water before I start...
Anyone any ideas?
Regards,
J.
Last edited by Johnnie390 (2021-02-27 11:42:51)
Offline
sudo modprobe i2c-dev
cat /etc/modules If you see it already there, then uncomment it and upon reboot it should load every time. If not, just add it to the file. i2c-dev
Offline
Had already uncommented the line in /etc/modules but I appreciate the assistance anyway.
Regards,
J.
Offline
Alright, well I just installed some needed bits and it seems to be appearing for me.
uncomment:
dtparam=i2c_arm=on
dtparam=i2s=on
dtparam=spi=onInstall:
sudo apt install -y python3-dev python-smbus i2c-tools python3-pil python3-pip python3-setuptools python3-rpi.gpio
make sure the above modue is in /etc/modules and reboot.
Came right up:
ls /dev/i2c*
/dev/i2c-1patrick@devuan:~$ sudo i2cdetect -y 1
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- -- Last edited by c0rnelius (2021-02-27 15:16:49)
Offline
Hallo all,
an entry in /etc/modules fixed same. Thanks.
J.
Offline
hello Johnnie390,
Can you mark this thread as Solved? 
Best Regards,
tux
Offline
Pages: 1