Jump to content

blixabloxa

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Location
    Melbourne, Australia

Recent Profile Visitors

456 profile views

blixabloxa's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. OK, I got it working on Windows 10 after a bit of fluffing around. Changed the NETMD driver over to the WinUSB version with the Zadig app, installed Python 2.7 and made sure it was set in the Windows PATH environment. Still didn't work as it didn't know which Python version to use. After soem googling I found out that if you have both Python 3 and 2.7 installed on Windows, you can choose which one to run by using "py -2 filename.py" for Python 2 and "py -3 filename.py" for Python 3. Good to know. I obviously had an issue with my Linux setup and HiMD previously when I tested this device. Here are the results of the Sony MZ-RH10. Working well! C:\Users\enzoc\Downloads\netmd_test-main\netmd_test-main>py -2 netmd_test.py Found NetMD: Bus 001 Device 005: ID 054c:0219 Sony Net MD/Hi-MD Found 1 netmd_devs Acquire Device ....OK Get Status ....OK Get Disc Flags ....OK Get Disc Title ....OK Bob Dylan / Gram Parsons Get Disc Capacity ....OK Time used: 02:26:39+030 (99.02%) Get Track Count ....OK 34 tracks Get Length track 2 ....OK Get Encoding Track 2 ....OK Get Flags Track 2 ....OK Move Track 1 to Track 2 ....OK Play ....OK Skip forward ....OK Pause ....OK Play ....OK Get position ....OK Stop ....OK Enter Secure Session ....OK Get Leaf ID ....OK Leave Secure Session ....OK Release Device ....OK Thanks for this d-9. Cheers, blixabloxa (Enzo)
  2. Hi d-9, It was not a not a blank disc. I used the same disc that I used in the MZ - N707. I'll try a different disc and on a Windows laptop later today to see if I get the same result.
  3. Thanks for this d-9. Great debugging work! Cheers, blixabloxa (Enzo) Here are the results for the Sony MZ-N707. Found NetMD: Bus 007 Device 003: ID 054c:0086 Sony Net MD Walkman Found 1 netmd_devs Acquire Device ....OK Get Status ....OK Get Disc Flags ....OK Get Disc Title ....OK Bob Dylan / Gram Parsons Get Disc Capacity ....OK Time used: 02:26:39+030 (99.02%) Get Track Count ....OK 34 tracks Get Length track 2 ....OK Get Encoding Track 2 ....OK Get Flags Track 2 ....OK Move Track 1 to Track 2 ....OK Play ....OK Skip forward ....OK Pause ....OK Play ....OK Get position ....OK Stop ....OK Enter Secure Session ....OK Get Leaf ID ....OK Leave Secure Session ....OK Release Device ....OK I couldn't get my MZ-RH10 to work, but not sure if it is me or the script? I made sure there was a standard MD formatted disk in there, and I unplugged it and re-plugged it in several times. But, always the same result. I am using Linux and the command I used to run the script was python2 netmd_test.py. Here are the results of the Sony MZ-RH10. Found NetMD: Bus 007 Device 011: ID 054c:0219 Sony Net MD/Hi-MD Found 1 netmd_devs Acquire Device ....OK Get Status ....OK Get Disc Flags ....OK Get Disc Title ....FAIL Error: Rejected out -> 18 06 02 20 18 01 00 00 30 00 0a 00 ff 00 00 00 00 00 in <- 18 06 02 20 18 01 00 00 30 00 0a 00 ff 00 00 00 00 00 netmd status: 0A Get Disc Capacity ....OK Time used: 00:00:00+000 (100.00%) Get Track Count ....OK 0 tracks Get Length track 2 ....FAIL Error: Rejected out -> 18 06 02 20 10 01 00 01 30 00 01 00 ff 00 00 00 00 00 in <- 18 06 02 20 10 01 00 01 30 00 01 00 ff 00 00 00 00 00 netmd status: 0A Get Encoding Track 2 ....FAIL Error: Rejected out -> 18 06 02 20 10 01 00 01 30 80 07 00 ff 00 00 00 00 00 in <- 18 06 02 20 10 01 00 01 30 80 07 00 ff 00 00 00 00 00 netmd status: 0A Get Flags Track 2 ....FAIL Error: Rejected out -> 18 06 01 20 10 01 00 01 ff 00 00 01 00 08 in <- 18 06 01 20 10 01 00 01 ff 00 00 01 00 08 netmd status: 0A Move Track 1 to Track 2 ....FAIL Error: Rejected out -> 18 43 ff 00 00 20 10 01 00 00 20 10 01 00 01 in <- 18 43 ff 00 00 20 10 01 00 00 20 10 01 00 01 netmd status: 0A Play ....FAIL Error: Rejected out -> 18 c3 ff 75 00 00 00 in <- 18 c3 ff 75 00 00 00 netmd status: 0A Skip forward ....FAIL Error: Rejected out -> 18 50 ff 10 00 00 00 00 80 01 in <- 18 50 ff 10 00 00 00 00 80 01 netmd status: 0A Pause ....FAIL Error: Rejected out -> 18 c3 ff 7d 00 00 00 in <- 18 c3 ff 7d 00 00 00 netmd status: 0A Play ....FAIL Error: Rejected out -> 18 c3 ff 75 00 00 00 in <- 18 c3 ff 75 00 00 00 netmd status: 0A Get position ....OK Stop ....FAIL Error: Rejected out -> 18 c5 ff 00 00 00 00 in <- 18 c5 ff 00 00 00 00 netmd status: 0A Enter Secure Session ....FAIL Error: Rejected out -> 18 00 08 00 46 f0 03 01 03 80 ff in <- 18 00 08 00 46 f0 03 01 03 80 ff netmd status: 0A Get Leaf ID ....FAIL Error: Rejected out -> 18 00 08 00 46 f0 03 01 03 11 ff in <- 18 00 08 00 46 f0 03 01 03 11 91 netmd status: 0A Leave Secure Session ....OK Release Device ....OK
  4. I have Gracenote with Simple Burner working in a 32 bit Windows XP virtual machine. Not sure about W7 and W10.
  5. Simple Burner works for me, whereas Sonic Stage doesn’t.
  6. tascam_md-801r_md-801p_mkii_mk2_sm.pdf Here is the service manual. Cheers, Enzo
  7. Hi All, I just played around a bit with some UBS sniffer software with my JE780 and Sonicstage, and the results are attached. Not sure if this will help, but you never know. Hopefully someone can understand it. I am assuming the USB construct will be the same or very similar to the JB980, as the devices are very similar. The steps I took were: connect the deck with a USB cable, start the capture program (usblyzer), press the NetMD button on the deck, open Sonicstage, choose NetMD menu option, play a song, skip through a few songs via Sonicstage, stop the playback, quit Sonicstage, and finally stop the capture. Hope this helps. let me know if you want me to try something else or get more traces. I'll see if I can do more. Enzo USB Driver Details.txt Net MD USB Trace.txt
  8. Hi All, Thanks Stefano for this great web application. I got it working on Windows and Ubuntu without issues. I just got an MDS JE780, and was hoping this would work with it - but no luck so far. I am hoping Fabrickator and others can work it out. I did get NEtMD connectivity working with Sonic Stage on Windows XP in a virtual machine - after a few problems with drivers, but fixed with information from an old post by sfbp - Thanks! Could the use of USB sniffers be useful in seeing what is happening between the minidisc deck and Sonic Stage (samples linked below after quick Google search)? I am not an expert, but I am happy to help out if I can with getting traces for others to investigate. https://desowin.org/usbpcap/ and https://freeusbanalyzer.com/ Cheers, Enzo
×
×
  • Create New...