Well, if that's the ONLY output, then based on that, it's only one of a couple things :
[2014-03-17 10:36:55] yacminer: -R: requires an argument
[2014-03-17 10:50:18] yacminer: -R: Invalid value passed to set raw intensity
[2014-03-17 10:37:02] yacminer: -R: unrecognized option
[2014-03-17 10:53:42] yacminer: -R: Invalid parameters for raw intensity
Two of which are produced by any code I've had to touch(part of libccan), and the code for -I is identical for parsing the parameters. If the library wasn't working or was different from what's included in the source, then -I would not work either, so I'm leaning towards the second or third option, and my guess would be that it isn't the latest code or you're executing a different binary if you compiled 3.5.0 yourself. run
./yacminer -V
and
./yacminer --help
let's see that output...
With that said though, There is a missing return value in the set_rawintensity routine (all the other ones return NULL, this one could return garbage I guess). I've added that return value and committed it. If you've checked the other issues and know that's not it, pull the latest version from github, compile it and try that. I'd like to know either way if it works or does not.
So tried updating my system, saw that it did not update anymore, changed server and it worked again. So tried after that to recompile. Did not work. At least I dodged the embarassment of forgotten updates.
Next thing downloaded everything from github again, recompiled and then no error. But still just I set, so removed I from script and now its rI.
Awesome, somebody can buy himself some cocktail or asian takeout when I get some coins together. Thank you!
For completion the requested infos:
bab5@bab5-desktop:~/YACMiner-master$ ./yacminer --help
yacminer 3.5.0-yac2
Built with GPU scrypt mining support.
Usage: ./yacminer [-BDdGEgIXRKklmpPQqsTouvwOchnV]
Options for both config file and command line:
--api-allow <arg> Allow API access only to the given list of [G:]IP[/Prefix] addresses[/subnets]
--api-description <arg> Description placed in the API status header, default: cgminer version
--api-groups <arg> API one letter groups G:cmd:cmd[,P:cmd:*...] defining the cmds a groups can use
--api-listen Enable API, default: disabled
--api-network Allow API (if enabled) to listen on/for any address, default: only 127.0.0.1
--api-port <arg> Port number of miner API (default: 4028)
--auto-fan Automatically adjust all GPU fan speeds to maintain a target temperature
--auto-gpu Automatically adjust all GPU engine clock speeds to maintain a target temperature
--balance Change multipool strategy from failover to even share balance
--benchmark Run cgminer in benchmark mode - produces no shares
--buffer-size|-B <arg> Set OpenCL Buffer size in MB for scrypt mining, comma separated
--compact Use compact display without per device statistics
--debug|-D Enable debug output
--device|-d <arg> Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all
--disable-gpu|-G Disable GPU mining even if suitable devices exist
--disable-rejecting Automatically disable pools that continually reject shares
--expiry|-E <arg> Upper bound on how many seconds after getting work we consider a share from it stale (default: 60)
--failover-only Don't leak work to backup pools when primary pool is lagging
--fix-protocol Do not redirect to a different getwork protocol (eg. stratum)
--gpu-dyninterval <arg> Set the refresh interval in ms for GPUs using dynamic intensity (default: 7)
--gpu-platform <arg> Select OpenCL platform ID to use for GPU mining (default: -1)
--gpu-threads|-g <arg> Number of threads per GPU - one value or comma separated list (e.g. 1,2,1)
--gpu-engine <arg> GPU engine (over)clock range in Mhz - one value, range and/or comma separated list (e.g. 850-900,900,750-850)
--gpu-fan <arg> GPU fan percentage range - one value, range and/or comma separated list (e.g. 0-85,85,65)
--gpu-map <arg> Map OpenCL to ADL device order manually, paired CSV (e.g. 1:0,2:1 maps OpenCL 1 to ADL 0, 2 to 1)
--gpu-memclock <arg> Set the GPU memory (over)clock in Mhz - one value for all or separate by commas for per card
--gpu-memdiff <arg> Set a fixed difference in clock speed between the GPU and memory in auto-gpu mode
--gpu-powertune <arg> Set the GPU powertune percentage - one value for all or separate by commas for per card
--gpu-reorder Attempt to reorder GPU devices according to PCI Bus ID
--gpu-vddc <arg> Set the GPU voltage in Volts - one value for all or separate by commas for per card
--lookup-gap <arg> Set GPU lookup gap for scrypt mining, comma separated
--intensity|-I <arg> Intensity of GPU scanning (d or -10 -> 20, default: d to maintain desktop interactivity)
--xintensity|-X <arg> Shader based intensity of GPU scanning (1 to 9999), overrides --intensity|-I.
--rawintensity|-R <arg> Raw intensity of GPU scanning (1 to 2147483647), overrides --intensity|-I and --xintensity|-X.
--kernel-path|-K <arg> Specify a path to where bitstream and kernel files are (default: "/usr/local/bin")
--kernel|-k <arg> Override sha256 kernel to use (diablo, poclbm, phatk or diakgcn) - one value or comma separated
--load-balance Change multipool strategy from failover to efficiency based balance
--log|-l <arg> Interval in seconds between log output (default: 5)
--lowmem Minimise caching of shares for low memory applications
--monitor|-m <arg> Use custom pipe cmd for output messages
--net-delay Impose small delays in networking to not overload slow routers
--nfmin <arg> Set min N factor for mining scrypt-chacha and N-Scrypt coins (4 to 40)
--nfmax <arg> Set max N factor for mining scrypt-chacha and N-Scrypt coins (4 to 40)
--no-adl Disable the ATI display library used for monitoring and setting GPU parameters
--no-restart Do not attempt to restart GPUs that hang
--no-submit-stale Don't submit shares if they are detected as stale
--nscrypt Use the adaptive N-Factor scrypt algorithm for mining
--pass|-p <arg> Password for bitcoin JSON-RPC server
--per-device-stats Force verbose mode and output per-device statistics
--protocol-dump|-P Verbose dump of protocol-level activities
--queue|-Q <arg> Minimum number of work items to have queued (0+) (default: 1)
--quiet|-q Disable logging output, display status and errors
--real-quiet Disable all output
--remove-disabled Remove disabled devices entirely, as if they didn't exist
--rotate <arg> Change multipool strategy from failover to regularly rotate at N minutes (default: 0)
--round-robin Change multipool strategy from failover to round robin on failure
--scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: 15)
--sched-start <arg> Set a time of day in HH:MM to start mining (a once off without a stop time)
--sched-stop <arg> Set a time of day in HH:MM to stop mining (will quit without a start time)
--scrypt Use the scrypt algorithm for mining
--scrypt-chacha Use the scrypt-chacha algorithm for mining (aka scrypt-jane)
--shaders <arg> GPU shaders per card for tuning scrypt, comma separated
--sharelog <arg> Append share log to file
--shares <arg> Quit after mining N shares (default: unlimited)
--socks-proxy <arg> Set socks4 proxy (host:port)
--starttime <arg> Set nStartTime for mining scrypt-jane and N-Scrypt coins
--syslog Use system log for output messages (default: standard error)
--temp-cutoff <arg> Temperature where a device will be automatically disabled, one value or comma separated list (default: 95)
--temp-hysteresis <arg> Set how much the temperature can fluctuate outside limits when automanaging speeds (default: 3)
--temp-overheat <arg> Overheat temperature when automatically managing fan and GPU speeds, one value or comma separated list (default: 85)
--temp-target <arg> Target temperature when automatically managing fan and GPU speeds, one value or comma separated list (default: 75)
--text-only|-T Disable ncurses formatted screen output
--thread-concurrency <arg> Set GPU thread concurrency for scrypt mining, comma separated
--url|-o <arg> URL for bitcoin JSON-RPC server
--user|-u <arg> Username for bitcoin JSON-RPC server
--vectors|-v <arg> Override detected optimal vector (1, 2 or 4) - one value or comma separated list
--verbose Log verbose output to stderr as well as status output
--worksize|-w <arg> Override detected optimal worksize - one value or comma separated list
--userpass|-O <arg> Username:Password pair for bitcoin JSON-RPC server
--worktime Display extra work time debug information
Options for command line only:
--config|-c <arg> Load a JSON-format configuration file
See example.conf for an example configuration.
--default-config <arg> Specify the filename of the default config file
Loaded at start and used when saving without a name.
--help|-h Print this message
--ndevs|-n Display number of detected GPUs, OpenCL platform information, and exit
--version|-V Display version and exit
bab5@bab5-desktop:~/YACMiner-master$