@programming_quotes My time has a lot of value, but as I don't charge myself, it is free....
And I'm always charging someone, even in the bathroom I'm charging someone...
thanks to linux... :-)
Would Donald Trump’s taxes on trade hurt US consumers?
@flyboy @gnome Did you clicked the link? Because they explain a bit:
"... Please note that the session will run for 40 minutes and the software will be tested remotely. Therefore, you will need a computer (Laptop or Desktop) that has GNOME installed on it, and a connection to the internet for your session. If you have any questions, please send an email to [email protected]"
You need to schedule an appointment, so, I believe is a video session to test things remotely.
@nobodyinperson Also, can you check if spi driver is loaded?
sudo lsmod | grep spi
If not, you can try to:
sudo modprobe spi-bcm2835
If it works you can add it to module.d to load with the system.
@nobodyinperson I don't think you need to mess up with the device tree. Normally not. But I don't know NixOS.
Did you try to put dtparam=spi=on at your /boot/config.txt?