-
Notifications
You must be signed in to change notification settings - Fork 197
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
I got a fenvi ax1800 but I could not activate hotspot on it #407
Comments
Fenvi makes more than one adapter that is ax1800 class. We need to know the chipset. Run and post the results of the following: $ lsusb |
The model is FU-AX1800, I'm not sure how to run $ lsusb (I know nothing of this :( ), as for the chipset which I believe refers to my motherboard? I have a B450m Pro Max |
I'll back up a little: What is the Linux distro that you are using? |
open a terminal |
I have the same problem with a FENVI FU-AX1800 attached to the USB3 of a Raspberry Pi 5 running raspberry os based on Debian 12 fully updated lsusb: lsmod: The following conf works with wlan0 internal rpi5 card, if I replace wlan0 with wlan1 (the fenvi) clients cannot authenticate anymore. the SSID is visible and the interface up. I tried with or without wifi 2.4 or 5: working with wlan0 /etc/NetworkManager/system-connections/Hotspot.nmconnection [wifi] [wifi-security] [ipv4] [ipv6] I'm assuming it's phy1 because the interface is listed as wlan1, the other one is the internal raspberry 5 card, there is no mac address reference to double check. iw phy: |
Maybe I can help. This is going to be messy because I don't use NetworkManager to setup AP's/Hotstops. I use Here is the site Main Menu: https://github.com/morrownr/USB-WiFi/blob/main/README.md Go down to item 8. AP Mode. This is how I set up on a RasPi4B using RasPiOS. I add a setting to NM to tell it to ignore the interface that I want to take into AP Mode. I think the setup would be nearly the same on Debian 12. The guide gives examples details for many WiFi 4 and WiFi 5 adapters but ignore them and look at the next item under 8. AP Mode as it is an example for the chipset in your WiFi 6 adapter. I still call this This way of doing things is different than what you are doing so study my guide and example hostapd.conf file before you jump in. I am here for any questions you may have. Regards, |
hey @morrownr thank you for the reply! It works! I can successfully setup the card in AP mode, I skipped the bridge part because I don't want it configured as a bridge. The only problem I encountered is the dual configuration file: It only works if I specify one conf at the time, if I write it as it is it gives me an error: these two lines both work, of course I only get either 2.4 or 5ghz: workaround I found from https://forums.raspberrypi.com/viewtopic.php?t=253160 it doesn't work either, config files are read but the AP doesn't go up. logfile has a lot of lines now, I think this is the error part |
could it be this? #107 Bug: (feature request) mt7921u driver does not support 2 interfaces of AP mode on one adapter |
Let me show you my
You only need two configuration files if you have two wifi adapters/cards... radios. It is rather common for some people to attach two adapters, one for WiFi 4 and another for WiFi5/6. My example above is for a single radio. The .conf file you can use is: https://github.com/morrownr/USB-WiFi/blob/main/home/AP_Mode/hostapd-WiFi6.conf |
What I was trying to do was to have a wifi4 ssid AND a wifi5 SSID on the same card. I didn't notice you had wlan0 in one config and wlan1 in the other. Meanwhile the wifi4-only conf is running well since yesterday, thanks again. |
You can't do that. These wifi adapters and cards only have one radio. |
Hey y’all !
so i bought a fenvi wifi and for the life of me, I couldn’t get the hotspot working.
Tried every TS I could find bug I’m guessing this adapter doesn’t support hotspot? I tried with a janky ah wifi I had laying around and hotspot worked just fine. The error tells me: can’t set up hotspot
I’m trying to connect it to my oculus quest 2 for virtual desktop (yes a router is better but I’m just looking to try)
The text was updated successfully, but these errors were encountered: