there row of 7 jumpers under DIMM/cart,
http://forum.arcadeotaku.com/viewtopic.php?t=19057#p244548
http://forum.arcadeotaku.com/viewtopic.php?t=19057#p244548
Awesome! Thanks for confirming Linux compatability.Sure enough it was the jumpers. My adapter and the script etc were all fine. Script works 100% in linux too (bonus!).
My motherboard came from a VF4 (as far as I know). The jumpers as compared with Andy's post on AO were quite different. The bottom two (closest to BIOS) were the same. The remaining 5 were all set toward the filter board not the fan as shown in AG's pic. I moved those 5 jumpers over, booted back up, and everything works!
I do have to wonder if I really needed to move all of those, or just one or two. On a quick google I couldn't find info on all those jumper settings. It would be nice if that's documented somewhere, since I have no clue what else I just changed on my motherboard lol.
Thanks again both of you for all your help.
I'd bet 4 of them select CN8 signal pins (1,2,4,5) source RS422 or RS232I do have to wonder if I really needed to move all of those, or just one or two. On a quick google I couldn't find info on all those jumper settings. It would be nice if that's documented somewhere, since I have no clue what else I just changed on my motherboard lol.
big thanks to you as well. your's logs give me last missing pieces of puzzle, which was quite hard (and boring) to solve using software analysis.Again I want to sincerely thank MetalliC for his invaluable contributions to this project. I would have hit a lot of brick walls early on and not progressed this quickly without him.
You are right. I just tracked them out. Here is a chart from the center pin of those jumpers to CN8:I'd bet 4 of them select CN8 signal pins (1,2,4,5) source RS422 or RS232
sadly there was no curious enough person who check and document them.
btw it is not hard, there needed just remove that 5 jumpers and test using multimeter connection between each center jumper pin and CN8 signal pins.
thanks for clarifying this ! so these jumpers change CN8 function as was supposed, here is pinout of NAOMI 1 CN8:You are right. I just tracked them out.
Here is a chart from the center pin of those jumpers to CN8:
JP# - CN8 pin no
---------------------
JP9 - Pin 1 RXD
JP10- Pin 4 RTS
JP11- Pin 2 TXD
JP12- Pin 5 CTS
JP13- Pin 3 (6) GND
I changed this line in the WMMT card emulator to say python3 and it still works in Windows 10, so hopefully no edits needed for this one when booted in Linux. I'll try to remember to incorporate that into the next ID3 card emulator release.At that point edit the #! in ID3CARDEMU.py from #!/usr/bin/env python to #!/usr/bin/env python3 and you should be good to go
Did ID2 require you to clean at some point when booting? I wonder if it tracks cleaning intervals similar to how WMMT does I never saw a prompt to clean when I was playing around with ID3, but I never had it booted for an extended period of time and have no battery backup so not sure if it lost count each time I booted.I've been using the ID3 emu for a while, works great. It also worked for ID2 though it got stuck for a bit not knowing how to reply to the 'cleaning' process. When I was about to give up I restarted the emulator, the game booted, and functioned normally from there out.
If anyone needs a naomi 2 > DB9 connector I have the parts to make a couple more. It would be cheap (cost of parts / shipping), so probably about $10 US after postage in the USA.
I'm in the same boat ID3 wise, it's never asked to clean at least yet. ID2 seemed to go through the cleaning process on boot. If you want at some point I could send you a log of the output if you're curious. certainly not a major priority by any means.Did ID2 require you to clean at some point when booting? I wonder if it tracks cleaning intervals similar to how WMMT does I never saw a prompt to clean when I was playing around with ID3, but I never had it booted for an extended period of time and have no battery backup so not sure if it lost count each time I booted.I've been using the ID3 emu for a while, works great. It also worked for ID2 though it got stuck for a bit not knowing how to reply to the 'cleaning' process. When I was about to give up I restarted the emulator, the game booted, and functioned normally from there out.
If anyone needs a naomi 2 > DB9 connector I have the parts to make a couple more. It would be cheap (cost of parts / shipping), so probably about $10 US after postage in the USA.
When I eventually get around to retooling the ID3 script, I'll make sure it can handle cleaning and I can test in ID2. I'm not sure when that will happen, though.I'm in the same boat ID3 wise, it's never asked to clean at least yet. ID2 seemed to go through the cleaning process on boot. If you want at some point I could send you a log of the output if you're curious. certainly not a major priority by any means.
You need the pyserial module. Sorry, I don't have specific directions on hand for that, but you should be able to find it on google.I have received my cables to get this working but can honestly say I am completely lost as to how to get the script up and working. I installed Python 3.5.1 on Windows 7 and I just keep getting errors when trying to run the script in python.exe.
My only experience in running python scripts was running netboot for Naomi using a bat file with text like this:
C:/python27/python.exe Naomi_boot.py ggisuka.bin
I tried to do something similar with this and am only greeted with what you see in the attached picture. Any help is appreciated.