Jump to content

Scritch

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Since todays update to kernel 6.6 on my odroid c2, usb was broken. lsusb shows that no devices are found anymore using the new kernel: lsusb Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub dmesg shows the following error during boot: [ 5.777103] onboard-usb-hub 1-1: can't set config #1, error -71 Adding the "extraboardargs" option to /boot/armbianEnv.txt as described above, solved the problem for me. Edit: This recent kernel change might be connected: https://lore.kernel.org/lkml/1jleciyahv.fsf@starbuckisacylon.baylibre.com/T/
  2. I know you don't look for advice. However, as I can perfectly understand the situation you are in and would like armbian to become an (even more) successful project, I want to share my perspective: From 99% of all end-users, you cannot expect to receive support in the scope you definitely require, because they use the boards you support in small home-projects and not commercially. People have their own unrelated full-time jobs and families. However, the success of Armbian is in the fundamental interest of all vendors whose boards you raise to an entirely new level of support and usage. When Armbian dies because of too few ressources, they will lose their customers. They are the central entry point and the stakeholders who commercially benefit from all your efforts. Don't scare away the small end-users who want to have some fun on the few hours they have on some weekends every year with their home-projects.
  3. What an insight. Reporting bugs as a regular end-user is considered in first place as putting a pressure and stealing money from people that maintain this software. Consider to put this statement into your FAQ. Such a statement would definitely have prevented me from stealing your time. I could not find this understanding yet here.
  4. THank you for the quick fix. Appears to me like an out-of-context general statement of your personal conviction. Nobody here expressed any complaints. Just trying to help by reporting bugs.
  5. Yesterday, I wanted to remove the linux-headers-edge-meson64 package. (Board: odroidc2) As a consequence, the entire SD card and all mounted devices got deleted and I had to reinstall my entire system. scritch@odroidc2:~$ pstree -Aap 189643 apt-get,189643 remove linux-headers-edge-meson64 `-dpkg,189662 --status-fd 54 --no-triggers --force-depends --abort-after=1 --remove ... `-sh,189663 /var/lib/dpkg/info/linux-headers-edge-meson64.prerm remove `-find,189664 ./ -type f -exec rm {} + `-rm,189913 ./media/NAS/Public/Bilder/IMG_1097.JPG... I cannot imagine what I did wrong with removing this package, but I also cannot believe that such a major bug exists. @All others: You have been warned.
  6. The problem is still the same, also for nightly builds. I used the following package: https://beta.armbian.com/pool/main/l/linux-5.11.11-meson64/linux-headers-edge-meson64_21.05.0-trunk.68_arm64.deb scritch@odroidc2:/usr/src/linux-headers-5.11.11-meson64$ sudo make KERNELVERSION=5.11.11-meson64 -j3 modules_prepare scripts/Makefile.build:414: warning: overriding recipe for target 'modules.order' Makefile:1409: warning: ignoring old recipe for target 'modules.order' make[1]: *** No rule to make target 'arch/arm64/kernel/vdso/vdso.lds', needed by 'arch/arm64/kernel/vdso/vdso.so.dbg'. Stop. make: *** [arch/arm64/Makefile:191: vdso_prepare] Error 2
  7. Hello Otlabs, Can you confirm that this problem is resolved for you? I run into the same compile issue, even with the latest armbian version and the mentioned fix available on the sys tem.
  8. Thanks for the insight! I see that https://beta.armbian.com/pool/main/l/ only has 5.6.19 and 5.7.x, but not 5.6.18. Meaning, I cannot simply use the headers from here. I will have to switch the entire distro (and kernel) to nightly. So currently to a 5.7 version. However, my main goal of the system is stability and I would like to avoid 5.7 which is in development status and other early adopter versions. My drivers will have to be recompiled with every kernel update. Is there a possibilty to stay on the main branch and get constantly headers which fit to the released kernel? (Not just on the current matter, but as a general strategy.)
  9. I downloaded the most recent armbian focal for odroidc2. uname -a Linux odroidc2 5.6.18-meson64 #20.05.4 SMP PREEMPT Mon Jun 15 01:50:20 CEST 2020 aarch64 aarch64 aarch64 GNU/Linux However, linux headers are not available for this version: apt-cache search linux-headers-current | grep meson64 linux-headers-current-meson64 - Linux kernel headers for 5.6.15-meson64 on arm64 Also here, only 5.6.15 available: https://apt.armbian.com/pool/main/l/ I tried to simply use 5.6.15 headers by manually setting the following link: lrwxrwxrwx 1 root root 37 Jul 4 21:00 /lib/modules/5.6.18-meson64/build -> /usr/src/linux-headers-5.6.15-meson64 Compliation succeeds, but the build is not accepted by kernel: [ 4.799633] rc_core: version magic '5.6.15-meson64 SMP preempt mod_unload aarch64' should be '5.6.18-meson64 SMP preempt mod_unload aarch64' Please make 5.6.18 linux headers available.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines