Can u explain how u got Btcminer running on your pi ?
Sure..
1. apt-get install openjdk-6-jre and openjdk-6-jdk
2. Download the SDK here:
http://www.ztex.de/downloads/#firmware_kit, extract it you will get "ztex" directory
3. cd to ztex/libusbJava-src, edit Makefile and change JAVAPREFIX to /usr/lib/jvm/java-6-openjdk (i.e JAVAPREFIX=/usr/lib/jvm/java-6-openjdk)
4. type make, it should build libusbJava64.so, libusbJavaSh.so, and libusbJavaSt.so
5. Soft-link (ln -s) these 3 libraries to the directory where you will run BTCMiner in
6. Run BTCMiner regularly
But it is not stable, crashed my RPi twice in one day, I would go back to Mac before troubleshooting it