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

How to create 5G AP ? #51

Open
CaiJingLong opened this issue Nov 27, 2022 · 5 comments
Open

How to create 5G AP ? #51

CaiJingLong opened this issue Nov 27, 2022 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@CaiJingLong
Copy link

CaiJingLong commented Nov 27, 2022

My network card is 3168NGW.
$ lspci 02:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
I know that it supports 5G.

I use lnxrouter --ap wlp2s0 HelloWIFI -p 12345678 to create AP.
But the wifi only support 2.4G.

@garywill
Copy link
Owner

Hi, there

Sorry for currently our script doesn't have 5G support. I don't have a 5G adapter to do tests.

You can try some other create_ap forks (e.g. https://github.com/lakinduakash/linux-wifi-hotspot) to see if they have added that support.

Actually also I'm expecting someone send a PR to add 5G support to linux-router.

@CaiJingLong
Copy link
Author

Thanks for your help, I try to use the linux-wifi-hotspot.
I can't even open the AP use linux-wifi-hotspot.

Host anyone to open PR to support 5G.

@garywill garywill added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 27, 2022
@zqlee-ronghui
Copy link

I have a MT7612U adaptor, and I can get hotspot with sudo lnxrouter -ap wlan0 apppp --ieee80211n --freq-band 5 under Ubuntu 20.04.

The question here is I can't connect to the AP if I don't set a static IP for the client, I guess the reason maybe similar to #19

@garywill
Copy link
Owner

--freq-band 5 is from create_ap. I myself didn't tried it ever. I may work. maybe~


@zqlee-ronghui

The question here is I can't connect to the AP if I don't set a static IP for the client, I guess the reason maybe similar to #19

If it's because of firewalld, do this

echo -e "\nWARN: We haven't completed the compatibility with firewalld.\nWARN: If you see any trouble, try:\nWARN: 1) 'firewall-cmd --zone=trusted --add-interface=<SUBN_IFACE>'\nWARN: 2) disable firewalld\n" >&2

@kphanipavan kphanipavan mentioned this issue Sep 28, 2023
@keogami
Copy link

keogami commented Feb 27, 2024

I have just tried --freq-band 5 and it seems to be working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants