Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
williambj1 committed Jun 15, 2021
1 parent 5ea8944 commit 5099f1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 64 deletions.
38 changes: 6 additions & 32 deletions .github/README-zh_Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 参考资料

Expand Down
38 changes: 6 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5099f1d

Please sign in to comment.