Anthony96922 / mt7601u-ap

AP driver for MT7601U dongles
GNU General Public License v2.0
117 stars 49 forks source link

ap came up but not working as expected only HT_AP0 #10

Closed combat007 closed 5 years ago

combat007 commented 5 years ago

I am facing the same problem, Here is my scenario 1.Directory created and file kept /etc/wifi/RT2870AP/RT2870AP.txt , config for file contents are

Default CountryRegion=0 CountryRegionABand=0 CountryCode=US BssidNum=1 SSID=test WirelessMode=9 Channel=6 BasicRate=15 BeaconPeriod=100 DtimPeriod=2 TxPower=100 BGProtection=0 TxPreamble=1 RTSThreshold=2347 FragThreshold=2346 LongRetry=4 ShortRetry=7 TxBurst=1 PktAggregate=1 BurstMode=1 WmmCapable=1 APSDCapable=1 DLSCapable=1 APAifsn=3;7;1;1 APCwmin=4;4;3;2 APCwmax=6;10;4;3 APTxop=0;0;94;47 APACM=0;0;0;0 BSSAifsn=3;7;2;2 BSSCwmin=4;4;3;2 BSSCwmax=10;10;4;3 BSSTxop=0;0;94;47 BSSACM=0;0;0;0 AckPolicy=0;0;0;0 HideSSID=0 ShortSlot=1 AutoChannelSelect=0 PreAuth=0 AuthMode=WPA2PSK EncrypType=TKIP;AES RekeyInterval=3600 RekeyMethod=TIME PMKCachePeriod=10 WPAPSK=password HT_PROTECT=1 HT_HTC=1 HT_RDG=1 HT_OpMode=0 HT_MpduDensity=5 HT_BW=0 HT_AutoBA=1 HT_BAWinSize=64 HT_GI=1 HT_MCS=33 HT_STBC=1 HT_40MHZ_INTOLERANT=1 HT_BSSCoexistence=1 RadioOn=1

Module compiled and inserted to kernel succesfully ra0 link came up before that isc-dhcp-server running successfully ip for the ra0 link is 192.168.42.1/255.255.255.0 working good

iwconfig ra0 output: ra0 IEEE 802.11 ESSID:"HT_AP0" Mode:Master Channel:1 Access Point: 70:F1:1C:55:00:A0 Bit Rate=54 Mb/s

and this is the only ssid HT_AP0 i am recognizing at another pc as well as my phone and not the one "test" which is in /etc/wifi/RT2870AP/RT2870AP.txt file.

kindly help

combat007 commented 5 years ago

Solved

Those who are facing the same problem I am using VERSION="16.04.6 LTS (Xenial Xerus)" kernel image 4.4.0-142-generic gcc version 6.5.0 20181026 (Ubuntu 6.5.0-2ubuntu1~16.04)

This is the fork which worked in one go https://github.com/Othernet-Project/mt7601u-ap