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 1 day ago
D
DerekJunior Member
Posted 5 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.
A
Amiwell79Distro Maintainer
Posted 5 days ago
if your ethernet port works, it's better to use that one
D
DerekJunior Member
Posted 4 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
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 4 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 4 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 3 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 3 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.
D
DerekJunior Member
Posted 2 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
deadwoodAROS Dev
Posted 2 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 2 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, 1 day ago
N
ncafferkeyAROS Dev
Posted 1 day ago
Did you write noioapic or noioacpi?
D
DerekJunior Member
Posted 1 day ago
Hi,

I changed the noacpi to acpi=strict
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.