You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error : execute in the kernel pve-5.19 in macmini8.1
`root@pve:~/mbpfan# make
./configurePath.sh
dirname: missing operand
Try 'dirname --help' for more information.
Found fan at ''
For me the output was something like '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:102/APP0001:00'.
If your path looks completely different and the tests fail,
try just using the normal (unpatched) version (git reset --hard origin/master).
If that doesn't work either feel free to open an issue on github
Patched mbpfan.c
See further install instructions here: https://wiki.t2linux.org/guides/fan/
It's advised to also run the tests to check if the patch was successful
mkdir -p bin
Compiling src/daemon...
cc -c -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/daemon.c -osrc/daemon.o
make: cc: No such file or directory
make: *** [Makefile:33: src/daemon.o] Error 127
root@pve:~/mbpfan# `
The text was updated successfully, but these errors were encountered:
hello
I have this error : execute in the kernel pve-5.19 in macmini8.1
`root@pve:~/mbpfan# make
./configurePath.sh
dirname: missing operand
Try 'dirname --help' for more information.
Found fan at ''
For me the output was something like '/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:102/APP0001:00'.
If your path looks completely different and the tests fail,
try just using the normal (unpatched) version (git reset --hard origin/master).
If that doesn't work either feel free to open an issue on github
Patched mbpfan.c
See further install instructions here:
https://wiki.t2linux.org/guides/fan/
It's advised to also run the tests to check if the patch was successful
mkdir -p bin
Compiling src/daemon...
cc -c -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/daemon.c -osrc/daemon.o
make: cc: No such file or directory
make: *** [Makefile:33: src/daemon.o] Error 127
root@pve:~/mbpfan# `
The text was updated successfully, but these errors were encountered: