Jump to content

kris777

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by kris777

  1. I had problems with the update: apt update supposedly it was a problem with time. helped: sudo apt-get install ntpdate sudo ntpdate pool.ntp.org and I tried before the entry :upade apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update but I had another problem with the reboot option which didn't always work? And also restarting the Pi-3 LTS after the poweroff option from the button on the case for 2 seconds. I switched to FW from the Orange PI provider: Orangepi3-lts_3.0.8_debian_bullseye_server_linux5.16.17 and now it's OK?
  2. I have a question for more experienced users. Quite a long time ago I built an internet radio based on OrangePi Lite + DAC I think in the I2S interface with the module: PCM5102 ... PCM5102 DAC Decoder I2S -Aliexpress unfortunately the board broke down. I have another model, the aforementioned Pi 3 lts but it seems to be less supported. Can I connect the above-mentioned PCM5102 module to this model? Or maybe buy some other supported model that will work just as well as Pi lite with this DAC model or another? Ps. it would be nice if it had the ability to upload Armbian firmware to emmc flash memory I installed Armbian/Ubuntu on Pi3lts but I get some errors when trying to update Get:1 http://beta.armbian.com noble/noble-desktop arm64 chromium arm64 9:126.0.6478.182-1~deb12u1+narmbian1 [75,5 MB] Err:1 http://beta.armbian.com noble/noble-desktop arm64 chromium arm64 9:126.0.6478.182-1~deb12u1+narmbian1 File has unexpected size (75534134 != 75534200). Mirror sync in progress? [IP: 130.185.239.75 80] Hashes of expected file: - SHA512:a7e5830c81b8e490ebc775bc96bb333cdd1f77c5fc63eebda4f4af3afa7b93ea3fa12bc77a3f01897406b0fec5fb6086955c50fa2948eddce193339dcafafa77 - SHA256:bb3b81a3d587729e06ff1ce01c1f381ce80b6862cdcc0fe71ffb3ee72ce9e1bf - SHA1:0e8312f23cef970db12a45203aa9af1dadf40a8d [weak] - MD5Sum:b25df98ff45f7a20eb89c1ad27cb0390 [weak] - Filesize:75534200 [weak] E: Failed to fetch http://armbian.tnahosting.net/beta/pool/noble-desktop/c/chromium/chromium_126.0.6478.182-1~deb12u1+narmbian1_arm64.deb File has unexpected size (75534134 != 75534200). Mirror sync in progress? [IP: 130.185.239.75 80] Hashes of expected file: - SHA512:a7e5830c81b8e490ebc775bc96bb333cdd1f77c5fc63eebda4f4af3afa7b93ea3fa12bc77a3f01897406b0fec5fb6086955c50fa2948eddce193339dcafafa77 - SHA256:bb3b81a3d587729e06ff1ce01c1f381ce80b6862cdcc0fe71ffb3ee72ce9e1bf - SHA1:0e8312f23cef970db12a45203aa9af1dadf40a8d [weak] - MD5Sum:b25df98ff45f7a20eb89c1ad27cb0390 [weak] - Filesize:75534200 [weak] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? OK ...I removed chromium from the system...now the upgrade has been done but I had another problem with the reboot option which didn't always work? And also restarting the Pi-3 LTS after the poweroff option from the button on the case for 2 seconds. I switched to FW from the Orange PI provider: Orangepi3-lts_3.0.8_debian_bullseye_server_linux5.16.17 and now it's OK? ...I switched to the original FW supplied by the OrangePi manufacturer, version: Orangepi3-lts_3.0.8_debian_bullseye_server_linux5.16.17 .... and it's OK
  3. After a week of checking, the server on HC1 works perfect 🙂 the nand-sata-install install option helped ! thank you for this option on Armbian!
  4. Is it possible to transfer the entire Armbian system from SD card to HDD? ... it is known that the SD card has a lower endurance than such a HDD dist (write, read etc.) I tried to transfer the system in such a way that I first upgraded the kernel to the newest one on the SD card and then moved the system files to a partition on the HDD: mount /dev/sda1 /mnt time tar --one-file-system -cpf - / | (cd /mnt && tar -xpf -) then knowing the sda1 partition information and ID lsblk -f then knowing the sda1 partition information and ID I changed the UUID / HDD number in two locations nano /boot/boot.ini and nano /etc/fstab after rebooting the system ... surprisingly it works OK, but actually the samba / ftp network (server vsftpd). The update also seems to work OK, i.e. apt update / apt upgrade ... However, there are programs that cause the Armbian system to stop working completely, eg transmission when downloading files to the HDD? ... restarting the system helps, but is it the fault of the transmission program itself copied from the SD card or maybe the Armbian system cannot work properly on the HDD? ... or maybe something else needs to be done to correctly transfer the system from the SD card to the HDD? if I restore the settings and boot from the SD card, Armbian / transmission / download works OK? I haven't checked the option of uninstalling transmission from the system to HDD yet and setting everything up again ... but will it help?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines