Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,8 @@ endif

obj-$(CONFIG_RTL8710BU) := $(MODULE_NAME).o

else
#else
endif

export CONFIG_RTL8710BU = m

Expand Down Expand Up @@ -1960,4 +1961,4 @@ clean:
rm -fr *.mod.c *.mod *.o *.o.* .*.cmd *.ko *~
rm -fr .tmp_versions
rm -fr .cache.mk
endif
#endif
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ Compiling & Building
To compile the driver, you need to have make and a compiler installed. In addition,
you must have the kernel headers installed. If you do not understand what this means,
consult your distro.
### Compiling

### Via DKMS

> sudo dkms install .

### Manually

#### Compiling

> make

### Installing
#### Installing

> sudo make install

Expand All @@ -29,4 +36,4 @@ consult your distro.
3. In Ubuntu 20.04 detected as GSM modem, need remove option driver as "sudo rmmod option".

### Testing
I tested on Ubuntu 16.04, 20.04 and last version OpenWRT, it's work...
The original author [McMCCRU](https://github.com/McMCCRU) tested on Ubuntu 16.04, 20.04 and last version OpenWRT, it's work...
7 changes: 7 additions & 0 deletions dkms.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PACKAGE_NAME='rtl8188gu'
PACKAGE_VERSION='1.0'
AUTOINSTALL='yes'
BUILT_MODULE_NAME[0]='8188gu'
DEST_MODULE_LOCATION[0]='/kernel/drivers/net/wireless/'
MAKE[0]='make KVER=${kernelver} modules'
CLEAN='make clean'