Forum Replies Created
-
AuthorPosts
-
tsotneParticipantHello, for newer versions of Mac OS, nxaudio kext is located in different place.
please, try:
1. let’s load nxaudio kext manually:
sudo kextutil -vvv /Library/Extensions/nxaudio.kext/2. if you did not approve it, do:
Access System Preferences -> Security&Privacy -> General panel. Click on the “Allow” button3. if it finished without any error, check if it’s loaded properly:
kextstat | grep nxauyou should get similar output:
180 0 0xffffff7f83d9c000 0x5000 0x5000
com.nomachine.driver.nxau (4.1.b2) 78172556-B6A4-3112-BA41-E79D18108476
<93 6 5 3 1>4. restart NoMachine server:
sudo /etc/NX/nxserver --restartIf audio still does not work, please send us the output of kextutil command (point 1) in your reply.
tsotneParticipantHello,
firstly, please check if you did approve kernel extensions (see article about it)if yes,
1. let’s load nxaudio kext manually:sudo kextutil -vvv /System/Library/Extensions/nxaudio.kext/2. if you already approved, skip this step:
Access System Preferences -> Security&Privacy -> General panel. Click on the “Allow” button3. if it finished without any error, check if it’s loaded properly:
kextstat | grep nxauyou should get similar output:
180 0 0xffffff7f83d9c000 0x5000 0x5000 com.nomachine.driver.nxau (4.1.b2) 78172556-B6A4-3112-BA41-E79D18108476 <93 6 5 3 1>4. restart NoMachine server:
sudo /etc/NX/nxserver --restartIf audio still does not work, please send us the output of kextutil command (point 1) in your reply.
-
AuthorPosts
