Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: leofoe 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:
-
Get the new resourced version of scsi.device (http://wt.exotica.org.uk/test.html) 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.
-
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
-
Yes, Thomas, I admit that was a silly question. Works fine now!
-
Whoah I didn't notice that command :crazy:.
Thomas I think leofoe was just testing your perception ;)