Jump to content

Werner

Administrators
  • Posts

    5658
  • Joined

  • Last visited

Everything posted by Werner

  1. A bunch of 3rd party drivers come already shipped with Armbian. However the device may lack the firmware blob. Try installing the code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbian-firmware-full package via apt. Maybe this is all it needs to work.
  2. Summary: http://meeting.armbian.de/armbian.2023-04-01-14.57.html
  3. Short answer: No. It is for building Armbian with your favorite userspace (Debian or Ubuntu) on top. Not so short answer: Yesno. About a year ago Orangepi forked the Armbian build framework to produce their own "official" images so... 😄
  4. You can use the build framework to create a custom kernel package for your board:https://github.com/armbian/build
  5. Maybe we should issue a general warning about bad quality WiFi to the download page of all boards with built-in WiFi that "we do our best to make them as functional as possible but cannot help much with issues due to commonly bad quality hw" or something if not there already.
  6. On your sd/eMMC/NVMe/whatever maybe but not on your ramlog device As suggested long time ago check what is filling your logs and fix. 50M of compressed(!) text is a LOT. You can increase its size but this will also reduce the overall free memory for other applications. check in /etc/default/ here. Or disable ramlog which will write logs directly to your disk. However when using an sdcard this will significantly short its lifetime. As for me I run pihole for years and never had an issue with filling up logs.
  7. Orangepi forked the Armbian build framework about a year ago and basically did code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } sed 's/armbian/orangepi/g' . I don't think that any contributions were pushed back to us or at least non worth mentioning I am aware of...
  8. https://forum.armbian.com/terms
  9. Debian does not support PPAs. Try Ubuntu variant.
  10. Seems like code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } nfs-common depends on code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } rpc-bind which is the reason this is pre-installed. So multiple ways to address: - leave it as it is - remove code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } nfs-common and therefore code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } rpc-bind - provide custom config to make code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } rpc-bind listen to localhost only (which could confuse users who'd expect default behavior instead on installation)
  11. My best guess is that Chromium received some patches already to make use of hw acceleration while VLC does not know yet how to do that.
  12. Split. moved to tvboxes
  13. https://linux-hardware.org/?id=usb:148f-5370 check if modules are present in kernel config.
  14. https://forum.armbian.com/terms
  15. Sid is the codename for Debian Unstable Lunar is codename for the upcoming Ubuntu non-LTS release. Both userspaces are just for testing and playing. No support.
  16. No clue No clue either You can check all kernel configs on Github. No ETA. Seems like nobody is actively working on it atm. Maybe @rpardini can shed some light here?
  17. Funny. Reading the datasheet of the S905L2 SoC it seem it supports only 4GB of memory. So once again a scam box.
  18. Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
  19. Can you show us the output of fdisk -l of the nvme you are trying to use?
  20. Even though it is 64 bit you still cannot install packages for Intel architecture on ARM architecture. Check if there are arm64 binaries available.
  21. You cannot install amd64 binaries on arm hardware.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines