Bitcoin Forum
May 08, 2024, 11:26:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 [All]
  Print  
Author Topic: Noob having a heck of a time with Modminer Quad  (Read 4744 times)
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 13, 2013, 10:26:06 PM
 #1

I am a noob to mining.

Yes, I realize I won't be getting rich at all with this method, but it just sounds like a fun hobby, so getting rich isn't the point anyway.

A friend and I recently each ordered one of the Modminer Quad units from BTCFPGA.  I received mine this week with one broken card (for which Tom is sending out a replacement this week).  I've managed to get the hardware set up correctly so that the remaining three cards are able to be powered up.  I've also installed Ubuntu - my first foray into Ubuntu/Linux - and BFGMiner.

That's about as far as I've gotten.

When I attempt to run BFGMiner, it gives me an error about OpenCL and not having any gpus present.  I'm not trying to mine with gpus though, so I'm totally stuck at this point and clueless as to how to proceed.

The three units run with the fans just fine, though one of the units is missing some pieces:



On that card, the red LED also does not light up.

Does that mean this card is also damaged?

In the brief documentation, it says that the MMQ should be automatically detected by BFGMiner.  Mine are not.

I know that part of the problem is that I'm not sure how to proceed.  Any help would be greatly appreciated, and please understand that I already know I'm a noob!

Also, please don't post just to tell me that I won't make money, or that when (if?) ASICs come out this will all be pointless.  I've already heard it.
1715167611
Hero Member
*
Offline Offline

Posts: 1715167611

View Profile Personal Message (Offline)

Ignore
1715167611
Reply with quote  #2

1715167611
Report to moderator
1715167611
Hero Member
*
Offline Offline

Posts: 1715167611

View Profile Personal Message (Offline)

Ignore
1715167611
Reply with quote  #2

1715167611
Report to moderator
1715167611
Hero Member
*
Offline Offline

Posts: 1715167611

View Profile Personal Message (Offline)

Ignore
1715167611
Reply with quote  #2

1715167611
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715167611
Hero Member
*
Offline Offline

Posts: 1715167611

View Profile Personal Message (Offline)

Ignore
1715167611
Reply with quote  #2

1715167611
Report to moderator
1715167611
Hero Member
*
Offline Offline

Posts: 1715167611

View Profile Personal Message (Offline)

Ignore
1715167611
Reply with quote  #2

1715167611
Report to moderator
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 14, 2013, 02:49:05 AM
 #2

Any input?  I went ahead and started from scratch and was able to get everything compiled and working with BFGMiner 3.0.0 and Ubuntu.  It won't recognize my modminer quad FPGAs though. 

Can anyone give me any advice on how to get my computer and BFGMiner to recognize that there are two FPGA cards attached via USB? 
nomabitva
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 18, 2013, 11:35:43 PM
 #3

I think I am going to join the FPGA hobby club and get a modminer too, JonSnow.  Any updates on solving your issues?

Also, have you thought about running yours off of a raspberry pi?  Seems like it would be trickier to set up but simpler, less power, more portable, and more stable.
 
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 19, 2013, 01:33:55 AM
 #4

I think I am going to join the FPGA hobby club and get a modminer too, JonSnow.  Any updates on solving your issues?

Also, have you thought about running yours off of a raspberry pi?  Seems like it would be trickier to set up but simpler, less power, more portable, and more stable.
 

Well, Tom has sent out 2 replacement fpga cards, but I'm still having trouble getting the computer to recognize and mine from them.  Sad  Another member on the forums - battmann - is running his off of a Raspberry Pi, like you mention, but hasn't been able to get it to work on his system yet either. 
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 19, 2013, 09:02:16 PM
 #5

Did you compile BFGminer specifically to support the MMQ? In programs like cgminer, you just just use cgminer-fpgaonly. However in BFGminer you actually have to specifically compile BFGminer for it.

First, check that you have all of the following dependencies, and install them if you don't. And check that your user is able to run USB devices (only a problem if you're on a networked computer on a campus or whatnot).

Code:
apt-get install build-essential libncurses libcurl4-gnutls-dev libncurses5-dev

and

Code:
apt-get install automake autoconf libtool

Then you're going to download the tarball, extract it, and then cd to that directory.

Then to compile it you need to use the "--enable-modminer" switch that was built into the program.

Code:
./configure --enable-modminer
make
make install

And all of that lovely junk. Let me know if you aren't clear on any steps or if you did these exact steps before.

As far as that picture goes, can you get a better focus on each of those capacitors? It just looks like the SMT capacitors were ripped off.
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 19, 2013, 09:05:33 PM
 #6

I will try that again, Signus, though I feel like I've tried everything about twenty times at this point!  Here are the latest things I've tried:

Here are the instructions Tom gave, which I've followed:

Code:
only install the non optional dependancies

then do this

sudo apt-get install build-essential
sudo passwd root

change the root passwd

su root

then do  apt-get install git
git the latest bfgminer

git clone https://github.com/luke-jr/bfgminer.git

then cd bfgminer
./autogen.sh
sudo make install

and then when you run bfgminer
run it as root

and it should detect the mmq

I've done all of that exactly, but I get stuck at the "sudo make install" line toward the end.  I'm running Linux Mint now (Tom said I needed to do a fresh install - I did that) and it doesn't seem to recognize the "sudo make install" command.  Furthermore, ./bfgminer doesn't do anything.  There are no usb devices recognized when I try ls /dev/ttyUSB* but ls /dev/ttyACM0 works.

I have no clue what to try at this point and am still waiting to hear back from Tom.

This is so frustrating.  Also still haven't received the second replacement fpga.
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 19, 2013, 09:10:32 PM
 #7

Personally try my method. The autogen.sh may not compile correctly. If you run ./configure --enable-modminer you can see if any errors are thrown.

And what do you mean it doesn't recognize sudo make install? Can you give us the exact output you're getting?

Be sure to "ls -l" the directory so we can see all of what is in the bfgminer folder you downloaded, and then make sure you are in the sudoers group, otherwise you have to be root.
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 19, 2013, 09:16:12 PM
 #8

Then to compile it you need to use the "--enable-modminer" switch that was built into the program.

Code:
./configure --enable-modminer
make
make install

And all of that lovely junk. Let me know if you aren't clear on any steps or if you did these exact steps before.

As far as that picture goes, can you get a better focus on each of those capacitors? It just looks like the SMT capacitors were ripped off.

Thank you!  I've done this and when I try to start it using the ./bfgminer command, I get the error "Failed to load OpenCL library, no GPUs usable [...] All devices disabled, cannot mine!"

Which is pretty much what every attempt at this has led to.
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 20, 2013, 12:14:13 AM
 #9

Try using --disable-gpu or -G to turn of it checking for GPU's. There is also a --scan-serial <arg> command, which searches for FPGA devices, where arg is the device to scan for. In Ubuntu you'd just go try /dev/usb or whatnot. Not sure what you'd input if you were using Windows, but luckily enough you're not using Windows.

JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 20, 2013, 12:21:00 AM
 #10

Try using --disable-gpu or -G to turn of it checking for GPU's. There is also a --scan-serial <arg> command, which searches for FPGA devices, where arg is the device to scan for. In Ubuntu you'd just go try /dev/usb or whatnot. Not sure what you'd input if you were using Windows, but luckily enough you're not using Windows.



another awesome member here SSH'ed in to my machine and was not able to get things working either.  he did have slightly more success with cgminer.  the computer recognizes that there is a btcfpga plugged in to the usb, but doesn't "see" any of the actual mining devices plugged into the plate.

he did save a debug file with the errors - i can paste it here.
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 20, 2013, 04:50:07 AM
 #11

Try using --disable-gpu or -G to turn of it checking for GPU's. There is also a --scan-serial <arg> command, which searches for FPGA devices, where arg is the device to scan for. In Ubuntu you'd just go try /dev/usb or whatnot. Not sure what you'd input if you were using Windows, but luckily enough you're not using Windows.



another awesome member here SSH'ed in to my machine and was not able to get things working either.  he did have slightly more success with cgminer.  the computer recognizes that there is a btcfpga plugged in to the usb, but doesn't "see" any of the actual mining devices plugged into the plate.

he did save a debug file with the errors - i can paste it here.

Yes, please do that. So is it working now in cgminer?

And if you need a second look let me know and I can SSH in as well and check it out. Just PM me.
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 20, 2013, 04:57:29 AM
 #12

Yes, please do that. So is it working now in cgminer?

And if you need a second look let me know and I can SSH in as well and check it out. Just PM me.

Nope, it didn't work in cgminer either.  Here is the error we were receiving:

Code:

[ 3975.532122] usb 5-2: >new full-speed USB device number 8 using uhci_hcd
[ 3975.699200] usb 5-2: >New USB device found, idVendor=1fc9, idProduct=0003
[ 3975.699209] usb 5-2: >New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3975.699216] usb 5-2: >Product: ModMiner LJRalpha
[ 3975.699222] usb 5-2: >Manufacturer: BTCFPGA
[ 3975.699229] usb 5-2: >SerialNumber: 09091A17535804B84FA22B29F5000007
[ 3975.701358] cdc_acm 5-2:1.0: >ttyACM0: USB ACM device

./cgminer --usb MMQ:5 -o pool.50btc.com:8332 -u 1CryptoCo47ZHjDzphSw6rVtesYjSB5hAA -p 1

 cgminer version 2.11.4 - Started: [2013-04-19 19:11:55]
--------------------------------------------------------------------------------
 (5s):0.000 (avg):0.000h/s | A:0  R:0  HW:0  U:0.0/m  WU:0.0/m
 ST: 2  SS: 0  NB: 1  LW: 4  GF: 0  RF: 0
 Connected to pool.50btc.com diff 1 with LP as user 1CryptoCo47ZHjDzphSw6rVtesYjSB5hAA
 Block: 01b820163503b8d7...  Diff:8.97M  Started: [19:11:54]  Best share: 0
--------------------------------------------------------------------------------
 [P]ool management [S]ettings [D]isplay options [Q]uit
--------------------------------------------------------------------------------

 [2013-04-19 19:11:53] Started cgminer 2.11.4
 [2013-04-19 19:11:54] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:11:54] No devices detected!
 [2013-04-19 19:11:54] Waiting for USB hotplug devices or press q to quit
 [2013-04-19 19:11:54] Probing for an alive pool
 [2013-04-19 19:11:54] Long-polling activated for http://pool.50btc.com:8331/LP
 [2013-04-19 19:12:00] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:05] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:10] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:15] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:21] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:26] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:31] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:36] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:42] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:47] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:52] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:57] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:02] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:08] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:13] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:18] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:23] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:29] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:34] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:39] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:44] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:49] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:55] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:00] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:05] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:10] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:16] ModMiner detect (5:8) no version reply (-7)

Signus, I will probably take you up on that offer!  I'm going to reinstall the OS - probably a Debian variety this time, and then I'll PM you soon!  Thank you!
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 20, 2013, 05:13:40 AM
 #13

Yes, please do that. So is it working now in cgminer?

And if you need a second look let me know and I can SSH in as well and check it out. Just PM me.

Nope, it didn't work in cgminer either.  Here is the error we were receiving:

Code:

[ 3975.532122] usb 5-2: >new full-speed USB device number 8 using uhci_hcd
[ 3975.699200] usb 5-2: >New USB device found, idVendor=1fc9, idProduct=0003
[ 3975.699209] usb 5-2: >New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3975.699216] usb 5-2: >Product: ModMiner LJRalpha
[ 3975.699222] usb 5-2: >Manufacturer: BTCFPGA
[ 3975.699229] usb 5-2: >SerialNumber: 09091A17535804B84FA22B29F5000007
[ 3975.701358] cdc_acm 5-2:1.0: >ttyACM0: USB ACM device

./cgminer --usb MMQ:5 -o pool.50btc.com:8332 -u 1CryptoCo47ZHjDzphSw6rVtesYjSB5hAA -p 1

 cgminer version 2.11.4 - Started: [2013-04-19 19:11:55]
--------------------------------------------------------------------------------
 (5s):0.000 (avg):0.000h/s | A:0  R:0  HW:0  U:0.0/m  WU:0.0/m
 ST: 2  SS: 0  NB: 1  LW: 4  GF: 0  RF: 0
 Connected to pool.50btc.com diff 1 with LP as user 1CryptoCo47ZHjDzphSw6rVtesYjSB5hAA
 Block: 01b820163503b8d7...  Diff:8.97M  Started: [19:11:54]  Best share: 0
--------------------------------------------------------------------------------
 [P]ool management [S]ettings [D]isplay options [Q]uit
--------------------------------------------------------------------------------

 [2013-04-19 19:11:53] Started cgminer 2.11.4
 [2013-04-19 19:11:54] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:11:54] No devices detected!
 [2013-04-19 19:11:54] Waiting for USB hotplug devices or press q to quit
 [2013-04-19 19:11:54] Probing for an alive pool
 [2013-04-19 19:11:54] Long-polling activated for http://pool.50btc.com:8331/LP
 [2013-04-19 19:12:00] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:05] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:10] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:15] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:21] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:26] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:31] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:36] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:42] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:47] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:52] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:12:57] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:02] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:08] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:13] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:18] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:23] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:29] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:34] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:39] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:44] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:49] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:13:55] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:00] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:05] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:10] ModMiner detect (5:8) no version reply (-7)
 [2013-04-19 19:14:16] ModMiner detect (5:8) no version reply (-7)

Signus, I will probably take you up on that offer!  I'm going to reinstall the OS - probably a Debian variety this time, and then I'll PM you soon!  Thank you!

I'll look into what's generating that error. Gotta love open source.

I'd suggest going back to Ubuntu for simplicity. But Debian based is the easiest for most people. It just makes sense. Let me know when you need help!
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 21, 2013, 08:08:33 PM
 #14

I've reinstalled everything from scratch, the LED blinks consistently, but I'm still getting the following error from --scan-serial:

Code:
ModMiner detect: zero FPGAs reported on /dev/ttyACM0
ModMiner detect: zero FPGAs reported on /dev/serial/by-id/usb-BTCFPGA_ModMiner_LJRalpha_09091A17535804B84FA22B29F5000007-if00
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 22, 2013, 10:49:29 PM
 #15

Well, it has been over a week since Tom said he sent my 2nd replacement card and I still haven't received it or had any luck getting the miner to actually mine.  Tom also hasn't responded since Wednesday.  Undecided  This is getting frustrating.

At this point, I would be willing to pay someone a bounty for getting the miner to work.
nomabitva
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 23, 2013, 08:13:05 PM
 #16

Received two modminer quads yesterday from Tom (?).  They are working.  Took a little while to find the right drivers for them (lots of broken links).  Eventually found them at https://www.modminerquad.com/index.php?title=64x_Windows_Drivers.

Bummer your board was broken.  Try calling Tom on the phone?
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 23, 2013, 08:18:47 PM
 #17

Tom has said he sent out the replacement two weekends ago, and calling him won't do anything in my case because I'm waiting for him to SSH in to see if he can get them working.

I'm using Linux though, so I don't require windows drivers.

Tom emailed last night to say he was ready to SSH in, I responded about 10 minutes later and then never heard back from him and he never did SSH in. 
Signus
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
April 24, 2013, 05:35:03 AM
 #18

Tom has said he sent out the replacement two weekends ago, and calling him won't do anything in my case because I'm waiting for him to SSH in to see if he can get them working.

I'm using Linux though, so I don't require windows drivers.

Tom emailed last night to say he was ready to SSH in, I responded about 10 minutes later and then never heard back from him and he never did SSH in. 

Well I am still available to help you if you need. PM me if you'd like.
nomabitva
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 24, 2013, 05:49:12 AM
 #19

I am now getting the same error message with cgminer.  I have two modminer quads.  Maybe I should try resetting the bitstream on the fpgas?

Code:
[2013-04-23 22:49:48] ModMiner detect (6:1) no FPGA count reply (0:-7)
[2013-04-23 22:49:49] ModMiner detect (6:2) no version reply (-7)
[2013-04-23 22:49:54] ModMiner detect (6:1) no version reply (-7)
[2013-04-23 22:49:55] ModMiner detect (6:2) no FPGA count reply (0:-7)
[2013-04-23 22:50:00] ModMiner detect (6:1) no version reply (-7)
[2013-04-23 22:50:01] ModMiner detect (6:2) no version reply (-7)
[2013-04-23 22:50:06] ModMiner detect (6:1) no version reply (-7)
[2013-04-23 22:50:06] ModMiner detect (6:2) no version reply (-7)
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 24, 2013, 05:54:21 AM
 #20

Tom has said he sent out the replacement two weekends ago, and calling him won't do anything in my case because I'm waiting for him to SSH in to see if he can get them working.

I'm using Linux though, so I don't require windows drivers.

Tom emailed last night to say he was ready to SSH in, I responded about 10 minutes later and then never heard back from him and he never did SSH in. 

Well I am still available to help you if you need. PM me if you'd like.

PMing now.
nomabitva
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 24, 2013, 06:56:00 AM
 #21

I seem to have fixed my problem.

1. Power your Modminer Quad (MMQ) via molex, but don't plug into computer via usb.
2. Reset MMQ by bridging left-most two contacts on the RESET pad with a conductor for ~5 sec.  See instructions here: https://www.modminerquad.com/index.php?title=Firmware (note: I did not touch the ISP pad)
3. Plug MMQ into computer via USB.  Verify drivers are correct, should be "ModMiner QUAD" not "ModMiner LJRalpha". I used drivers from https://www.modminerquad.com/index.php?title=64x_Windows_Drivers.  Don't use these unless you are 64bit.
4. Start bfgminer.  It recognizes the MMQ and decides to upload a new bitstream.

This worked for me.  I'm not sure how it all got messed up.  I tried powering my 2 MMQ from a new ATX power supply today that wasn't connected to a motherboard - perhaps this spiked the power and corrupted the FPGAs.  In any case, resetting seemed to do the trick - now my MMQs are getting about 830 Mhs.

Good luck
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 24, 2013, 08:07:55 AM
 #22

If you're posting to me, I'm not using Windows.  I'm on Ubuntu 12.04. 

Congrats on getting yours fixed!
dex1
Full Member
***
Offline Offline

Activity: 141
Merit: 116



View Profile
April 24, 2013, 11:46:45 PM
 #23

Any input?  I went ahead and started from scratch and was able to get everything compiled and working with BFGMiner 3.0.0 and Ubuntu.  It won't recognize my modminer quad FPGAs though. 

Can anyone give me any advice on how to get my computer and BFGMiner to recognize that there are two FPGA cards attached via USB? 

Try this
Code:
sudo modprobe ftdi_sio Vendor=0x1fc9 Product=0x0003

JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 25, 2013, 12:37:06 AM
 #24

Any input?  I went ahead and started from scratch and was able to get everything compiled and working with BFGMiner 3.0.0 and Ubuntu.  It won't recognize my modminer quad FPGAs though. 

Can anyone give me any advice on how to get my computer and BFGMiner to recognize that there are two FPGA cards attached via USB? 

Try this
Code:
sudo modprobe ftdi_sio Vendor=0x1fc9 Product=0x0003



That gives me:

Code:
FATAL: Error inserting ftdi_sio (/lib/modules/3.5.0-27-generic/kernel/drivers/usb/serial/ftdi_sio.ko): Invalid argument
dex1
Full Member
***
Offline Offline

Activity: 141
Merit: 116



View Profile
April 25, 2013, 07:47:40 AM
 #25

Any input?  I went ahead and started from scratch and was able to get everything compiled and working with BFGMiner 3.0.0 and Ubuntu.  It won't recognize my modminer quad FPGAs though. 

Can anyone give me any advice on how to get my computer and BFGMiner to recognize that there are two FPGA cards attached via USB? 

Try this
Code:
sudo modprobe ftdi_sio Vendor=0x1fc9 Product=0x0003



That gives me:

Code:
FATAL: Error inserting ftdi_sio (/lib/modules/3.5.0-27-generic/kernel/drivers/usb/serial/ftdi_sio.ko): Invalid argument

Well I'm noob as well but that worked the trick for me.

My setup is Cairnsmore1 FPGA, Ubuntu 12.04 and Bfgminer 3.0.0
which I got from PPA https://launchpad.net/~unit3/+archive/bfgminer.
(hassle free installation).At the biginning I was getting similar
output as yours (no devices on  /dev/ttyUSBx).

Now dumb question but have you read README.FPGA
(https://github.com/luke-jr/bfgminer/blob/bfgminer/README.FPGA)
especially lines 79-95 ?
DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 28, 2013, 02:54:32 PM
 #26

I seem to have fixed my problem.

1. Power your Modminer Quad (MMQ) via molex, but don't plug into computer via usb.
2. Reset MMQ by bridging left-most two contacts on the RESET pad with a conductor for ~5 sec.  See instructions here: https://www.modminerquad.com/index.php?title=Firmware (note: I did not touch the ISP pad)
3. Plug MMQ into computer via USB.  Verify drivers are correct, should be "ModMiner QUAD" not "ModMiner LJRalpha". I used drivers from https://www.modminerquad.com/index.php?title=64x_Windows_Drivers.  Don't use these unless you are 64bit.
4. Start bfgminer.  It recognizes the MMQ and decides to upload a new bitstream.

This worked for me.  I'm not sure how it all got messed up.  I tried powering my 2 MMQ from a new ATX power supply today that wasn't connected to a motherboard - perhaps this spiked the power and corrupted the FPGAs.  In any case, resetting seemed to do the trick - now my MMQs are getting about 830 Mhs.

Good luck

just confirming that Win7 does popup real easy with those drivers..  changes the name from LJRalpha to QUAD in a snap and gives it a com port.
with this knowledge I am going to try again to change the ini file and see if I can force my XP box to play ball

You don't have to reset the MMQ unless you are having issues, I didn't for my win7 box

I'll still have to deal with bfgminer since compiling it can be a pain in the ass with all the pre-reqs (still not too sure about configure.ac file creation)


~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 28, 2013, 07:31:19 PM
 #27

I've read everything and mine is still not working.  Three different people have SSH'ed in and not a single one could get it working.  One of those people was Tom himself.  I'm at a loss here.  My other replacement card should get here this week, I hope, since Tom said it was returned to him due to his not putting enough postage.  He told me to text him when I was ready for him to SSH in again, and I did - texted three times to no avail.

Not sure what to do or what recourse I have.  This whole ordeal has been frustrating as all hell.
DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 28, 2013, 07:35:52 PM
 #28

wow so you never got your second board yet?

I was able to clear out my failed xp attemps, and change the inf file for 32 bit and it loaded the right type of com driver for it..  so it finally looks happy on my xp 32 bit machine

now i just have to dive into a miner now and see which pool is best to use or if i can still use deepbit with it


~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
shep80
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
April 28, 2013, 07:47:31 PM
 #29

I've read everything and mine is still not working.  Three different people have SSH'ed in and not a single one could get it working.  One of those people was Tom himself.  I'm at a loss here.  My other replacement card should get here this week, I hope, since Tom said it was returned to him due to his not putting enough postage.  He told me to text him when I was ready for him to SSH in again, and I did - texted three times to no avail.

Not sure what to do or what recourse I have.  This whole ordeal has been frustrating as all hell.

Have you tried to "reset" procedure that someone else tried? Given the state your was in, that might not be a terrible idea.

DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 28, 2013, 07:55:59 PM
 #30

i grabbed the bfgminer 3.0 win32 version and sent it to use deepbit... it is 'programming' the FPGA now..  30% complete so far..

wish I had time to do this a week or so ago!



~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
DPoS
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
April 28, 2013, 09:40:55 PM
 #31

It's happy mining now   Grin    deepbit showed it running @ 866Mh for a while then I closed the mining window by accident!! doh!




~~BTC~~GAMBIT~~BTC~~Play Boardgames for Bitcoins!!~~BTC~~GAMBIT~~BTC~~ Something I say help? Donate BTC! 1KN1K1xStzsgfYxdArSX4PEjFfcLEuYhid
naitsabez
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 30, 2013, 08:05:57 AM
 #32

i recieved my MMQ yesterday but it is not working. LED1 is not lighting up und my PC windows 8 not recognize anything when i plug in. only fans working. what is the best way to contact Tom? i tried to call him, he not call back yet.  Cry
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
April 30, 2013, 09:08:47 AM
 #33

i recieved my MMQ yesterday but it is not working. LED1 is not lighting up und my PC windows 8 not recognize anything when i plug in. only fans working. what is the best way to contact Tom? i tried to call him, he not call back yet.  Cry

No clue.  I FINALLY got my 2nd replacement card, but still haven't heard back from him.
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 01, 2013, 09:20:51 PM
 #34

Okay ... I've reset it and now on Ubuntu I have a storage device showing up as "CRP DISABLD" ... anyone know what that means?
JonSnow (OP)
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 17, 2013, 01:11:26 AM
 #35

Update: 

It has been over a month and a half since I initially placed my MMQ order.  Two replacement cards later and multiple peoples' attempts to get it working (including Tom, whose product this is) and it STILL will not work.  I've tried three different power supplies, five different operating systems, three forum members with FPGA and Linux experience have tried SSH'ing in to no avail, Tom himself hasn't been able to get it work ... and at this point, I just want this situation resolved. 

Sad
Pages: 1 2 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!