Error Ubuntu 10.10 - 64 bit - ATI V11.11 Error: -clGetPlatformIDs() -1001
#6
(12-03-2011, 06:33 AM)tatgdi Wrote: where are you getting the following files from? I do not recall extracting the following files; but i see the cat command used; is that just output from the two files?(amdocl32.icd/amdocl64.icd)

libamdocl32.so
libamdocl64.so

They are part of the SDK installation and are required for OpenCL. The driver has to install them. If it is not doing it there is a bug in the driver.

(12-03-2011, 06:33 AM)tatgdi Wrote: And as per your wiki:
http://hashcat.net/wiki/troubleshooting_...viceids_-1
How does one confirm that I am the same user whom opened the X session? Please give command/syntax. There are not multiple users on the system.

Just run any other X11 app, for example: xterm

If its opening on your desktop, its working.

(12-03-2011, 06:33 AM)tatgdi Wrote: Lastly what is the following command used for and do I need to use it? I saw it from the old SDK 2.5 install instructions. Which I never had on my machine for it was a clean install.

Run command "sudo ldconfig -v"

Afer this I am fresh out of ideas and will revert back to Ubunyu 11.04-64 bit and see if anything changes.

Thank you

This is not specific for the SDK or driver. With this command you can see from where this dynamically linked app is trying to load its libraries from. On here it was just used to ensure it finds and used the correct libOpenCL.so.1 from driver.


Messages In This Thread
RE: Error Ubuntu 10.10 - 64 bit - ATI V11.11 Error: -clGetPlatformIDs() -1001 - by atom - 12-03-2011, 03:52 PM