Did you install the wifi-qcom or wifi-qcom-ac package?
It’s already written, just read.
It is obvious that the user wanted to read what he wanted, and installed the packages at random, without logic.
He didn’t even read/understand the documentation he linked…
Could you elaborate? I read the doc but I may have missed something. If you know what wouldn't it be more helpful (not only for me but for others coming) to point to the mistakes instead of being... that?
Did you install the wifi-qcom or wifi-qcom-ac package?
I’ve installed both, I guess that was my mistake? What’s the difference between those?
To my understanding wifi-qcom was for 2.4 interfaces while wifi-qcom-ac for 5
Did you install the wifi-qcom or wifi-qcom-ac package?
wifi-qcom is only for 802.11AX WiFi6 devices. Audience does not support that package.
mazay, the documentation clearly says “wifi-qcom-ac package” not wifi-qcom
here is a video too: https://www.youtube.com/watch?v=AkBIQxi-VKs
CCR1016 after updating to 7.13 not show lte interface anymore.
But in USB list it showing.
wireless already installed
At 7.12 all ok.
Please report the issue to MikroTik support with Supout.rif files created on v7.13 and v7.12.
https://help.mikrotik.com/servicedesk/servicedesk
And for fellow forum users please post with which version the issue is observed, e3372h’s have multiple hardawre nad firmware variants with sufixes -153; -320; -325, so users are aware of which version is affected.
Did you install the wifi-qcom or wifi-qcom-ac package?
wifi-qcom is only for 802.11AX WiFi6 devices. Audience does not support that package.
Thank you for the clarification. I must say the naming is rather confusing.
The package name should have been wifi-qcom-ax to be self-explanatory. At the same time wifi-qcom-ac suggests that this is for 5G devices making me think that 2.4 gets lost.
mazay, the documentation clearly says “wifi-qcom-ac package” not wifi-qcom
here is a video too: https://www.youtube.com/watch?v=AkBIQxi-VKs
You are correct, at the same time the package names are confusing. I’d suggest renaming it or making it bold in the docs.
CCR1016 after updating to 7.13 not show lte interface anymore.
But in USB list it showing.
wireless already installed
At 7.12 all ok.
I’ve got the same problem with a Huawei E3372h-153. I’ve also got a E3372h-320 that seems to work fine.
But the E3372h-153 just disappears. It goes up for a split second and then goes down. Tried in a RB5009 and a AX3. I’ve also tried with a RB2011 and it works for a few seconds after restart, but then RX/TX stays at 0 mbps. I ended up downgrading to 7.12 and works fine again. There’s definitely something broken in 7.13.
Also, after upgrading +30 devices, I’ve got a problem with a CRS328: interfaces didn’t go up after upgrade. I had to connect using the console cable and observed there were 0 bytes left. After deleting some files and the wireless package, it booted correctly.
Please create and send to support Supout.rif file created after a traffic flow outage has occurred.
https://help.mikrotik.com/servicedesk/servicedesk
Opened a ticket regarding bonding on CCR2004 - SUP-138086. Attached supout.rif
I’m getting 1 or 2 reboots a day in my RB5009 since upgrading 7.13, no sup file creation. Though I don’t use VPLS…
No such thing here.
Stable since update last Friday.
This is getting annoying for me, it’s the same error and reboots I had a few releases ago related with some OVPN issue.

user policy “ftp” is enabled?
is enabled.
I get this from the logs:
fetch,info,debug Download from https://api.telegram.org/bot42558852236:AAR_pTRe0CjksgfdydhdncbvfdtY4/sendMessage to RAM FAILED: Fetch failed with status 400
I have not changed anything and I use Telegram in NetWatch and also on home based built scripts. After the upgrade I start getting this message:
RouterOS
12-15 22:39:30 Download from https://api.telegram.org/botxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/sendMessage?chat_id=-yyyyyyy
instead of the text that I have pre-configured for the alert to send. I use the following command with variables to send alerts:
/tool fetch url=“https://api.telegram.org/bot$token/sendmessage?chat_id=$id&text=$Message”
As soon as I roll back everything starts working as expected.
mazay, the documentation clearly says “wifi-qcom-ac package” not wifi-qcom
here is a video too: https://www.youtube.com/watch?v=AkBIQxi-VKs
You are correct, at the same time the package names are confusing. I’d suggest renaming it or making it bold in the docs.
Does this help? http://forum.mikrotik.com/t/7-13-wireless-package-split-question/172049/1
No problem here with sending to Telegram… And also every other use of fetch is fine.
Very interesting…

More detailed table http://forum.mikrotik.com/t/7-13-wireless-package-split-question/172049/1
is enabled.
I get this from the logs:
fetch,info,debug Download from https://api.telegram.org/bot42558852236:AAR_pTRe0CjksgfdydhdncbvfdtY4/sendMessage to RAM FAILED: Fetch failed with status 400
My Telegram script works fine in v7.13
:global tgFunc do={
:do {
:local BotToken "XXXXXXXXX:XXXXXXXXXXX-XXXXXXXXXXXXXXXXXX"
:local ChatID "XXXXXXXXX"
:local parseMode "HTML"
:local DisableWebPagePreview true
:local SendText $1
/tool fetch url="https://api.telegram.org/bot$BotToken/sendMessage\?chat_id=\
$ChatID&parse_mode=$parseMode&text=$SendText&disable_web_page_preview=\
$DisableWebPagePreview" keep-result=no
:log info "=> Telegram message sent successfully"
} on-error={
:log info "=> Telegram message sent failed"
}
}
BR.
Yes, in wifi documentation, read through replacing ‘wireless’ package section. It’s last item in “lost features”.
Also, it is always good to realize that any conversion from “7.13 with routeros+wireless package” to “routeros+wifi_qcom_ac” will always make you lose all configuration of the wifi. There is no attempt to convert even simple configurations like “station connecting to an SSID with a WPA2-PSK password” or “AP with SSID and WPA2-PSK password” into a new configuration after this change.
Of course it would be possible to make a script for that, but it isn’t there. So be careful with remote systems or with routers that you manage via WiFi!
Thanks for an advice. I am aware of that, mostly thinking about new wi-fi r/k/v roaming capabilities / a bit more throughput, being worth a slight hassle setting up vxlan tunnel, splitting radios with hidden SSID for the tunnel transport, etc. I still have it with my hap-ax2s, as initially ROS7 did not support station bridge. Hopefully vxlan solution would work with ac driver too.
is enabled.
I get this from the logs:
fetch,info,debug Download from https://api.telegram.org/bot42558852236:AAR_pTRe0CjksgfdydhdncbvfdtY4/sendMessage to RAM FAILED: Fetch failed with status 400
My Telegram script works fine in v7.13:global tgFunc do={ :do { :local BotToken "XXXXXXXXX:XXXXXXXXXXX-XXXXXXXXXXXXXXXXXX" :local ChatID "XXXXXXXXX" :local parseMode "HTML" :local DisableWebPagePreview true :local SendText $1 /tool fetch url="https://api.telegram.org/bot$BotToken/sendMessage\?chat_id=\ $ChatID&parse_mode=$parseMode&text=$SendText&disable_web_page_preview=\ $DisableWebPagePreview" keep-result=no :log info "=> Telegram message sent successfully" } on-error={ :log info "=> Telegram message sent failed" } }BR.
I have several scripts like these (they serve to telegram alert temperature and voltage etc. of the LTE modem) and they no longer work:
:global temp2
:global url "https://192.168.5.2:8443/json.htm?username=mE&ghy&l&password=dGMntyhju&type=command¶m=udevice&idx=57&nvalue=0&svalue=$temp2";
/tool fetch keep-result=no url=$url mode=https
:global temp1
:set temp1 55
:global temp (:tostr(:put [/ interface lte at-chat input="at+qtemp" lte1 wait=yes as-value]));
:global tempstring ([:pick $temp 0]);
:global temp2 ([:pick $tempstring 47] . [:pick $tempstring 48]);
:if ($temp2 > $temp1) do= {/tool fetch url="https://api.telegram.org/botx:x/sendmessage?chat_id=-xxx&text=EM160 Warning!!! Temperature is $temp2 Degrees" keep-result=no}
