Jump to content

Igor

Administrators
  • Posts

    14284
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Igor got a reaction from fever_wits in Something missing or broken on ZFS and armbian, zfs-zed zfsutils-linux missing after update   
    Not anymore  ZFS, versions that we are adding is now again properly autotested:

    and this won't be happening in the future. If dependency check fails, packages are not pushed into the repo ...
  2. Like
    Igor got a reaction from orb in Armbian with preinstalled Home Assistant supervised   
    In case you get "Unsupported system warning", replace 
    PRETTY_NAME
    with
    PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
    inside /etc/os-release
    following by reboot.
  3. Like
    Igor got a reaction from poddmo in apt-get update fails with public key errors   
    Key is not deprecated, method is. On Noble / Sid and future.
     
    sudo wget https://apt.armbian.com/armbian.key -O key sudo gpg --dearmor < key | sudo tee /usr/share/keyrings/armbian.gpg > /dev/null sudo chmod go+r /usr/share/keyrings/armbian.gpg sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/armbian.gpg] http://apt.armbian.com $(lsb_release -cs) main $(lsb_release -cs)-utils $(lsb_release -cs)-desktop" | sudo tee /etc/apt/sources.list.d/armbian.list apt update  
  4. Like
    Igor reacted to Jay Tolleson in Pi 5 - Armbian Gnome Desktop --- Goal: hdmi audio, obs w v4l2loopback, bluetooth audio...   
    Hello all, I have returned to my topic with a righteous update!!! I started with Armbian Server Noble.

    This is my PI5.....It needs camera support and libinput/weston for touch.  However, I have run this .sh script
    #!/bin/bash sudo apt update -y && sudo apt upgrade && sudo apt install lightdm && sudo apt upgrade && sudo apt update -y && sudo apt install linux-headers-current-bcm2711 linux-headers-edge-bcm2712 && sudo apt update -y && sudo apt upgrade && sudo apt install gnome* ffmpeg qgnomeplatform-qt5 qt5-image-formats-plugins qt5-qmltooling-plugins qtvirtualkeyboard-plugin qttranslations5-l10n libqt5svg5 qt5-gtk-platformtheme qtwayland5 alsa* pavucontrol vulkan-tools mesa-vulkan-drivers xdg-desktop-portal-gnome libspa-0.2-bluetooth qv4l2 v4l2loopback-dkms obs-plugins obs-studio gnome-tweaks rpi-imager to produce my media script aswell as edit
    config.txt after flashing.


     
     
    Touch and Camera next friends....
  5. Like
    Igor reacted to Maurycy in Armbian doesnt seem to see sata harddrives.   
    SATA Works without any issues on 6.12
  6. Like
    Igor got a reaction from IBV in Nanopi R1S-H5 Two WLAN's   
    Most likely P2P wireless, not necessarily functional. This is automatically present by a (wireless) kernel driver. Use the device that works and ignore the other. If bogus device gets to your nerves, dig into the code, find a way how to disable it and sent a patch.
  7. Like
    Igor got a reaction from Gunwoo Gim in Recent versions of ZFS related packages on Armbian Jammy fail to work   
    It is. I have workaround it, but updating process needs some improvements. Once mirrors get in sync, it should be operational.
  8. Like
    Igor reacted to Omer Hasanov in btrfs install option in armbian-install doesn't work   
    Honestly, the way it works right now is good enough, it just seemed weird for me since I couldn't find much info about this topic online (both the armbian-config thing, and the btrfs thing) I'll just post the issue on github after writing up some proper documentation behind it! Thanks again!
  9. Like
    Igor reacted to destroyedlolo in Is ARMBian kernel customisation backported to the main line ?   
    I didn't express myself clearly: I meant that I am "the advocate of more serious and supported solutions", I meant precisely ARMbian, as opposed to Arch where BananaPI and OrangePI are not officially supported. Sorry for the confusion.
     
    For OrangePI, I can see that nothing changed since their beginning, where they were starting their business by simply cloning LeMaker website and all the efforts the community did for the original BananaPI board 🤐
  10. Like
    Igor got a reaction from laibsch in Armbian Cloud images BETA - with Docker support   
    Until only you, me and those few people that will read this thread knows about this .... doesn't make any sense. Our current download logic and UX is very bad at this state, almost as bad as Debian  It is very difficult to know that such image exists, what are their advantages (this part I have some draft and will be sent to the docs eventually), then telling them that they can choose between .xz .qcow2 .xz.qcow2 ... while ISO (what people understand) is nowhere to be found.

    Enabling a feature at build framework. This is trivial and I think it's even supported with a switch already "KEEP_UNCOMPRESSED_IMAGE" or similar, but its not supported at CDN. When compressed qcow2 was replaced with uncompressed, redirection followed as it doesn't carry file extensions https://dl.armbian.com/uefi-arm64/Noble_cloud_minimal-qcow2 which means we don't have support for .xz at this moment. Changing this? Chain of command and execution is slow, I can't deal with everything, and people are busy. I still wait that https://dl.armbian.com/uefi-arm64/Noble_cloud_minimal-hyperv.zip (HyperV Azure) started to work. As you can see, compressed is even bigger then qcow2 image and apparently it has to be zip (don't know that yet). Once re-director is extended, now hard coded values goes out of the code, so its small refactoring - easier job for the future. When re-director is fixed, we need to adjust (already messy) web page. Which is now half broken, those cloud images are mixed with minimal / IOT. You don't know until you click on the link.
     


     

    That cloud kernel supports features required to run Docker. Something like this:
     
    curl https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh | bash  
     
    Already have some draft ready, but wanted to do more tests before. On some clouds.
  11. Like
    Igor got a reaction from laibsch in Armbian Cloud images BETA - with Docker support   
    Yes. Cloud providers, those that accept direct qcow2 images loading, expect uncompressed variant. It is handy if you can just pass URL or upload image without any additional handling.
     
     
    This should address the problem.
    https://github.com/armbian/build/pull/8046
  12. Like
    Igor got a reaction from grixm in Real-time Armbian, now that it is part of kernel 6.12?   
    Always use main branch, older branches are here for reference and to build with sources at the state of initial build. We had several bug fix builds after point release, but they were made from main branch ... as we don't backport commits to frozen branch. Not enough people ...
     
    OS version is not determined by build framework, but externally. https://github.com/armbian/os/blob/main/stable.json Which version is bumped when any new Armbian package is sent to the repository. You can also set version with a parameter IMAGE_VERSION=25.2.3 ...

    In theory, if we would have "endless" computing / storage resources, we could make RT kernels for all variants. Currently, this is a bit insane  as there are too many kernels. 
  13. Like
    Igor got a reaction from grixm in Real-time Armbian, now that it is part of kernel 6.12?   
    Correct, but I also haven't tried it yet.
     
     
    https://docs.armbian.com/Developer-Guide_Build-Preparation/
    Once you get it running, choose this:
     

     
    and enable what needs to be enabled (there must be guides around the internet and AI also usually knows). Make sure to freeze this custom kernel, so update won't be replacing it later.
  14. Like
    Igor reacted to xunil80 in Odroid XU4   
    I have an odroid xu4 and want to thank you for the great work ...
     
    _ _ _ /_\ _ _ _ __ | |__(_)__ _ _ _ / _ \| '_| ' \| '_ \ / _` | ' \ /_/ \_\_| |_|_|_|_.__/_\__,_|_||_| v25.2.2 for Odroid XU4 running Armbian Linux 6.6.75-current-odroidxu4 Packages: Debian stable (bookworm) IP addresses: (LAN) IPv4: 192.168.178.24 IPv6: fd0b:5278:d32e:0:1d4d:933a:afcc:c02 (WAN) 188.136.105.135 Performance: Load: 1% Up time: 27 days 5:26 Memory usage: 4% of 1.94G CPU temp: 47°C Usage of /: 5% of 29G storage/: 3% of 234G Tips: Support our crowdfunding project https://forum.armbian.com/crowdfunding/project/16-help-armbian-grow-support-joi n-our-team/ Commands:  
    Danke ...
  15. Like
    Igor got a reaction from laibsch in A sincere request to include virtualization technology "incus" in armbian-config.   
    Also documentation (related to this topic) is now in right state of mind: https://docs.armbian.com/User-Guide_Armbian-Software/#adding-example 
     
    It is hard to add software title we never tried, installed and / or know nothing about, then expert user of this software adding it to (armbian-config) installer. We focused to make this task as simple as possible, to encourage you doing that and not opening us tasks (we already have 1000 x too many and won't ever complete).
     
    We added popular titles to the system, which have some value for us, while everything else is mocked by more important tasks in other sections. 
     
    But mechanism is there - use it, its user / developer friendly. Also its a nice and easy way to contribute to the open source.
  16. Like
    Igor got a reaction from Gunwoo Gim in Recent versions of ZFS related packages on Armbian Jammy fail to work   
    But you can step up and maintain this for everyone? We don't provide direct contact email, as we don't have capacity to deal with all packages that exists in open source world and as you discovered by yourself, some maintainers are not longer with us, so many packages doesn't really have anyone doing this.
     
    In our system - all you need to do is changing / bumping numbers and open PR. If build and test succeeds, someone with merge rights, merge it into the system and within few hours, packages are available on repository.

    PR:
    https://github.com/armbian/os/pull/300
     
    Pool and test install was successful:
    https://github.com/armbian/os/actions/runs/14016836904/job/39243546741
    Merge follows, packages will be out with next repo sync.
  17. Like
    Igor reacted to Gunwoo Gim in Recent versions of ZFS related packages on Armbian Jammy fail to work   
    I guess you read the next major version number (6) of `libzpool` and `libzfs` on Ubuntu 25.04 (Plucky) then.. I see
  18. Like
    Igor got a reaction from laibsch in Armbian with preinstalled OpenMediaVault (OMV)   
    Download Armbian with OpenMediaVault (OMV) 
    Currently (for testing) only 4 targets were build: rock5-itx, odroid m1, odroid xu4 and x86. Once its confirmed that works well, other targets will be assembled. 

    Then boot the image, wait few minutes and login via:

    http://ip_address_of_armbian_running_ha
    U: admin
    P: openmediavault
     
    Test setup on Odroid M1:
     
     
    Tested on:
    Odroid M1 Raspberry PI 4  
    DIY
  19. Like
    Igor got a reaction from Ali Alaei in LTE   
    Let's ping Radxa engineers if they have a clue on this
    @RadxaYuntian
    otherwise I propose trying CURRENT kernel. That should be generally more reliable in those things.
  20. Like
    Igor got a reaction from Kirill Chumachenko in apt repository is not signed   
    This is probably happening due to wrong local time.
     
    For the cli github package - remove it from /etc/apt/sources.d/ as its not needed anymore. We provide this package via our repo.
     
  21. Like
    Igor reacted to Kirill Chumachenko in apt repository is not signed   
    Thanks a lot! Apt updated successfully, no errors, no warnings
     
    Can't believe I was fighting this problem for several weeks, and the solution is so simple!
  22. Like
    Igor got a reaction from TonyB in Armbian with preinstalled Home Assistant supervised   
    In case you get "Unsupported system warning", replace 
    PRETTY_NAME
    with
    PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
    inside /etc/os-release
    following by reboot.
  23. Like
    Igor reacted to TonyB in Armbian with preinstalled Home Assistant supervised   
    I also solved it with the previous command, now I'm using Armbian with preinstalled Home Assistant and I'm fine. Great job, thanks.
  24. Like
    Igor got a reaction from TonyB in Armbian with preinstalled Home Assistant supervised   
    @TonyB Tested - it works now as expected when installing this image https://dl.armbian.com/rpi4b/Bookworm_current_minimal-homeassistant
     
    Also tested other platforms with success:
    Khadas VIM1S x86 Nanopi M6
  25. Like
    Igor reacted to Guilherme in Armbian-unofficial_24.11.0-trunk_Rpi4b_jammy_current_6.6.78_minimal NOT FOND WIFI   
    I managed to solve it by installing the package sudo apt install armbian-firmware. Strange that version prior to Armbian-unofficial_24.11.0-trunk_Rpi4b_jammy_current_6.6.58_minimal did not need to do this installation.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines