Today I tried to upgrade to 8.10. Now I have kernel 2.6.27-7 and the original driver still drops the connection. The next problem is that it is not possible to compile the modified version, I get this error messages:
[EMAIL PROTECTED]:~/Realtek/rtl8187_linux_26.1010.0622.2006$ make rm -f ieee80211/Module.symvers 2>/dev/null rm -f ieee80211/Modules.symvers 2>/dev/null make -C ieee80211 all make[1]: Entering directory `/home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211' make -C /lib/modules/2.6.27-7-generic/build M=/home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211 modules make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic' CC [M] /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.o In file included from /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_softmac.c:17: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h: In function ‘ieee80211_priv_rtl7’: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h:1181: warning: ‘netdev_priv’ is static but used in inline function ‘ieee80211_priv_rtl7’ which is not static CC [M] /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_rx.o In file included from /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_rx.c:52: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h: In function ‘ieee80211_priv_rtl7’: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h:1181: warning: ‘netdev_priv’ is static but used in inline function ‘ieee80211_priv_rtl7’ which is not static /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_rx.c: In function ‘ieee80211_monitor_rx_rtl7’: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_rx.c:107: warning: cast from pointer to integer of different size CC [M] /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_tx.o In file included from /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_tx.c:60: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h: In function ‘ieee80211_priv_rtl7’: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h:1181: warning: ‘netdev_priv’ is static but used in inline function ‘ieee80211_priv_rtl7’ which is not static CC [M] /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.o In file included from /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:37: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h: In function ‘ieee80211_priv_rtl7’: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211.h:1181: warning: ‘netdev_priv’ is static but used in inline function ‘ieee80211_priv_rtl7’ which is not static /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c: In function ‘ipw2100_translate_scan_rtl7’: /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:57: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:57: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:57: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:57: error: too few arguments to function ‘iwe_stream_add_event’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:66: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:66: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:66: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:66: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:69: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:69: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:69: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:69: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:75: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:75: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:75: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:75: error: too few arguments to function ‘iwe_stream_add_event’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:87: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:87: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:87: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:87: error: too few arguments to function ‘iwe_stream_add_event’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:97: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:97: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:97: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:97: error: too few arguments to function ‘iwe_stream_add_event’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:106: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:106: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:106: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:106: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:136: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:136: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:136: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:136: error: too few arguments to function ‘iwe_stream_add_event’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:141: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:141: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:141: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:141: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:157: warning: passing argument 1 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:157: warning: passing argument 3 of ‘iwe_stream_add_event’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:157: warning: passing argument 4 of ‘iwe_stream_add_event’ makes pointer from integer without a cast /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:157: error: too few arguments to function ‘iwe_stream_add_event’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:164: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:164: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:164: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:164: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:178: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:178: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:178: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:178: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:193: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:193: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:193: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:193: error: too few arguments to function ‘iwe_stream_add_point’ /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:204: warning: passing argument 1 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:204: warning: passing argument 3 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:204: warning: passing argument 4 of ‘iwe_stream_add_point’ from incompatible pointer type /home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.c:204: error: too few arguments to function ‘iwe_stream_add_point’ make[3]: *** [/home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211/ieee80211_wx.o] Error 1 make[2]: *** [_module_/home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211] Error 2 make[2]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/home/rapman/Realtek/rtl8187_linux_26.1010.0622.2006/ieee80211' make: *** [all] Error 2 -- rtl8187 drops connection https://bugs.launchpad.net/bugs/182473 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs