Polioman

Results 8 comments of Polioman

I'll try not to forget to send a bug report next time it happens. Thanks for the help.

Hello, @harshavardhana I use an Edimax 7811UAC dongle on a Raspberry Pi, It uses same driver, I've got 2 questions : 1) How did you split you networks? I was...

Hi, I'm having an issue with 5Ghz using this driver in AP mode. It says : `Could not set channel for kernel driver` `Interface initialization failed` I've attached usefull files...

@joseph-jja I use this file with hostapd to have an access point in 5GHz band. [hostapd_edimax-5GHz.txt](https://github.com/abperiasamy/rtl8812AU_8821AU_linux/files/133925/hostapd_edimax-5GHz.txt) @francoisbeaulieu : You can display what are capabilities of your dongle with iw list...

You can specify nl80211 for driver, or not. I removed this line since I've got issues with it. I was not able to broadcast 2 SSID with my dongles. It...

I've got quite the same problem but I could go up to 72Mb/s if I remind correctly. It is due to a limitation from my hardware. Mine is limited to...

Maybe, I wasn't able to have better bandwidth :(

A bit late but you need to enable 82011ac in your hostapd config file : ``` ieee80211n=1 ieee80211ac=1 wmm_enabled=1 ``` You can find all options available (as far a I...