Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

epd-fuse.service issues #199

Open
kulpio opened this issue Oct 3, 2018 · 1 comment
Open

epd-fuse.service issues #199

kulpio opened this issue Oct 3, 2018 · 1 comment

Comments

@kulpio
Copy link

kulpio commented Oct 3, 2018

Hi all,

I installed a new Raspbian image. I ran the automatic installation of the PaPiRus.
After the reboot, when I go to test the papirus or print "clock" it asks me to set screen size (which I already did in the installation). Still, I go to config and set it again. Then I get the following error:

`pi@raspberrypi:~ $ sudo papirus-config
Failed to stop epd-fuse.service: Unit epd-fuse.service not loaded.
/usr/local/bin/papirus-set: line 20: /etc/default/epd-fuse: No such file or directory
sed: can't read /etc/default/epd-fuse: No such file or directory

2.7
sed: can't read /etc/default/epd-fuse: No such file or directory
Failed to start epd-fuse.service: Unit epd-fuse.service not found.
Failed to enable unit: File epd-fuse.service: No such file or directory
Failed to start epd-fuse.service: Unit epd-fuse.service not found.
`
and this is what happens when I "test":

pi@raspberrypi:~ $ sudo papirus-test Traceback (most recent call last): File "/usr/local/bin/papirus-test", line 69, in <module> papirus = Papirus() File "/usr/local/lib/python3.5/dist-packages/papirus/epd.py", line 83, in __init__ with open(os.path.join(self._epd_path, 'version')) as f: FileNotFoundError: [Errno 2] No such file or directory: '/dev/epd/version'

This what I get when I run the systemctl status for the epd-fude:

sudo systemctl status epd-fuse Unit epd-fuse.service could not be found.
FYI I have the Raspbian Stretch version

Would anyone have an idea? I spent most of my day trying to get it to work ;(

Cheers

@tvoverbeek
Copy link
Contributor

tvoverbeek commented Oct 3, 2018

It seems the installation of the epd-fuse driver and service failed for some reason.
Try to rerun papirus-setup (with sudo). Should be located in /usr/local/bin.
If not use the github version: https://github.com/PiSupply/PaPiRus/blob/master/bin/papirus-setup
Check for error messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants