Under Ubuntu 13.10 (at least), the 8723au module won't auto-build correctly with new kernels. The error can be seen explicitly with dkms status, which gives:
dkms.conf: Error! No 'BUILT_MODULE_NAME' directive
I am not sure how BUILT_MODULE_NAME is distinct from BUILD_MODULE_NAME (the manpage for v2.0.20 seems to refer to them interchangeably!), but adding this extra line to dkms.conf resolves the issue.
Under Ubuntu 13.10 (at least), the 8723au module won't auto-build correctly with new kernels. The error can be seen explicitly with
dkms status
, which gives:dkms.conf: Error! No 'BUILT_MODULE_NAME' directive
I am not sure how BUILT_MODULE_NAME is distinct from BUILD_MODULE_NAME (the manpage for v2.0.20 seems to refer to them interchangeably!), but adding this extra line to dkms.conf resolves the issue.