v7.15.3 [stable] is released!

@eworm - You are probably right, but how to find where is the specific syntax error, to be able to fix it. Scripts do all what is required and only say check manualy :slight_smile:

woooa
CHR, 7.14.3 → 7.15
free memory decreased significantly
mkr1.png

Thats Sir James Fragtion to you Sir. He likes living dangerously! :slight_smile:

Me too, me too…

hAP ax2 7.15 don’t work Access List - this rule don’t work:

/interface wifi access-list
add action=accept allow-signal-out-of-range=always signal-range=-75..0
add action=reject

After update to 7.15 no one can connect via WiFi

It’s not about syntax errors, but runtime errors. Probably your script is accessing a configuration item that does not exist. You need to debug that, one way or another. I have to admit that it is not that easy with RouterOS sometimes.

Important is that sripts are working. Will fight with syntax to tune them later :slight_smile:

Always read the release notes before you install!

I decided to skip 7.14, but 7.15 appears to be worth updating. Great changelog.

Probably cause of:

*) x86/chr - improved panic saving (increased minimal RAM requirements to 256MB);

A wonderful update.

SSH ed25519 private key works fine, but why must PKCS8 format?

I doubt this is the reason. you pasted two disabled Access List rules…

*) ppp - added “enable-ipv6-accounting” option under PPP AAA menu (CLI only);

But i can see the Enable IPv6 Accounting Option in Winbox itself…
Screenshot 2024-05-30 203926.png

I turned them off so that wifi would work

08:87:C7:54:87:F8@wifi1 associated, signal strength 37
08:87:C7:54:87:F8@wifi1 connected, signal strength 37
1C:57:DC:6C:C6:BA@wifi1 associated, signal strength 59
1C:57:DC:6C:C6:BA@wifi1 connected, signal strength 59

in the log the signal strength is greater than zero, but should be less.

@Evgeniy29

http://forum.mikrotik.com/t/v7-15rc-testing-is-released/175351/1
https://forum.mikrotik.com/viewtopic.php?t=206877&start=300#p1077122

This problem was still in beta version

The wifi driver in the new ROS does not display the connection signal level correctly.


Use CLI … navigate to scripts and then “print” them and the error would be highlited/reported in terminal … strange synteax checking but better that than nothing

:slight_smile:

[admin@ccr2116] > /system/ptp
bad command name ptp (line 1 column 9)

:frowning:

The PTP functionality seems to not be accessible in neither Winbox, nor the CLI…

[admin@ccr2116] > /system/routerboard/print 
       routerboard: yes
             model: CCR2116-12G-4S+
     serial-number: ***********
     firmware-type: al64v3
  factory-firmware: 7.8
  current-firmware: 7.15
  upgrade-firmware: 7.15

[admin@ccr2116] > /system/package/print proplist=name,version where name=routeros
Columns: NAME, VERSION
# NAME      VERSION
5 routeros  7.15

another one:

https://forum.mikrotik.com/viewtopic.php?t=206877&start=300#p1077877
Screenshot_20240530-194820.png

I also have positive signal strenghts issue and roaming is messed up, multiple devices randomly roam from 5ghz to 2ghz 1-2m from ap under full signal(below -40 db ) and then hang on 2ghz, which makes no sense and never had such issues on prev versions.