This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
11 [2024/11/14 14:13] team |
11 [2025/08/29 15:29] (current) team [Install and use Zabbly kernel on Ufficio Zero 11 for mini pc] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Release 11 for 32/64bit archs** | ||
{{ :uzl11.png |}} | {{ :uzl11.png |}} | ||
Line 18: | Line 19: | ||
Please see [[multiboot|this how-to]]. | Please see [[multiboot|this how-to]]. | ||
+ | |||
+ | ===== Install and use Zabbly kernel on Ufficio Zero 11 for mini pc ===== | ||
+ | |||
+ | - Update your system: open a terminal and give these comands: <code>sudo apt update</code> then <code>sudo apt full-upgrade -y</code> and <code>sudo apt autoremove --purge -y</code> | ||
+ | - Install these packages: <code>sudo apt install curl apt-transport-https ca-certificates -y</code> | ||
+ | - Add Zabbly repository key: <code>curl -fsSL https://pkgs.zabbly.com/key.asc | sudo tee /etc/apt/keyrings/zabbly.asc > /dev/null </code> | ||
+ | - Create the repository file for Mint 21.x / Ufficio Zero 11: <code> | ||
+ | echo "Enabled: yes | ||
+ | Types: deb | ||
+ | URIs: https://pkgs.zabbly.com/kernel/stable | ||
+ | Suites: jammy | ||
+ | Components: main | ||
+ | Architectures: amd64 | ||
+ | Signed-By: /etc/apt/keyrings/zabbly.asc" | sudo tee /etc/apt/sources.list.d/zabbly-kernel-stable.sources | ||
+ | </code> | ||
+ | - Update and kernel install: <code> | ||
+ | sudo apt update | ||
+ | sudo apt install linux-zabbly -y | ||
+ | </code> | ||
+ | - Restart your pc and verify kernel version: <code>uname -r</code> and if you see something about Kernel Zabbly activated it's OK | ||
+ | - (optional) Shiw me all kernels installed: <code> dpkg --list | grep linux-image</code> | ||
+ | - If you want to keep only Zabbly kernel you can remove all others with <code>sudo apt remove --purge linux-image-5.*</code> | ||
+ | - Now your system will receive only kernel update form Zabbly repo. | ||
+ | ===== Unknown Printers ===== | ||
+ | |||
+ | Your system doesn't know your usb/wifi/eth printer or multifuction? | ||
+ | No problem. Regiter to our [[https://forum.ufficiozero.org|Forum]] and send us a mail to dev[at]ufficiozero.org with your account information and we will activate your account as soon as possible. | ||
+ | |||
+ | Then open a discussion on "printers repository" section with detail of your printer and if the source code for your driver exists we will release the binary packages into production and you will only have to update your system when advised. |