Jump to content

sajty

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Like
    sajty got a reaction from Scritch in meson64 linux tools package unavailable   
    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  
  2. Like
    sajty reacted to kyavid in meson64 linux tools package unavailable   
    It seems the build process of linux-tools should be very similar to the linux-headers-current-meson64 package.  vidmate app save insta video
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines