When exporting such an access point configuration, outputting the “channel.frequency” values is redundant, because frequency values are specified in “configuration”
When setting up CAPsMAN in a similar configuration, do the parameters in “signal-range” now have any meaning?
To be honest, in my apartment the scanner picks up about 100+ Wi-Fi networks in the 2.4 GHz range and about 15+ in the 5.0 GHz range. With new drivers “wifi-qcom-ac” and new settings, using WiFi has become much more comfortable.
Thank you very much for this update!
This was the missing information. I’ve set everything to auto, and while the correct certificates were generated, it didn’t work.
I’ve manually selected the proper certificates in both capsman, restarted both services and now it’s working again.
Thanks!
What’s new in 7.13beta2 (2023-Nov-14 13:04):
*) bridge - fixed missing “S” flag after configuration changes (introduced in v7.13beta1);
*) certificate - added HTTP redirect support for CRL download;
*) certificate - added support for certificates with key size 16384;
*) console - added “:grep” command;
*) console - added “interface” name when printing “interface/pppoe-server” entries;
*) console - fixed missing escaped characters when using print in certain menus (introduced in v7.13beta1);
*) disk - fixed hang on reboot when network file systems mounted;
*) lora - added CUPs protocol support;
*) lte - disabled IMS service for Chateau 5G on A1 HR network;
*) ppc - fixed RouterOS bootup (introduced in v7.12);
*) route-filter - improved performance;
*) supout - added multiple WiFi sections;
*) wifi - improved system stability when using sniffer (introduced in v7.13beta1);
*) winbox - improved connection speed;
“wifiwave2” package has been divided into distinct packages: “wifi-qcom” and “wifi-qcom-ac”
IMHO this was a bad naming decision. It is causing confusion already and it is going to confuse - ongoing.
qcom stands for qualcomm.
you need a package called “wifi-qcom-ac” for AC devices.
But you need a “generically named” package like “wifi-qcom” for AX devices.
This is inconsistent in naming. Then you already create a future-problem.
How do you name the drive-package for the standard that follows AX? aka wifi7? I would assume “wifi-qcom-be”.
So you tell users: “install wifi-qcom for AX, but wifi-qcom-be for wifi7 LOL”.
I assume you anticipated to put 802.11be and all upcoming device drivers into the wifi-qcom package - because disk-space is not an issue anymore on modern/upcoming devices (128MB or even more).
But I don’t like this kind of thinking. “super-bundles” that grow in size and somewhen in 2028 that wifi-qcom package has 80MB because you can’t remove AX-drivers because you made a bad packagename decision back in 2023.
Better would have been:
wifi-qcom-ac
wifi-qcom-ax
Furthermore, better not integrating the new “wifi” config-module into the base ROS bundle already. Having a wifi menu without actually having wifi anywhere? Pretty weird decision.
So better package bundling from my point of view:
wifi-common (or wifi-base or wifi-config) → put the wifi config module stuff into this package
wifi-qcom-ac → only the AC drivers and related to AC. depends on wifi-common.
wifi-qcom-ax → only the AX drivers and related to AX. depends on wifi-common.
Then tell people:
Old wireless: install package “wireless”
New wireless: install package “wifi-common” and depending on your chipset use either “wifi-qcom-ac” or “wifi-qcom-ax”.
No confusion. Everybody understands without even reading a manual.
I deleted all certificates and regenerated new ones for both types of capsman, but certificates are generated from the “new” CA for legacy caps when requested: SUP-134480
A device with 16Mb of flash does not really fit my definition of future proof …
FWIW I face exactly the same problem with AC3 LTE, having zerotier on it but also limit of 16Mb storage, of which 346Kb is free right now (whereas regular AC3 has 128Mb, go figure).
It is what it is, I suppose.
Make a backup, move it off device.
Upgrade and see what happens.
Remove wireless package, install qcom-ac package.
Worst case (if it doesn’t work) you need to downgrade and then you can restore backup.
I’m not going to try on that AC3 LTE, it’s a production device so I’m not touching it until all wrinkles are ironed out
In my experience, you can sometimes gain a little space on those 16MB flash devices especially when in the past you have done a lot of upgrading (especially when it was originally delivered with RouterOS v6) or you have done a lot of configuration experiments that you have later removed.
In this case, do a full “/export show-sensitive file=backup” of the configuration and download the backup file, then netinstall the device without default configuration, connect to it from winbox via MAC address, upload your backup.rsc, open terminal and do /export to see if the config is really (almost) empty and then “/import verbose=yes backup.rsc”. Hopefully it completes without error, else you can see on the terminal what has failed and use from-line=xxx to restart after the failure.
Now you have completely rebuilt the configuration database, and it is often a bit smaller.
Do NOT use “/system/backup” for this, it will just dump and restore the database and it will be just as large as before.
That is interesting! Strods says ‘Please remember that actual “bugs” must be reported to support@mikrotik.com complemented with logs, supout files, etc.’ above.
I reported this bug both on the 7.12 topic and as a ticket, and now it is reported as fixed (I will test) while my ticket has not even been acknowledged yet, it is still “waiting for support”… so maybe the developers ARE reading the topics?
@pe1chl, do I understand you correctly that you’re complaining about MT fixing a bug which was not properly reported (and you’d like them to reintroduce that bug in following releases)?
Oh my, people are never satisfied whatever one does.
And it is not a complaint, I just labeled it as “interesting”.
Probably the change was made as the result of someone else’s ticket.
Well, actually the bug isn’t even fixed…
Well, actually the bug isn’t fixed. When I do a user manager backup to an NFS-mounted disk I still cannot unmount the disk afterwards and it still hangs on reboot!
My home router is like a production. Remote working + several servers.
A year ago I thought a $500 router would last me a few years, but I’m slowly realizing that I bought a castrated expensive model
I wanted the best LTE possible (and at that time there was no AX version).
I’ll wait until 7.13 comes out of beta and take @pe1chl Netinstall’s advice, maybe it will work.
I have upgraded from 7.12 but I had to revert: several devices on my network did not get addresses from DHCP anymore.
These were all ethernet-connected devices on different VLANs on a VLAN-filtering bridge.
The bridge has protocol-mode=none (no STP) but I notice that in the export I made when running 7.13beta2 the affected ports had additional “internal-path-cost=10 path-cost=10” added that wasn’t there in 7.12 export (ok, that is probably due to a change in the beta1 version mentioned above).
The DHCP service was logging “dhcp,warning dhcp-iot offering lease 192.168.3.3 for xx:xx:xx:xx:xx:xx without success”.