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

Driver not found #4

Open
smoslinux opened this issue Jan 7, 2018 · 5 comments
Open

Driver not found #4

smoslinux opened this issue Jan 7, 2018 · 5 comments

Comments

@smoslinux
Copy link

Hi, I saw the new version of this software and I tried to run, but I have an issue with ADL. This is Linux environment and the amd-pro drivers are installed 17.40

Traceback (most recent call last):
  File "test.py", line 25, in <module>
    from pyadl import *
  File "/opt/pyadl/pyadl/__init__.py", line 11, in <module>
    from .pyadl import *
  File "/opt/pyadl/pyadl/pyadl.py", line 28, in <module>
    raise ADLError("Driver not found!")
pyadl.pyadl.ADLError: Driver not found!
@hunasdf
Copy link
Collaborator

hunasdf commented Jan 7, 2018

Hi, I cannot test it on linux, I have installed only windows (or mac :D). If you can wait a few days, I will install one and try to fix this problem.
On the other hand, this part of code is based on adl3 lib. I did not make any modification to load the driver. (adl_api.py from line 38 to 48). And based on the documentation, the loading procedure looks fine :)

@smoslinux
Copy link
Author

Yes, please do it. 👍

@hunasdf
Copy link
Collaborator

hunasdf commented Jan 10, 2018

I do not forget it! Just my machine failed :( The distributor is replacing the motherboard... Sorry for the delay!

@smoslinux
Copy link
Author

Thanks! I'm waiting for your response :)

@hunasdf
Copy link
Collaborator

hunasdf commented Jan 13, 2018

Finally, I could install an Ubuntu 16.04 to my machine and I got the same issue like you. But the bad news: AMD ADL lib is not supported by the amdgpu-pro driver (reference: https://bugs.freedesktop.org/show_bug.cgi?id=96786) :( But I did not find any official news or something about that. Based on the documentation and the official webpage of ADL, linux is supported. Just not working for anyone :D
As a result, we have to find an other alternative on linux, like hwmon and sysfs as it wrote in the comment or maybe opencl.

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