home.social

#modplayer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #modplayer, aggregated by home.social.

fetched live
  1. This morning my PC (wired to the LAN) was off the network while the Mac next to it (WiFi connected) was networking fine. To see if it was the PC or the switch, I fired up the Amiga 2000 and loaded the network MOD player, IMP. Got online no problem, so I rebooted the PC. Problem solved.

    And I ended up listening to some sweet tracker tunes all the workday long.

    #NontraditionalDiagnostics

    #Amiga #vintagecomputing #retrocomputing #MOD #trackermusic #chiptune #IMP #modplayer #AmigaDOS #68020 #ethernet #LAN #CRT #computers #video #ByteCellar

  2. This morning my PC (wired to the LAN) was off the network while the Mac next to it (WiFi connected) was networking fine. To see if it was the PC or the switch, I fired up the Amiga 2000 and loaded the network MOD player, IMP. Got online no problem, so I rebooted the PC. Problem solved.

    And I ended up listening to some sweet tracker tunes all the workday long.

    #NontraditionalDiagnostics

    #Amiga #vintagecomputing #retrocomputing #MOD #trackermusic #chiptune #IMP #modplayer #AmigaDOS #68020 #ethernet #LAN #CRT #computers #video #ByteCellar

  3. @herr_irrtum

    1) Bootable disk. Start with empty ADF image in df0:
    > format drive df0: name mydiskname
    > install df0:

    2) Startup script:
    > makedir df0:s
    > echo "command to execute" > df0:s/startup-sequence

    3) modplayer: sintonen.fi/src/minimod/ (this is a #modplayer that plays ProTracker modules from command line)
    > copy minimod df0:
    > protect df0:minimod +e

    4) Copy the module to the floppy and make the player start when the disk is booted:
    > echo "minimod mod.mymodule" > df0:s/startup-sequence

    The startup-sequence can of course also edited with any text editor if that is more convenient.

    You have any trouble or want to do some more advanced stuff just let me know. Have fun!

  4. @herr_irrtum

    1) Bootable disk. Start with empty ADF image in df0:
    > format drive df0: name mydiskname
    > install df0:

    2) Startup script:
    > makedir df0:s
    > echo "command to execute" > df0:s/startup-sequence

    3) modplayer: sintonen.fi/src/minimod/ (this is a #modplayer that plays ProTracker modules from command line)
    > copy minimod df0:
    > protect df0:minimod +e

    4) Copy the module to the floppy and make the player start when the disk is booted:
    > echo "minimod mod.mymodule" > df0:s/startup-sequence

    The startup-sequence can of course also edited with any text editor if that is more convenient.

    You have any trouble or want to do some more advanced stuff just let me know. Have fun!