Welcome, Guest. Please login or register.

Author Topic: Compact Flash on cold boot only  (Read 1574 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline leofoeTopic starter

  • Sr. Member
  • ****
  • Join Date: Jun 2005
  • Posts: 499
    • Show only replies by leofoe
Compact Flash on cold boot only
« on: July 31, 2013, 09:04:34 PM »
I added a compact flash card successfully to my A4000. The weird thing is that it is only recognized on a cold boot. After a normal reset it's simply not there.
I have a Cyberstorm Mk 2 with SCSI module and SCSI harddisk and CD drive connected. I use this adapter: http://dx.com/p/cf-compact-flash-card-to-ide-40-pin-adapter-w-rear-pci-slot-panel-max-32gb-93248
Is this something in my startup-sequence?
; $VER: Startup-Sequence_HardDrive 45.2 (19.1.2001)
; Startup-Sequence for AmigaOS 3.9
;SET ECHO ON
;C:BlizKick * MODULE NoClick QUIET
C:Rom2Fast >NIL:
C:DisableAT >NIL:
If EXISTS C:SquirrelSCSI  
   C:SquirrelSCSI
EndIf

Set SCSIUpdate
If EXISTS C:IDEFix
       C:IDEFix    
   Set SCSIUpdate 0
EndIf

If EXISTS SYS:Expansion/XSurfIDE    
   Set SCSIUpdate 0
EndIf

If EXISTS
   SYS:Prefs/Env-Archive/NOSCSIUPDATE    
   Set SCSIUpdate 0
EndIf

If $SCSIUpdate EQ 1    
   SetPatch NOROMUPDATE QUIET
Else
   SetPatch SKIPROMUPDATES "scsi.device" QUIET
EndIf

Unset SCSIUpdate

C:Version >NIL:

C:AddBuffers >NIL: DF0: 15
FailAt 21

C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ Resident >NIL:
C:Assign PURE Resident >NIL:
C:Execute PURE

Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER

BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
C:LoadMonDrvs

SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:AddDataTypes REFRESH QUIET
C:IPrefs
C:ConClip

Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities

SYS:System/REXXMast >NIL:

IF EXISTS S:User-Startup
   Execute S:User-Startup
End IF

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB
EndCLI >NIL:
 

Offline Bamiga2002

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 691
    • Show only replies by Bamiga2002
    • http://rutinskiband.net
Re: Compact Flash on cold boot only
« Reply #1 on: July 31, 2013, 10:49:12 PM »
Get the new resourced version of scsi.device for A4000, copy to BlizKick modules-drawer and insert "scsi.device" to your BlizKick line. Make sure that Setpatch skips updating the scsi.device.

If that don't work, try a different CF card.
« Last Edit: July 31, 2013, 10:52:48 PM by Bamiga2002 »
CD32
A500
 

Offline Thomas

Re: Compact Flash on cold boot only
« Reply #2 on: July 31, 2013, 11:19:33 PM »
Quote from: leofoe;743281
Is this something in my startup-sequence?



Do you really need to ask? Please guess, what could it be that disables your AT bus?

http://aminet.net/package/docs/hard/DisableAT

Offline leofoeTopic starter

  • Sr. Member
  • ****
  • Join Date: Jun 2005
  • Posts: 499
    • Show only replies by leofoe
Re: Compact Flash on cold boot only
« Reply #3 on: August 01, 2013, 08:24:21 AM »
Yes, Thomas, I admit that was a silly question. Works fine now!
 

Offline Bamiga2002

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 691
    • Show only replies by Bamiga2002
    • http://rutinskiband.net
Re: Compact Flash on cold boot only
« Reply #4 on: August 01, 2013, 10:26:08 AM »
Whoah I didn't notice that command :crazy:.
Thomas I think leofoe was just testing your perception ;)
CD32
A500