Comment 8 for bug 1358966

Revision history for this message
Thomas H St.Clair (thstclair) wrote : Re: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu1: bcmwl kernel module failed to build [error: macro "alloc_netdev" requires 4 arguments, but only 3 given]

Brian- thanks for the patch. I had seen that elsewhere but had never known how to use it. Looked at it again today and tried something else and finally got it to build.

1-copy/save the patch(###)
2-mv to /usr/src/bcmwl-6.30.223.248+bdcom/patches/(###)
3-edit /usr/src/bcmwl-6.30.223.248+bdcom/dkms.conf adding (###)
4-sudo dkms build -m bcmwl/6.30.223.248+bdcom -k (OUTPUT OF UNAME -R)
5-sudo dkms install -m bcmwl/6.30.223.248+bdcom -k (OUTPUT OF UNAME -R)
6-sudo modprobe wl

Tom