https://github.com/nocapscripts/debian-ac1300-driver
https://github.com/nocapscripts/debian-ac1300-driver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nocapscripts/debian-ac1300-driver
- Owner: nocapscripts
- Created: 2022-12-17T16:14:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T00:56:34.000Z (over 2 years ago)
- Last Synced: 2025-01-11T11:29:57.663Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Debian-AC1300-Driver
* Simple AC1300 driver installer
## Usage
* You can simplify it and run it in sh mode or manually insert these codes given below
```
git clone https://github.com/ZapCodes/rtl88x2bu.git
```
```
cd rtl88x2bu
```
```
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
```
```
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
```
```
sudo dkms add -m rtl88x2bu -v ${VER}
```
```
sudo dkms build -m rtl88x2bu -v ${VER}
```
```
sudo dkms install -m rtl88x2bu -v ${VER}
```
```
sudo modprobe 88x2bu