Idk - people who ran into the same errors on raspberry pi said they were because the binaries were incompatible with the version of the kernel modules included in their kernel. The dongles bind fine on a pi running raspian.
Unfortunately on a pi, its just an apt install, but in my case my only...
i managed to get asuswrt-merlin to build successfully on rt-ax3000 (rt-ax58u) but im pretty sure the usbip modules i built are incompatible with the version of the usbip userspace binaries available on entware. how do i use the am-toolchains to build linux tools for my router?
i tried running...
it is the device i am trying to share. i did see the link.
usbip --debug bind --busid=1-1.3 produces
usbip bind --busid=1-1.3:1.0 produces
it doesn't work either way.
i did successfully build, include the modules, and flash. now usbipd starts successfully but i still can't mount the...
is this still the case? i just built rt-ax58u from src-rt-5.02p1axhnd.675x with your build-all script, it produced a cferom_pureubi.w image. i havent flashed it or anything.
thank you, i do have usbutils installed
like i said, i can find the names elsewhere (like with lsusb - the devices in question are the valve software watchman dongle.) my running theory is the driver that shares printers has bound them but im not sure how to do anything about that . reading the...
thank you, but i have the same problem with the debug option
usbip: debug: usbip.c:134:[run_command] running command: `bind'
usbip: debug: usbip_bind.c:162:[unbind_other] 1-1.3:1.0 -> unknown
usbip: debug: utils.c:56:[modify_match_busid] problem getting match_busid attribute: No such file or...
i haven't found the modules anywhere and no, i didnt think i would need client because i am trying to use it as a server. but the client does allow the command to be run, so thanks.
EDIT: ohh, modprobe them
module usbip-host.ko not found in modules.dep im digging around in /lib/modules and not...
yes, i installed usbip and usbip-server but the command usbip returns not found
additionally, running usbipd returns
"
usbipd: error: please load usbip-core.ko and usbip-host.ko!"
i have entware installed and i installed usbip. i can find usbipd in /tmp/mnt/entware/entware/sbin but calling just usbip to mount the usb devices to the network returns -sh: usbip: not found, and usbipd is not helpful without devices to share
the solution im looking for is usb over ip from the router to my windows pc - i have gotten it running on a raspberry pi, and i needed those kernel modules to get it to work.
https://github.com/cezanne/usbip-win
the versions of the modules that i found are not compatible with the current build...
is there a way to add
usbip.ko
usbip_common_mod.ko
and
vhci-hcd.ko
to the kernel? i found some modules but i couldnt insmod them because i guess they were for a different kernel?
i don't really know much about compiling software, or how to set up the appropriate toolchain or anything like...