hello all, and thanks for the replies.
I come with updates.
So apparently the segmentation fault was due to the fact my icds were misplaced. so i added them (it seems) by taking a shot in the dark doing files likes this in opt/vendors/OpenCL
filename:
amdocl32.icd
content:
/opt/amd-opencl-icd-VERSION.MINOR/lib/libamdocl32.so
i have done this for amdocl64.icd, amdoclcl64.icd, aticalc.icd, aticaldd.icd, and aticalrt.icd. All the icds i could make of the libs provided by the amd sdk.
also, two shortcuts were automatically made by installing the sdk:
libamdocl64.so
libaticalcl.so
they both point to /opt/amd-opencl-icd-VERSION.MINOR/lib/
when i did that, bfgminer told me it couldnt find/read phatk121016.cl, so i made it for him by downloading and adding it from the source:
https://github.com/fcicq/cgminer/blob/master/phatk121016.clinto my bfgminer folder. it worked.
after that, unfortunately, i have yet another error, this is the new and latest output:
--------------------------------------------------------------------------------
5s:144.9 avg:153.1 u: 0.0 Mh/s | A:0 R:0 S:0 HW:1 U:0.0/m BS:0
ST: 2 DW: 0 GW: 1 LW: 6 GF: 0 NB: 1 AS: 0 RF: 0 E: 0.00
Connected to uk1.ghash.io diff 1.02k with stratum as user audricd.worker2
Block: ...f42311a9 #323092 Diff:34.7G (248.1Ph/s) Started: [21:37:34]
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
OCL 0: 59.0C 45% | 128.5/153.1/ 0.0Mh/s | A:0 R:0 HW:1 U:0.00/m
--------------------------------------------------------------------------------
[2014-09-29 21:37:30] Probing for an alive pool
[2014-09-29 21:37:34] Network difficulty changed to 34.7G (248.1Ph/s)
[2014-09-29 21:37:34] Stratum from pool 0 detected new block
[2014-09-29 21:37:34] Disabling extra threads due to dynamic mode.
[2014-09-29 21:37:34] Tune dynamic intensity with --gpu-dyninterval
[2014-09-29 21:37:34] OCL 0 (thread 1) being disabled
[2014-09-29 21:37:54] OCL 0: invalid nonce - HW error
it seems its definitely a step forward as the gpu appears to be detected
also I forgot to mention we are talking about a ati 5780 1gig, the rest of the rig is a amd phenom quad 3ghz, 4gigs of ram ddr2.
im making progress but im stuck again.