AROS One
All threads related to the AROS distribution AROS One
806 posts | Last Activity on 30-07-2026 05:21 by Derek
Derek 30-07-2026 05:21, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
deadwood 30-07-2026 04:19, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
Derek 30-07-2026 04:10, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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?Responded in AROS One ABIv11 64Bit Work In Progress
Derek 29-07-2026 03:46, 2 months ago
Re: AROS One ABIv0 32Bit Work In Progress
Hi,
Time to admit to a purchasing mistake, I mistaken bought a HP T620 Thin Client, to use with AROS One, only £25.00, I wanted to run AROS One x64 and got the T620 mixed up with a T630.
I have installed AROS One v2.9, I put the noacpi statement in the Grub startup and the system booted up perfectly and is working perfectly at the maximum resolution of my monitor: 1920x1024.
I had to replace the WIFI Card with a n Atheros AR5BXB63 PCI-e WIFI card, which connects to the Internet and Samba Server.
Twin Stereo speakers work perfectly giving stereo sound and applications and games.
I have since bought a HP T630 for AROS One x64 for £30.00, which is also working perfectly.
I am not sure having more than on AROS machine is a good idea, but seemed OK at the time.Responded in AROS One ABIv0 32Bit Work In Progress
Derek 29-07-2026 02:43, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
AMIGASYSTEM 28-07-2026 06:48, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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!Responded in AROS One ABIv11 64Bit Work In Progress
Derek 28-07-2026 03:54, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
AMIGASYSTEM 27-07-2026 14:24, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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:Responded in AROS One ABIv11 64Bit Work In Progress
Derek 27-07-2026 10:40, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
[quote name=Amiwell79 post=13037]@Amiwell79 - if your ethernet port works, it's better to use that one[/quote]
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/sResponded in AROS One ABIv11 64Bit Work In Progress
Amiwell79 27-07-2026 05:10, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
if your ethernet port works, it's better to use that oneResponded in AROS One ABIv11 64Bit Work In Progress
Derek 27-07-2026 04:24, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
AMIGASYSTEM 27-07-2026 03:15, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.
[img]https://www.arosworld.org/infusions/forum/attachments/tethering-usb.jpg[/img]Responded in AROS One ABIv11 64Bit Work In Progress
Derek 27-07-2026 02:31, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
AMIGASYSTEM 25-07-2026 06:33, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
Derek, you can use USB tethering, it works with all cell phones!Responded in AROS One ABIv11 64Bit Work In Progress
Derek 25-07-2026 06:13, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.Responded in AROS One ABIv11 64Bit Work In Progress
miker1264 03-07-2026 14:42, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
Very nice work!! I like the layout of the GUI.Responded in AROS One ABIv11 64Bit Work In Progress
AMIGASYSTEM 03-07-2026 13:06, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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
[img]https://www.arosworld.org/infusions/forum/attachments/wildmidi-gui.jpg[/img]Responded in AROS One ABIv11 64Bit Work In Progress
Amiwell79 03-07-2026 04:21, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
Grazie!Responded in AROS One ABIv11 64Bit Work In Progress
AMIGASYSTEM 03-07-2026 04:18, 2 months ago
Re: AROS One ABIv11 64Bit Work In Progress
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.
[img]https://www.arosworld.org/infusions/forum/attachments/amiplaymod-gui.jpg[/img]Responded in AROS One ABIv11 64Bit Work In Progress
ncafferkey 27-06-2026 19:40, 3 months ago
Re: AROS One ABIv11 64Bit Work In Progress
[quote name=AMIGASYSTEM post=12633]@AMIGASYSTEM - No, you don't need to add any IP addresses. In Network Preferences, just add the “e100.device” and leave everything set to automatic. In the preferences, it should work with NAT, but it also works with other configurations,at least on VMware.[/quote]
*e1000.deviceResponded in AROS One ABIv11 64Bit Work In Progress
