Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyage/ee2031d3b64b25c709b5b9067dd2e183 to your computer and use it in GitHub Desktop.
Save tyage/ee2031d3b64b25c709b5b9067dd2e183 to your computer and use it in GitHub Desktop.

Build Realtek_RTS5229_Linux_Driver_v1.07 for ubuntu 16.04.01.md

Comment out rtsx.c on line 266

before:

	.proc_info =			proc_info,

after:

//	.proc_info =			proc_info,

build with this KCFLAGS

$ make KCFLAGS="-D__devinit= -D__devexit= -D__devexit_p= -Wno-error=date-time -Wno-error=implicit-function-declaration"
$ sudo make install
$ sudo depmod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment