CRCinAU

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Fedora 39 pipewire – no audio #46028
    CRCinAU
    Participant

    I came back to this after finding out that pipewire is not supported for Virtual Desktops….

    As such, I reverted to pulseaudio. The nxnode --audiosetup didn’t work as there was no /etc/pulse/client.conf.

    I copied that in from somewhere in /usr, and ran nxnode --audiosetup again, and after that point, all works.

    in reply to: Update to 7.1.3 breaks USB sharing? #31957
    CRCinAU
    Participant

    I did some further digging…. It looks like maybe the module didn’t build with the new version update.

    After rebuilding the kernel module on my server system, I can now share USB correctly.

    It also seems like it works ok with Linux -> Linux, it just sometimes takes 10+ seconds to enumerate the USB devices connected – which may be something new.

    CRCinAU
    Participant

    Thanks!

    I edited the included dkms.conf to make it happy with newer dkms versions:

    PACKAGE_VERSION=”1.0.0″
    PACKAGE_NAME=”nxusb”
    DEST_MODULE_LOCATION[0]=”/kernel/drivers/usb/misc/”
    AUTOINSTALL=”yes”
    BUILT_MODULE_NAME=”nxusb”

    I haven’t had a chance to test this properly yet, but I also had to symlink /usr/NX/share/src/uxusb -> /usr/src/nxusb-1.0.0

    Then run: dkms install nxusb/1.0.0

    In theory, this should work – but I’ll need to run it through a few more kernel updates to make sure…

    CRCinAU
    Participant

    Thanks for the reply – I did manage to figure this out by doing:

    # systemctl set-target multi-user.target
    # reboot

    When nxserver starts and a new connection begins, this does create a new virtual desktop and the sizing issues are resolved, yay!

    The only part I struggle with now is keeping the nxusb module loaded and active between kernel updates. I’ve played with trying to get the dkms part configured, but I’m not sure how well that works as yet – as I’m still testing a number of things.

    Is there any best practice documentation on this topic?

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