Forum Replies Created
-
AuthorPosts
-
February 23, 2024 at 15:47 in reply to: No sound forwarding (option to change settings is greyed out) #47143
kubaszym1
ParticipantHi,
If you still experience this issue, please show us your connection and options log files. You can find them in .nx/R-<session_id>/ on the client side.
Unfortunately we haven’t reproduced the issue yet, audio during a connection between two Mint machines (both with NoMachine 8.11) worked fine. Our testing team keeps trying to reproduce it. Your logs from the connection would help us a lot.
Regards,
Kuba
February 20, 2024 at 17:02 in reply to: No sound forwarding (option to change settings is greyed out) #47098kubaszym1
ParticipantHi,
I checked the file “no-sound-forwarding.txt” that you sent and your configuration seems to be fine, all the variables and devices are set properly. Something blocks the audio transfer completely, despite proper configuration. I will try to reproduce your issue and investigate further. In the meantime, can you send me the logs from both sides? You can check it how to do it here: https://kb.nomachine.com/DT07S00243.
Regards,
Kuba
January 3, 2024 at 10:57 in reply to: After connecting to NoMachine as the host on my laptop no audio #46559kubaszym1
ParticipantHi,
Please try again using the commands exactly as they are above. I realised that they were formatted incorrectly, now corrected.
December 21, 2023 at 16:03 in reply to: Capture audio from server when Bluetooth headset used on server #46440kubaszym1
ParticipantHi,
You can check if you have “Exclusive mode” set for your headset. Exclusive mode is a feature that allows an application to get exclusive use of an audio device. It’s possible that turning it on (or off) for the bluetooth headset will make a difference. Go to Sound Control Panel, open “Device properties” of your headset, then go to “Advanced”. Then you can check/uncheck “Allow applications to take exclusive control of this device” in order to turn on/off the exclusive mode.
Please let me know if you notice any difference during a NoMachine session.
Regards,
Kuba
December 19, 2023 at 12:16 in reply to: Capture audio from server when Bluetooth headset used on server #46405kubaszym1
ParticipantHi,
Do you mean that the headset is connected to the windows machine (server) – you can hear audio from Windows with this headset outside the session? I know you wrote it but I want to be sure. Do you connect the headset before or during the NoMachine session?
If the bluetooth device is connected to the client machine, you should see it on the device list in NoMachine settings (click on right up corner of the NoMachine window, then go to Audio -> Change settings). You can set it as an output device on the client side.
But if your headset is connected to the server, we will try to reproduce the issue and fix it.
Regards,
Kuba
kubaszym1
ParticipantHi,
It’s also possible that something went wrong in configuration during the installation – you once wrote that you have AudioInterface set to “pipewire” but do you use PipeWire? In order to check, run:
pactl info
1) if Server Name is ‘pulseaudio’ then you use PulseAudio and AudioInterface should be set to “pulseaudio”. You can change this in /usr/NX/etc/node.cfg and then restart NoMachine server.
2) if Server Name is ‘PulseAudio (on PipeWire 0.3.x)’ then you use PipeWire and in this case I will have to investigate your issue in order to find out where the problem is.
Best regards,
Kuba
December 12, 2023 at 09:26 in reply to: After connecting to NoMachine as the host on my laptop no audio #46294kubaszym1
ParticipantHi,
Your issue can be caused by several things. In order to determine if you’re using PulseAudio or PipeWire you can run this command:
pactl info
if ‘Server Name’ is pulseaudio – you use PulseAudio, but if it’s something like ‘PulseAudio (on PipeWire 0.3.x)’ – you use PipeWire. Then you can restart your audio service and hopefully the sound will return:
1) For PipeWire:
systemctl --user --now restart pipewire.{socket,service}
2) For PulseAudio:
systemctl --user --now restart pulseaudio
In some cases you may need to restart your computer.
Regards,
Kuba
November 28, 2023 at 12:20 in reply to: Remote VPS Ubuntu 22.04 with xcfe4 NoMachine no sound #46144kubaszym1
ParticipantHi,
PULSE_SERVER should be set automatically to /run/user/<uid>/pulse/native/. If it’s not set properly, the sound won’t work even outside NoMachine session. You can check it’s value by running ‘pactl info’ (first line of the output). This command may crash because you have some issues, so you can also just set PULSE_SERVER manually – ‘export PULSE_SERVER=/run/user/<uid>/pulse/native/’. Then please restart pulseaudio server.
If you experience these sound issues only during NoMachine session you can gather logs from the session and send it to forum[at]nomachine.com. Collecting logs: https://kb.nomachine.com/DT07S00243
Best regards,
Kuba
kubaszym1
ParticipantHi,
You can already try the next version – NoMachine 8.10.1. It’s possible that it will solve your issues. If not, please check your configuration – I noticed that your logs contain some configuration errors on the server side. Please check if the property AudioInterface from /usr/NX/etc/node.cfg is set to “pipewire”. You can also check the environment of the nxnode process. Find nxnode PID using i.e. ‘ps -aux | grep nxnode’, run ‘cat /proc/<pid>/environ’ and look for XDG_RUNTIME_DIR=/run/user/<user_id>. If XDG_RUNTIME_DIR is not set properly you can experience issues with transferring audio.
Best regards,
Kuba
kubaszym1
ParticipantHi,
Are you able to hear sound from your machine outside NoMachine session? I’m not sure if it’s possible if you only have auto_null. Your built-in device should be set as the default sink, or some other physical device, i.e. headphones or external speakers. When NoMachine makes a connection between two machines, it connects to the default sink and captures its output data. This means that even if NoMachine is able to connect to auto_null (Dummy Output), if auto_null doesn’t receive any data, you don’t hear anything on the client side.
If your Fedora is a virtual machine, you should probably connect it to the speaker of the physical machine and enable audio in virtual box settings (or any software you’re using for virtualization) and then test the connection via NoMachine.
Regards,
Kuba
kubaszym1
ParticipantHi,
You should be able to forward a printer during the session via NoMachine Player settings. Go to Devices -> Connect a printer and there you should see all the available printers. Click on your local printer and connect it to the server. If the printers don’t show up there, please gather logs from both sides as described here: https://kb.nomachine.com/DT07S00243
You can also show us how you tried to forward the printer by attaching a screenshot of each step.
Regards,
Kuba
kubaszym1
ParticipantHi,
I checked your logs and unfortunately I couldn’t find the explanation for your issue. Can you ensure that you set the highest log level (9 – Debug) and gather logs again? Without debug logs I cannot tell why NoMachine Microphone is not created.
Regards,
Kuba
November 6, 2023 at 13:33 in reply to: Unable to get audio working through PulseAudio in AlmaLinux 9 #45925kubaszym1
ParticipantHi,
I checked your logs and compared it to our code that handles creating of pulseaudio server for virtual sessions. Indeed, pulseaudio server needs client.conf file and such file doesn’t exist in /usr/NX/share/audio. The command that you used –
nxnode --audiosetup
– should copy this file from /etc/pulse/ to /usr/NX/share/audio. I’ll try to find out why it didn’t work. Meanwhile, you can copy client.conf file from /etc/pulse to /usr/NX/share/audio, restart the server and try to connect again. I hope it will fix the issue.Best regards,
Kuba
kubaszym1
ParticipantHi,
I would like to have some information in order to investigate your issue.
1) Do you use Windows 11 as a NoMachine client or as a NoMachine server?
2) Please reproduce the issue and collect the logs as described here: https://kb.nomachine.com/DT07S00243
Then you can send the logs to forum[at]nomachine.com.
Best regards,
Kuba
kubaszym1
ParticipantHi,
It seems that there is an error during the connection that breaks the process of creating virtual devices. There are several explanations for such issue, so I need some more information. Please gather logs from the server side as described here: https://kb.nomachine.com/DT07S00243 and send them to forum[at]nomachine.com.
Regards,
Kuba
-
AuthorPosts