gitsnaf / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

CAL++ Device doesnt show, but installation was error free #427

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get pyrit svn trunk
2. procede as depicted here: 
http://wiki.backbox.org/index.php/Pyrit#AMD-APP_and_CAL.2B.2B

What is the expected output? What do you see instead?
A cal++ device in `pyrit list_cores`. Only CPU

What version of the product are you using? On what operating system?
svn trunk on Ubuntu 12.4.2. AMD APP SK 2.7. Hardware is an APU: AMD A6-3500 
(Radeon HD 6530D).fglrx version is 8.960.

Please provide any additional information below.
Installing cpyrit works and it shows me a opencl device. Before installing 
cal++ I deinstalled cpyrit_opencl.
As there are no debug infos in the troubleshooting-wiki: Is there something I 
can run to check where the installation went wrong?

Original issue reported on code.google.com by chako2...@gmx.de on 16 Apr 2013 at 11:13

GoogleCodeExporter commented 9 years ago
Strangely, I can import the calpp libs.
"xbmc@htpc:/$ python -c 'from cpyrit import _cpyrit_calpp'
xbmc@htpc:/$ pyrit list_cores
Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

The following cores seem available...
#1:  'CPU-Core (SSE2)'
#2:  'CPU-Core (SSE2)'
#3:  'CPU-Core (SSE2)'
xbmc@htpc:/$ 
"
It can import calpp but it doesnt see/show my device.

Original comment by chako2...@gmx.de on 18 Apr 2013 at 10:24

GoogleCodeExporter commented 9 years ago
I know this is an old ticket but If you're still having problems try running it 
as root. sudo pyrit list_cores

Original comment by lsell...@gmail.com on 12 Nov 2013 at 11:30