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.

AROS One ABIv11 64Bit Work In Progress

Last updated on 24 days ago
D
DerekJunior Member
Posted 24 days ago
Hi,

I changed the noacpi to acpi=strict
N
ncafferkeyAROS Dev
Posted 25 days ago
Did you write noioapic or noioacpi?
D
DerekJunior Member
Posted 25 days ago
Hi deadwood,

I tried noioacpi, and no change, so I reerched the ACPI interface and changed the nopcpi to acpi=strict and the system booted up with full stereo sound.

I check the AHI preferences and the Musci Unit is mapped to: hdaudio: HIFI 16 bit stero++

Sound OK to me.

Thank you for the help.
Edited by Derek on 30-07-2026 10:50, 24 days ago
D
deadwoodAROS Dev
Posted 25 days ago
First thing to check would be if instead of adding "noacpi" you can just add "noioapic" (be careful with spelling). This might solve both of your problems.
D
DerekJunior Member
Posted 25 days ago
Hi

I have just found a little problem with AROS One x64 v1.3, on the HP T630 Thin Cient.

To get the system to boot up, I have have to insert the 'noacpi' command in the ATA section of the grub menu.

But once booted up there is no sound from the Internal Speaker, or Headphone socket to my Stereo Speakers.

How can I enable the sound without removing the noacpi command?
D
DerekJunior Member
Posted 26 days ago
Hi AMIGASYSTEM,

I have followed your guide and connected to my Samba Server via Ethernet on the HP T630.

I copied the SMB2-Start to WBStartup and the Samba Share is mounted on powerup.

Thank you for the help.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 27 days ago
You must not use SMB0 in Network Preferences; that method doesn't work. As mentioned, you must use SMB2.

- Delete all network preferences and the SMB0 driver

- Create the Mountlist (DOSDrivers SMB2) manually; you don't need anything else—smb2-handler and filesysbox.library are already installed on AROS One.

- Use my Mountlist as a guide, and create your own DOS Drivers SMB2
- Copy DOS Drivers SMB2 to Storage/DOSDrivers
- In Storage/DOSDrivers, you’ll also find my SMB2.info icon
- In Extras/Internet/SMB2, you’ll find the SMB2-Start and SMB2-Dismount scripts
- Copy SMB2-Start to WBStartup
- This way, the SMB2 mount will happen automatically on every reboot

If the mount fails, you can unmount the incorrect DOS driver using SMB2-Dismount; once that’s done, you can run SMB2-Start to mount it again

I’ve attached a screenshot showing what I’ve described—it’s easier to do than to explain!
D
DerekJunior Member
Posted 27 days ago
Hi AMIGASYSTEM

I have shared my Linux PC Ethernet connection with AROS x64 computer, which the Internet browsing by OWB is alot faster than with USB Tethering to a mobile phone.

I am still trying to get Smaba to connect to the Samba Server.

I entered the Samba details into the Mounted Shared tab in the Network Preferences, as I could not see a SMB2-GUI programme to setup the SMB2 connection.

The SMB mountlist is:

Control = "USER=*"derek*" WORKGROUP=*"WORKGROUP*" PASSWORD=*"password*" SERVICE=*"//192.168.0.5/data*""

Which looks different to your mountlist above.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 27 days ago
On AROS One, in the Internet folder, there is SMB2, which works very well. I connect directly with Tethering to the shares on my PCs even without a password and using automatic IP configuration; in this case, you don’t need to do anything. Here is my SMB2 DOSDriver:

Handler = L:smb2-handler
StackSize = 65536
Priority = 5
GlobVec = -1
Activate = 1
Startup = ‘smb://MY-PC/Share VOLUME=Shared NOPASSWORDREQ’

MY-PC = Computer name
Share = Shared network drive or shared folder
Shared = Volume that appears in Wanderer

Copy the SMB2 Mountlist to Storage/DOSDrivers
You can mount SMB2 manually or use a script to be copied into WBStartup and run via an icon using IconX; in this case, add ‘wait 5’ at the top of the script. Example script:

Wait 05
Mount SMB2:
D
DerekJunior Member
Posted 27 days ago

Amiwell79 wrote:

@Amiwell79 - if your ethernet port works, it's better to use that one


You might right, as the USB Tether has a network address of 10.106.15.78, which work great for Internet browsing. But my Samba Server is on network address : 192.168.0.5 so the USB tether will not find the Samba server. Without complex NAT routing.

The Ethernet chip in the HP T630 is: RTL81111/8168/8211/8411 according to the PCItool.

So according to the AROS HCL, the rtl8169.device supports;

RTL8168B/8111B RTL8168C/8111C RTL8168CP/8111CP RTL8168D/8111D RTL8168D(P)/8111D(P)

So that will be better connecting at 100/1000 Mb/s
A
Amiwell79Distro Maintainer
Posted 28 days ago
if your ethernet port works, it's better to use that one
D
DerekJunior Member
Posted 28 days ago
Hi,

Yes I did all that, the problem was the Mobile Phone was in Cell Mode only, I had to select USB Tethering in the Developer Options phone.

All running now, I am typing this message on AROS x64 v1.3 with USB Tethering on OWB...

Thankds for the help.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 28 days ago
You don't need to install usbrndis.device; it's already built into the system, Connecting your mobile phone is very simple; just use the relevant option in Network Preferences ! AROS is pre-configured to handle "USB Tethering" automatically.

www.arosworld.org/infusions/forum/attachments/tethering-usb.jpg
D
DerekJunior Member
Posted 28 days ago
Hi

USB Tether is a good idea, but I do not have usbrndis.device installed.

I have worked hoe to add the tethering, but I think I am only using a charging cable.
Edited by Derek on 27-07-2026 04:11, 28 days ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 30 days ago
Derek, you can use USB tethering, it works with all cell phones!
D
DerekJunior Member
Posted 30 days ago
Hi

I have AROS ONE x64.v1.3 running on a HP T630 Thin Client, at 1920x1024 video resolution, everything seems to work great.

I do not have a WIFI module installed, do only network connect is the Ethernet port.
Regards, Derek
Derek attached the following image:
img_20260725_110703_hdr.jpg
M
miker1264Software Dev
Posted 2 months ago
Very nice work!! I like the layout of the GUI.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
This is the new WilMidi GUI, with 6 languages that can be changed from the Zune internal menu, the pop-up menu prompt I used for PlayMod-GUI, a playlist, and a visualizer simulator! See screenshot

PlayMod-GUI will also get a redesign; the language menu has been updated and will be the same as WilMidi-GUI's


www.arosworld.org/infusions/forum/attachments/wildmidi-gui.jpg
ami-elvis, Amiwell79
AMIGASYSTEM attached the following image:
wildmidi-gui.jpg
A
Amiwell79Distro Maintainer
Posted 2 months ago
Grazie!
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
Grazie a I.A. ho creato una GUI di nome PlayMod-GUI per AmiPlayMOD un Player CLI, vedi screenshot.

La Gui è multilanguage comprende Inglese, Italiano, Francese, Spagnolo e Polacco, inoltre ha un PlayList e un simulatore di Visualizer.

Anche WildMidi pubblicato qualche giorno fa avrà la stessa GUI e le stesse funzioni.


www.arosworld.org/infusions/forum/attachments/amiplaymod-gui.jpg
AMIGASYSTEM attached the following image:
amiplaymod-gui.jpg
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.