Pages:
Author

Topic: Noob having a heck of a time with Modminer Quad (Read 4744 times)

member
Activity: 112
Merit: 10
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
member
Activity: 112
Merit: 10
Okay ... I've reset it and now on Ubuntu I have a storage device showing up as "CRP DISABLD" ... anyone know what that means?
member
Activity: 112
Merit: 10
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.
newbie
Activity: 9
Merit: 0
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
sr. member
Activity: 462
Merit: 250
It's happy mining now   Grin    deepbit showed it running @ 866Mh for a while then I closed the mining window by accident!! doh!



sr. member
Activity: 462
Merit: 250
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!


full member
Activity: 139
Merit: 100
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.

sr. member
Activity: 462
Merit: 250
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

member
Activity: 112
Merit: 10
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.
sr. member
Activity: 462
Merit: 250
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)

full member
Activity: 141
Merit: 115
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 ?
member
Activity: 112
Merit: 10
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
full member
Activity: 141
Merit: 115
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

member
Activity: 112
Merit: 10
If you're posting to me, I'm not using Windows.  I'm on Ubuntu 12.04. 

Congrats on getting yours fixed!
newbie
Activity: 12
Merit: 0
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
member
Activity: 112
Merit: 10
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.
newbie
Activity: 12
Merit: 0
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)
newbie
Activity: 28
Merit: 0
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.
member
Activity: 112
Merit: 10
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. 
newbie
Activity: 12
Merit: 0
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?
Pages:
Jump to: