Um, I don't think there is any linux ARM GPU support anyway.
https://github.com/FoldingAtHome/fah-cl ... issues/139
Search found 779 matches
- Thu Nov 07, 2024 8:10 pm
- Forum: Software for ARM hardware
- Topic: Apple Silicon ARM chips - M3 family support status
- Replies: 7
- Views: 33793
- Thu Nov 07, 2024 8:02 pm
- Forum: Software for ARM hardware
- Topic: Apple Silicon ARM chips - M3 family support status
- Replies: 7
- Views: 33793
Re: Apple Silicon ARM chips - M3 family support status
Does it support OpenCL 1.2 or later in C plus hardware double precision floats (FP64)? I have seen clinfo report different version OpenCL C support. Since Asahi is Fedora, you need to build the package yourself. https://github.com/FoldingAtHome/fah-client-bastet/blob/master/BUILDING-RPM.md The linux...
- Mon Oct 28, 2024 4:39 am
- Forum: New Donors start here
- Topic: Diable cpu for dual gpu setup
- Replies: 1
- Views: 5700
Re: Diable cpu for dual gpu setup
For v8, just set cpus to zero while leaving your gpus enabled.
Please set folding to finish before changing cpu count.
Please set folding to finish before changing cpu count.
- Fri Oct 25, 2024 9:30 pm
- Forum: Discussions of General-FAH topics
- Topic: API call PUT /register failed
- Replies: 3
- Views: 6592
Re: API call PUT /register failed
Note also that register/login with v8 is optional.
- Fri Oct 25, 2024 9:27 pm
- Forum: Discussions of General-FAH topics
- Topic: API call PUT /register failed
- Replies: 3
- Views: 6592
Re: API call PUT /register failed
Please re-read the guide https://foldingathome.org/v8-3-client-guide/
Do not let your password manager put nonsense in the passkey field. It is not a password.
Do not let your password manager put nonsense in the passkey field. It is not a password.
- Sat Oct 19, 2024 7:38 pm
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 6173
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
The help is very outdated and for v7.
See also guide for v8 https://foldingathome.org/v8-3-client-guide/
"fahclient" is v7.
"fah-client" is v8.
See also guide for v8 https://foldingathome.org/v8-3-client-guide/
"fahclient" is v7.
"fah-client" is v8.
- Sat Oct 19, 2024 10:50 am
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 6173
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
v8 does not use init.d scripts. Do not use v7 commands. systemctl commands are printed at end of deb package install, if you use command line: systemctl status --no-pager -l fah-client sudo systemctl start fah-client sudo systemctl stop fah-client sudo systemctl restart fah-client sudo systemctl dae...
- Fri Oct 18, 2024 11:06 pm
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 6173
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
You might need to add an after field to ensure the external file system is mounted before the client is started. Maybe someone else can tell you how.
- Fri Oct 18, 2024 10:57 pm
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 6173
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
Maybe copy pasta, but you have a rogue “[“ in your service file
- Fri Oct 18, 2024 10:55 pm
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 6173
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
You need to stop the service before reload and start
- Fri Oct 18, 2024 10:53 pm
- Forum: V8.3.xx Open Beta
- Topic: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
- Replies: 13
- Views: 6173
Re: Linux Ubuntu/Mint/Pop OS Install Work folder to different hard drive
After changing the service file, I think you need something like systemctl daemon-reload
Check man systemctl
You may need to use sudo systemctl on your linux.
Check man systemctl
You may need to use sudo systemctl on your linux.
- Mon Oct 14, 2024 7:22 am
- Forum: New Donors start here
- Topic: Error when trying to run more than one computer on same account
- Replies: 2
- Views: 1776
Re: Error when trying to run more than one computer on same account
What OS and version? What FAH version?
Can you post a log showing system config and errors?
viewtopic.php?t=26036
Can you post a log showing system config and errors?
viewtopic.php?t=26036
- Sat Oct 12, 2024 1:16 am
- Forum: V8.3.xx Open Beta
- Topic: Setup on Linux -- Headless
- Replies: 13
- Views: 19413
Re: Setup on Linux -- Headless
The url for 8.3 is v8-3.foldingathome.org
You can also use v8-4.foldingathome.org which is backwards compatible
The beta web control url is very old.
You can also use v8-4.foldingathome.org which is backwards compatible
The beta web control url is very old.
- Fri Oct 11, 2024 6:30 am
- Forum: V8.3.xx Open Beta
- Topic: Setup on Linux -- Headless
- Replies: 13
- Views: 19413
Re: Setup on Linux -- Headless
The directory fah-web-control needs to be in the client data directory, which is its current working directory when it runs.
You honestly should not use the local web control. There is no need when you have the client linked to your account.
You honestly should not use the local web control. There is no need when you have the client linked to your account.
- Fri Oct 11, 2024 6:18 am
- Forum: V8.3.xx Open Beta
- Topic: Setup on Linux -- Headless
- Replies: 13
- Views: 19413
Re: Setup on Linux -- Headless
A local web control is served by the client, so the allowed origin needs to include the host that is running the client.
Like I said. Dodgy.
Example origin
http://homeserver.local:7396/
PS don’t share your account token unless you want other people to join your account.
Like I said. Dodgy.
Example origin
http://homeserver.local:7396/
PS don’t share your account token unless you want other people to join your account.