Problem with Wireless Dongle from OSMC Store

I’ve installed wavemon and have it running. What should I be looking for?

Here’s the output from wavemon.

lqInterfaceqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
xwlan0 (Ralink STA, WPA/WPA2), ESSID: “MYSSID-5G”, nick: “MT7610U_STA” x
tqLevelsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu
xlink quality: 100% (100/100) x
x=================================================================================x
xsignal level: -50 dBm (0.01 uW) x
x===================================== x
xnoise level: -57 dBm (2.00 nW) x
x================================ x
xsignal-to-noise ratio: +7 dB x
x===== x
tqStatisticsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu
xRX: 47620 (27.97 MiB), invalid: 0 nwid, 0 crypt, 0 frag, 0 misc x
xTX: 2087 (232.13 KiB), mac retries: 0, missed beacons: 0 x
tqInfoqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu
xmode: Managed, access point: A0:04:60:8E:50:6E x
xfreq: 5.22 GHz, channel: 44, bitrate: 135 Mbit/s x
xpower mgt: n/a x
xretry: n/a, rts/cts: off, frag: off x
xencryption: n/a (requires CAP_NET_ADMIN permissions) x
tqNetworkqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu
xwlan0 (UP RUNNING DYNAMIC BROADCAST MULTICAST) x
xmac: 7C:DD:90:B7:67:36, qlen: 1000 x
xip: 10.1.1.97/24

No I cannot see any 2.4 ghz networks after the changes and reboot.

Thats not too bad and should give you more than 8Mbps especially as you have bitrate: 135 Mbit/s and no retries.

Really really strange., any thing in dmesg that could give an idea? You can post it with dmesg | paste-log

In terms of not seeing the other networks that is also a mystery. So in wavemon clicking F3 they are also not shown?

Here’s the paste-log:

https://paste.osmc.tv/sifiqexado

Nothing I can spot but maybe @sam_nazarko sees something.

While this is not an explanation as you get good results from the PC you might want to change the router to Channel 42 as that allows 80Mhz bandwidth.

Alternatively you might want to try with an empty mt7610 file and set country via CRDA
mv /lib/firmware/mt7610u_sta.dat /lib/firmware/mt7610u_sta.dat.backup

Thanks for looking into this matter for me. I’ll follow-up with Sam tomorrow and see if he has any other ideas. Greatly appreciated.

Can you show me the output of /lib/firmware/mt7610u_sta.dat

Cheers

Sam

Easiest way to do that is cat /lib/firmware/mt7610u_sta.dat | paste-log and share the URL

Sam I believe I posted this information further up in the thread.

Here’s the link for the output from mt7610u_sta.dat

https://paste.osmc.tv/qabuwurutu

Let’s wait for @sam_nazarko to review (can be a few days).
I still would suggest to remove the file (with the mv command I gave, reboot and then set counrty via crda) but lets see what Sam says.

CountryRegion=31
CountryRegionABand=7
CountryCode=
ChannelGeography=1
SSID=11n-AP
NetworkType=Infra
WirelessMode=8

These are the only values you should need to change.

Let’s focus on getting good performance with 5Ghz first.

Sam are you saying I should ‘#’ out the other settings in the file? The example you have above are currently what I have in my file, but other settings are enabled.

No — I meant that these settings are the only ones you should ever need to change

Sam