Welcome, Guest. Please login or register.

Author Topic: Amiga 4000 CD-ROM  (Read 4700 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« on: June 15, 2009, 08:44:14 PM »
Quote from: spaceman88;511423
Hi,
When I put my A1200 in a tower I used IDEfix97 to install a CD-ROM and everything worked fine. Last year I put the A1200 back in it's original case. Last week I tried to put a CD-ROM in an A4000. The boot drive is on the IDE connector, I have an Octagon SCSI card which works with a Quantum hard drive (id #2). If I replace the HD with a CD-ROM and install IDEfix it works perfectly until I reboot, then it no longer shows any CD I put in the drive. The same thing happens if I install an IDE CDROM, click install, it finds the drive, reads the CD"s until I reboot. System has 3.1 roms & Workbench. I used to be much better with Amigas 10 years ago!!!
Thanks for any ideas.
Len

When you've installed IDEfix, check if there is a CD0 or CD1 etc. file in DHx:Storage/Dosdrivers. If so, move it to Dhx: Devs/Dosdrivers.
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #1 on: June 17, 2009, 02:33:49 AM »
Did you reboot the amiga when you moved the file? There should be a mount command in your startup-sequence that mounts everything in DEVS:dosdrivers when
you startup the amiga.
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #2 on: June 18, 2009, 09:36:33 AM »
Quote from: spaceman88;511820
Hi,
I did an uninstall of IDEfix, then reinstalled the software. I'm a little unsure about how to delete stuff in the startup sequence :-(. Right now I'm using the SCSI drive and can make it work by opening the Devs/Dosdrivers drawer and clicking on CD0, but as soon as I reboot I have to do it again.

Check if the following is in your startup-sequence:
 
c:mount >NIL: Devs:dosdrivers/~(#?.info)
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #3 on: June 18, 2009, 10:44:07 AM »
Also check the following in IDEfixprefs:
 
Set the "Unit Mount" parameter either to "Auto Detect"
or "CD Mount". Make sure, that "ATAPI enabled" is checked.
Also make sure "WaitDriveReady" option is checked.
 
Save your changes and reboot.
« Last Edit: June 18, 2009, 10:49:00 AM by MozzerFan »
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #4 on: June 19, 2009, 03:12:06 AM »
Quote from: spaceman88;512215
Hi,
The startup has the mount command. I made the changes in the IDEfixprefs and now the computer won't boot :-(. I was able to boot from a floppy, but when I tried to change the prefs back it keeps trying to write to my floppy. I guess I should have quit while I was ahead!!
Len
It might be that startup takes a little longer.
 
If it really doesn't want to boot at all.
 
Power on the system and press both mousebuttons.
 
Choose 'boot without startup-sequence'
 
System boots up in CLi: in cli type :
ed s:startup-sequence
 
goto line with c:idefix and place a ';' before it.
 
Now press escape and then 'x' and press enter
 
now reboot. idefix should be disabled now.
 
start idefix prefs and set it to the old settings and save.
 
ed s:startup-sequence again and remove the ';'
« Last Edit: June 19, 2009, 04:09:19 AM by MozzerFan »
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #5 on: June 19, 2009, 03:29:49 AM »
you can also boot without startup-sequence and type:
 
delete sys:Prefs/idefix.prefs
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #6 on: June 19, 2009, 03:47:14 AM »
Just reread your post. Since you have the CDROM on your oktagon, you don't even need idefix.
Just comment out c:idefix in your startup-seq (by putting a ';' before it), but don't uninstall idefix.
You only need the CDROM filesystem and mountfile that comes with the ide-fix installation package.
 

Offline MozzerFan

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 607
  • Country: 00
    • Show all replies
Re: Amiga 4000 CD-ROM
« Reply #7 on: June 19, 2009, 04:20:40 AM »
Maybe the problem is that when your system boots, the CDROM is still initializing (you can notice this by a blinking led on your cdrom-drive) when the mount command is executed, and therefore the mount fails.
Maybe if you added a wait command before the mount-command, it will mount the CDROM correctly (for example 'wait 5').