I just installed Ubuntu 13.10 and MuM 2.7.6 and the first time it ran I configured LTC and it recognized my 4 CPUs and 2 GPUs (5970s). It began hashing but at one-twentyfifth the expected hash rate. So I added scrypt parameters:
-I 18 --lookup-gap 2 -g 1 --thread-concurrency 8000 --gpu-engine 725 --gpu-memclock 1000 --auto-fan
and now it will not hash.
I installed AMD drivers per this guy (
http://rumorscity.com/2013/12/08/headless-linux-litecoin-miner-setup/):
sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev
sudo aticonfig --lsa
sudo aticonfig --adapter=all --initial
sudo reboot
sudo aticonfig --adapter=all --odgt
sudo apt-get install openssh-server byobu
sudo apt-get install curl
sudo apt-get update
sudo apt-get upgrade
The monitor works great. I had previously tried installing AMD proprietary drivers but every time all I got was a black screen. So I did a fresh Ubuntu 13.10 install as above.
I installed bfgminer and MuM according to your instructions:
sudo apt-get install mono-complete
sudo add-apt-repository ppa:unit3/bfgminer
sudo apt-get update
sudo apt-get install bfgminer
mono MultiMiner.Win.exe
Any suggestions how I can get hashing?
I read that the current version of bfgminer has cpumining disabled so it seems the ppa version is old. I searched for "bfgminer" but I can't find where it resides. It's not in the subfolder under MuM. Is there a better way to install bfgminer so MuM will keep it current? TIA
A few notes:
I would start adding arguments one-at-a-time instead of adding several. I'd also be wary of copying a bunch of arguments found online. I have better success taking small steps and making one change at a time. Tuning GPUs for Scrypt is notoriously difficult and I've personally not done it under Linux.
I'd start with just the intensity specified and nothing else and let it hash for 20 minutes or so. See what the internal tuning lands on.
As far as the PPA, I'm not sure what they are hosting at this point. I do know in the past it wasn't terribly up-to-date. Whether CPU mining is enabled or not is just up to whoever packages the binary. It's just an option with ./configure.
As far as keeping BFGMiner updated on Linux, there's unfortunately not a lot that MultiMiner can do here. There's just too many distros, too many ways the dependencies can be installed, etc. With Windows and OS X I am able to just download the precompiled binaries. If you want BFGMiner to be up-to-date I would use apt to remove the current copy and then compile it yourself from the source code. You can use apt-get to install the prereqs (I would assume) and then configure and install BFGMiner manually.