Advertisement
Nofew

How to get Minimodem to work on Windows.

Aug 13th, 2018
755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Here's Windows instructins regardless, owo:
  2.  
  3. 1) Hug https://www.cygwin.com/setup-x86_64.exe .
  4. 2) Use a globally-accessible directory for the isntallation llcoation, such as C:\Cygwin64.
  5. 3) Same deal as 2, but a differet folder. I used C:\cygpkg.
  6. 4) Make it do things until it's all online, happy, and showing you a package manager.
  7. 5) In the search box, type the following in and click the little circly-icon so it changes from "Skip" to either "Install" or a version number:
  8.  
  9. autoconf (just Devel)
  10. make (just Devel)
  11. gcc (Only under Devel, hug /at least/ gcc-core, gcc-g++, all gcc-tools, gccmakedep, and both variants of mingw64-core and mingw64-g++. If unsure, you can just hug them all, but they're kinda large.)
  12. pulse (Audio, Doc, Libs)
  13. pkg-config (Devel)
  14. fftw3 (Devel, Libs, Math)
  15. nano (Editors)
  16. sndfile (Audio, Libs)
  17.  
  18. Next, confirm things, be patient, really patient. Add an icon to your desktop. It's helpy.
  19.  
  20. Run the thingy once it's all done, then extract http://www.whence.com/minimodem/minimodem-0.24.tar.gz to (for example) C:\cygwin64\home\Cecil . There's an archive inside the archive; extract the actual folder that's inside the inside archive. Basically, C:\cygwin64\home\cecil\minimodem (or similar) should be a valid path, not a file name.
  21.  
  22. In Cygwin's shell, do this:
  23.  
  24. cd m{tab}{enter}
  25. ./configure --without-alsa
  26. make
  27.  
  28. Provided there's no errors, you should now be able to do the following:
  29.  
  30. cd src
  31. ./minimodem.exe --tx 300 --tx-carrier -v 0.1
  32.  
  33. Upon hitting enter after the last command, you should hear a tone over your speakers or headphones (Whichever's default). Ctrl-C to stop. If you do not hear the tone, but do see a list of options for minimodem.exe, double-check your spelling. If the command isn't found, send me screenshots of ./configure's output and Make's output.
  34.  
  35. To change which speaker/mic the program uses, right-click the speaker icon by your clock in the taskbar, select Recording Devices (or Playback Devices), right-click the appropriate device, and "Set as default".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement