Hey,
So I've been happily running BTCMiner with sudo for a while, but I don't want to anymore
The questions are relative to ubuntu 10.04.
My user has read on /dev/bus/usb/*/* which allows "BTCMiner -m t -i" to see, but not query the board;
~$ java -cp bin/ZtexBTCMiner-111214.jar BTCMiner -m t -i
0: bus=001 device=2 (`002') ID=221a:100
I've changed the udev rule for USB to give the user's group write access and now I can query it just fine:
$ java -cp bin/ZtexBTCMiner-111214.jar BTCMiner -m t -i
0: bus=001 device=2 (`002') ID=221a:100
Manufacturer="ZTEX" Product="btcminer for ZTEX FPGA Modules" SerialNumber="0000000001"
productID=10.0.1.1 fwVer=0 ifVer=1
But when I try to run the miner:
(Re)Scanning bus ...
ztex_ufm1_15d1-0000000001: New device: bitfile=ztex_ufm1_15d1 f_default=192.00MHz f_max=224.00MHz
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Warning: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211): Retrying it ...
Error: Error uploading bitstream: FPGA configuration failed: DONE pin does not go high (size=4220313 , 0 bytes went lost; checksum=203 , should be 203; INIT_B_HIST=211)
Summary:
Total : 0 devices
Disconnect all devices or press Ctrl-C for exit.
Press "r" Enter for re-scanning.
Sudo'ing BTCMiner uploads the bitstream and runs the miner just fine... what am I missing?
Thanks!