On 06/23/2014 04:59 AM, Rainer Klier wrote:
Am 22.06.2014 13:40, schrieb Bruce Ferrell:
https://forums.opensuse.org/showthread.php/491654-openSUSE-13-1-RC2-%28relea...
and unfortunately the driver doesn't build against kernel linux-3.15.1-34.gee8dd2b
Anyone have a thought on how to get it to build? you need this patch: http://ubuntuforums.org/showthread.php?t=2216779&page=2
it works for me on kernel 3.15
Well, I tried that on 3.15.1 adjusting the patch as required: #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 15, 1) cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, &wl->conf->channel, GFP_KERNEL); #else cfg80211_ibss_joined(ndev, (u8 *)&wl->bssid, GFP_KERNEL); #endif for the version shift and got this: KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` make[1]: Entering directory `/usr/src/linux-3.15.1-35.g3289da4-obj/x86_64/desktop' CFG80211 API is prefered for this kernel version Using CFG80211 API make[4]: *** No rule to make target `/home/bferrell/asus-wireless/bcmwl-6.30.223.141+bdcom/src/shared/linux_osl.o', needed by `/home/bferrell/asus-wireless/bcmwl-6.30.223.141+bdcom/wl.o'. Stop. make[3]: *** [_module_/home/bferrell/asus-wireless/bcmwl-6.30.223.141+bdcom] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/linux-3.15.1-35.g3289da4-obj/x86_64/desktop' make: *** [all] Error 2 :~/asus-wireless/bcmwl-6.30.223.141+bdcom> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org