Bitcoin Forum

Other => Beginners & Help => Topic started by: vulture_capital on June 21, 2011, 07:02:17 AM



Title: One solution to "FATAL kernel error: Failed to load OpenCL kernel!"
Post by: vulture_capital on June 21, 2011, 07:02:17 AM

While it looks like most of these errors on linux are caused by registration/path issues, my problem turned out to be different, so I thought I'd share my fix.

I'm mining on a brand new Ubuntu Natty Narwhal install, and after completing installation here (http://forum.bitcoin.org/index.php?topic=7514.0) with SDK 2.1 I kept getting the "FATAL kernel error: Failed to load OpenCL kernel!" error. None of the usual solutions helped (re-registering the SDK, resetting the library path, etc.).

Turns out it was the command line I was running:
./phoenix.py -u (1234)i:x@mining.eligius.st:8337 -k poclbm DEVICE=0 VECTORS BFI_INT FASTLOOP AGGRESSION=6

After dropping 'vectors' off my command line, mining works fine.



Title: Re: One solution to "FATAL kernel error: Failed to load OpenCL kernel!"
Post by: vulture_capital on June 21, 2011, 07:10:41 AM

Oh, and I'm running a 5770 on this box.