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

Add PCI-E bus number in --ndevs listing #27

Open
tedkuban opened this issue Mar 11, 2014 · 5 comments
Open

Add PCI-E bus number in --ndevs listing #27

tedkuban opened this issue Mar 11, 2014 · 5 comments

Comments

@tedkuban
Copy link

Big thanks for continuing GPU support in cgminer. Can You add any additional info in --ndevs listing for more accurate identyfying installed cards, for example - bus number and/or real PCI-E slot speed/version (x1,x4,x8,x16 and 2.0-3.0)? I have troubles finding the GPU core with two HD 7990 installed.

@Kalroth
Copy link
Owner

Kalroth commented Mar 11, 2014

That information is not available through AMDs driver, I'd have to parse the PCI ports directly to retrieve it. But adding PCI access to cgminer isn't a minor thing, so it's not something that's on the table at the moment, sorry.

@Thirtybird
Copy link

If you have physical access to the machine, put your finger on a fan to slow it down, you'll see the RPM change in cgminer.

@tedkuban
Copy link
Author

I can't use fan slowdown method - my cards has waterblocks installed. Besides CGWatcher can show bus number from ADL, I think that cgminer use ADL. And my problem consists that the miner shows frequency in order (card-kernel) 0-0, 1-0, 0-1, 1-1, and productivity (Kh) as 0-0, 0-1, 1-0, 1-1. gpu-map don't solve this.

@Kalroth
Copy link
Owner

Kalroth commented Mar 12, 2014

You can just disable one GPU in cgminer and then find the cold water block.

I agree, it's not the optimal situation, but some reason AMD likes to throw all cards into the same "7900 series" or "290 series" bucket, and that's the only identifier ADL gives you.

@tedkuban
Copy link
Author

I have a 2-core cards, I can find a card but I cannot find one core in a card. I can identify a core with BIOS from ADL (Master-Slave) but I cannot point them to miner GPU number. :-(

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

3 participants