

NixiElectra
Members-
Posts
9 -
Joined
-
Last visited
-
Hello, I have created copies for both radxa-zero3-disabled-wireless.dts & radxa-zero3-disabled-ethernet.dts, add them using armbian-add-overlay and all working great. Thank you for the idea, cheers
-
Hello, I have questions related with overlay. I'm using Radxa Zero 3W and in the /boot/armbianEnv.txt it has overlay_prefix=rk35xx. I want to use this overlay /boot/dtb/rockchip/overlay/radxa-zero3-disabled-wireless.dtbo. If I cat /boot/boot.cmd it read the overlays with this line ${overlay_prefix}-${overlay_file}.dtbo. It means if I add overlays=disabled-wireless in /boot/armbianEnv.txt, it will not find the dtbo right? So my questions are, 1. Can I manually edit the overlay_prefix to radxa-zero3? 2. If can then will that has impact on the feature, eg kernel upgrade or anything?
-
-
Hello, I'm using Armbian 24.5.3 Bookworm Minimal / IOT but there is no temperature in motd. When I inspect the normal datasources, it symlink to non-existent folder.
-
I found out that there was a file that caused this /etc/systemd/resolved.conf.d/00-armbian-default-dns.conf. After removing that, the issue solved. Now only one nameserver exist in the resolv.conf. Cheers
-
Hello, I've issue with nameserver. My router DHCP DNS server point to the Pi which has IP 10.6.6.3. But for unknown reason 1.0.0.1 keep added in the /etc/resolv.conf: # This is /run/systemd/resolve/resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients directly to # all known uplink DNS servers. This file lists all configured search domains. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 1.0.0.1 nameserver 10.6.6.3 search . I've tried to manually edit and remove it from /etc/resolv.conf but it will come back. I'm using image from https://github.com/armbian/community/releases/download/24.8.0-trunk.495/Armbian_community_24.8.0-trunk.495_Orangepizero2w_bookworm_current_6.6.36_minimal.img.xz 10-dhcp-all-interfaces.yaml # Added by Armbian # # Reference: https://netplan.readthedocs.io/en/stable/netplan-yaml/ # # Let systemd-networkd manage all Ethernet devices on this system, but be configured by Netplan. network: version: 2 renderer: networkd ethernets: all-eth-interfaces: match: name: "e*" dhcp4: yes link-local: [ ipv4 ] Is there anything I'm missing?
-
After switching to Samsung 25W power adapter, able to achieve 95Mbps on download. Meaning the 5V2A as advertise in their website was not enough I guess if use with USB device but no issue if use WiFi. Can closed this.
-
Hello, I'm using USB C to Ethernet adapter and the download speed is below 1Mbps while upload speed as expected. I have 600Mbps down and 500Mbps up ISP plan but since the adapter used USB2.0 it should cap both down and up at ~90Mbps, at least I have tested this with a Galaxy Tab. Image: Armbian_community_24.8.0-trunk.399_Orangepizero2w_bookworm_current_6.6.36_minimal.img.xz Power supply: 5V2A SD: Sandisk Ultra 64GB Adapter (100Mbps): Speedtest: 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 inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: enxec9a0c1e8e6f: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000 link/ether ec:9a:0c:1e:8e:6f brd ff:ff:ff:ff:ff:ff inet 10.7.4.11/24 metric 100 brd 10.7.4.255 scope global dynamic enxec9a0c1e8e6f valid_lft 86390sec preferred_lft 86390sec 3: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000 link/ether fe:ae:6b:87:53:f1 brd ff:ff:ff:ff:ff:ff 4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000 link/ether 48:f5:61:9d:46:2c brd ff:ff:ff:ff:ff:ff inet 169.254.247.42/16 metric 2048 brd 169.254.255.255 scope link wlan0 valid_lft forever preferred_lft forever