Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3855 - Totolink X5000R - MAC of phy1 is not unique #8861

Open
openwrt-bot opened this issue Jun 6, 2021 · 4 comments
Open

FS#3855 - Totolink X5000R - MAC of phy1 is not unique #8861

openwrt-bot opened this issue Jun 6, 2021 · 4 comments
Labels
flyspray kernel pull request/issue with Linux kernel related changes release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release

Comments

@openwrt-bot
Copy link

rgrgrg:

OpenWRT allocates MAC 00:0c:43:4a:21:4e. Two different devices:

''
root@ap01:# cat /sys/class/ieee80211/phy1/macaddress
00:0c:43:4a:21:4e
root@ap11:
# cat /sys/class/ieee80211/phy1/macaddress
00:0c:43:4a:21:4e
''
Other people also have this MAC on phy1, see https://forum.openwrt.org/t/mt7621-wifi-ax-routers/93991/25

MACs in hex dump of factory (mtd2):

00000000 15 79 00 00 5c 92 5e a3 03 c0 00 0c 43 4a 21 4e |.y...^.....CJ!N|
^^^^^^^^^^^^^^^^^^ ~~~~~~~~~~~~~~~~~
MAC of PHY0 MAC op phy1
[...]
00008000 00 00 00 00 5c 92 5e a3 03 c4 00 00 00 00 00 00
^^^^^^^^^^^^^^^^^^
Not referenced in DTS
[...]
0000e000 5c 92 5e a3 03 c0 5c 92 5e a3 03 c1 00 00 00 00 |.^....^.......|
^^^^^^^^^^^^^^^^^ ~~~~~~~~~~~~~~~~~~
DTS: gmac0 DTS: lan4
0000e010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|

Nota bene offset 0x8000 is used by TotoLink a7000r for MAC of one of wifis.

@openwrt-bot
Copy link
Author

B1773rn4n:

I can confirm. I own a x5000r and have the same MAC

root@OpenWrt:~# cat /sys/class/ieee80211/phy1/macaddress
00:0c:43:4a:21:4e

Version: OpenWrt 21.02.1

@aparcar aparcar added release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release kernel pull request/issue with Linux kernel related changes labels Feb 22, 2022
@dfateyev
Copy link

dfateyev commented Mar 2, 2022

As an X5000R owner, I also can confirm the issue on OpenWrt 21.02.1 and 21.02.2

@ThiloteE
Copy link

related: #4738

@dfateyev
Copy link

Should be fixed with 2126325, please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray kernel pull request/issue with Linux kernel related changes release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release
Projects
None yet
Development

No branches or pull requests

4 participants