Wifi Hotspot 5GHz?

What app is this about, and its version: Wifi Hotspot, 2.3.2~ynh1
What YunoHost version are you running: 12.1.40.1
What type of hardware are you using: Old laptop or computer

Describe your issue

Bonjour,

Il y a quelques années, l’application Hotspot ne gérait pas l’émission sur la bande des 5GHz.
Savez-vous s’il y eu des avancées sur ce point ? J’ai une carte wifi dotée d’un chipset MT7915 et j’aurais bien aimé m’en servir sur mon serveur Yunohost.

Merci à vous !

Share relevant logs or error messages

RAS

1 Like

Is it not possible with YunoHost app store | Wifi Hotspot ?

Auparavant non.

You can edit /etc/hostapd/hotspot/hostapd.conf and replace hw_mode=g to hw_mode=a, then restart hostapd@hotspot service.1

Also, consider adding the following lines (nicked from https://raspberrypi.stackexchange.com/questions/91074/how-to-configure-hostapd-for-a-5ghz-network)

ieee80211d=1
country_code=FR
ieee80211ac=1
wmm_enabled=1

(replacing country_code with a one suitable for your country)