Jump to content

0xf1

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by 0xf1

  1. problem is solved, my router had different APR record assigned for this static IP/MAC
  2. when I switch to static IP, there is no a connection to default gateway. but when using DHCP everything works fine. $ ip route default via 192.168.88.1 dev end1 proto static metric 100 169.254.0.0/16 dev end1 scope link metric 1000 192.168.88.0/24 dev end1 proto kernel scope link src 192.168.88.32 metric 100 $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: end1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 76:e2:40:53:b4:f6 brd ff:ff:ff:ff:ff:ff inet 192.168.88.32/24 brd 192.168.88.255 scope global noprefixroute end1 valid_lft forever preferred_lft forever $ ping 192.168.88.1 PING 192.168.88.1 (192.168.88.1) 56(84) bytes of data. ^C --- 192.168.88.1 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3032ms Ping to another network address like 192.168.88.30 works fine. Looks like armbian-config does not save gateway and dns during configuration what am I doing wrong?
  3. for me it is the same on 6.10 kernel - just no well defined dts, and if I download something from github, it does not work, I have the same error as you. on 6.1.75 it works well with configuration verbosity=1 bootlogo=false console=both overlay_prefix=orangepi-5 fdtfile=rockchip/rk3588s-orangepi-5.dtb rootfstype=ext4 overlays=sata ls -la /boot/dtb/rockchip/overlay | grep orangepi-5- -rwxr-xr-x 1 root root 398 Aug 24 17:27 orangepi-5-ap6275p.dtbo -rwxr-xr-x 1 root root 281 Aug 24 17:27 orangepi-5-disable-led.dtbo -rwxr-xr-x 1 root root 5367 Aug 24 17:27 orangepi-5-lcd1.dtbo -rwxr-xr-x 1 root root 5454 Aug 24 17:27 orangepi-5-lcd2.dtbo -rwxr-xr-x 1 root root 325 Aug 24 17:27 orangepi-5-plus-disable-leds.dtbo -rwxr-xr-x 1 root root 614 Aug 24 17:27 orangepi-5-plus-hdmi2-8k.dtbo -rwxr-xr-x 1 root root 4194 Aug 24 17:27 orangepi-5-plus-lcd.dtbo -rwxr-xr-x 1 root root 1547 Aug 24 17:27 orangepi-5-plus-ov13850.dtbo -rwxr-xr-x 1 root root 1547 Aug 24 17:27 orangepi-5-plus-ov13855.dtbo -rwxr-xr-x 1 root root 350 Aug 24 17:27 orangepi-5-plus-sata2.dtbo -rwxr-xr-x 1 root root 1631 Aug 24 17:27 orangepi-5-pro-cam1.dtbo -rwxr-xr-x 1 root root 1571 Aug 24 17:27 orangepi-5-pro-cam2.dtbo -rwxr-xr-x 1 root root 325 Aug 24 17:27 orangepi-5-pro-disable-leds.dtbo -rwxr-xr-x 1 root root 3794 Aug 24 17:27 orangepi-5-pro-lcd.dtbo -rwxr-xr-x 1 root root 344 Aug 24 17:27 orangepi-5-pro-sfc.dtbo -rwxr-xr-x 1 root root 350 Aug 24 17:27 orangepi-5-sata.dtbo
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines