Skip to content

Commit 390a5ae

Browse files
committed
Closes #31: Switch USB controller to USB3
Seems to solve USB related problems.
1 parent 8b4fa93 commit 390a5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcrazeVM_provisionVM.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format": "ova",
1818

1919
"vboxmanage": [
20-
["modifyvm", "{{.Name}}", "--memory", "1024", "--vram", "16", "--mouse", "usbtablet", "--rtcuseutc", "on", "--audio", "pulse", "--audiocodec", "ad1980", "--usb", "on", "--usbehci", "on", "--nestedpaging", "off"],
20+
["modifyvm", "{{.Name}}", "--memory", "1024", "--vram", "16", "--mouse", "usbtablet", "--rtcuseutc", "on", "--audio", "pulse", "--audiocodec", "ad1980", "--usb", "on", "--usbxhci", "on", "--nestedpaging", "off"],
2121
["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"]
2222
],
2323
"import_opts": "importtovdi",

0 commit comments

Comments
 (0)