USB Devices Fail to Connect

Forum / NoMachine for Linux / USB Devices Fail to Connect

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7828
    erbridge
    Participant

    I’m trying to get USB sharing working between a local Arch Linux and a remote Mac OS X (10.10.4). I have manually built the nxusb kernel module, which was causing the options to be disabled, but now whenever I try to share a local USB device with the remote it fails after about 30 seconds, reporting:

    “Failed to connect the device <device-name>”

    I’m running NoMachine 4.6.4.

    #7848
    Peter76
    Participant

    Hello,

    We enable USB subsystem only on well tested OSX releases.

    We tested already 10.10.4 and users can enable it safely.

    We will do it in the next release, but you can add the new MAC OS (10.10.4) to nxusb.sh:

    1. change the curent directory:

    cd /Applications/NoMachine.app/Contents/Frameworks/scripts/restricted

    2. open the file nxusb.sh:

    sudo vim nxusb.sh

    3. add the new system in line 329 after “$systemVersion” == “10.10.3″:

    || “$systemVersion” == “10.10.4″

    4. save the changes:

    Esc + :wq

    5. restart nxusb.sh:

    sudo ./nxusb.sh –restart

Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.