From 5099f1de9f38d24477ad37ff1ac2808fc0ef2720 Mon Sep 17 00:00:00 2001 From: williambj1 <45396585+williambj1@users.noreply.github.com> Date: Wed, 16 Jun 2021 00:09:06 +0800 Subject: [PATCH] Update README --- .github/README-zh_Hans.md | 38 ++++++-------------------------------- README.md | 38 ++++++-------------------------------- 2 files changed, 12 insertions(+), 64 deletions(-) diff --git a/.github/README-zh_Hans.md b/.github/README-zh_Hans.md index a87d67e..bf5cd7e 100644 --- a/.github/README-zh_Hans.md +++ b/.github/README-zh_Hans.md @@ -13,40 +13,14 @@ IntelBluetoothFirmware 是一个用于在 macOS 中启用原生蓝牙的固件 [![Join the chat at https://gitter.im/OpenIntelWireless/itlwm](https://badges.gitter.im/OpenIntelWireless/IntelBluetoothFirmware.svg)](https://gitter.im/OpenIntelWireless/IntelBluetoothFirmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -## 支持 +## 文档 -目前支持 macOS 10.12 及以上,支持的设备 USB ID 如下: +**请在使用驱动或提交 issue 之前仔细阅读文档!** -- 0x8087, 0x0a2a -- 0x8087, 0x07dc -- 0x8087, 0x0aa7 -- 0x8087, 0x0025 -- 0x8087, 0x0aaa -- 0x8087, 0x0026 -- 0x8087, 0x0029 -- 0x8087, 0x0a2b -- 0x8087, 0x0032 - -## 安装 - -下载[最新 release](https://github.com/zxystd/IntelBluetoothFirmware/releases/latest),注入到引导工具后重启即可。 - -**不要** 把驱动安装到 `/Library/Extensions` 或 `/System/Library/Extensions`,系统很有可能因此损坏。 - -- **IntelBluetoothFirmware.kext** - > 用于上传固件 -- **IntelBluetoothInjector.kext** - > 用于修复系统设置内的蓝牙开关 - -## 排错 - -如果驱动程序有问题,请在终端中运行以下命令: - -```sh -log show --last boot | grep IntelFirmware -``` - -保存驱动程序日志,并在 issue 中附上。 **如果没有日志生成,你需要先检查引导工具,USB,BIOS 等等。** +- [支持列表](https://openintelwireless.github.io/IntelBluetoothFirmware/Compat.html) +- [安装方法](https://openintelwireless.github.io/IntelBluetoothFirmware/Installation.html) +- [常见疑问](https://openintelwireless.github.io/IntelBluetoothFirmware/FAQ.html) +- [排错方法](https://openintelwireless.github.io/IntelBluetoothFirmware/Compat.html) ## 参考资料 diff --git a/README.md b/README.md index f51dd8b..b6188bf 100644 --- a/README.md +++ b/README.md @@ -14,40 +14,14 @@ After several months of public testing, it appears that the Kext is working well [![Join the chat at https://gitter.im/OpenIntelWireless/itlwm](https://badges.gitter.im/OpenIntelWireless/IntelBluetoothFirmware.svg)](https://gitter.im/OpenIntelWireless/IntelBluetoothFirmware?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -## Supported Devices +## Documentation -Supports macOS 10.12 or higher, supported Device *USB* IDs are: +**Please read the docs carefully before using the Kernel Extensions or submitting an Issue Report!** -- 0x8087, 0x0a2a -- 0x8087, 0x07dc -- 0x8087, 0x0aa7 -- 0x8087, 0x0025 -- 0x8087, 0x0aaa -- 0x8087, 0x0026 -- 0x8087, 0x0029 -- 0x8087, 0x0a2b -- 0x8087, 0x0032 - -## Installation - -Download the [latest release](https://github.com/zxystd/IntelBluetoothFirmware/releases/latest), inject the Kext files into the Bootloader and then restart. - -***Do not*** inject the Kext files to `/Library/Extensions` or `/System/Library/Extensions` as it may likely **break your system**. - -- **IntelBluetoothFirmware.kext** - > Driver to upload the firmware. -- **IntelBluetoothInjector.kext** - > Codeless Kext that enables `On`/`Off` switch on the Bluetooth settings panel, not necessary to install. - -## Troubleshooting - -In case there is something wrong with the driver, please run the following command in Terminal: - -```sh -log show --last boot | grep IntelFirmware -``` - -Save the driver logs, send it to me by opening an issue. **If there are no logs, you should probably check your Bootloader, USB, BIOS, etc.** +- [Supported Devices](https://openintelwireless.github.io/IntelBluetoothFirmware/Compat.html) +- [Installation](https://openintelwireless.github.io/IntelBluetoothFirmware/Installation.html) +- [Frequently Asked Questions](https://openintelwireless.github.io/IntelBluetoothFirmware/FAQ.html) +- [Troubleshooting](https://openintelwireless.github.io/IntelBluetoothFirmware/Compat.html) ## Credits