** Patch added: "rtl8812au-4.3.8.12175.20140902+dfsg.patch" https://bugs.launchpad.net/ubuntu/+source/rtl8812au/+bug/1705820/+attachment/4919230/+files/rtl8812au-4.3.8.12175.20140902+dfsg.patch
** Description changed: When I upgrade kernel with `apt` command, this module built with wrong kernel header path. If I use `4.10.0-20-generic` kernel version and I update `4.10.0-27-generic`, dkms still use head path of `4.10.0-20-generic` for building. I suggest to fix this way. dkms.conf MAKE="'make' all" - => + => MAKE="'make' all KVER=$kernelver" - Makefile + Makefile 822 line KVER := $(shell uname -r) => KVER ?= $(shell uname -r) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1705820 Title: Wrong build when kernel upgrade (about kernel header path) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rtl8812au/+bug/1705820/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
