Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shariq-azim/343bcf9d15d39b1649d86bfa6aeca311 to your computer and use it in GitHub Desktop.
Save shariq-azim/343bcf9d15d39b1649d86bfa6aeca311 to your computer and use it in GitHub Desktop.
Not able to upgrade succesfully to v18 folllowing wrong steps
Hi there .
I had been running v17 following the tutorials from https://www.raspberrypi.com/tutorials/raspberry-pi-tv-ambient-lighting/
now i realised there were some issues with the sync of the led, in fact they were running on its own and saw upgrade is available.
So i first without removing tried installing
1 wget https://github.com/awawa-dev/HyperHDR/releases/download/v18.0.0.0/HyperHDR-18.0.0.0-Linux-`uname -m`.deb
2 sudo apt install ./HyperHDR-18.0.0.0-Linux-`uname -m`.deb
3 sudo sed -i '/^User/d' /etc/systemd/system/hyperhdr\@.serviceD (notice the typos)
and then i stopped midway to remove
sudo systemctl stop hyperhdr@pi.service
sudo systemctl disable hyperhdr@pi
sudo apt remove hyperhdr
And again started the steps of 1,2,3,
sudo sed -i '/^User/d' /etc/systemd/system/hyperhdr\@.service
sudo systemctl daemon-reload
sudo service hyperhdr@pi restart
sudo service hyperhdr@pi status
now i see error like
● hyperhdr@pi.service - HyperHdr ambient light systemd service for user pi
Loaded: loaded (/etc/systemd/system/hyperhdr@.service; disabled; vendor pres
Active: activating (auto-restart) (Result: exit-code) since Tue 2023-07-25 1
Process: 1469 ExecStart=/usr/bin/hyperhdr (code=exited, status=1/FAILURE)
Main PID: 1469 (code=exited, status=1/FAILURE)
now even the led arent glowing
Please help :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment