-
Notifications
You must be signed in to change notification settings - Fork 198
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
6GHz in AP mode on Netgear A8000 #475
Comments
P.S. I'm not 100% sure, but I think before I upgraded firmware last week, it didn't say "no IR" - my notes show that I had
but I still was not able to use 6GHz in AP mode then. |
In your hostapd.conf, you don't need to config something like |
Without your full hostapd.conf, we are more or less guessing.
It is. The users that I am aware of that are using adapters with the mt7921au chip are mostly in the EU, with country codes such as FR and DE. I have done some digging but I'm been too busy to figure out why this is not working in the US. This is why my example hostapd.conf got WiFi 6 is only using 5 Ghz: https://github.com/morrownr/USB-WiFi/blob/main/home/AP_Mode/hostapd-WiFi6.conf You might take a look at the following issue: Near the bottom you will see information posted from a user that is using a mt7925 chip based M.2 card to setup an ap with hostapd. The information is detailed and appears to work but that is the next generation of chip and no usb wifi adapters are available yet even the driver is in the kernel and has been since 6.7. |
Sorry about that, I added the full hostapd conf below. Thanks for the tip about this adapter working in FR and DE, that is very useful to know. And the pointer to the related issue is also very useful. I appreciate your help!
|
I do not think these settings are correct for band 4 (6 GHz). I think the number should be 39. You might want to look at my WiFi 7 example since it is for band 4: https://github.com/morrownr/USB-WiFi/blob/main/home/AP_Mode/hostapd-WiFi7.conf That WiFi 7 guide has not been tested by me yet, which is why the status is listed as alpha. I think it will work or is close. This WiFi 6 and 7 stuff is compliated. Remember back in the simple WiFi 4 days? |
I guess OP can try to find a machine with OpenWrt and create AP with 6GHz
then get the config and compare.
…On Sat, Aug 3, 2024, 3:42 AM morrownr ***@***.***> wrote:
@ffund <https://github.com/ffund>
vht_oper_centr_freq_seg0_idx=42
he_oper_centr_freq_seg0_idx=42
I do not think these settings are correct for band 4 (6 GHz). I think the
number should be 39. You might want to look at my WiFi 7 example since it
is for band 4:
https://github.com/morrownr/USB-WiFi/blob/main/home/AP_Mode/hostapd-WiFi7.conf
That WiFi 7 guide has not been tested by me yet, which is why the status
is listed as alpha. I think it will work or is close.
This WiFi 6 and 7 stuff is compliated. Remember back in the simple WiFi 4
days?
—
Reply to this email directly, view it on GitHub
<#475 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCR7WNCDH4F23I5IORQANLZPPHIFAVCNFSM6AAAAABL2UILMCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRVHE2DKNJWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Checklist
uname
Linux nyu-rpi5-01 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
lsusb
Bus 002 Device 002: ID 0846:9060 NetGear, Inc. Wireless_Device
rfkill
0: hci0: Bluetooth Soft blocked: no Hard blocked: no 1: phy0: Wireless LAN Soft blocked: no Hard blocked: no 2: phy1: Wireless LAN Soft blocked: no Hard blocked: no
dkms
iw
What happened?
Hi! thanks for creating this wonderful resource.
I am using a Netgear A800 on Linux kernel 6.6 -
and hostapd version
v2.12-devel-hostap_2_11-16-g92374d59d
(compiled with the config described here.)I haven't been able to get it to use 6GHz in AP mode. Relevant part of the
hostapd
config isThe error message I get is
(I have tried a few different 6GHz frequencies with the same result.)
I also see in
iw list
that it shows "no IR" for all the 6GHz channels -Here's what I see for
iw reg get
-Do you know if it is possible to use this device in AP mode on 6 GHz? (If not, do you know if there is another one that does support AP mode on 6 GHz?)
Thanks!
The text was updated successfully, but these errors were encountered: