Welcome, Guest. Please login or register.

Author Topic: Which device for IDE?  (Read 2043 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline NovaCoderTopic starter

Which device for IDE?
« on: September 23, 2008, 12:21:44 AM »
Call me stupid (others often do) but why does it appear that my CF IDE HD is using a SCSI driver?  Shouldn't it be using an IDE driver instead?  I've also noticed all this stuff in my startup sequence about running a SCSI update...can I get rid of all this?

I'm running OS3.9 BB2 on a 1200 with a Mk4 1230 and I'm trying to get my IDEExpress working properly.  If I installed the supplied software it just hangs on startup (you have to comment out the IDEFIX command from the startup sequence to get it working).  I'm not sure why it keeps hanging, maybe it's because I don't have a CDROM and it's trying to find one?

It's currently showing 3.3 mb/s in Sysinfo (Sandisk Ultra 2 4GB), does that mean it's configured properly?

Thanks :-D
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline Retro_71

  • Hero Member
  • *****
  • Join Date: Nov 2007
  • Posts: 732
    • Show only replies by Retro_71
Re: Which device for IDE?
« Reply #1 on: September 23, 2008, 12:39:06 AM »
Where in the Startup are you putting IDEFIX? it has to be at the begining.
Also how are you attacking your adapter? Make sure it doesn't move around i use a hot glue gun.

Here is an example of my startup_sequence

; STARTUP-SEQUENCE BEGIN
set echo on

IF EXISTS SYS:C/IDEFIX
C:IDEFIX
ENDIF

C:SetPatch Quiet

If EXISTS C:NSDPatch
C:NSDPatch Quiet
ENDIF

C:Version >NIL:
C:AddBuffers >NIL: DF0: 15
FailAt 21
A Chameleon and 1541 II ultimate II
2 x C=64, 2 x C64C, C128 (jiffydos), C128D, 3 x A500 (1 x 030),
A1000, 2 x A2000 (GVP 040 + SCSI combo + indivision), A3000 GVP IV24 & Emplant
3 x A1200 (1 x 030, Indivision and IDE-Fix with 40 GB HDD & DVD Burner)
2 x A4000 (4060, Deneb, Indivsion), CD32.
2 x Apple IIe and A IIGS (Various new cards), + 3 x Megadrives (CD and 32), 2 x Saturns, and a dreamcast.. :D
 

Offline NovaCoderTopic starter

Re: Which device for IDE?
« Reply #2 on: September 23, 2008, 12:59:34 AM »
Quote

Retro_71 wrote:
Where in the Startup are you putting IDEFIX? it has to be at the begining.
Also how are you attacking your adapter? Make sure it doesn't move around i use a hot glue gun.

Here is an example of my startup_sequence


Are you running OS 3.9 and is that your complete sequence?

What's your setup and what kind of transfer speed are you getting?

Thanks
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline Retro_71

  • Hero Member
  • *****
  • Join Date: Nov 2007
  • Posts: 732
    • Show only replies by Retro_71
Re: Which device for IDE?
« Reply #3 on: September 23, 2008, 02:26:05 AM »
I am running os 3.9 (but this is the modified startup-sequence on the 3.1 install disk i have had to modify the disk itself and remove and add programs).
It is not the whole startup sequence.. that is quite long.
Until my ide express went dead (waiting on a replacement from Amigakit) it was much faster then onboard sry but i never did do a bench test, but compared to on board you can notice the difference. I have a Cobra 030 board with 32MB Ram, and a 20GB HDD and a Liteon CDRW.

If you want my startup sequence i can pm it to you. Just Pm me
A Chameleon and 1541 II ultimate II
2 x C=64, 2 x C64C, C128 (jiffydos), C128D, 3 x A500 (1 x 030),
A1000, 2 x A2000 (GVP 040 + SCSI combo + indivision), A3000 GVP IV24 & Emplant
3 x A1200 (1 x 030, Indivision and IDE-Fix with 40 GB HDD & DVD Burner)
2 x A4000 (4060, Deneb, Indivsion), CD32.
2 x Apple IIe and A IIGS (Various new cards), + 3 x Megadrives (CD and 32), 2 x Saturns, and a dreamcast.. :D
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Which device for IDE?
« Reply #4 on: September 23, 2008, 03:00:36 AM »
@NovaCoder
Quote
but why does it appear that my CF IDE HD is using a SCSI driver?

Legacy driver naming reasons. It's really an IDE driver.
 

Offline NovaCoderTopic starter

Re: Which device for IDE?
« Reply #5 on: September 23, 2008, 03:22:27 AM »
Quote

Piru wrote:
@NovaCoder
Quote
but why does it appear that my CF IDE HD is using a SCSI driver?

Legacy driver naming reasons. It's really an IDE driver.


Thanks, I thought it would be something like that...very confusing  :-?

Are the 'real' SCSI drivers named in the same way?
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline Lemmink

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 739
    • Show only replies by Lemmink
    • http://www.lemmink.joice.net
Re: Which device for IDE?
« Reply #6 on: September 23, 2008, 06:24:52 AM »
All drivers for all onboard controllers are called scsi.device (or 2nd.scsi.device when two are present like with the A4000T)

HDToolbox and the HDPrep Programm that were introduced with OS 2.0x have scsi.device set as default. While the first regular onboard controller on the A3000 (and the A2000 cardversion A2091) were actual SCSI controllers the name stayed when Commodore switched to IDE for A4000/A1200/A600
That way there was no need to change the default scsi.device setting and you could have one set of OS disks for all machines (A4000T is a different story)
Not really interesting, but it`s there.
http://www.lemmink.joice.net
 

Offline NovaCoderTopic starter

Re: Which device for IDE?
« Reply #7 on: September 23, 2008, 07:34:37 AM »
Cool.

So do I really need that 'update scsi driver' stuff in my startup sequence?  I think that IDEFIX contains it's own updated driver anyway so I don't want to override it.
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline Lemmink

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 739
    • Show only replies by Lemmink
    • http://www.lemmink.joice.net
Re: Which device for IDE?
« Reply #8 on: September 23, 2008, 10:33:19 AM »
Those two do not like each other. Actually when Installing OS 3.5 / 3.9 you are asked if you do have a 4-way adapter. If you say yes the scsi.device patch is skiped from the ROM update.
Not really interesting, but it`s there.
http://www.lemmink.joice.net
 

Offline NovaCoderTopic starter

Re: Which device for IDE?
« Reply #9 on: September 24, 2008, 12:27:06 AM »
Quote

Lemmink wrote:
Those two do not like each other. Actually when Installing OS 3.5 / 3.9 you are asked if you do have a 4-way adapter. If you say yes the scsi.device patch is skiped from the ROM update.


That's interesting...maybe I should reinstall 3.9 (again!).

I tried again last night and even with the IDEFIX command at the top of the startup sequence + the 'skip scsi updates patch specified at the bottom'...it STILL hangs on startup.  Also the IDEFIX install disk hangs the system if I let it run through to the end  :-(

Out of interest, what command(s) in the startup sequence applies the OS 3.9 ROM patches?
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline rkauer

  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 3263
    • Show only replies by rkauer
Re: Which device for IDE?
« Reply #10 on: September 24, 2008, 03:01:47 AM »
 Setpatch.
Goodbye people.

I\'ll pop on from time to time, RL is acting up.
 

Offline Damion

Re: Which device for IDE?
« Reply #11 on: September 24, 2008, 04:45:25 AM »
Quote

NovaCoder wrote:

I'm running OS3.9 BB2 on a 1200 with a Mk4 1230 and I'm trying to get my IDEExpress working properly.  If I installed the supplied software it just hangs on startup (you have to comment out the IDEFIX command from the startup sequence to get it working).  I'm not sure why it keeps hanging, maybe it's because I don't have a CDROM and it's trying to find one?


Just an FYI, but I was never able to use the idefix command with my Express adapter and CF cards (Sandisk cards here as well), though I do recall it working fine with my actual laptop drives. The system becomes unusable immediately after executing idefix.

Quote
It's currently showing 3.3 mb/s in Sysinfo (Sandisk Ultra 2 4GB), does that mean it's configured properly?


Probably - really depends on your accelerator card and your software configuration. 5 MB/sec should be possible with some '030 cards (cheesy screenshot from my overclocked Apollo '060 card). In my case, using the "speedyide" patch from the Blizkick archive increased the SysInfo score by about 1 MB/sec.
 

Offline NovaCoderTopic starter

Re: Which device for IDE?
« Reply #12 on: September 24, 2008, 05:56:45 AM »
Quote

-D- wrote:

Just an FYI, but I was never able to use the idefix command with my Express adapter and CF cards (Sandisk cards here as well), though I do recall it working fine with my actual laptop drives. The system becomes unusable immediately after executing idefix.


Thanks for the info.  I was wondering if it was a CF related as most of the software on the driver floppy seems to be made for 'real' HD's.  Has anyone got it working with a CF and if so which CF did you use?

How about a CF friendly update Jens  :-D
Life begins at 100 MIPS!


Nice Ports on AmiNet!