make -C /lib/modules/3.11.10-21-desktop/build M=/usr/local/rtl8723be modules
make: *** /lib/modules/3.11.10-21-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
make -C /lib/modules/3.11.10-21-desktop/build M=/usr/local/rtl8723be modules
make[1]: Entering directory /usr/src/linux-3.11.10-21-obj/x86_64/desktop' CC [M] /usr/local/rtl8723be/base.o CC [M] /usr/local/rtl8723be/rc.o /usr/local/rtl8723be/rc.c:301:2: warning: initialization from incompatible pointer type [enabled by default] .rate_init = rtl_rate_init, ^ /usr/local/rtl8723be/rc.c:301:2: warning: (near initialization for ‘rtl_rate_ops.rate_init’) [enabled by default] /usr/local/rtl8723be/rc.c:302:2: warning: initialization from incompatible pointer type [enabled by default] .rate_update = rtl_rate_update, ^ /usr/local/rtl8723be/rc.c:302:2: warning: (near initialization for ‘rtl_rate_ops.rate_update’) [enabled by default] CC [M] /usr/local/rtl8723be/debug.o CC [M] /usr/local/rtl8723be/regd.o In file included from /usr/local/rtl8723be/regd.c:31:0: /usr/local/rtl8723be/regd.c: In function ‘_rtl_reg_apply_beaconing_flags’: /usr/local/rtl8723be/regd.h:37:32: error: ‘IEEE80211_CHAN_NO_IR’ undeclared (first use in this function) #define IEEE80211_CHAN_NO_IBSS IEEE80211_CHAN_NO_IR ^ /usr/local/rtl8723be/regd.c:200:20: note: in expansion of macro ‘IEEE80211_CHAN_NO_IBSS’ ch->flags &= ~IEEE80211_CHAN_NO_IBSS; ^ /usr/local/rtl8723be/regd.h:37:32: note: each undeclared identifier is reported only once for each function it appears in #define IEEE80211_CHAN_NO_IBSS IEEE80211_CHAN_NO_IR ^ /usr/local/rtl8723be/regd.c:200:20: note: in expansion of macro ‘IEEE80211_CHAN_NO_IBSS’ ch->flags &= ~IEEE80211_CHAN_NO_IBSS; ^ /usr/local/rtl8723be/regd.c: In function ‘_rtl_reg_apply_active_scan_flags’: /usr/local/rtl8723be/regd.h:34:37: error: ‘IEEE80211_CHAN_NO_IR’ undeclared (first use in this function) #define IEEE80211_CHAN_PASSIVE_SCAN IEEE80211_CHAN_NO_IR ^ /usr/local/rtl8723be/regd.c:237:19: note: in expansion of macro ‘IEEE80211_CHAN_PASSIVE_SCAN’ if (ch->flags & IEEE80211_CHAN_PASSIVE_SCAN) ^ /usr/local/rtl8723be/regd.c: In function ‘_rtl_reg_apply_radar_flags’: /usr/local/rtl8723be/regd.h:37:32: error: ‘IEEE80211_CHAN_NO_IR’ undeclared (first use in this function) #define IEEE80211_CHAN_NO_IBSS IEEE80211_CHAN_NO_IR ^ /usr/local/rtl8723be/regd.c:312:8: note: in expansion of macro ‘IEEE80211_CHAN_NO_IBSS’ IEEE80211_CHAN_NO_IBSS | ^ /usr/local/rtl8723be/regd.c: In function ‘_rtl_regd_init_wiphy’: /usr/local/rtl8723be/regd.h:40:38: error: ‘REGULATORY_CUSTOM_REG’ undeclared (first use in this function) #define WIPHY_FLAG_CUSTOM_REGULATORY REGULATORY_CUSTOM_REG ^ /usr/local/rtl8723be/regd.c:410:18: note: in expansion of macro ‘WIPHY_FLAG_CUSTOM_REGULATORY’ wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY; ^ /usr/local/rtl8723be/regd.h:43:38: error: ‘REGULATORY_STRICT_REG’ undeclared (first use in this function) #define WIPHY_FLAG_STRICT_REGULATORY REGULATORY_STRICT_REG ^ /usr/local/rtl8723be/regd.c:411:19: note: in expansion of macro ‘WIPHY_FLAG_STRICT_REGULATORY’ wiphy->flags &= ~WIPHY_FLAG_STRICT_REGULATORY; ^ /usr/local/rtl8723be/regd.h:46:41: error: ‘REGULATORY_DISABLE_BEACON_HINTS’ undeclared (first use in this function) #define WIPHY_FLAG_DISABLE_BEACON_HINTS REGULATORY_DISABLE_BEACON_HINTS ^ /usr/local/rtl8723be/regd.c:412:19: note: in expansion of macro ‘WIPHY_FLAG_DISABLE_BEACON_HINTS’ wiphy->flags &= ~WIPHY_FLAG_DISABLE_BEACON_HINTS; ^ make[4]: *** [/usr/local/rtl8723be/regd.o] Error 1 make[3]: *** [_module_/usr/local/rtl8723be] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory /usr/src/linux-3.11.10-21-obj/x86_64/desktop’
make: *** [all] Error 2
Well, as I wrote earlier (and is mentioned in that thread I linked to), the driver compilation apparently won’t work with kernels below 3.14.
I made a mistake myself with posting that last zypper line though (because it was for kernel 3.11), but I suppose you got the corresponding packages installed for kernel 3.16 anyway by installing the kernel devel pattern.
So I guess it should just work after rebooting to kernel 3.16…
If not, please ask again.
Well, vpnc works fine here, but I’m using it with NetworkManager.
So try that maybe. You should better use NetworkManager for Wireless anyway, so enable it in YaST->Network Devices->Network Settings->Global Options. It does support vpnc directly. Just click on its icon, “Manage Connections”, switch to the VPN tab and click on Add->VPNC.
You can then establish the VPN connection via the networkmanagement icon in the system tray.
I haven’t used kvpnc (I guess that’s what you mean?) in years, and even then only for pptp, not vpnc.
As it didn’t work well and you could setup a pptp connection in YaST anyway, I uninstalled it soon afterwards again…
I will use through network manager, kvpnc is very stable am using since long time, issue started with 13.1. may be downgrading vpnc may solve connect and disconnect issues.
will try configuring vpnc if its stable then will continue with vpnc.
I fixed kvpnc connect and disconnect issue. our pptp server icmp disabled, kvpnc settings have option check connection status. when it checks status icmp is not reachable so it disconnects and again re-connect due to option re-connect. so disabling connection check option resolved the issue.