Search found 291 matches

by JosDuchIt
Tue Aug 15, 2017 1:29 pm
Forum: General AmigaOS
Topic: OS4.1 install on Sam460ex HD not recognised
Replies: 7
Views: 9162

OS4.1 install on Sam460ex HD not recognised

I described my problem here http://wiki.amigaos.net/wiki/UserDoc:How_AmigaOS_Works I am getting desperate In short, my sam460ex HD is dead, and I was unable to restart my Sam 440, So I Replaced HD by one of my old Sam440 Reformatted a partition , made it bootable, set the others to non bootable, Was...
by JosDuchIt
Sat Jan 07, 2017 4:47 pm
Forum: General AmigaOS
Topic: OS4.1FE Update 1 "Unable to open USB function driver"
Replies: 5
Views: 2943

Re: OS4.1FE Update 1 "Unable to open USB function driver"

I backed up my sys: partition and then updated it using Amiupdate. I tried not to touch my sys partition since OS4.1FE. This updating procedure then looked safe enough to me. As to the kicksatrt drawer i note that its content was updated with the content of RAM:AmigaOS 4.1 Final Edition Update 1/Con...
by JosDuchIt
Sat Jan 07, 2017 10:31 am
Forum: General AmigaOS
Topic: OS4.1FE Update 1 "Unable to open USB function driver"
Replies: 5
Views: 2943

OS4.1FE Update 1 "Unable to open USB function driver"

After updating, when booting i get the message
unable to open USB function driver "massstorage.usbfd"

I find the file here
14.OS4.1FE:Kickstart> list mass#?
massstorage.usbfd 55780 ----rwed 27-Nov-16 20:09:30
1 file - 54K bytes - 110 blocks used

What is going wrong?
by JosDuchIt
Tue Oct 18, 2016 5:11 pm
Forum: General AmigaOS
Topic: Behavior of environmental variables depending on name
Replies: 4
Views: 4889

Re: Behavior of environmental variables depending on name

Thanks a lot.

Is this documented somewhere?
by JosDuchIt
Mon Oct 17, 2016 8:16 pm
Forum: General AmigaOS
Topic: Behavior of environmental variables depending on name
Replies: 4
Views: 4889

Behavior of environmental variables depending on name

environmental variables are said to be used in scripts when preceded with a $ sign If the name of the variable contains a "." dot the results are not as expected. Is there a reason or could this be corrected? 6.Env:> setenv y "value" 6.Env:> getenv y value 6.Env:> echo $y value 6...
by JosDuchIt
Sat Jul 25, 2015 11:01 am
Forum: Platform: AmigaOne 500 and Sam series
Topic: Strange problem YAM versions freezing under OS4.1FE
Replies: 1
Views: 3512

Re: Strange problem YAM versions freezing under OS4.1FE

T Boeckel gave me the hint to rename the MUI drawer, which resets YAM as well as MUI's settings. It worked. Thore is investigating why the problem happened. The only other recent modification to my system was indeed the automatic install of the latest MUI version. As other MUI applications (Odyssey ...
by JosDuchIt
Sat Jul 25, 2015 10:58 am
Forum: Platform: AmigaOne 500 and Sam series
Topic: Single slot graphics cards?
Replies: 18
Views: 27539

Re: Single slot graphics cards?

Simple question: what graphic card do i need (SAM460 ex presently with a HD 6450 graphic card) to have full screen You tube video working nicely?
by JosDuchIt
Tue Jul 21, 2015 6:49 pm
Forum: General Developer Support
Topic: DupLock()
Replies: 1
Views: 1786

DupLock()

What is the use of DupLock() ?

why would one have two lockson the same file?
Are more locks 3,4 ..possible? i guess not, hence AddLock would be a better name .
by JosDuchIt
Tue Jul 14, 2015 7:34 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: Strange problem YAM versions freezing under OS4.1FE
Replies: 1
Views: 3512

Strange problem YAM versions freezing under OS4.1FE

I do have 2 boopartitions, one OS4.1FE , one OS4.1Upd 6 Different YAM versions are available on my work: partitition. Thoe versions used to be operational under both OS versions Since today when launching any of them under OS4.1FE a freeze happens before YAM opens its normal window, the startup UI m...
by JosDuchIt
Mon Jul 13, 2015 10:54 am
Forum: AmigaOS Feature Requests
Topic: CMD printer output redirection 
Replies: 21
Views: 21046

Re: CMD printer output redirection 

@ssolie What about using the shell's internal Recorder command? sounded great works well with DOS or arexx scripts, a really nice possibiliy There are problems using Recorder in a Gui4CLI script - you probably can only use Recorder when gui4cli is launched from the shell (maybe that's not true thoug...