Recent Posts

Pages: [1] 2 3 ... 10
1
Networking / Re: Sharing WSeB Server drives to Win 10/11 Clients
« Last post by Neil Waldhauer on Today at 03:20:32 pm »
For all its faults, SAMBA networks pretty well with Windows. Also with Mac, Linux, iOS. I was kind-of hoping you would get SMB1/NTLM working in a recent Windows, but I'm not surprised that it isn't.
2
Networking / Re: Sharing WSeB Server drives to Win 10/11 Clients
« Last post by ChrisGWarp on Today at 10:08:54 am »
Hey Guys,
Yes, it looks like they have broken things badly.
I can't tell if it's a function call or an auth error that is causing the issues (or an auth error caused by newer functionality).
Given the age of the systems, they probably removed any explicit support for them.
The SMB/CIFS stuff has been added and enabled.
Cheers,
-Chris
3
Networking / Re: Sharing WSeB Server drives to Win 10/11 Clients
« Last post by Roderick Klein on Today at 09:58:16 am »
Hey Chris,

later versions of windows have deprecated SMB1 and the legacy NTLM authentication. https://winsides.com/enable-smb-1-0-cifs-file-sharing-support-windows-11/ might help....

I tried that for years after Windows 7 and higher SMB 1 support is complete broken is my experience. I tested with a lot of LAN MAN settings in the registry but gave up.
SMB 1 support from Windows 10/11 seems to be to much broken. Maybe some magic registry setting can get it to work. But I spent long nights on this.

Roderick
4
Multimedia / Re: TUF Gaming X570 PRO (wifi)
« Last post by tvandorffy on Today at 08:34:49 am »
Hi guys,

Remy, thanks for your response!
In the meantime, I turned off SMT in my BIOS and now ArcaOS is stable, the crashes are gone! :-)
Now my only immediate problem is that this mobo has the IntelĀ® I225-V NIC which is not supported at the moment. As far as I know.
(I wonder if it ever will be....?)
I have a TP-Link wifi USB dongle (TL-WN727N) but I have read that wifi support is scarce in ArcaOS.
I am thinking buying a Moschip based USB ethernet adapter because that solution seem to be supported and it is cheap enough.

I will post here if I can get my network working! :-)
5
Networking / Re: Sharing WSeB Server drives to Win 10/11 Clients
« Last post by Paul Smedley on Today at 04:25:44 am »
Hey Chris,

later versions of windows have deprecated SMB1 and the legacy NTLM authentication. https://winsides.com/enable-smb-1-0-cifs-file-sharing-support-windows-11/ might help....
6
Networking / Sharing WSeB Server drives to Win 10/11 Clients
« Last post by ChrisGWarp on Today at 04:05:50 am »
Hi Everyone,
I've virtualized my WSeB development box (from waaaaaay back) and my Windows NT 4.0 Server as well.
I can map (net use ... from windows) that works successfully, and I can even do a properties on the drive, but, a DIR fails. Mapping a drive and using a specified user, gives a different result entirely.

This is from a windows 11 client (Windows 10 was the same):


C:\Users\Chris>net use m: \\DEVELSMP\SMP-C
The command completed successfully.


C:\Users\Chris>dir m:
 Volume in drive M is OS2
 Volume Serial Number is 2D6E-F814

 Directory of M:\

File Not Found

C:\Users\Chris>net use m: /del
m: was deleted successfully.


C:\Users\Chris>net use m: \\DEVELSMP\SMP-C /user:Chris
Enter the password for 'Chris' to connect to 'DEVELSMP':
System error 5 has occurred.

Access is denied.


C:\Users\Chris>


However, things like viewing the shares of the OS2 host works:

C:\Users\Chris>net view \\DEVELSMP
Shared resources at \\DEVELSMP

SMP Development Machine

Share name  Type  Used as  Comment

-------------------------------------------------------------------------------
NETLOGON    Disk           Domain controller share
SMP-C       Disk           SMP Drive C:
SMP-D       Disk           SMP Drive D:
SMP-E       Disk           SMP Drive E:
SMP-F       Disk           SMP Drive F:
SMP-G       Disk           SMP Drive G:
SMP-H       Disk           SMP Drive H:
SMP-I       Disk           SMP Drive I: (CD-ROM)
The command completed successfully.


I'm guessing that there might be some SMB functions being called that the OS2 host does not recognise and is choking on.

Has anyone successfully mounted some OS2 Server drives (and Windows NT 4.0 for that matter too) from a modern Windows 10/11 client?

Ideally, I'd prefer to avoid Samba and stick with the base functionality, but (if I absolutely must, then I'll consider it).

Cheers,

-Chris
7
Multimedia / Re: TUF Gaming X570 PRO (wifi)
« Last post by Remy on December 11, 2024, 11:39:54 pm »
Or you can try disabling virtual CPU's on ACPI using the cpumask (not easy to do and my system works with disabled CPU)
http://www.edm2.com/index.php/ACPI.PSD
8
Multimedia / Re: TUF Gaming X570 PRO (wifi)
« Last post by tvandorffy on December 11, 2024, 02:51:17 pm »
Hi Martin,

Sorry for the delay and thanks for your answers!

Unfortunately, I have the PRO (wifi) version of the X570 motherboard (and not the "plus" one) so the hardware report might not be accurate for this exact type.
But I will test ArcaOS 5.1 with hyperthreading turned of in my BIOS and see what happens. I am not sure, but I think it is on right now.

I will be back with the results soon!

UPDATE: I have reading about "hyperthreading" a little bit. Isn't it an Intel thing? This mobo have an AMD processor. But there is an SMT thing in the BIOS, I can try to turn that off and test.

9
General Discussion / Re: OS/2 - ArcaOS Santa's List for 2025
« Last post by Paul Smedley on December 11, 2024, 08:20:00 am »
Paul,

  Don't know if it helps, but Ko Myung-Hun just did a new meson: https://github.com/komh/meson-os2/releases/tag/1.6.0

Regards,

Looking at the checkins, there don't appear to be any OS/2 specific changes in this repo :(
10
General Discussion / Re: OS/2 - ArcaOS Santa's List for 2025
« Last post by Mentore on December 11, 2024, 08:05:45 am »
Paul,

  Don't know if it helps, but Ko Myung-Hun just did a new meson: https://github.com/komh/meson-os2/releases/tag/1.6.0

Regards,

Whoa, didn't find it before. I've got at least two interesting projects which build with meson. Currently I've got no time to work on ArcaOS, but willing to start again asap.
Mentore
Pages: [1] 2 3 ... 10