ulli-kroll / rtl8821au

rtl8821au/rtl8812au driver for linux
Other
106 stars 22 forks source link

Keeps on changing interface name & mac #18

Open yelled1 opened 5 years ago

yelled1 commented 5 years ago

Is there a way to fix MAC or interface name? If MAC is same after each reboot then I can use ifrename to keep the interface name stable. Or if interface name is stable then I can spoof. Unfortunately, both are changing after each reboot. Using Elementary OS Loki (other is Juno). Linux B85M-DS3H-A 4.15.0-43-generic #46~16.04.1-Ubuntu SMP Fri Dec 7 13:31:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

3: wlx00e04caaed41: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:e0:4c:aa:ed:41 brd ff:ff:ff:ff:ff:ff
    inet 192.168.12.45/24 brd 192.168.12.255 scope global dynamic wlx00e04caaed41
       valid_lft 268sec preferred_lft 268sec
    inet6 fe80::abdf:106f:a868:876c/64 scope link 
       valid_lft forever preferred_lft forever

After a reboot

3: wlx00e04cd9672d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:e0:4c:d9:67:2d brd ff:ff:ff:ff:ff:ff
    inet 192.168.12.204/24 brd 192.168.12.255 scope global dynamic wlx00e04cd9672d
       valid_lft 188sec preferred_lft 188sec
    inet6 fe80::4b8d:be09:129:c1e0/64 scope link 
       valid_lft forever preferred_lft forever

Otherwise, working well! Thank you,