Welcome, Guest. Please login or register.

Author Topic: How to install Aros For Amiga onto an amiga?  (Read 1950 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Calimeiro

  • Jr. Member
  • **
  • Join Date: Feb 2014
  • Posts: 74
    • Show only replies by Calimeiro
Re: How to install AFA onto an amiga?
« Reply #14 on: February 22, 2014, 02:39:30 PM »
There have to be 3 entries in s-s:

c:morelibspace reboot ; as first line if not done othwise

a bit later, after assigns to env: etc.

c:Assign AfA_OS: Sys:Afa_os_libs ; check your pathes

and finally before calling Iprefs

c:AfA_os_loader


thats it, you're done.

Have fun
 

Offline Calimeiro

  • Jr. Member
  • **
  • Join Date: Feb 2014
  • Posts: 74
    • Show only replies by Calimeiro
Re: How to install AFA onto an amiga?
« Reply #15 on: February 22, 2014, 02:51:41 PM »
Don't know what you expect to be a more modern interface.
Attached a screenshot of AfA running with "Abyss" as skin.
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #16 on: February 22, 2014, 07:08:59 PM »
Here is my start-up sequence but I think I went wrong somewhere as my system on reboot gives me errors?

I have also attached a pic with the errors on it :(

if someone could edit the sequence at there end and paste it back here that will be great :)


If Exists C:IDEFix
  C:IDEFix
EndIf

C:SetPatch QUIET

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
C:morelibspace reboot ;

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
Assign AfA_: Sys:Afa_os_libs ;

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

C:LoadMonDrvs

;IF EXISTS DEVS:Monitors
;  IF EXISTS DEVS:Monitors/VGAOnly
;    DEVS:Monitors/VGAOnly
;  EndIF

;  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
;  Execute T:M
;  C:Delete >NIL: T:M
;EndIF

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

C:AddDataTypes REFRESH QUIET
C:Afa_os_loader
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
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB
EndCLI >NIL:
« Last Edit: February 22, 2014, 07:23:10 PM by carvedeye »
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #17 on: February 22, 2014, 09:55:04 PM »
Any one? I really want it get this up and running :(
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline Calimeiro

  • Jr. Member
  • **
  • Join Date: Feb 2014
  • Posts: 74
    • Show only replies by Calimeiro
Re: How to install AFA onto an amiga?
« Reply #18 on: February 23, 2014, 02:09:08 AM »
Before starting AfA_OS make sure that your screenmode is set to truecolor (24bit). Afa_os_iconlib and skinning won't work without. It is likely that your system crashes badly if you try though.

Move "c:morelibspace REBOOT" to top of file, just to be sure nothing else interferes here.

I've checked the wrong assignment you set to Afa_. Surprisingly this doesn't stop AfA.

There must be a typo elsewhere, if a "wrong argument" pops up.
I don't know what causes Iprefs to crash.

For error checking please set a ";" (no quotation marks) infront of every line from AfA setup.

e.g.:
;c:morelibspace
;Assign Afa_ .....
;c:Afa_os_loader

this marks the following as a comment so this command won't be executed

Reboot and check if WB starts correctly.


What's your Kickstart version? 3.1 is required.

Cybergrfx or P96 running fine?

Check files and folders. Are all AfA files copied properly?

And a personal note:
If you copy&paste scripts, batch files or code snippets then use "#" from toolbar to wrap it for better readability.

And finally, this a forum. It's not a chat, instant messenger, hotline or your personal help desk. If you impaciently insist on help or answers you'll get quite the opposite of that. Nobody will help.
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #19 on: February 23, 2014, 11:00:49 AM »
Quote from: Calimeiro;759472
Before starting AfA_OS make sure that your screenmode is set to truecolor (24bit). Afa_os_iconlib and skinning won't work without. It is likely that your system crashes badly if you try though.

Move "c:morelibspace REBOOT" to top of file, just to be sure nothing else interferes here.

I've checked the wrong assignment you set to Afa_. Surprisingly this doesn't stop AfA.

There must be a typo elsewhere, if a "wrong argument" pops up.
I don't know what causes Iprefs to crash.

For error checking please set a ";" (no quotation marks) infront of every line from AfA setup.

e.g.:
;c:morelibspace
;Assign Afa_ .....
;c:Afa_os_loader

this marks the following as a comment so this command won't be executed

Reboot and check if WB starts correctly.


What's your Kickstart version? 3.1 is required.

Cybergrfx or P96 running fine?

Check files and folders. Are all AfA files copied properly?

And a personal note:
If you copy&paste scripts, batch files or code snippets then use "#" from toolbar to wrap it for better readability.

And finally, this a forum. It's not a chat, instant messenger, hotline or your personal help desk. If you impaciently insist on help or answers you'll get quite the opposite of that. Nobody will help.


I manage to take out the lines for afa and it is now booting fine, I will re-type the lines into the corresponding parts of the sequence and let you know how I get on.
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #20 on: February 23, 2014, 11:14:10 AM »
Well I think I have come to realise that I don't have a clue what I am doing so I'm just going to give up, I really appreciate all the help but think I will just stick with what I have.
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline Calimeiro

  • Jr. Member
  • **
  • Join Date: Feb 2014
  • Posts: 74
    • Show only replies by Calimeiro
Re: How to install AFA onto an amiga?
« Reply #21 on: February 23, 2014, 02:11:11 PM »
Sorry, if it's me driving you out, sometimes i tend to sound "rude".

No, you can't give up that easy :quickdraw:

I'm struggling with Amithlon for about 4 years now. I NEED HELP. :uzi:

What should we do with our discontinued machines, if not trying to make the impossible possible?

And don't take me too serious. In most cases i'm not :biglaugh:

Cheers :drink:
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #22 on: February 23, 2014, 03:17:00 PM »
Quote from: Calimeiro;759511
Sorry, if it's me driving you out, sometimes i tend to sound "rude".

No, you can't give up that easy :quickdraw:

I'm struggling with Amithlon for about 4 years now. I NEED HELP. :uzi:

What should we do with our discontinued machines, if not trying to make the impossible possible?

And don't take me too serious. In most cases i'm not :biglaugh:

Cheers :drink:


Thanks for being patient with me, i entered the required lines that you gave me and put them In there right places (I think) and I have just the one error now which is "wrong argument" on an amiga dos screen so at least we are getting somewhere, going off the start-up sequence I have pasted where exactly should I bring putting the lines?
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline theformula

Re: How to install AFA onto an amiga?
« Reply #23 on: February 23, 2014, 03:49:55 PM »
Hi carvedeye you on the right path dont give up! Sorry for my lack of reply it was a very long time ago I had afa os working.

 As I try to remember I do recall something about different versions working. I will try to look on compact flash with it installed on this week as i know it still works on that :)

Where did you get the files you are installing?

As I recall I used the ones from the afa site. I do remember having to do something weird to get it work. Its just I cannot remember what that wired thing was lol.



looking at your startup


Assign >NIL: HELP: LOCALE:Help DEFER
Assign AfA_: Sys:Afa_os_libs ;


Should be

Assign >NIL: HELP: LOCALE:Help DEFER
c:Assign AfA_OS: Sys:Afa_os_libs ;

I think you missed out the OS on the assign and the location of AFA_OS in the commands folder C:

Oh I also remember that.

1) If it boots with those commands in the start up sequence its a good thing.
2) You can tell its working by loading up Afa prefs
3) Text under icons might not be visible as they are the default amiga text that is not trutype so cannot be displayed. They will display once you select true type fonts in prefs.
« Last Edit: February 23, 2014, 05:53:01 PM by theformula »
A1200T Blizzard 1240/040/128MB Mediator Voodoo 3
A4000 Cyberstorm MkIII Picasso IV
A1200 020 Viper 8mb
Macmini G4 Morphos 3.1
2x A4000/030 Stock
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #24 on: February 23, 2014, 06:05:32 PM »
Quote from: theformula;759518
Hi carvedeye you on the right path dont give up! Sorry for my lack of reply it was a very long time ago I had afa os working.

 As I try to remember I do recall something about different versions working. I will try to look on compact flash with it installed on this week as i know it still works on that :)

Where did you get the files you are installing?

As I recall I used the ones from the afa site. I do remember having to do something weird to get it work. Its just I cannot remember what that wired thing was lol.



looking at your startup


Assign >NIL: HELP: LOCALE:Help DEFER
Assign AfA_: Sys:Afa_os_libs ;


Should be

Assign >NIL: HELP: LOCALE:Help DEFER
c:Assign AfA_OS: Sys:Afa_os_libs ;

I think you missed out the OS on the assign and the location of AFA_OS in the commands folder C:

Oh I also remember that.

1) If it boots with those commands in the start up sequence its a good thing.
2) You can tell its working by loading up Afa prefs
3) Text under icons might not be visible as they are the default amiga text that is not trutype so cannot be displayed. They will display once you select true type fonts in prefs.



I downloaded the files form the afa os website, I have also added OS to the sequence saved it and rebooted, then was given a grim reaper saying I had to press left mouse button then it came up again saying to press left mouse button then I was given an AmigaDOS screen saying wrong arguments then it booted into workbench I started afa prefs and I was able to load it but the section where for skins is greyed out so cant select any skins, but we are getting somewhere :)
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline theformula

Re: How to install AFA onto an amiga?
« Reply #25 on: February 24, 2014, 12:14:58 AM »
I will look at my startup sequence tomorrow. If needs be I will even send you the files. We will get it going ;) in the end bro
A1200T Blizzard 1240/040/128MB Mediator Voodoo 3
A4000 Cyberstorm MkIII Picasso IV
A1200 020 Viper 8mb
Macmini G4 Morphos 3.1
2x A4000/030 Stock
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #26 on: February 24, 2014, 12:25:10 AM »
Quote from: theformula;759538
I will look at my startup sequence tomorrow. If needs be I will even send you the files. We will get it going ;) in the end bro


thanks mate I appreciate it :)
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #27 on: February 24, 2014, 07:34:10 PM »
@ theformula

Did you manage to have a look at your start-up sequence :)
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3
 

Offline theformula

Re: How to install AFA onto an amiga?
« Reply #28 on: February 24, 2014, 08:54:26 PM »
Yup try this


If Exists C:IDEFix
C:IDEFix
EndIf

C:SetPatch QUIET

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
C:morelibspace reboot ;

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: DEVSOSDrivers/~(#?.info)

C:LoadMonDrvs

;IF EXISTS DEVS:Monitors
; IF EXISTS DEVS:Monitors/VGAOnly
; DEVS:Monitors/VGAOnly
; EndIF

; C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
; Execute T:M
; Celete >NIL: T:M
;EndIF

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

C:AddDataTypes REFRESH QUIET
C:AfA_OS_Loader
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
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB
EndCLI >NIL:


----------------------------------------------------
Basically its caps sensitive so


C:Afa_os_loader

becomes

C:AfA_OS_Loader


and remove

Assign AfA_: Sys:Afa_os_libs ;

as I did not have it in my startup and it worked fine.


*fingers crossed that should work*

Ps. I did have the AfA_OS and AfA_OS_Libs folder just in my system folder. AfA_OS_Loader and morelibspace in C: folder. All the prefs in the Prefs: folder
« Last Edit: February 24, 2014, 09:07:11 PM by theformula »
A1200T Blizzard 1240/040/128MB Mediator Voodoo 3
A4000 Cyberstorm MkIII Picasso IV
A1200 020 Viper 8mb
Macmini G4 Morphos 3.1
2x A4000/030 Stock
 

Offline carvedeyeTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 1563
    • Show only replies by carvedeye
Re: How to install AFA onto an amiga?
« Reply #29 from previous page: February 24, 2014, 09:47:22 PM »
@theformula

I deleted Assign AfA_: Sys:Afa_os_libs ; from the sequence rebooted and still had the AmigaDOS screen coming up saying "wrong arguments" so once that went and workbench started I had a dig around in the afa os folder and seen the documentation file and had a little read of it and it says that I needed to put C:morelibspace before the setpatch command and so idid that saved it and I no longer get the "wrong arguments" error and I was able to access the skins tab, when I selected the skin I want I saved and rebooted but as soon as I went to open up my drive to access prefs my miggy locks up and I have to do a reset :(
A1200T: M1230XA 50Mhz 68030 w/64mb,DVDRom, 80gb hdd, Realtek LAN Card, Mediator LT4 + Radeon 9250 128mb(used for fast ram), Spider USB Card, Voodoo 3 3000 OS 3.9 +bb 1-3