mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-28 23:47:02 -05:00
Fix links
This commit is contained in:
parent
d4c577e31b
commit
76150ac9d3
26 changed files with 46 additions and 46 deletions
|
|
@ -15,7 +15,7 @@ By default, the kernel that is installed in dom0 comes from the `kernel` package
|
|||
For most cases this works fine since the Linux kernel developers backport fixes to this kernel, but for some newer hardware, you may run into issues.
|
||||
For example, the audio might not work if the sound card is too new for the LTS kernel.
|
||||
To fix this, you can try the `kernel-latest` package -- though be aware that it's less tested!
|
||||
(See [here](/doc/software-update-dom0/#kernel-upgrade) for more information about upgrading kernels in dom0).
|
||||
(See [here](/doc/how-to-install-software-in-dom0/#kernel-upgrade) for more information about upgrading kernels in dom0).
|
||||
In dom0:
|
||||
|
||||
~~~
|
||||
|
|
|
|||
|
|
@ -15,12 +15,12 @@ For more details on this issue along with possible solutions, look at [PCI passt
|
|||
## Can't attach a USB device / USB device not showing in qvm-usb
|
||||
|
||||
To successfully attach a USB device, you require a VM dedicated to handling the USB input and output.
|
||||
For guidance setting up a USB qube, see the [USB documentation](/doc/usb-devices/#creating-and-using-a-usb-qube).
|
||||
For guidance setting up a USB qube, see the [USB documentation](/doc/how-to-use-usb-devices/#creating-and-using-a-usb-qube).
|
||||
|
||||
Currently (until issue [1082](https://github.com/QubesOS/qubes-issues/issues/1082) gets implemented), if you remove the device before detaching it from the qube, Qubes OS (more precisely, `libvirtd`) will think that the device is still attached to the qube and will not allow attaching further devices under the same name.
|
||||
This may be characterized by VM manager crashes and the error message: `Houston, we have a problem`.
|
||||
The easiest way to recover from such a situation is to reboot the qube to which the device was attached.
|
||||
If this isn't an option, you can manually recover from the situation by following the instructions at the [Block Devices documentation](/doc/block-devices/#what-if-i-removed-the-device-before-detaching-it-from-the-vm)
|
||||
If this isn't an option, you can manually recover from the situation by following the instructions at the [Block Devices documentation](/doc/how-to-use-block-storage-devices/#what-if-i-removed-the-device-before-detaching-it-from-the-vm)
|
||||
|
||||
## "Device attach failed" error
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ Another solution would be to set the pci_strictreset option in dom0:
|
|||
```
|
||||
|
||||
These options allow the VM to ignore the error and the VM will start.
|
||||
Please review the notes in the `qvm-prefs` man page and [here](/doc/device-handling/) and be aware of the potential risks.
|
||||
Please review the notes in the `qvm-prefs` man page and [here](/doc/how-to-use-devices/) and be aware of the potential risks.
|
||||
|
||||
## Can't use keyboard or mouse after creating sys-usb
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ If your computer has a PS/2 port, you may instead use a PS/2 keyboard to enter t
|
|||
|
||||
## "qubes-usb-proxy not installed in the VM" error
|
||||
|
||||
When trying to [create and use a USB qube](/doc/usb-devices/#creating-and-using-a-usb-qube) with the `qubes-usb-proxy` package, you may receive this error: `ERROR: qubes-usb-proxy not installed in the VM`.
|
||||
When trying to [create and use a USB qube](/doc/how-to-use-usb-devices/#creating-and-using-a-usb-qube) with the `qubes-usb-proxy` package, you may receive this error: `ERROR: qubes-usb-proxy not installed in the VM`.
|
||||
|
||||
If you encounter this error, you can install the `qubes-usb-proxy` with the package manager in the VM you want to attach the USB device to.
|
||||
Depending on your operating system, open a terminal in the TemplateVM and enter one of the following commands:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ title: VM Troubleshooting
|
|||
|
||||
## VM Kernel troubleshooting
|
||||
|
||||
This troubleshoot applies to the non-default kernel choice described in the [Managing VM docs](/doc/managing-vm-kernel/#using-kernel-installed-in-the-vm).
|
||||
This troubleshoot applies to the non-default kernel choice described in the [Managing VM docs](/doc/managing-vm-kernels/#using-kernel-installed-in-the-vm).
|
||||
|
||||
In case of problems, you can access the VM console using `qvm-console-dispvm VMNAME` in dom0, then access the GRUB menu.
|
||||
You need to call it just after starting the VM (until `GRUB_TIMEOUT` expires); for example, in a separate dom0 terminal window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue