

BOFFBOY
Members-
Posts
42 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi all, Could someone recommend application with GUI to control the GPIO pins - turn off and on etc can be for RPi or OPi trying to make a remove access device to control a few things .
-
just checking has anyone tested Armbian OS with the new RP5 16GB version ? will it work ?
-
Hi Werner, Here you go, that is very smart way of collecting logs. https://paste.armbian.de/upuyozujik Btw, the NVMe SSD was tested with windows formatted with GPT NTFS and exFAT, both same result.. OP5 unable to detect it. its Gen3 SSD, pretty sure OP5 is Gen2 but its not the issue here right ?
-
tried it still unable to see NVMe SSD.... I did notice these two lines when i did armbian-upgrade .......................... W: Possible missing firmware /lib/firmware/regulatory.db for built-in driver cfg80211 W: Possible missing firmware /lib/firmware/regulatory.db.p7s for built-in driver cfg80211 update-initramfs: Armbian: Converting to u-boot format: /boot/uInitrd-6.1.84-vendor-rk35xx Image Name: uInitrd Created: Fri Jan 10 00:17:25 2025 Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 10490152 Bytes = 10244.29 KiB = 10.00 MiB Load Address: 00000000 Entry Point: 00000000 update-initramfs: Armbian: Symlinking /boot/uInitrd-6.1.84-vendor-rk35xx to /boot/uInitrd '/boot/uInitrd' -> 'uInitrd-6.1.84-vendor-rk35xx' update-initramfs: Armbian: done. Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
-
Armbian_24.5.2_Orangepi5_noble_vendor_6.1.43_gnome-oibaf_desktop.img and tested a few older legacy jammys... same result.
-
Hi all, Testing this OP5, got a standard M2 NVMe SSD (this works on my OP5Plus) I have formatted to exFAT with windows, inserted on the OP5, loaded ArmbianOS on MicroSD, it boots fine but I cant get it to show the nvme drive using fdisk -l or lsblk It seem like its not detecting the m2 nvme ssd at all.. little help please ?
-
ok thanks i will post
-
Hi all, seeking some assistance kinder stuck on this. So i have managed to install it on Rocky Linux 9 ok with "dnf install wireguard-tools" configured it fine and upto nearly last step however stuck here trying to start with "systemctl start wg-quick@wg0" getting this error: [root@localhost ~]# sudo systemctl start wg-quick@wg0 Job for wg-quick@wg0.service failed because the control process exited with error code. See "systemctl status wg-quick@wg0.service" and "journalctl -xeu wg-quick@wg0.service" for details. When I check sudo journalctl -u wg-quick@wg0 I see this: Starting WireGuard via wg-quick(8) for wg0... Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip link add wg0 type wireguard Dec 08 00:52:40 localhost wg-quick[51890]: [#] wg setconf wg0 /dev/fd/63 Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip -4 address add 10.0.0.4/24 dev wg0 Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip link set mtu 1420 up dev wg0 Dec 08 00:52:40 localhost wg-quick[51913]: [#] resolvconf -a wg0 -m 0 -x Dec 08 00:52:40 localhost wg-quick[51917]: mkdir: cannot create directory '/run/resolvconf': Permission denied Dec 08 00:52:40 localhost wg-quick[51915]: Failed to create needed directory /run/resolvconf Dec 08 00:52:40 localhost wg-quick[51890]: [#] ip link delete dev wg0 Dec 08 00:52:41 localhost systemd[1]: wg-quick@wg0.service: Main process exited, code=exited, status=1/FAILURE Dec 08 00:52:41 localhost systemd[1]: wg-quick@wg0.service: Failed with result 'exit-code'. Dec 08 00:52:41 localhost systemd[1]: Failed to start WireGuard via wg-quick(8) for wg0. Now, I have already created folder /run/resolvconf with su permission still can get it to start.. Any guidance on this please ? I am missing something... ? many thanks
-
oh my goodness yes you are correct.. when i use the IP address it fixes it.. how can i use domain name in the endpoint ? must be something i need to config ? i missed a step ? ps i really need to use a domain..
-
Please assist ... after reboot here are the details... note.. i did have this working a few weeks ago... but after sudo update.. it stopped even after a fresh install.. root@orangepi5-plus:~# sudo systemctl status wg-quick@wg0.service × wg-quick@wg0.service - WireGuard via wg-quick(8) for wg0 Loaded: loaded (/lib/systemd/system/wg-quick@.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat 2024-11-30 00:05:18 AEDT; 1min 31s ago Docs: man:wg-quick(8) man:wg(8) https://www.wireguard.com/ https://www.wireguard.com/quickstart/ https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8 https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8 Process: 1276 ExecStart=/usr/bin/wg-quick up wg0 (code=exited, status=1/FAILURE) Main PID: 1276 (code=exited, status=1/FAILURE) CPU: 56ms Nov 30 00:05:18 orangepi5-plus systemd[1]: Starting WireGuard via wg-quick(8) for wg0... Nov 30 00:05:18 orangepi5-plus wg-quick[1276]: [#] ip link add wg0 type wireguard Nov 30 00:05:18 orangepi5-plus wg-quick[1276]: [#] wg setconf wg0 /dev/fd/63 Nov 30 00:05:18 orangepi5-plus wg-quick[1338]: Name or service not known: `myipaddresshereremoved.com:51820' Nov 30 00:05:18 orangepi5-plus wg-quick[1338]: Configuration parsing error Nov 30 00:05:18 orangepi5-plus wg-quick[1276]: [#] ip link delete dev wg0 Nov 30 00:05:18 orangepi5-plus systemd[1]: wg-quick@wg0.service: Main process exited, code=exited, status=1/FAILURE Nov 30 00:05:18 orangepi5-plus systemd[1]: wg-quick@wg0.service: Failed with result 'exit-code'. Nov 30 00:05:18 orangepi5-plus systemd[1]: Failed to start WireGuard via wg-quick(8) for wg0. root@orangepi5-plus:~# apt list --installed|grep wireguard WARNING: apt does not have a stable CLI interface. Use with caution in scripts. wireguard-dkms/jammy,now 1.0.20210606-1 all [installed,automatic] wireguard-tools/jammy,now 1.0.20210914-1ubuntu2 arm64 [installed,automatic] wireguard/jammy,now 1.0.20210914-1ubuntu2 all [installed] root@orangepi5-plus:~# lsmod Module Size Used by bnep 24576 2 nft_masq 16384 1 nft_fib_inet 16384 1 nft_fib_ipv4 16384 1 nft_fib_inet nft_fib_ipv6 16384 1 nft_fib_inet nft_fib 16384 3 nft_fib_ipv6,nft_fib_ipv4,nft_fib_inet nft_reject_inet 16384 6 nf_reject_ipv4 16384 1 nft_reject_inet nf_reject_ipv6 16384 1 nft_reject_inet nft_reject 16384 1 nft_reject_inet nft_ct 20480 10 wireguard 77824 0 libchacha20poly1305 16384 1 wireguard chacha_neon 24576 1 libchacha20poly1305 libchacha 16384 1 chacha_neon poly1305_neon 20480 1 libchacha20poly1305 ip6_udp_tunnel 16384 1 wireguard udp_tunnel 20480 1 wireguard libcurve25519_generic 36864 1 wireguard nft_chain_nat 16384 3 nf_nat 57344 2 nft_masq,nft_chain_nat nf_conntrack 135168 3 nf_nat,nft_ct,nft_masq nf_defrag_ipv6 20480 1 nf_conntrack nf_defrag_ipv4 16384 1 nf_conntrack nf_tables 172032 215 nft_ct,nft_reject_inet,nft_fib_ipv6,nft_fib_ipv4,nft_masq,nft_chain_nat,nft_reject,nft_fib,nft_fib_inet nfnetlink 16384 2 nf_tables zstd 16384 8 binfmt_misc 20480 1 joydev 20480 0 sch_fq_codel 20480 5 fuse 110592 1 ip_tables 28672 0 ipv6 438272 89 nf_reject_ipv6,nft_fib_ipv6,wireguard pgdrv 16384 0 r8169 77824 0 panfrost 57344 0 gpu_sched 28672 1 panfrost
-
could you please provide some steps on how to check and how to enable ? it appears i have to manually do this command to get it started after a reboot sudo systemctl enable wg-quick@wg0 sudo systemctl start wg-quick@wg0 sudo wg-quick up wg0
-
apologies to hi-jack this thread Armbian_24.5.2 noble_vendor_6.1.43_gnome-oibaf_desktop version WG can not start after a reboot.... I have enabled and started the services but no good... am i doing something missing ?
-
no...? .. . .. :S is that what the issue is it dont have SPI flash onboard ?
-
unfortunately i dont see the "Boot from MTD flash" option when using that command on Orange Pi 5 Pro is this because the Pro dont have SPI flash ?
-
Hi all, Im having this same issue with OPi5 Pro, kinder stuck on step below: ------------- 5) armbianExt.txt setup on NMVE - sudo mount /dev/nvme0n1p1 /mnt - check boot files/directories are already copied (ls -l /mnt) - blkid - copy (CTL_INS -> new UUID) of nvme0n1p2 UUID (without "") with your favourite editor: - sudo vi armbianExt.txt - replace rootdev=UUID=with new UUID (SHIFT-INS) --------- could someone please dumb it down for this part please. Im using Armbian_24.5.2_Orangepi5pro_noble_vendor_6.1.43_gnome-oibaf_desktop.img, its on microSD, got NVMe formatted and I can see it with sudo fdisk -l as "/dev/nvme0n1" but just cant get it to boot from it.. please any simple steps for a newbie ? thanks