Jump to content

umiddelb

Members
  • Posts

    191
  • Joined

  • Last visited

Recent Profile Visitors

6370 profile views
  1. I'm running Proxmox VE on small x86-64 hardware with multiple nics and then various LXC containers / VMs. One for OpenWRT, Unifi, Adguard Home, NextCloud, HomeAssistant, Freifunk-Offloader, ...
  2. What UART parameters have you set, especially flow control?
  3. There is an implicit timeout built into uboot which triggers this error messages. I suppose that the newer firmware will circumvent this timeout.
  4. The ArchLinuxARM-utilite-latest.tar.gz image comes with a 3.0.x kernel, with must be u-booted with bootm instead of bootz.
  5. [alarm@alarm ~]$ sudo networkctl IDX LINK TYPE OPERATIONAL SETUP 1 lo loopback carrier unmanaged 2 eth0 ether degraded configuring 3 eth1 ether routable configured 3 links listed. eth0 (fec) stays at level degraded, when it is getting connected.
  6. and you are right, dhcpcd is not needed at all.
  7. Honestly, I have no idea. I haven't used the fec interface for a while. Now I realized the fec interface doesn't work at all, only the igb interface is usable (neither armbian nor arch).
  8. systemctl enable dhcpcd systemctl start dhcpcd
  9. I've played a little bit with ArchLinuxARM-utilite-latest.tar.gz with following observations: the stock kernel is very old (3.0.X) and uses the traditional bootm scheme (combined kernel+dtb) the linux-armv7 packages provides an up to date kernel (6.2.10), but needs some love in order to comply with the Armbian boot script there was no configuration for eth1 like /etc/systemd/network/eth0.network dhcpcd was disabled, needs to be enabled flash memory access has returned doesn't seem to crash, unlike 6.1.63
  10. igb -> end1 fec -> end0 what is the output of ip a ?
  11. What is the output of dmesg ?
  12. /boot/armbianEnv.txt != /etc/fstab If /etc/fstab was empty, something went wrong. You max extract the contents of Armbian_23.8.1_Cubox-i_bookworm_current_6.1.50.img.xz once again.
  13. The original /etc/fstab from Armbian_23.8.1_Cubox-i_bookworm_current_6.1.50.img.xz looks like this: UUID=8e42c01d-846b-4090-b69e-1b45502b6cc4 / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults,nosuid 0 0 As mentioned before, you will need to adjust the UUID unless you have passed it to mkfs.ext4.
  14. Have you checked the UUID for '/' in /etc/fstab ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines