Jump to content

Igor

Administrators
  • Posts

    14259
  • Joined

  • Last visited

Everything posted by Igor

  1. User-land package control comes from upstream. https://www.google.com/search?q=Package+mysql-server+is+not+available 1st hit https://stackoverflow.com/questions/20259036/mysql-package-mysql-server-has-no-installation-candidate It should work the same way, but method is not officially supported (yet).
  2. Boot from SD card and install it classic way (armbian-install) doesn't work?
  3. Armbian comes in many different variants. This could be a bug in Debian SID package base or the one you are using. Where do you observe this? (armbianmonitor -u) I am running Armbian desktop (running Chrome / Firefox) on two machines without any issues. PSD is active.
  4. Images with support on general Linux support level (not better not worse then alternatives) can be downloaded here: https://github.com/armbian/community
  5. 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
  6. Not even our kernel not even our OS, closing. In case you need help, you have a PM.
  7. First meeting of the year: https://us06web.zoom.us/rec/share/e-w3eQ5I1-mUoUzziUJWI9lAQyVy7z6H_PPJJ3d9HbUf51tUYuMwnHzlduHNTVb1.8_TlzRbNSc1SPFUP
  8. Another one: https://www.digitalocean.com/community/tutorials
  9. Igor

    Orange Pi CM4

    Stick to this board: https://www.armbian.com/bananapicm4io/ So far we have a person behind and a tiny budget, so our personal finances are not blown in 100%. Behind Orangepi CM4 we have nothing except random community work and with this it is not possible to plan any actions.
  10. No idea. its a part of stock Debian timezone & locales generation. Here: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=tzdata;dist=unstable https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=locales;dist=unstable
  11. It is. - Armbian works perfectly well on 1st class hardware such as x86, ampere aarch64, raspberry pi, ... - Armbian also works well on our test devices https://github.com/armbian/os?tab=readme-ov-file#latest-smoke-tests-results - Armbian boots normally on 16Gb Orangepi Plus 5 https://paste.armbian.com/quzavajida (Armbian_23.11.1_Orangepi5-plus_bookworm_legacy_5.10.160.img.xz) It is certainly a hardware issue without even looking into the logs. What is then? Vendors often change memory chips (sometimes without telling anyone) so only their images works with a new batch of boards until we waste insane amount of time to figure that and fix = huge blow for our personal time / finances ... A change of memory chips is enough that things crashes, different (broken) wireless driver (i didn't look into logs) is used, something odd is attached to USB / HDMI ports ... Try bare hardware, different SD card, different power supply, make a photo of PCB (revision, memory chip numbers, ...). Where do you think they took (stole as they didn't tell you where they got it) software, that looks the same as Armbian, from? FYI. All images are assembled the same way and builds are now even reproducible. Its highly unlikely that one image will boot and the other wont.
  12. do not install WG it as: - its already present in all kernels - as their postinst scripts installs kernel from Debian repository that is not suitable to run on this device ... which breaks the system.
  13. This is what it does: https://github.com/armbian/config/blob/master/debian-software#L830-L863 It adds normal user, under which will be installed, if not there, and proceed with their script.
  14. Perhaps it doesn't work. More resources / ideas / background: https://www.google.com/search?q=blacklist+USB+UAS+armbian https://www.cnx-software.com/2020/08/12/how-to-fix-unreliable-usb-hard-drives-stalled-transfers-linux-windows/ https://leo.leung.xyz/wiki/How_to_disable_USB_Attached_Storage_(UAS)
  15. Skipped. Next week is holiday season and we are skipping it too. Next one, next year!
  16. We measure this automatically every day: https://github.com/armbian/os?tab=readme-ov-file#latest-smoke-tests-results 970Mbit/sec
  17. Odroid N2 has poor USB implementation. You need to blacklist UAS support (which will slow things down) and it will work. Search forum (or Google) for tips how to do that.
  18. It works: https://status.armbian.com/ Perhaps some network related issue.
  19. We don't use it with recent kernels: https://github.com/armbian/build/blob/main/lib/functions/compilation/patch/drivers_network.sh#L47
  20. I think the problem is Qemu on host machine. If host is not exactly what its recommended, something like that could cause issues. Try PREFER_DOCKER=yes
  21. Places: Unlimited

    Applicants: 9

    A code review is a peer review of code that helps developers ensure or improve the code quality before they merge and ship it. We are looking to expand our team with several part time developers to regularly check pull request and considers questions like: Are there any obvious logic errors in the code? Looking at the idea or requirements, are all cases fully implemented? Does the new code conform to existing style guidelines? Responsibilities scan the code at Pull Requests tagged with Needs review regularly comment, suggest, propose changes We value candidates who have: work experience in Linux OS development good understanding of Debian based systems embedded hardware technologies experience BASH, Python, Git and (optional) C++ coding experience What we offer: unique open source community project experiences personal and professional development 10 minutes of your time makes a big change.
  22. https://us06web.zoom.us/rec/share/_3tMfthlisbKR73mjF_q9x3NqvsIdjkQLidXw-efGXCLc_JoK__XejmMMfNZmgJ3.3RPXEpkatFRzaq1R
  23. From user perspective - it should function approximately the same. We need to come up with better code (style) as existing one, then upgrade and move further. For now, this community its me and @schwar3kat I am sure more ideas will come on the way ... Yeah, lets continue this directly at PR.
  24. https://www.armbian.com/bugs
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines