Activity for David Wasser

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    hmm if it doesn't show up in host view I don't believe its able to find the device through a broadcast UDP datagram, you will just have to bind the device in raw call, if your a programmer and willing to figure it out the help would be greatly appreciated.

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    So couldn't find an armv6l toolchain but found an armv5l toolchain, i have uploaded https://github.com/dicetrash/qusbipserver/releases/download/0.1/qusbipserver_armel.deb which i have never tested (as I own an orangpi zero w which is armhf) but should work

  • David Wasser David Wasser modified a comment on discussion Open Discussion

    Yes seem it SEGV faulted raspberry pi 1 - A, B, zero, and zero w are armel, raspberry pi 2 - is armhf raspberry pi 3/4 - is arm64 which one do you have and which copy of the software did you install, gotta make sure you installed the correct package for the correct CPU.

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    Yes seem it SEGV faulted raspberry pi 1 - A, B, zero, and zero w are armel, raspberry pi 2 - is armhf raspberry pi 3/4 - is amd64 which one do you have and which copy of the software did you install, gotta make sure you installed the correct package for the correct CPU. On Fri, Jul 10, 2020 at 5:49 AM Kurt Struevy kstr50@users.sourceforge.net wrote: Hi David, thanks a lot for your answer! I checked it on the raspberry. This is the output: ~~~ pi@raspberrypi:~ $ sudo systemctl start qusbipserver pi@raspberrypi:~...

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    Oh you have an armel raspberry pi (rpi 1, zero, zero w) , I don't believe I offered an armel package only an armhf package (rpi 2) on github and so it seg faulted. I can make one and upload it.

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    You should probably make sure that the two are on the same network, otherwise you may need to figure out the ip address of the raspberry pi and see if you can ping it from the ubuntu device.

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    I would love to help, so I would say first part is to check if the service is running on the raspberry pi systemctl status qusbipserver should see if its running, if it is not running than systemctl start qusbipserver then on the ubuntu machine open up qusbip and it should ask for permissions necessary to bind devices, after that open up the "raw call" tab on the window and type in the host "raspberrypi" in the host section and click the button that is "list remote by host", in the little monitor...

  • David Wasser David Wasser modified a comment on discussion Open Discussion

    I have created a new gui and server project built on the usb/ip project, https://github.com/dicetrash/qusbip for the client and gui and and https://github.com/dicetrash/qusbipserver that does some group calls and binds from remote. I even started a little hackday.io project https://hackaday.io/project/169775-usbip-ez anyone willing to help is appreciated.

  • David Wasser David Wasser posted a comment on discussion Open Discussion

    I have created a new gui and server project built on the usb/ip project, https://github.com/dicetrash/qusbip for the client and gui and and https://github.com/dicetrash/qusbipserver that does some group calls and binds from remote. I even started a little hackday.io project https://hackaday.io/project/169775-usbip-ez

  • David Wasser David Wasser posted a comment on discussion Help

    When using usbip libsrc section make the following simple 3 line program usbip_names_init(USBIDS_FILE); usbip_names_free(); usbip_names_init(USBIDS_FILE); System will segv on the third line at L:195 of names.c if (v->vendorid == vendorid) as v->next can contain garbage address thus failing to find member v->venderid

  • David Wasser David Wasser posted a comment on discussion Help

    https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/linux-tools#n107 seems arch just makes a patch to configure.ac to get project to compile

  • David Wasser David Wasser posted a comment on discussion Help

    no special changes had been made to the project, this was just from autogen.sh && ./configure && make

  • David Wasser David Wasser posted a comment on discussion Help

    Attempted to compile from source using https://github.com/torvalds/linux/tree/master/tools/usb/usbip and gcc version 9.2.0 (GCC) got the following error make[2]: Entering directory 'tools/usb/usbip/src' CC usbip_network.o usbip_network.c: In function ‘usbip_net_pack_usb_device’: usbip_network.c:79:32: error: taking address of packed member of ‘struct usbip_usb_device’ may result in an unaligned pointer value [-Werror=address-of-packed-member] 79 | usbip_net_pack_uint32_t(pack, &udev->busnum);

  • David Wasser David Wasser created ticket #1758

    OGR-decode on OpenStreetMaps shapefiles

1