cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

roddomi
Journeyman III

Problems installing Catalyst 10.9

Hi,

I tried to install Catalyst 10.9 but I am getting the following:

./CLInfo
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  137 ()
  Minor opcode of failed request:  19
  Serial number of failed request:  8
  Current serial number in output stream:  8

I have a HD 5870 card.

Thank you.

0 Likes
8 Replies
ramandee_p
Journeyman III

Hi roddomi,

Have you tried driver sweeper after uninstalling previous driver(if you are in windows).

 

--Ramandeep

VizExperts

0 Likes

My OS is Ubuntu 9.10 (x86_64).

0 Likes

Are your driver is installed properly. I mean are you able to run CCC if you then could you please  run one of the cal samples come with ati streamsdk may be FindNumDevices.

0 Likes

Yes, I can run CCC. But I have problems with FindNumDevices:

$ ./FindNumDevices
Supported CAL Runtime Version: 1.3.185
Found CAL Runtime Version: 1.4.815
Use -? for help
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  137 ()
  Minor opcode of failed request:  19
  Serial number of failed request:  8
  Current serial number in output stream:  8

0 Likes

From your cal output it seems to be that your driver is not installed properly.First uninstall your current driver then restart your system & reinstall your driver in text mode. After installing don't forgert to run "aticonfig --initial" command

 

--Ramandeep

VizExperts

0 Likes

read this thread from post #7 and onward. at the end is a link to hotfix.

http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=140217&enterthread=y

0 Likes

Install the hotfix worked. Thanks eklund.n.

Now my problem is with the precompiled samples in the SDK 2.2. Running CLInfo shows the GPU specs but it printf the following at the end:

Error : printf mismatch!
Error : khr_3d_image_writes mismatch!
Failed!

The SDK 2.1 precompiled samples work fine. I guess this is a problem with the SDK version?

0 Likes

roddomi,

These warnings just signify that these extensions are not supported on your device.

0 Likes