Jump to content

Werner

Administrators
  • Posts

    5476
  • Joined

  • Last visited

Community Answers

  1. Werner's post in Where is the en-us.utf variant Us intl with dead keys? was marked as the answer   
    code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } dpkg-reconfigure locales to make sure en_US UTF8 is available and set default
    code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } dpkg-reconfigure keyboard-configuration should do the rest
  2. Werner's post in Which are the differences between Bullseye CLI and Minimal? was marked as the answer   
    Standard comes with all standard tool to be ready to do most common tasks oob.
    Minimal comes, as the name implies, with a bare minimum of packages to get a somehow running system.
    You can check the build repository on github for package lists.
  3. Werner's post in Nanopi M4V2 - Buster to Jammy? was marked as the answer   
    Armbian does not provide updates for userspace packages. Firmware (u-boot, kernel) however may (or may not) receive further updates until something breaks (and nobody volunteers to fix).
  4. Werner's post in Web site Links was marked as the answer   
    Bullseye images have been replaced in favor of upcoming Bookworm.
    All links here working perfectly: https://www.armbian.com/orangepi-r1plus-lts/
    You can build your own image with Bullseye userspace if you want: https://docs.armbian.com/Developer-Guide_Build-Preparation/
  5. Werner's post in System on SD card, how to move it to HDD was marked as the answer   
    A backup is the correct option
     
  6. Werner's post in Need some help for installing RTL8188FU was marked as the answer   
    Hm did you run apt update beforehand?
    Download works for me
     
    apt-get download linux-headers-current-sunxi Get:1 http://fi.mirror.armbian.de/apt buster/main armhf linux-headers-current-sunxi armhf 23.02.2 [12.0 MB] Fetched 12.0 MB in 4s (3,045 kB/s)  
  7. Werner's post in OrangePi3LTS i Change "console=serial". Can't interact with my OPI! was marked as the answer   
    Two ways:
    Get a UART serial adapter and use debug console to get in
    get an eMMC-USB adapter to mount it on a different computer and restore functionality.
     
    Also worth a try: write a fresh image to an sdcard, plug it in and boot. Ideally it should boot from SD, then mount eMMC and do adjustments.
  8. Werner's post in Where to find old armbian images from 2017 was marked as the answer   
    try https://archive.armbian.com
    If not there they are gone.
  9. Werner's post in RTL8188GU for armbian was marked as the answer   
    https://github.com/McMCCRU/rtl8188gu
  10. Werner's post in Armbian custom install was marked as the answer   
    We only provide a small quantity of image combinations that are possible because building and providing them all would be just insane.
     
    Check here for building your own customized image: https://github.com/armbian/build
  11. Werner's post in failed to install OpenVPN Access Server was marked as the answer   
    You cannot install amd64 binaries on arm hardware.
  12. Werner's post in Cannot boot from microSD was marked as the answer   
    As always the solution pops up once I start complaining
     
    Seems like my 64G microSD is cursed. It works well on common usage but it refuses to work properly on SBCs. Not wrote the same image to a 32G SD of same quality and brand and it works...
  13. Werner's post in I need a USB imager with offline installation to run on armbian was marked as the answer   
    Posting the same question on multiple occasions is considered abusive behavior.
  14. Werner's post in How to install BalenaEtcher AppImage? was marked as the answer   
    Is that arm'ish enough?
  15. Werner's post in armbian-install fails due to bad lsblk argument was marked as the answer   
    Thanks
     
    https://github.com/armbian/build/pull/4466
  16. Werner's post in HassIO install with Soft on an OrangePiPCPlus was marked as the answer   
    Correct. That way of installation has been removed by HASS and therefore broke our installer which then got removed:https://github.com/home-assistant/supervised-installer/commit/ece9fcc9468be41c67d052e043a9e70bad16a67a
     
    You have to figure some manual way of installation. No idea though what packages are available and so on.
  17. Werner's post in Orange Pi PC can't install updates - 404 file not found was marked as the answer   
    Did you do apt update beforehand?
  18. Werner's post in Odd network behavior after reinstall (no ip for ethernet) was marked as the answer   
    This sounds quite confusing.
     
    PHY is set to DHCP by default so it tries to aquire a lease by a DHCP server available in the network. If you don't have one you have to find another way to make the board connectable via copper. Like using UART serial console or build your own script using custom configuration.
    Cannot say about using Pi as DHCP since I dont know your full network setup and therefore no idea if that would work. A dhcp server is usually also some kind a router to NAT data to a different network or WAN.
  19. Werner's post in How to backup the system image of my sdcard? was marked as the answer   
    With MS Windows you can also try https://gitlab.com/bztsrc/usbimager
    With Linux I'd simply go for dd if to create an image from an sdcard.
  20. Werner's post in Python on armbian was marked as the answer   
    Depending n Armbian flavor (Bullseye, Jammy....) various Python versions are available for install via apt.
  21. Werner's post in Asus thinker board 2s was marked as the answer   
    https://github.com/armbian/build/blob/master/config/boards/tinkerboard-2.wip
    Feel free to join development
     
  22. Werner's post in Successful dist-upgrade and kernel upgrade but broken Armbian MOTD was marked as the answer   
    Userspace upgrades (Buster->Bullseye or Focal->Jammy) are neither tested nor supported.
     
    Try replacing rootfs package.
  23. Werner's post in First apt update fails (PBP) was marked as the answer   
    We have some issues with the redirector. You can work around this by setting a random mirror from the list in your apt for now.
    https://github.com/armbian/mirror
  24. Werner's post in Espressobin Bullseye images - 404 from mirrors? was marked as the answer   
    Lots of boards have been removed from support and automated builds according to https://www.armbian.com/newsflash/armbian-needs-your-help/
    If you need an image for this board either build by yourself or check archive.
  25. Werner's post in Full Disk Encryption was marked as the answer   
    There are no such plans due to lack of human resources and literally thousands of other tasks waiting for being worked on.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines