mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
Refactor script for other Linux distros with automatic kernel updates
This commit is contained in:
+20
-5
@@ -5,12 +5,12 @@
|
||||
This automated installation script (`install.sh`) simplifies the process of installing the AIC8800D80 WiFi driver on Linux systems.
|
||||
|
||||
- Automatic Secure Boot detection
|
||||
- Dependency installation
|
||||
- Driver compilation and installation
|
||||
- Automatic dependency installation
|
||||
- Automatic driver compilation and installation
|
||||
- Automatic module loading on boot
|
||||
- Comprehensive error handling
|
||||
- Colored output and logging
|
||||
- Compatible with Ubuntu, Debian, and derivatives
|
||||
- Compatible with Ubuntu, Debian, Fedora, and derivatives (DKMS supported `dkms.conf`)
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -19,7 +19,22 @@ This automated installation script (`install.sh`) simplifies the process of inst
|
||||
git clone https://github.com/shenmintao/aic8800d80.git && cd aic8800d80 && chmod +x install.sh
|
||||
|
||||
# Run the installation
|
||||
./install.sh
|
||||
sudo ./install.sh
|
||||
```
|
||||
|
||||
> For more information, please refer to the [README.md](README.md) file.
|
||||
> For more information, please refer to the [README.md](README.md) file.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
# Diagnostic Build Script (Optional)
|
||||
|
||||
This script is used to diagnose build issues with the AIC8800D80 driver. Useful for identifying the root cause of the build failure.
|
||||
|
||||
```bash
|
||||
# Make the script executable and run it
|
||||
chmod +x diagnostic_build.sh && sudo ./diagnostic_build.sh
|
||||
```
|
||||
Reference in New Issue
Block a user