We released a new version of Turris OS alpha3. We would like to hear feedback for Turris Omnia and Turris MOX. There are some known issues, which you can find in my second post in this thread. We don’t advice users/owners of Turris 1.0 and Turris 1.1 to test it due to kernel issues.
Most interesting changes in this release are:
Added support for Mox OTP (command mox-otp)
Fixed LEDs on Omnia (rainbow)
SFP on Omnia can be now used by changing used device tree
Updater-ng should now require less memory to update system
Domains of DHCP clients in DNS were fixed
Various packages updates and new Luci theme called Rosy
If there is someone who would like to give it try on Turris Omnia:
We recommend to plug USB flash drive to your router and create snapshot, so you can rollback anytime and/or restore your configuration very easily.
Assume snapshot number 167 was created and your USB flash is mounted on /mnt/backup
Then you can take another USB flash drive and put there rootfs, which you can download here and by using 4 LED (re-flash) method described in our documentation you can flash it to your router and start testing Turris OS 4.0.
Downstream patches. LEDs are pretty much a nasty patch so we won’t be pushing that to upstream and for SFP device tree has to be updated. For that our kernel developer is going to push that to upstream once he has some free time.
Are the following packages… comgt-ncm kmod-usb-net-cdc-ncm kmod-usb-serial kmod-usb-serial-option kmod-usb-net-huawei-cdc-ncm
…included by default in that image?
I want to switch but the only way for me is to have Internet Access from start.
No they are not. But if you have Linux system and if you install required dependencies for updater then you can generate your own medkit with generate_medkit script. In general you need Lua 5.1, libcurl, libevent2 and fakeroot. You have to write additional updater script with Install(..) for your packages and: generate_medkit --updater-script SCRIPT.
I remember there were some changes to switch configuration in earlier alphas (use of dsa instead of switchconfig or so)… Is it possible to configure switch (and vlans) through LuCi in Turris OS 4.0 alpha3?
Thanks. I will do that. So SCRIPT is basicly a path to the file and a file is just user.lua that I already have in updater config. I made a schnapps backup and I will try to build an image tomorrow and if it succeeds then I am going to be happy (or not:P) version 4.x user.
Pretty much yes. Note that that file is used only to build medkit, it is not included automatically in medkit. That means that you should remember and add it also to medkit (I am not sure if adding additional files to medkit works but there should be an option for that, it just wasn’t tested).