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

mbpfan.service works great, but not starting on boot #255

Open
mrjoecastellon opened this issue Oct 22, 2022 · 3 comments
Open

mbpfan.service works great, but not starting on boot #255

mrjoecastellon opened this issue Oct 22, 2022 · 3 comments

Comments

@mrjoecastellon
Copy link

TL;DR
mbpfan runs spectacularly well on my 2015 base model MacBook Pro 13. The service ALMOST never starts at boot though.

I am running Arch Linux on Endeavour OS. I installed the AUR package through yay -S mbpfan-git

I followed the following steps to install the service for boot:

sudo cp /usr/lib/systemd/system/mbpfan.service /etc/systemd/system
sudo systemctl enable mbpfan.service
sudo systemctl daemon-reload
sudo systemctl start mbpfan.service

All steps completed with no errors or warnings.

I always check the service after a reboot, and so far, out of seemingly 30+ reboots, I have only seen the service start automatically 2 times, and at this point, I'm not even certain if those were actually reboots or just me signing out and signing back in, perhaps with the service already running in the background.

Immediately after a reboot, the service status shows as follows:
image

I then simply run sudo systemctl start mbpfan.service and the service starts normally.
image

I hope someone can tell me what I'm doing wrong :)

@heimoshuiyu
Copy link

This problem was fixed in PR #253 .

However the aur package is not updated to install the file /lib/modules-load.d/mbpfan.depend.conf.

You may manually copy this file to your system, or modify the PKGBUILD file in aur, or get rid of aur and install mbpfan using make install

@mrjoecastellon
Copy link
Author

This problem was fixed in PR #253 .

However the aur package is not updated to install the file /lib/modules-load.d/mbpfan.depend.conf.

You may manually copy this file to your system, or modify the PKGBUILD file in aur, or get rid of aur and install mbpfan using make install

Thank you very much!

@heimoshuiyu
Copy link

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