Bitcoin Forum
May 04, 2024, 04:01:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: OpenCL won't detect 6990  (Read 3008 times)
mjhorn (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
May 23, 2011, 06:47:34 PM
 #1

I've been following mostly Inaba's guide at http://forum.bitcoin.org/?topic=7514.0, but using the 2.4 SDK. I am also using the 11.5 version of the ATI driver. However, I am unable to get either clinfo or poclbm to detect the card. lspci, fglrxinfo, aticonfig --lsa all seem to see the card correctly. I've done plenty of searching and looked through all the guides I can find, but so far no solution that has worked. Any suggestions to get this running would be greatly appreciated.

lspci -v :
03:00.0 VGA compatible controller: ATI Technologies Inc Device 671d (prog-if 00 [VGA controller])
        Subsystem: ATI Technologies Inc Device 0b2a
        Flags: bus master, fast devsel, latency 0, IRQ 50
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Memory at e5000000 (64-bit, non-prefetchable) [size=128K]
        I/O ports at 9000 [size=256]
        [virtual] Expansion ROM at e4000000 [disabled] [size=128K]
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Legacy Endpoint, MSI 00
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [150] Advanced Error Reporting
        Kernel driver in use: fglrx_pci
        Kernel modules: fglrx


04:00.0 Display controller: ATI Technologies Inc Device 671d
        Subsystem: ATI Technologies Inc Device 1b2a
        Flags: bus master, fast devsel, latency 0, IRQ 51
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at e7000000 (64-bit, non-prefetchable) [size=128K]
        I/O ports at a000 [size=256]
        [virtual] Expansion ROM at e6000000 [disabled] [size=128K]
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Legacy Endpoint, MSI 00
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [150] Advanced Error Reporting
        Kernel driver in use: fglrx_pci
        Kernel modules: fglrx

fglrxinfo:

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10750 Compatibility Profile Context



display: :0.0  screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10750 Compatibility Profile Context

aticonfig --lsa:

* 0. 03:00.0 AMD Radeon HD 6990
  1. 04:00.0 AMD Radeon HD 6990

* - Default adapter

clinfo:
Number of platforms:                             1
  Platform Profile:                              FULL_PROFILE
  Platform Version:                              OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
  Platform Name:                                 AMD Accelerated Parallel Processing
  Platform Vendor:                               Advanced Micro Devices, Inc.
  Platform Extensions:                           cl_khr_icd cl_amd_event_callback cl_amd_offline_devices


  Platform Name:                                 AMD Accelerated Parallel Processing
Number of devices:                               1
  Device Type:                                   CL_DEVICE_TYPE_CPU
...

poclbm.py:

No protocol specified
No device specified or device not found, use -d to specify one of the following

  •      Intel(R) Celeron(R) CPU          430  @ 1.80GHz



1714838477
Hero Member
*
Offline Offline

Posts: 1714838477

View Profile Personal Message (Offline)

Ignore
1714838477
Reply with quote  #2

1714838477
Report to moderator
1714838477
Hero Member
*
Offline Offline

Posts: 1714838477

View Profile Personal Message (Offline)

Ignore
1714838477
Reply with quote  #2

1714838477
Report to moderator
1714838477
Hero Member
*
Offline Offline

Posts: 1714838477

View Profile Personal Message (Offline)

Ignore
1714838477
Reply with quote  #2

1714838477
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714838477
Hero Member
*
Offline Offline

Posts: 1714838477

View Profile Personal Message (Offline)

Ignore
1714838477
Reply with quote  #2

1714838477
Report to moderator
mjhorn (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
May 25, 2011, 06:49:58 PM
 #2

Any ideas?
Basiley
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 25, 2011, 08:47:25 PM
Last edit: May 25, 2011, 09:04:30 PM by Basiley
 #3

"aticonfig --initial -f" does any impact ?
weird kernel module[name].
finack
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
May 25, 2011, 08:57:26 PM
 #4

how about [undeclared]dependencies, such as:
.dotnet 3.5/4
ms vc++ 2005 sp1

Why would you tell someone running linux to install a bunch of microsoft windows packages? Maybe you should slow down on the posting a bit...
Basiley
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 25, 2011, 09:01:35 PM
 #5

how about [undeclared]dependencies, such as:
.dotnet 3.5/4
ms vc++ 2005 sp1

Why would you tell someone running linux to install a bunch of microsoft windows packages? Maybe you should slow down on the posting a bit...
you absolutely right.
sry 4 that..

p.s.
too much messing with deploying/fixing/re-rolling MSWIN networks/boxes, probably.
"all work and no play makes jack dull doll" (c)
mjhorn (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
June 01, 2011, 12:07:35 PM
 #6

Forgot to come back and update this thread, but I have got everything working. After a couple more attempts are reinstalling the drivers/sdk, I was able to get clinfo to detect the cards properly, but only as root. At this point I'm not going to worry about where the permissions are off that I can't do so as a normal user.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!