Hi guys, I've been at this all day and I'm struggling to get poclbm to work. Is fglrx really the issue or is it something else? Any help would be greatly appreciated.
[ec2-user@ip-xx-xx-xx-xxx poclbm]$ sudo python ./poclbm.py http://xxxxx.xxx:
[email protected]:3333 -v -w 256 --verbose -d 0 --platform 0
FATAL: Module fglrx not found.
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
WARNING: no adl3 module found (github.com/mjmvisser/adl3), temperature control is disabled
01/04/2013 00:50:09, started OpenCL miner on platform 0, device 0 (Tesla M2050)
01/04/2013 00:50:09, Setting server (xxxxx.xxx @ stratum.bitcoin.cz:3333)
Traceback (most recent call last):
File "./poclbm.py", line 101, in
if switch: switch.stop()
File "/home/ec2-user/poclbm/Switch.py", line 149, in stop
self.server_source().stop()
File "/home/ec2-user/poclbm/Switch.py", line 267, in server_source
import GetworkSource
File "/home/ec2-user/poclbm/GetworkSource.py", line 3, in
from httplib import HTTPException
File "/usr/lib64/python2.6/httplib.py", line 1094, in
import ssl
File "/usr/lib64/python2.6/ssl.py", line 83, in
class SSLSocket(socket):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not strOpenCL info script
[ec2-user@ip-xx-xx-xx-xxx ~]$ sudo python ./opencl.py
[01:48:38] Python OpenCL Info v0.1
[01:48:38] Python Version: 2.6.8 64bit
[01:48:38] PyOpenCL Path: /usr/lib64/python2.6/site-packages/pyopencl-2013.1-py2.6-linux-x86_64.egg/pyopencl
[01:48:38] Boost Python Version: Not Found
[01:48:39] PyOpenCL Version: 2013.1
FATAL: Module fglrx not found.
Error! Fail to load fglrx kernel module! Maybe you can switch to root user to load kernel module directly
[01:48:43] Listing platforms and devices:
[01:48:43]
[01:48:43] [cl:0] NVIDIA CUDA
[01:48:43] [cl:0:0] Tesla M2050
[01:48:43] [cl:0:1] Tesla M2050
[01:48:43]
[01:48:43] [cl:1] AMD Accelerated Parallel Processing
[01:48:43] [cl:1:0] Intel(R) Xeon(R) CPU X5570 @ 2.93GHz
[01:48:43]
[01:48:43] This program will exit in 300 seconds...
$ rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf
kernel-2.6.35.11-83.9.amzn1.x86_64
kernel-3.4.37-40.44.amzn1.x86_64
kernel-headers-3.4.37-40.44.amzn1.x86_64
nvidia-310.40-2013.03.10.amzn1.x86_64
nvidia-kmod-2.6.35.11-83.9.amzn1-260.19.36-1.27.amzn1.x86_64
nvidia-kmod-3.4.37-40.44.amzn1-310.40-2013.03.10.amzn1.x86_64
3.4.37-40.44.amzn1.x86_64
nvidia 9399284 0
i2c_core 24483 2 nvidia,i2c_piix4
cat: /etc/X11/xorg.conf: No such file or directory