Page 1 of 1
GetMACAddress() on WInUAE
Posted: Fri Sep 06, 2019 11:41 am
by sinisrus
Hello,
I test Hollywood on WinUAE
I have problem With
GetMACAddress() return > 00:00:00:00:00:00
Why ?
Re: GetMACAddress() on WInUAE
Posted: Fri Sep 06, 2019 3:05 pm
by amyren
I can confirm this.
There was a change in WinUAE 3.4.0, so after this it generates a new mac adress for the emulation, so I did a test with a recent WinUAE and an older (2.8.0) version. They both return zero's only.
Could be interesting to know if this is a WinUAE issue or if it does the same on a real amiga.
I could test it on my MorphOS setup later.
Re: GetMACAddress() on WInUAE
Posted: Mon Sep 09, 2019 4:48 pm
by airsoftsoftwair
Getting MAC addresses is currently unsupported on OS3 because AFAICS it's very difficult to do this in a way that is compatible with AmiTCP/Miami/Genesis/Roadshow/WinUAE and I don't have access to test systems with those stacks so you'll currently always get 00:00:00:00:00:00 on OS3...
Re: GetMACAddress() on WInUAE
Posted: Fri Feb 28, 2020 10:32 pm
by airsoftsoftwair
Code: Select all
- Fix [OS3]: GetMACAddress() now returns the correct MAC address if the TCP stack supports it; note that
as of now, the only TCP stack on AmigaOS3 which supports the obtaining of MAC addresses is Roadshow;
with all other TCP stacks you'll get 00:00:00:00:00:00
Re: GetMACAddress() on WInUAE
Posted: Wed Jun 22, 2022 11:56 am
by polluks
airsoftsoftwair wrote: ↑Mon Sep 09, 2019 4:48 pm
Getting MAC addresses is currently unsupported on OS3 because AFAICS it's very difficult to do this in a way that is compatible with AmiTCP/Miami/Genesis/Roadshow/WinUAE and I don't have access to test systems with those stacks so you'll currently always get 00:00:00:00:00:00 on OS3...
Indeed? What about SANA-II's S2_GETSTATIONADDRESS?
http://www.amigadev.elowar.com/read/ADC ... e01F4.html
Re: GetMACAddress() on WInUAE
Posted: Sun Jun 26, 2022 9:39 pm
by airsoftsoftwair
Does that work?