Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Development General

Development General
1744 posts | Last Activity on 19-03-2024 07:14 by Studenteer
S
Studenteer 19-03-2024 07:14, 2 months ago
Re: Irritating bug of the month - March 2024
Yes, with 20220318, old and new driver are working as expected.
D
deadwood 19-03-2024 07:01, 2 months ago
Re: Irritating bug of the month - March 2024
Ok, so let me understand correctly: When you use 20220318-1 release, the old ahci driver partitions and installs AROS, but partition is limited to 8GB (as expected). When you use 20220318-1 release, the new ahci driver partitions and installs AROS, and partition is not limited to 8GB. Is this correct understanding?
S
Studenteer 19-03-2024 05:43, 2 months ago
Re: Irritating bug of the month - March 2024
Both tests failed with old driver. During testing, I was using Aros One 2.4, which seems to be a specific issue of the distro. When I switched to Aros 32-bit version 20220318, the driver was running on the device. I am very sorry for this great missalert.
D
deadwood 18-03-2024 16:16, 2 months ago
Re: Irritating bug of the month - March 2024
It's quite weird that old driver fails on newly partitioned drive :/ Can you do two tests: 1) repartition (Wipe option) the disk using ata.device and check if old ahci.device allows installing correctly 2) repartition the disk using ahci.device and check if installing 3-4 times work every time If in both cases installing using old ahci.device works, I will prepare for you a few versions of new ahci.device to try to pin point where is the problem. Can you also share vendor id and product id of your AHCI chipset?
serk118uk
serk118uk 18-03-2024 13:51, 2 months ago
Re: GLFW 3.4 and Raylib 5
Hi all, Thank you ppl, Just a quick update, AHI implemented , updeted version on Aros-Archives Uploads... Simple_PlayMusic added to examples (mp3/flac/wav) tested and plays fine.. usage Simple_PlayMusic test.mp3 or other formats...
Responded in GLFW 3.4 and Raylib 5
Amiwell79
Amiwell79 18-03-2024 10:41, 2 months ago
Re: Aros Software Promotion
maybe there is hope of bringing some other software:)
Amiwell79
Amiwell79 18-03-2024 10:10, 2 months ago
Re: Odyssey Resource
adrive.com is accessible with OWB for cloud storage
Responded in Odyssey Resource
S
Studenteer 18-03-2024 09:20, 2 months ago
Re: Irritating bug of the month - March 2024
1.) Yes, the driver return the error pretty early. It starting something after fourth folder has been copied. 2.) "AHCI=slowstart" not fixing the error.
Amiwell79
Amiwell79 18-03-2024 09:06, 2 months ago
Re: Aros Software Promotion
Alexander 'Selco' is still working on WCS will add improvements but the work will take a long time in the meantime we can use the current version which is new for us
D
deadwood 18-03-2024 01:10, 2 months ago
Re: Irritating bug of the month - March 2024
Thanks for explanation. Additional question: What do you mean by "for first bits"? Does it mean that when you partition with new driver, reboot to old driver, start InstallAROS then it starts writing some files but process still crashes at some point and does not finish? Please test the new driver with AHCI=slowstart grub kernel parameter. Does it solve the "-6" problem?
S
Studenteer 17-03-2024 16:46, 2 months ago
Re: Irritating bug of the month - March 2024
1.) Yes, I getting issues when rebooting after partition has been created by installer. 2.) It happening every time I trying to installing on the harddisk. 3.) On the recommended hardware I have not tested yet (related to missing equipment), but well working device, where AHCI has worked before with old driver. 4.) Missed to add aditional informations. The correction is: "... harddisk with old AHCI-driver running on the partition, which has been made with the new AHCI-driver, working fine for first bits ..."
D
deadwood 17-03-2024 15:37, 2 months ago
Re: Irritating bug of the month - March 2024
So if I understand correctly, with new ahci.device (version 0.9) you were able to partition the disk to have more than 8GB partition, but then when installing after reboot, you got the error? Does it happen every time you try to install? Is this happening on one of the recommended hardware? Does you added comment mean that on this hardware also installing using old ahci.device gives errors?
S
Studenteer 17-03-2024 14:48, 2 months ago
Re: Irritating bug of the month - March 2024
I was trying to installing AROS on native AHCI-device and got returned an access-error with code "-6". Same issue when manually copying folders or files into AHCI-device. The creation of an partition on AHCI was successful. Also the capacity of the harddisk was read correctly. Accessing the harddisk with old AHCI-driver working fine for first bits until some seconds after installing process started.
M
miker1264 17-03-2024 12:06, 2 months ago
Re: Irritating bug of the month - March 2024
Thank you for your efforts to improve AROS.
Amiwell79
Amiwell79 17-03-2024 10:04, 2 months ago
Re: Irritating bug of the month - March 2024
Many Thanks
D
deadwood 17-03-2024 05:57, 2 months ago
Re: Irritating bug of the month - March 2024
Hi All, Here is ahci.device for tests: https://axrt.org/development/ahci.device-0.9.i386-aros.zip When you open HDToolbox you should now see full disk capacity. Existing partitions won't be "extended", but if you "wipe" and InstallAROS, the partition should be created to cover whole disk or 127GB if the disk is bigger than 127GB. Let me know if it works for you.
Amiwell79
Amiwell79 16-03-2024 12:10, 2 months ago
Re: Odyssey Resource
yahoo mail works only opera 12 recongnitions, well delete windowsB)
Responded in Odyssey Resource
Amiwell79
Amiwell79 11-03-2024 14:59, 2 months ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
many thanks deadwood
D
deadwood 11-03-2024 14:32, 2 months ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
Hi, First visual effects of the emulator. A simplest hello-world program compiled under ABIv0 is now loaded, executed and unloaded under 64-bit AROS. See screenshot. It's good progress considering the short amount of time. Next objective is to start loading and using 32-bit libraries - any software more complex that this example needs to be able to use libraries. For anyone interested, here is the code of minimal program: [code] #include <proto/exec.h> #include <proto/dos.h> struct DosLibrary *DOSBase; __startup AROS_PROCH(Start, argstr, argsize, SysBase) { AROS_PROCFUNC_INIT DOSBase = (struct DosLibrary *)OpenLibrary("dos.library", 0L); PutStr("Hello from ABIv0!!n"); CloseLibrary((struct Library *)DOSBase); AROS_PROCFUNC_EXIT } [/code]
F
Farox 10-03-2024 18:53, 2 months ago
Re: Unable to compile "contrib" from github sources
After some hours compilation went good, Thank you. Now i can try to port something.:)
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.

Filter by Tags

Popular Threads This Week

Icon Toolsby miker1264 177 posts
Tiny Aros DistrĂ²by Amiwell79 149 posts
Aros Software Promotionby Amiwell79 70 posts
AROS ABIv0 20220318-1 Supportby deadwood 70 posts
Custom Keyboard Layoutby MasterTggtt 14 posts
r-teaby r-tea 7 posts
AROS One 68k Work In Progressby AMIGASYSTEM 6 posts
AROS ABIv11 20230430by deadwood 6 posts
Wanderer Menusby pixie 4 posts
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 9
Members Online 0

Total Members: 228
Newest Member: r-tea
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]