Jump to content

Sigge

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by Sigge

  1. Ok, so "Bullseye" is the latest stable server version? Thanks,
  2. Hello, I am looking for the latest Banana Pi M1 server image but I only see the XFCE desktop version. Witch image should I use?
  3. Ok, thanks. I did not realize I was on stretch I did this: sudo sed -i 's|stretch|buster|g' /etc/apt/sources.list sudo sed -i 's|stretch|buster|g' /etc/apt/sources.list.d/armbian.list sudo sed -i 's|stretch|buster|g' /etc/apt/sources.list.d/nodesource.list sudo apt update && sudo apt -y upgrade && sudo apt -y dist-upgrade then rebooted and run the update again. sudo apt-get update && sudo apt-get full-upgrade sudo apt autoremove sudo apt autoclean Seems to work!
  4. Is there a repository change? Or is it down? Err:10 https://mirrors.netix.net/armbian/apt stretch Release 404 Not Found Reading package lists... Done E: The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file.
  5. That is neat! Shell in a box, have to look into that. For anyone with the same problem I had, here is a htoprc to start with: # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 sort_direction=1 hide_threads=0 hide_kernel_threads=0 hide_userland_threads=0 shadow_other_users=0 show_thread_names=0 show_program_path=1 highlight_base_name=1 highlight_megabytes=1 highlight_threads=1 tree_view=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 delay=15 left_meters=AllCPUs Swap CPU Memory left_meter_modes=1 1 1 1 right_meters=Hostname Tasks LoadAverage Uptime right_meter_modes=2 2 2 2 # SBC hardware and Kernel specific path. # Editable manually. BoardName= CpuFreq_handler= CpuTemp_handler= CpuVCore_l_handler= CpuVCore_b_handler= GpuVCore_handler= GpuTemp_handler= # Wlan / Eth alias eth0_alias= eth1_alias= wlan0_alias= wlan1_alias=
  6. Thanks, removning it does not help. However, creating a new one works. But htop seems not to save any changes. But no crash. Could you post the armbian default or whatever you have? Thanks
  7. Ok, thanks. So it seems like the bars and meters work. The problem is saving the settings. I am doing it both as user and with sudo. F10 "Done" results in invalid pointer. Thanks
  8. I noticed that hop lost its cpu bars. I tried to add them but ger error: munmap_chunk(): invalid pointer Anyone else have this problem? Thanks
  9. OK, so just change apt sources list (+ the armbian sources?). No need to uninstall anything? Jessie to stretch suggested uninstalling armbian related packages. Thanks Added: I also changed all stretch to buster with "nano /etc/apt/sources.list.d/armbian.list" Now: Welcome to Debian Buster with Armbian Linux 5.1.0-sunxi New addition: I am not getting the update I expect. ffmpeg still 3... uninstalled it and reinstalled it. Now 4... But what packages do I need to reinstall?
  10. Hi, Is there any instruction available for upgrading a orange pi+ 2e from stretch to buster? I have found Jessie to stretch instructions. Can I use them? Change .list files stretch to buster? Do I need to uninstall any packages? What packages in that case? Thanks
  11. Hi, could you indicate a step by step procedure for installing this kernel? I would love to try it!
  12. That´s great! Is the thermal sensors working? I noticed that installing the nightly builds, I lost hdd temp. Do you have a hdd and do you see the temperature?
  13. Yes, thanks! Did I just mess up or are there no uninstallable headers for the stable version?
  14. after: sudo apt-get install bison libbison-dev flex libfl-dev make scripts Sucsess! orangepiplus2e:~/v4l2loopback$ make VERBOSE=1 Building v4l2-loopback driver... make -C /lib/modules/`uname -r`/build M=/home/aaa/v4l2loopback modules make[1]: Entering directory '/usr/src/linux-headers-4.17.5-sunxi' Building modules, stage 2. MODPOST 1 modules CC /home/aaa/v4l2loopback/v4l2loopback.mod.o LD [M] /home/aaa/v4l2loopback/v4l2loopback.ko make[1]: Leaving directory '/usr/src/linux-headers-4.17.5-sunxi' Sucsess! Thank you!!
  15. Ok, so I have re flashed my card. Went with: Armbian Stretch mainline kernel 4.14.y Enabled nightly builds and installed headers. So far so good. Updated. orangepiplus2e:~/v4l2loopback$ make VERBOSE=1 Building v4l2-loopback driver... make -C /lib/modules/`uname -r`/build M=/home/aaa/v4l2loopback modules make[1]: Entering directory '/usr/src/linux-headers-4.17.5-sunxi' Building modules, stage 2. MODPOST 1 modules /bin/sh: 1: scripts/mod/modpost: not found scripts/Makefile.modpost:92: recipe for target '__modpost' failed make[2]: *** [__modpost] Error 127 Makefile:1574: recipe for target 'modules' failed make[1]: *** [modules] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.17.5-sunxi' Makefile:42: recipe for target 'v4l2loopback.ko' failed make: *** [v4l2loopback.ko] Error 2 So I wanted to try and switch default and next kernel as suggested. However; the only option is to switch from next to dev? This is in "Switch", should I use "Default, install desktop ..." instead?
  16. Should I do that through armbian-config? Install headers just blink and change kernel only gives me one option that says failed, aborting. Maybe I should reinstall, might have messed up with my attempts.
  17. This is what I get when trying to install with apt-get: orangepiplus2e:~/v4l2loopback$ sudo apt-get install linux-headers-sun8i Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: linux-headers-sun8i 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 5 811 kB of archives. After this operation, 39,7 MB of additional disk space will be used. Get:1 http://beta.armbian.com stretch/main armhf linux-headers-sun8i armhf 5.52.180710 [5 811 kB] Fetched 5 811 kB in 1s (4 502 kB/s) Selecting previously unselected package linux-headers-sun8i. (Reading database ... 51187 files and directories currently installed.) Preparing to unpack .../linux-headers-sun8i_5.52.180710_armhf.deb ... Unpacking linux-headers-sun8i (5.52.180710) ... Setting up linux-headers-sun8i (5.52.180710) ... Compiling headers - please wait ... orangepiplus2e:~/v4l2loopback$ sudo apt-get install v4l2loopback-dkms Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: v4l2loopback-utils The following NEW packages will be installed: v4l2loopback-dkms 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/32,6 kB of archives. After this operation, 109 kB of additional disk space will be used. Selecting previously unselected package v4l2loopback-dkms. (Reading database ... 63931 files and directories currently installed.) Preparing to unpack .../v4l2loopback-dkms_0.10.0-1_all.deb ... Unpacking v4l2loopback-dkms (0.10.0-1) ... Setting up v4l2loopback-dkms (0.10.0-1) ... Loading new v4l2loopback-0.10.0 DKMS files... dpkg: warning: version '3.4.113-sun8i 4.17.5' has bad syntax: invalid character in revision number Building for 4.17.5-sunxi Module build for kernel 4.17.5-sunxi was skipped since the kernel headers for this kernel does not seem to be installed.
  18. Hi, trying to install or compile v4l2loopback. I fail with missing header message. I have tried armbian-config and apt-get for the headers but all fails. I have tried stable and dev. Anyone know how to do this? orangepiplus2e:/lib/modules/4.17.5-sunxi$ sudo apt-get install v4l2loopback-dkms Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: dkms Suggested packages: python3-apport menu v4l2loopback-utils Recommended packages: fakeroot linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers The following NEW packages will be installed: dkms v4l2loopback-dkms 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/107 kB of archives. After this operation, 397 kB of additional disk space will be used. Do you want to continue? [Y/n] Y Selecting previously unselected package dkms. (Reading database ... 51147 files and directories currently installed.) Preparing to unpack .../archives/dkms_2.3-2_all.deb ... Unpacking dkms (2.3-2) ... Selecting previously unselected package v4l2loopback-dkms. Preparing to unpack .../v4l2loopback-dkms_0.10.0-1_all.deb ... Unpacking v4l2loopback-dkms (0.10.0-1) ... Setting up dkms (2.3-2) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up v4l2loopback-dkms (0.10.0-1) ... Loading new v4l2loopback-0.10.0 DKMS files... Building for 4.17.5-sunxi Module build for kernel 4.17.5-sunxi was skipped since the kernel headers for this kernel does not seem to be installed. Buildning gives me this: orangepiplus2e:~/v4l2loopback$ make Building v4l2-loopback driver... make -C /lib/modules/`uname -r`/build M=/home/aaa/v4l2loopback modules make[1]: *** /lib/modules/4.17.5-sunxi/build: No such file or directory. Stop. Makefile:42: recipe for target 'v4l2loopback.ko' failed make: *** [v4l2loopback.ko] Error 2
  19. Hi, yes I have seen the remedy but it seems you loose thermal monitoring? Or you can use an older kernel. So I was wondering if the new kernel solves this. Seems like it is not?
  20. K-worker takes 10-20 % of one cpu core with later kernels. Does the 4.17 kernel still have this problem? Or is bionic a solution?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines