diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

ad-hoc not working in 5GHz #50

Open nandra opened 7 years ago

nandra commented 7 years ago

I'm trying to setup ad-hoc mode with 5GHz band but seems it's not working. I tested on 2.4 GHz and it works just fine. I use:

sudo modprobe 8812au rtw_channel=50
sudo ifconfig wlan0 down; sudo iwconfig wlan0 mode ad-hoc essid my-network ap 02:12:34:56:78:90 channel 50
ifconfig wlan0 up

after that I cannot see my-network when scanning on other device. Any ideas? Thanks.

smydoudou commented 2 years ago

Hi, I have the same problem as you, and even worse it doesn't work at 2.4GHz. And my configuration script is the same as yours. Any ideas? Thanks.