I'd like to know if any of you know how to use komplete vst from Native instrument on ubuntu. this page : https://www.native-instruments.com/en/support/knowledge-base/show/707/using-native-instruments-hardware-under-linux/ says that it should work on linux so I downloaded the free windows files but I didn't manage to make those work. There is an iso file opened the iso file with the disk image mounter and opened the exe inside which opened in wine. Then it at some point during the installation process a dialog opens with "insert . "
Asked
Active
Viewed 335 times
1 Answers
1
The iso is being detected by Ubuntu, but not by wine. To get it detected by wine do the following:
Right-click on the mounted partition then, goto properties.
See the path to your mounted iso. It should be something such as
/mnt/path/to/.Now, open wine, then, Applications -> Wine -> Configure Wine.
Under the Drivers tab, click Add.
Set path to
/mnt/path/to/as before.Set type as cdrom.
Your iso should be detected by now.
Raphael
- 8,135
