-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #752 from Z2Z-GuGu/main
Update NanoKVM Doc
- Loading branch information
Showing
15 changed files
with
247 additions
and
67 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: F&Q | ||
keywords: NanoKVM-USB, Lichee, PiKVM, RISCV, tool | ||
--- | ||
|
||
## Exception Fixes | ||
|
||
### No ttyUSBx Serial Device After Opening Web Page on Linux | ||
|
||
+ This may be due to a missing serial driver. Please reinstall the CH34x driver using the following steps: | ||
|
||
1. Download the driver from the WCH official website (download link: [https://www.wch.cn/download/CH341SER_LINUX_ZIP.html](https://www.wch.cn/download/CH341SER_LINUX_ZIP.html)), extract it, and navigate to the `driver` directory. | ||
2. Run `uname -r` to check your operating system's release version. Find the corresponding version in (this link)[https://elixir.bootlin.com/linux/v6.2/source/drivers/usb/serial/ch341.c] and copy the content into `ch341.c`. | ||
3. Execute the `make` command to compile the driver. | ||
4. Run `sudo make load` to install the driver. | ||
5. Replace the old driver: `cp ch341.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial/ch341.ko`. | ||
|
||
+ Some Linux distributions come with `brltty`, a Braille display tool that occupies the `/dev/ttyUSB0` serial port, causing the webpage to be unable to detect it. If you are not using `brltty`, it is recommended to uninstall it with `sudo apt remove brltty`. | ||
|
||
### Unable to Open NanoKVM-USB Corresponding Serial Device After Opening Web Page | ||
|
||
+ This may be due to other programs occupying the serial port. Please ensure it is not in use before trying again. | ||
+ Linux may lack permissions to open the serial port. Execute `sudo chmod 777 /dev/ttyUSB*` in the terminal. | ||
+ The Chrome browser may not have detected the serial port. Please refresh the webpage or restart Chrome. | ||
+ Chrome may lack sufficient permissions. Please grant the necessary permissions. | ||
|
||
### No HDMI Loop Out | ||
|
||
+ The beta version hardware only supports USB power from the HOST side. Please ensure proper power supply from the HOST side during use. | ||
|
||
### If the above methods do not resolve the issue, please describe your purchased model and the encountered problem on the forum, GitHub, or QQ group, and we will respond patiently. | ||
|
||
## Feedback Methods | ||
|
||
- [GitHub Issues](https://github.com/sipeed/NanoKVM) | ||
- [MaixHub Forum](https://maixhub.com/discussion/nanokvm) | ||
- QQ Group: 703230713 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.