How to solve parallels desktop linux usb problem
I am runing a linux virtual machine macos using parallels desktop. One day when I booted normally, I got a usb error and couldn’t use the keyboard and mouse in virtual machine.
An error messages like this is output on the screen.
usb 3-1: can't set config #1, error -62 |
Finally I found a solution on the parallels desktop forum.
- Start your virtual machine.
- Press e to edit the grub menu during the boot phase, passing a new parameter to the kernel.
- Append
xhci_hcd.quirks=0x40
after quiet - F10 booting the kernel
- After entering the system, open the terminal and edit the
/etc/default/grub
file - Replace that line with the following line:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet xhci_hcd.quirks=0x40”
- Next, execute the following command:
sudo update-grub
本文是原创文章,采用CC BY-NC-SA 4.0协议,完整转载请注明来自小竹's blog
评论 ()