Jump to content

Search the Community

Showing results for 'linux-tools'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

Found 15 results

  1. How install linux-tools for USBIP >usbip WARNING: usbip not found for kernel 5.15.43 You may need to install the following packages for this specific kernel: linux-tools-5.15.43-sunxi linux-cloud-tools-5.15.43-sunxi You may also want to install one of the following packages to keep up to date: linux-tools-sunxi linux-cloud-tools-sunxi >apt install linux-tools-sunxi Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package linux-tools-sunxi I tried linux-cloud-tools-sunxi, linux-tools-5.15.43-sunxi, linux-cloud-tools-5.15.43-sunxi BUT package not found. Try switch on other kernel, from 5.15.43 to 5.10 - package not found. How install or compile linux-tools for USBIP?
  2. It seems the build process of linux-tools should be very similar to the linux-headers-current-meson64 package. vidmate app save insta video
  3. In the meantime, I have found a workaround, which may be useful to others who want to do the same as me. Copy the tools from nearest kernel: apt install linux-tools-5.11.0-22-generic cp -r /usr/lib/linux-tools/5.11.0-22-generic /usr/lib/linux-tools/$(uname -r) Then you can use usbip, like this: echo "load usbip-core kernel module" ssh root@odroidc4 "(lsmod | grep usbip_core) || modprobe usbip-core" echo "load usbip-host kernel module" ssh root@odroidc4 "(lsmod | grep usbip_host) || modprobe usbip-host" echo "start usbipd daemon" ssh root@odroidc4 "pidof usbipd || usbipd -D" echo "available devices:" ssh root@odroidc4 "usbip list -l" echo "binding device 1-1.4 to usbip" ssh root@odroidc4 "usbip bind -b 1-1.4" echo "attaching to remote device 1-1.4" usbip attach -r odroidc4 -b 1-1.4
  4. Thanks Werner for opening the thread and adding the implementation link. It seems the build process of linux-tools should be very similar to the linux-headers-current-meson64 package.
  5. I have split the related posts into a new topic. I understand the issue now. I guess something like this needs to be implemented: https://askubuntu.com/questions/533786/how-to-generate-linux-tools-packages-for-customized-kernel However due to lack of ressources and low demand we rely on external help for such implementation like we do on most other user wishes. Also make sure to check https://docs.armbian.com/User-Guide_FAQ/
  6. That doesn't help, because the issue is that usbip tool/executable, that is available in linux-tools-* packages are not installed. However there is no linux-tools-* for this kernel. root@odroidc4:~# modprobe usbip_core usbip_host root@odroidc4:~# lsmod | grep usb usbip_host 36864 0 usbip_core 40960 1 usbip_host root@odroidc4:~# usbip --help WARNING: usbip not found for kernel 5.10.57 You may need to install the following packages for this specific kernel: linux-tools-5.10.57-meson64 linux-cloud-tools-5.10.57-meson64 You may also want to install one of the following packages to keep up to date: linux-tools-meson64 linux-cloud-tools-meson64
  7. So what does that mean? How can I get usbip working? I have the kernel modules installed on my system. I have used usbip on Bananapi M1 on armbian, but that had a different kernel. However I don't see any linux-tools package for my kernel and I think that is the issue. root@odroidc4:~# ls -1 /lib/modules/5.10.57-meson64/kernel/drivers/usb/usbip usbip-core.ko usbip-host.ko usbip-vudc.ko vhci-hcd.ko root@odroidc4:~# sudo apt install linux-tools-current linux-tools-current-meson64 linux-tools-5.10.57-meson64 linux-cloud-tools-5.10.57-meson64 linux-tools-meson64 linux-cloud-tools-meson64 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-tools-current E: Unable to locate package linux-tools-current-meson64 E: Unable to locate package linux-tools-5.10.57-meson64 E: Couldn't find any package by glob 'linux-tools-5.10.57-meson64' E: Unable to locate package linux-cloud-tools-5.10.57-meson64 E: Couldn't find any package by glob 'linux-cloud-tools-5.10.57-meson64' E: Unable to locate package linux-tools-meson64 E: Unable to locate package linux-cloud-tools-meson64 root@odroidc4:~# usbip --help WARNING: usbip not found for kernel 5.10.57 You may need to install the following packages for this specific kernel: linux-tools-5.10.57-meson64 linux-cloud-tools-5.10.57-meson64 You may also want to install one of the following packages to keep up to date: linux-tools-meson64 linux-cloud-tools-meson64
  8. All the Kali tools should work on Armbian Buster. Kali is debian with many network tools pre-installed. You might also be interested in this. https://olinux.net/install-kali-linux-tools-ubuntu-debian-system/
  9. I have the same issue, I want to use usbip but it needs linux-tools However the kernel installed on my orangepipc is 4.19.62-sunxi and there are not linux-tools for this kernel. Is it possible to use a generic kernel?
  10. Hi, iv'e done what you told me, but i've got that now root@orangepi:~# usbip WARNING: usbip not found for kernel 4.19.13 You may need to install the following packages for this specific kernel: linux-tools-4.19.13-sunxi linux-cloud-tools-4.19.13-sunxi You may also want to install one of the following packages to keep up to date: linux-tools-sunxi linux-cloud-tools-sunxi how can i do?
  11. Hi, This is my first post on this forum. I'm using armbian for 5 years and I really appreciate the work of all the people who contributed to it. However, I have replaced a Bananapi M1 with Odroid C4, but the kernel doesn't work with usbip anymore. Is it possible to enable usbip somehow? I want to get my usb scanner without Linux drivers to work through Wi-Fi. root@odroidc4:~# usbip WARNING: usbip not found for kernel 5.10.57 You may need to install the following packages for this specific kernel: linux-tools-5.10.57-meson64 linux-cloud-tools-5.10.57-meson64 You may also want to install one of the following packages to keep up to date: linux-tools-meson64 linux-cloud-tools-meson64 Note: I tried to install the suggested linux-tools-* packages, but the packages are not available in the repository. Thanks, Peter
  12. I didn't invent a bicycle that someone has been riding for a long time. I downloaded several packages from: focal-updates-kernel My downloads folder contains: kernel> ls linux-{image,source,buildinfo,base}* linux-base_4.5ubuntu3.1_all.deb linux-image-unsigned-5.4.0-64-lowlatency_5.4.0-64.72_amd64.deb linux-buildinfo-5.4.0-64-generic_5.4.0-64.72_amd64.deb linux-image-unsigned-5.8.0-40-lowlatency_5.8.0-40.45~20.04.1_amd64.deb linux-image-5.4.0-64-generic_5.4.0-64.72_amd64.deb linux-source-4.15.0_4.15.0-38.41_all.deb linux-image-5.8.0-40-generic_5.8.0-40.45~20.04.1_amd64.deb linux-source-5.4.0_5.4.0-64.72_all.deb linux-image-generic_5.4.0.64.67_amd64.deb linux-source-5.8.0_5.8.0-38.43_all.deb Consider the file name and its contents, or rather "control". linux-image-5.4.0-64-generic_5.4.0-64.72_amd64.deb control: Package: linux-image-5.4.0-64-generic Source: linux-signed Version: 5.4.0-64.72 Architecture: amd64 Maintainer: Canonical Kernel Team <kernel-team@lists.ubuntu.com> Installed-Size: 11444 Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-5.4.0-64-generic Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo, initramfs-tools | linux-initramfs-tool Suggests: fdutils, linux-doc | linux-source-5.4.0, linux-tools, linux-headers-5.4.0-64-generic Conflicts: linux-image-unsigned-5.4.0-64-generic Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, virtualbox-guest-dkms, virtualbox-guest-modules, zfs-dkms, zfs-modules Built-Using: linux (= 5.4.0-64.72) Section: kernel Priority: optional Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. File name: linux-headers-5.8.0-40-generic_5.8.0-40.45~20.04.1_amd64.deb control: Package: linux-headers-5.8.0-40-generic Source: linux-hwe-5.8 Version: 5.8.0-40.45~20.04.1 Architecture: amd64 Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com> Installed-Size: 14323 Depends: linux-hwe-5.8-headers-5.8.0-40, libc6 (>= 2.14), libelf1 (>= 0.142), libssl1.1 (>= 1.1.0) Provides: linux-headers, linux-headers-3.0 Section: devel Priority: optional Description: Linux kernel headers for version 5.8.0 on 64 bit x86 SMP This package provides kernel header files for version 5.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.8.0-40/debian.README.gz for details.
  13. I have a NanoPi NEO3, which is not currently supported by Armbian (WIP). I installed Armbian focal version 20.08.1 and seems to work, but I'm running into a packaging problem. I need the usbipd service, and that requires an extra package: WARNING: usbip not found for kernel 5.8.6 You may need to install the following packages for this specific kernel: linux-tools-5.8.6-rockchip64 linux-cloud-tools-5.8.6-rockchip64 The latest version of linux-tools that's available in the repositories is linux-tools-5.4.0-48, which does not match the installed kernel. Presumably there is a way to get the right version, but that would mean building it for the current kernel, which I don't know how to do. Could anyone knowledgeable help me out with this, or point me to a guide? Thanks!
  14. Hi, i can't get usbip work, there's a tutorial or something else that i can follow to make usbip working over that soc board? cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS" #/usr/bin/usbip WARNING: usbip not found for kernel 4.14.84 You may need to install the following packages for this specific kernel: linux-tools-4.14.84-sunxi linux-cloud-tools-4.14.84-sunxi You may also want to install one of the following packages to keep up to date: linux-tools-sunxi linux-cloud-tools-sunxi The board is a orange pi r1 how i can make that working?
  15. I am trying to install perf on armbian. It happens that perf is dependent on the kernel release (see /usr/bin/perf, a shell script). I use kernel 4.10.0-sun8i, but the linux-tools installed are apparently for kernel 3.16: # uname -r 4.10.0-sun8i # apt-get install linux-tools Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libdw1 libperl5.20 libpython2.7 linux-tools-3.16 Suggested packages: linux-doc-3.16 The following NEW packages will be installed: libdw1 libperl5.20 libpython2.7 linux-tools linux-tools-3.16 0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded. [...] # /usr/bin/perf /usr/bin/perf: line 24: exec: perf_4.10: not found E: linux-tools-4.10 is not installed. Is a linux-tools package available for kernel 4.10? Thanks. Pascal.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines