USB-WiFi icon indicating copy to clipboard operation
USB-WiFi copied to clipboard

mt7921au: Client Mode WDS/4addr not working

Open ntzb opened this issue 1 year ago • 7 comments
trafficstars

Hi, to not mix the AP mode issue at https://github.com/morrownr/USB-WiFi/issues/392 I'm starting a new issue. I tried to activate 4addr on regular client mode, but it refused working. my device is FU-AX1800, with latest firmware, and chip mt7921au.

what I tried:

  1. multiple OS (debian, arch, clear linux) on a celeron mini pc.
  2. take down the interface before doing any changes ip link set dev wlx90de80d6883f down
  3. setting 4addr on the interface itself: iw dev wlx90de80d6883f set 4addr on
  4. setting 4addr on a new pseudo interface: iw dev wlx90de80d6883f interface add myNewIface type managed 4addr on

in all cases I got: command failed: Operation not supported (-95)

@morrownr since you successfully got it to work, can you please share your full env and steps taken?

ntzb avatar Apr 19 '24 06:04 ntzb

@morrownr any help will be appreciated

ntzb avatar Apr 29 '24 11:04 ntzb

@ntzb

I'm watching but my inability to dig deeper into this issue is due to some health issues in my family so my time is llimited. Hopefully, at some point, I have more time. There are some pretty smart people that stop by here not necessarily on a daily basis as this is not a social media site but over time some help should come along.

morrownr avatar Apr 29 '24 21:04 morrownr

of course, sorry. all the best

ntzb avatar Apr 30 '24 09:04 ntzb

decided to give it another go with OpenWRT, same thing (Operation not supported):

daemon.notice hostapd: Set new config for phy phy0:
daemon.notice wpa_supplicant[1635]: Set new config for phy phy0
daemon.notice netifd: radio0 (7858): sh: out of range
daemon.notice wpa_supplicant[1635]: Set new config for phy phy0
daemon.notice hostapd: Set new config for phy phy0:
daemon.notice wpa_supplicant[1635]: Set new config for phy phy0
daemon.notice wpa_supplicant[1635]: Failed to create device phy0-sta0: Operation not supported
daemon.err wpa_supplicant[1635]: Could not read interface phy0-sta0 flags: No such device
dacmon.notice upa_supplicant[1635]: n180211: Driver does not support authentication/association
daemon.notice wpa_supplicant[1635]: n180211: deinit ifname=phy0-sta0 disabled_11b_rates=0
daemon.err wpa_supplicant[1635]: Could not read interface phy0-sta0 flags: No such device
daemon.err wpa_supplicant[1635]: phy0-sta0: Failed to initialize driver interface

can the x86 hardware itself block the ability to use 4addr? all of my tries were done on the same PC

ntzb avatar May 13 '24 08:05 ntzb

rfkillmaybe?

bjlockie avatar May 13 '24 13:05 bjlockie

please do elaborate

ntzb avatar May 13 '24 15:05 ntzb

$ sudo rfkill
ID TYPE      DEVICE              SOFT      HARD
 0 bluetooth acer-bluetooth   blocked unblocked
 1 wlan      phy0           unblocked unblocked

bjlockie avatar May 13 '24 21:05 bjlockie