• Running DOSEMU2/Doors on Raspberry Pi 3b

    From DavidG@21:3/188 to All on Tue Jan 21 11:44:06 2025
    Hi @all,

    I wanted to try some DOS doors on my system, what I did to get DOSEMU working on the PI, was to follow a tutorial from synchronet and it actually worked, I downloaded and extracted drive_c's contents from the ZIP referenced on that tutorial to my .dosemu/drive_c folder becaus efor some reason mine was empty, no autoexec.bat or anything.

    I ended up with various drive letters d:, e: and f: with varipus contents and a default autoexec.bat which I editted to mimic what unix.install.txt file from Mystic docs points out and that is where things didn't exactly pan out.
    <snip>
    @echo off
    prompt $p$g
    path=z:\bin;z:\dosemu
    lredir d: linux\fs\mystic\
    d:
    cd \doors
    bnu
    unix -e
    <snip>

    lredir doesn't work it reports access denied and to add the needed path to $_lredir_paths, so I ended up using this from the command line dosemu -d /home/sbbs/mystic and it mapped Mystic's home to G: drive.

    So that part was fixed, now another issue is bnu, when I issue that commando I get: a port available 0 ports active

    BNU: No COM ports found - driver not loaded

    That may indicate that the COM port driver is not loaded, yes but hwere is the the driver and what's its name?.

    Finally the command unix -e is invalid too, at least on this DOSEMU2 version, it reports that -e is not a valid switch my vrsion has

    -d set unix work dir to dir
    -w get current work dir.

    So to wrap up, my questions are, has anyone gotten DOSEMU2 to play along with Mystic? and if so is there a guide/url/txt anyone could refer me to?.

    Thank you



    --
    Hasta la Vista Baby
    David G
    SysOp @SkyNet BBS (bbs.skynetbbs.com:20023)

    ---
    Best Regards/Saludos
    David Gonzalez (Mister G)
    SkyNet BBS | Medellin, Colombia | bbs.skynetbbs.com:20023

    ... ASCII pregunta estúpida, obtén una respuesta ANSI estúpida.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: SkyNet BBS - telnet://bbs.skynetbbs.com:20023 (21:3/188)
  • From Shurato@21:2/148 to DavidG on Tue Jan 21 17:51:00 2025

    Hi @all,

    I wanted to try some DOS doors on my system, what I did to get DOSEMU working on the PI, was to follow a tutorial from synchronet and it actually worked, I downloaded and extracted drive_c's contents from the ZIP referenced on that tutorial to my .dosemu/drive_c folder becaus efor some reason mine was empty, no autoexec.bat or anything.

    I ended up with various drive letters d:, e: and f: with varipus contents and a default autoexec.bat which I editted to mimic what unix.install.txt file from Mystic docs points out and that is where things didn't exactly pan out.

    @echo off prompt $p$g path=z:\bin;z:\dosemu lredir d:
    linux\fs\mystic\ d: cd \doors bnu unix -e


    lredir doesn't work it reports access denied and to add the needed path to $_lredir_paths, so I ended up using this from the command line dosemu -d /home/sbbs/mystic and it mapped Mystic's home to G: drive.

    So that part was fixed, now another issue is bnu, when I issue that commando I get: a port available 0 ports active

    BNU: No COM ports found - driver not loaded

    That may indicate that the COM port driver is not loaded, yes but hwere is the the driver and what's its name?.

    Search for "DOS BBS Under LINUX" I think or variations of that and you'll
    find a page showing full instructions on how to set up dosemu2.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,999) (ssh login 'bbs' password 'shsbbs')


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From DavidG@21:3/188 to All on Thu Jan 23 05:50:26 2025
    On 1/21/2025 12:51, Shurato wrote:
    Da> Hi @all,

    Da> I wanted to try some DOS doors on my system, what I did to get DOSEMU
    Da> working on the PI, was to follow a tutorial from synchronet and it
    Da> actually worked, I downloaded and extracted drive_c's contents from the
    Da> ZIP referenced on that tutorial to my .dosemu/drive_c folder becaus efor
    Da> some reason mine was empty, no autoexec.bat or anything.

    Da> I ended up with various drive letters d:, e: and f: with varipus contents
    Da> and a default autoexec.bat which I editted to mimic what unix.install.txt
    Da> file from Mystic docs points out and that is where things didn't exactly
    Da> pan out.

    Da> @echo off prompt $p$g path=z:\bin;z:\dosemu lredir d:
    Da> linux\fs\mystic\ d: cd \doors bnu unix -e


    Da> lredir doesn't work it reports access denied and to add the needed path to
    Da> $_lredir_paths, so I ended up using this from the command line dosemu -d
    Da> /home/sbbs/mystic and it mapped Mystic's home to G: drive.

    Da> So that part was fixed, now another issue is bnu, when I issue that
    Da> commando I get: a port available 0 ports active

    Da> BNU: No COM ports found - driver not loaded

    Da> That may indicate that the COM port driver is not loaded, yes but hwere is
    Da> the the driver and what's its name?.

    Search for "DOS BBS Under LINUX" I think or variations of that and you'll find a page showing full instructions on how to set up dosemu2.

    Well thanks for the advice but that's what I did, and that's why I
    posted where I'm stuck at and that, well Google apparently doesn't know abouut.

    --
    Atentamente/Regards
    David G
    SysOp @SkyNet BBS (bbs.skynetbbs.com:20023)

    --- Mystic BBS/NNTP v1.12 A48 (Linux/64)
    * Origin: SkyNet BBS - telnet://bbs.skynetbbs.com:20023 (21:3/188)