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

Win 7/8 auto-gpu detection #123

Closed
MaynardMiner opened this issue May 3, 2019 · 15 comments
Closed

Win 7/8 auto-gpu detection #123

MaynardMiner opened this issue May 3, 2019 · 15 comments
Assignees

Comments

@MaynardMiner
Copy link
Owner

There is an issue regarding auto-gpu detection in win 7/8.

I am working on solution.

@MaynardMiner MaynardMiner self-assigned this May 3, 2019
@petrovsky34
Copy link

Снимок4444444

@MaynardMiner
Copy link
Owner Author

MaynardMiner commented May 3, 2019

The issue is, is that Windows 7/8 has no PNPCLASS in WMI.

pwsh
$Services = @("nvlddmkm","amdkmdap","igfx","BasicDisplay")
Get-CimInstance -namespace root\cimv2 -class Win32_PnPEntity | where Service -in $Services

In CMD.exe. See if that returns a list of all your cards. If it does, I can fix.

@MaynardMiner
Copy link
Owner Author

MaynardMiner commented May 3, 2019

I believe it is now fixed, if you want to check, and download .zip again directly from repository.

I am searching for PNPdevices, and narrowing list by services they use, rather than its PNPClass. I believe there are really one 4 possible services that can be used total- I could be wrong there, so let me know if it doesn't work.

@petrovsky34
Copy link

ok

@petrovsky34
Copy link

-command -cuda 9.2 no work

@petrovsky34
Copy link

add
cuda 9.2---
windows version---
cuda 9.1---

@petrovsky34
Copy link

have a nice weekend)))

@MaynardMiner
Copy link
Owner Author

@petrovsky34

-Cuda was for linux only. I stopped supporting it the moment HiveOS default cuda became 10. It was notated in a release awhile ago.

You can use version update command or manually paste new links into config\nvidia-win.json with different miner version with different cuda.

It is waaaaay too much work to support miners for both linux and Windows, on top of supporting multiple cuda. If I get time I will add, but it is low priority.

@petrovsky34
Copy link

when updating which files are affected??? I change and then I have to redo everything??!?

@MaynardMiner
Copy link
Owner Author

@petrovsky34 SWARM saves all configs in the config folder but the update\ folder (this is so I can update miners).

SWARM also saves all statistics in stats folder, as well as backup stats in backup folder.

Just save a copy of nvidia-win.json prior to updating, then paste it back in after updating.

@petrovsky34
Copy link

Thanks)))

@MaynardMiner
Copy link
Owner Author

@petrovsky34 I am curious- What command is this?

image

@petrovsky34
Copy link

from another miner

@MaynardMiner
Copy link
Owner Author

Note for users:

Attempted fix in version 2.2.5

@MaynardMiner
Copy link
Owner Author

I have heard no issues of it not working since 2.2.5. Closing.

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