Moderators: Mug UK, Silver Surfer, Moderator Team
TheNameOfTheGame wrote:Do I just move these to my hard drive and boot? I notice in the AUTO folder is "mint-36c.prg". But in the "mint/1-19-36c/" folder there is a "mint060.prg". Does the AUTO folder program call the other file?
frank.lukas wrote:Is it possible that that the network are not working well with the 000 package. I can not make the Network working with the 36C and the USB ASX0 or with a Netusbee enec.xif ...
mikro wrote:frank.lukas wrote:Is it possible that that the network are not working well with the 000 package. I can not make the Network working with the 36C and the USB ASX0 or with a Netusbee enec.xif ...
Everything is possible. :) Did it work before? (i.e. did you just replace your c:\mint\1-19-cur without any configuration change?)
If so, try to attach some logs / photos.
Code: Select all
# USB
exec u:/c/mint/1-19-36c/usb/loader.prg
# Network
exec u:/c/mint/1-19-36c/sysroot/bin/ifconfig.ttp en0 addr 192.168.2.14 netmask 255.255.255.0 up
exec u:/c/mint/1-19-36c/sysroot/bin/route.ttp add default en0 gw 192.168.2.1 metric 1
# The "exec" command is used to launch programs. Note that programs
# so launched are started before GEM is, so they must be TOS/TTP
# programs.
# Start Draconis to MiNT-Net gateway
#exec u:/c/mint/mgw.prg
#echo
# Start Gluestik
#exec u:/c/mint/gluestik.prg
#echo
# NFS Mount
exec u:/c/mint/1-9-36c/sysroot/bin/nfsmount.ttp -v -o rw,rsize=1024,wsize=1024,retrans=10 192.168.2.118:/Users/frank/Downloads/Atari /nfs/MacPro
frank.lukas wrote:The asix.xif works not with my Mega STE before in 2018 with the Lightning VME.
Kroll wrote:@TheNameOfTheGame, @mikro:
Yes exactly, on my Hades I had to rename MFP.XDD to MFP.XDX
TheNameOfTheGame wrote:Ok, renamed MFP.XDD to MFP.XDX and the system boots up to teradesk. However, when I selected the teradesk "about" dialog the system had a total lockup. See associated picture.
frank.lukas wrote:The Network do also not work with a 2018 000 kernel. It is not a USB thing because I test it also with a netusbee and it do not work ...
mikro wrote:frank.lukas wrote:The Network do also not work with a 2018 000 kernel. It is not a USB thing because I test it also with a netusbee and it do not work ...
Can you find any kernel (even as old as 1.18: https://github.com/freemint/freemint/releases) which works for you? I can't test the build on any ST machine right now.
mikro wrote:frank.lukas wrote:The Network do also not work with a 2018 000 kernel. It is not a USB thing because I test it also with a netusbee and it do not work ...
Can you find any kernel (even as old as 1.18: https://github.com/freemint/freemint/releases) which works for you? I can't test the build on any ST machine right now.
mikro wrote:TheNameOfTheGame wrote:Ok, renamed MFP.XDD to MFP.XDX and the system boots up to teradesk. However, when I selected the teradesk "about" dialog the system had a total lockup. See associated picture.
Nice.
Is this with NVDI installed? If yes, try to disable other (non-essential) AUTO programs/ACCs. Also, when you see the FreeMiNT boot message, press shift and try to disable memory protection (not nice but if it works, it will give us a hint).
About MFP.XDD: actually, you can read the current state in https://github.com/freemint/freemint/bl ... /ports.txt -- unknown.I erroneously assumed that serial ports in Hades are Atari compatible but they are not: http://www.medusacomputer.com/thes-hades.html. I have disabled it for Hades builds for now. In practice, you wont see the serial ports in u:/dev.
If you have any technical information about the ports (where they are mapped and what circuit they are using), maybe we can do something about it (for the Milan there is a special UART version).
Code: Select all
FFFFFA00 - FFFFFA3F rw STMFP like with the ST and TT:
IO0: Printer Busy
IO1: DCD Modem 1
IO2: CTS Modem 1
IO3: Interrupt ISA 1
IO4: Interrupt ACIAs
IO5: Interrupt IDE
IO6: RI Modem 1
IO7: Interrupt ISA 2
FFFFFA80 - FFFFFABF rw TTMFP like with the TT:
IO0: Interrupt PCI 1
IO1: Interrupt PCI 2
IO2: Interrupt PCI 3
IO3: RI Modem 2
IO4: Floppy Interrupt
IO5: Interrupt PCI 4
IO6: Clock Interrupt
IO7: SCSI Interrupt
frank.lukas wrote:The 1-18 package has no inet.xdd and the whole cpu typ folders 000, 030 and so on are all empty ...
TheNameOfTheGame wrote:As for the Hades MFP, there is some technical information in the DOKUE101.TXT file in the memory map section:Code: Select all
FFFFFA00 - FFFFFA3F rw STMFP like with the ST and TT:
IO0: Printer Busy
IO1: DCD Modem 1
IO2: CTS Modem 1
IO3: Interrupt ISA 1
IO4: Interrupt ACIAs
IO5: Interrupt IDE
IO6: RI Modem 1
IO7: Interrupt ISA 2
FFFFFA80 - FFFFFABF rw TTMFP like with the TT:
IO0: Interrupt PCI 1
IO1: Interrupt PCI 2
IO2: Interrupt PCI 3
IO3: RI Modem 2
IO4: Floppy Interrupt
IO5: Interrupt PCI 4
IO6: Clock Interrupt
IO7: SCSI Interrupt
mikro wrote:frank.lukas wrote:The 1-18 package has no inet.xdd and the whole cpu typ folders 000, 030 and so on are all empty ...
Ah, I see what you mean: you downloaded a 1.18 branch build, not 1.18.0 release from the link I have provided. So please try that instead. :)
Return to “News & Announcements”
Users browsing this forum: No registered users and 2 guests