από babisgr » 18 Δεκ 2015, 22:51
δε φαινεται να μου το αναγνωρίζει μετά την εγκατάσταση..
βέβαια πριν γράψω το θέμα είχα βάλει το στικάκι αλλά δεν έβρισκα λύση οπότε δεν έκανα και τίποτα.
ΥΓ: Ο adapter μου δουλεψε σε windows ( = δεν εχει πρόβλημα )
Αν δεις κάτω στο κώδικα μου έβγαλε 2 errors:
Compile make driver error: 2- Κώδικας: Επιλογή όλων
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
rtl8192EU_linux_v4.2.2_7585.20130524
Authentication requested [root] for make clean:
cd hal/OUTSRC/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal/OUTSRC/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
Authentication requested [root] for make driver:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.19.0-41-generic/build M=/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524 modules
make[1]: Entering directory '/usr/src/linux-headers-3.19.0-41-generic'
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_cmd.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_security.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_debug.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_io.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_ioctl_query.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_ioctl_set.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_ieee80211.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_mlme.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_mlme_ext.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_wlan_util.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_vht.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_pwrctrl.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_rf.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_recv.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_sta_mgt.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_ap.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_xmit.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_p2p.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_tdls.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_br_ext.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_iol.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/rtw_sreset.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/core/efuse/rtw_efuse.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/osdep_service.o
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.o
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c: In function ‘rtw_proc_init_one’:
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:368:69: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
entry = proc_create_data("ver_info", S_IFREG | S_IRUGO, rtw_proc, proc_get_drv_version, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:421:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_write_reg, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:434:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_read_reg, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:447:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_fwstate, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:459:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_sec_info, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:471:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_mlmext_state, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:483:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_qos_option, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:495:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_ht_option, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:507:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rf_info, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:519:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_ap_info, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:531:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_adapter_state, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:543:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_trx_info, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:554:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_mac_reg_dump1, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:566:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_mac_reg_dump2, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:578:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_mac_reg_dump3, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:590:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_bb_reg_dump1, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:602:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_bb_reg_dump2, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:614:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_bb_reg_dump3, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:626:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rf_reg_dump1, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:638:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rf_reg_dump2, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:652:18: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rf_reg_dump3, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:664:18: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rf_reg_dump4, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:678:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_all_sta_info, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:706:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_best_channel, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:718:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rx_signal, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:733:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_ht_enable, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:747:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_bw_mode, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:761:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_ampdu_enable, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:775:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rx_stbc, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:790:15: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_two_path_rssi, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:797:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_rssi_disp, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:829:17: warning: passing argument 4 of ‘proc_create_data’ from incompatible pointer type
dir_dev, proc_get_sreset, dev);
^
In file included from include/net/netns/netfilter.h:4:0,
from include/net/net_namespace.h:22,
from include/linux/netdevice.h:44,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service_linux.h:35,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/osdep_service.h:41,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/include/drv_types.h:32,
from /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:22:
include/linux/proc_fs.h:25:31: note: expected ‘const struct file_operations *’ but argument is of type ‘int (*)(char *, char **, off_t, int, int *, void *)’
extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c: At top level:
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:1216:2: warning: initialization from incompatible pointer type
.ndo_select_queue = rtw_select_queue,
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/os_intfs.c:1216:2: warning: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
CC [M] /home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/usb_intf.o
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/usb_intf.c: In function ‘rtw_drv_entry’:
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/usb_intf.c:1977:52: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
DBG_871X("build time: %s %s\n", __DATE__, __TIME__);
^
/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/usb_intf.c:1977:1: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
DBG_871X("build time: %s %s\n", __DATE__, __TIME__);
^
cc1: some warnings being treated as errors
scripts/Makefile.build:257: recipe for target '/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/usb_intf.o' failed
make[2]: *** [/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524/os_dep/linux/usb_intf.o] Error 1
Makefile:1395: recipe for target '_module_/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524' failed
make[1]: *** [_module_/home/babis/Downloads/Realtek-RTL8192EU-driver/install_folder/driver/rtl8192EU_linux_v4.2.2_7585.20130524] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-41-generic'
Makefile:1043: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################
1 Γνώσεις Linux: μετριες┃ Προγραμματισμού: java,c,c++,ιστοσελιδων κ.α. ┃ Αγγλικών: μετρια
2 Ubuntu 14.04 trusty 3.16.0-36-generic 64bit (en_US.UTF-8, Unity ubuntu), Ubuntu 3.16.0-30-generic
3 Intel Core i5 CPU M 480 2.67GHz ‖ RAM 3752 MiB ‖ Hewlett-Packard 166B - HP Pavilion g7 Notebook PC
4 Intel Core Processor Integrated Graphics [8086:0046] {i915} ⋮ Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] [1002:6760] {radeon}
5 wlan0: Broadcom BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01) ⋮ eth0: Realtek RTL8101E/RTL8102E Ethernet [10ec:8136] (rev 05)