Jump to content

kbch

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by kbch

  1. I think I have a very similar issue. Unable to get Wireguard running on an odroid hc2. Trying to install wireguard-dkms yields to the following output (After pinning debian 11 debs): user@device:~$ sudo apt install wireguard-dkms --reinstall Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 255 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main armhf wireguard-dkms all 1.0.20210219-1 [255 kB] Fetched 255 kB in 0s (2,296 kB/s) (Reading database ... 68021 files and directories currently installed.) Preparing to unpack .../wireguard-dkms_1.0.20210219-1_all.deb ... Deleting module wireguard-1.0.20210219 completely from the DKMS tree. Unpacking wireguard-dkms (1.0.20210219-1) over (1.0.20210219-1) ... Setting up wireguard-dkms (1.0.20210219-1) ... Loading new wireguard-1.0.20210219 DKMS files... Building for 5.4.243-odroidxu4 6.1.0-10-rt-armmp Module build for kernel 5.4.243-odroidxu4 was skipped since the kernel headers for this kernel do not seem to be installed. Module build for kernel 6.1.0-10-rt-armmp was skipped since the kernel headers for this kernel do not seem to be installed. The reason why it is unable to build the module seems to be a mismatch between the linux image and linux headers: user@device:~$ sudo apt install linux-image-current-odroidxu4 Reading package lists... Done Building dependency tree... Done Reading state information... Done linux-image-current-odroidxu4 is already the newest version (23.05.1--Sf984-Db165-P49bd-C3969H6842-HK01ba-V014b-B9c18). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. user@device:~$ sudo apt install linux-headers-current-odroidxu4 Reading package lists... Done Building dependency tree... Done Reading state information... Done linux-headers-current-odroidxu4 is already the newest version (23.02.2). user@device:~$ uname -a Linux device 5.4.243-odroidxu4 #1 SMP PREEMPT Mon May 22 13:57:29 UTC 2023 armv7l GNU/Linux Any idea how to fix this?
  2. Little Update from my side. Had the probably same issue today on a OrangePi PC. SSH wasn't working any more, Ping worked. After Hard Reset everything fine again. This Board is at another Geo Location with different Power Supply. I have now installed the logging Cronjob + Telnet to check if it is really this issue if it happens again.. (This Board had 5.4.20-sunxi #20.02.1 installed, will update now)
  3. Ok, I have now fixed my cpu to 816 Mhz. Let's see if it now runs stable..
  4. Hello I have an Orangepi One which fails after running for a certain time. In the failed "state" pinging it still works, but SSH connections to the Orangepi or from the Orangepi to the Server via Autossh won't work any more. A PHP application running on it is still working. It looks like the issue is that it winds back the time to something ridiculous. Hard reset with pulling Power fixes this for again a certain time till it happens again. I wrote a script which runs every Minute via Cronjob and logs the current time to a file. Before the rewind already something weird is happening. The cronjob is executed twice on 04.40. I have no idea what is happening there and if it is related to the rewinding. Fri 30 Oct 2020 04:34:01 AM CET Fri 30 Oct 2020 04:35:01 AM CET Fri 30 Oct 2020 04:36:01 AM CET Fri 30 Oct 2020 04:37:01 AM CET Fri 30 Oct 2020 04:38:01 AM CET Fri 30 Oct 2020 04:40:02 AM CET Fri 30 Oct 2020 04:40:02 AM CET Fri 30 Oct 2020 04:41:01 AM CET Tue 13 Nov 1979 05:23:13 PM CET Tue 13 Nov 1979 05:24:01 PM CET Tue 13 Nov 1979 05:25:01 PM CET Tue 13 Nov 1979 05:26:01 PM CET Tue 13 Nov 1979 05:27:01 PM CET Tue 13 Nov 1979 05:28:02 PM CET Tue 13 Nov 1979 05:29:01 PM CET Tue 13 Nov 1979 05:30:01 PM CET
  5. Hello, I'm trying to encode Video from the Orangepi gc2035 Camera to raw h264 with newest Armbian Xenial Kernel 3.4. I use a Orangepi One. For that I'm using the following gst Plugin: https://github.com/gtalusan/gst-plugin-cedar If I run the following gstreamer pipeline to get a raw h264 file it perfectly creates the file. But I can just play this file with ffplay. But not with vlc or broadway.js. Any idea how to get it playable in vlc and broadway.js? I've already tried to change to 66 to get baseline profile on following line and recompiled https://github.com/gtalusan/gst-plugin-cedar/blob/master/src/gstcedarh264enc.c#L296 But with no luck to solve the issue. # gst-launch-1.0 -ve v4l2src device=/dev/video0 ! video/x-raw,format=NV12,width=640,height=480,framerate=30/1 ! queue ! cedar_h264enc ! filesink location=test.h264
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines