après le
sudo apt-get update
sudo apt-get upgrade
il m'as fait de grosses mises a jour, j'y ai presque cru et au finale non toujours pas :/ , par contre je suis en 32bits moi.
root@xouto:/home/xouto# sudo apt-get install build-essential
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
build-essential is already the newest version (12.1ubuntu2).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 3 non mis à jour.
root@xouto:/home/xouto# sudo apt-get install git
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
git is already the newest version (1:2.9.3-1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 3 non mis à jour.
root@xouto:/home/xouto# git clone https://sanrath@bitbucket.org/sanrath/mediatek_mt7610u_sta_driver_linux-64bit.git
Clonage dans 'mediatek_mt7610u_sta_driver_linux-64bit'...
remote: Counting objects: 338, done.
remote: Compressing objects: 100% (269/269), done.
remote: Total 338 (delta 97), reused 270 (delta 61)
Réception d'objets: 100% (338/338), 1.68 MiB | 840.00 KiB/s, fait.
Résolution des deltas: 100% (97/97), fait.
Vérification de la connectivité... fait.
root@xouto:/home/xouto# cd mediatek_mt7610u_sta_driver_linux-64bit
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit# git pull
Already up-to-date.
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit#
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit# cd mediatek_mt7610u_sta_driver_linux-64bit
bash: cd: mediatek_mt7610u_sta_driver_linux-64bit: Aucun fichier ou dossier de ce type
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit# make clean
cp -f os/linux/Makefile.clean os/linux/Makefile
make -C os/linux clean
make[1] : on entre dans le répertoire « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux »
rm -f ../../common/*.o
rm -f ../../common/.*.cmd .*.flags .*.d
rm -f ../../os/linux/*.o *.ko *.mod.o *.mod.c
rm -f ../../os/linux/.*.cmd .*.flags .*.d
rm -fr ../../os/linux/.tmp_versions
rm -f ../../os/linux/Module.symvers
rm -f ../../os/linux/Modules.symvers
rm -f ../../os/linux/Module.markers
rm -f ../../os/linux/modules.order
rm -f ../../chips/*.o
rm -f ../../chips/.*.cmd .*.flags .*.d
rm -f ../../rate_ctrl/*.o
rm -f ../../rate_ctrl/.*.cmd .*.flags .*.d
rm -f ../../ate/common/*.o
rm -f ../../ate/common/.*.cmd .*.flags .*.d
rm -f ../../ate/chips/*.o
rm -f ../../ate/chips/.*.cmd .*.flags .*.d
rm -f ../../phy/*.o
rm -f ../../phy/.*.cmd .*.flags .*.d
rm -f ../../mac/*.o
rm -f ../../mac/.*.cmd .*.flags .*.d
rm -f ../../mcu/*.o
rm -f ../../mcu/.*.cmd .*.flags .*.d
rm -f ../../mgmt/*.o
rm -f ../../mgmt/.*.cmd .*.flags .*.d
rm -f ../../naf/*.o
rm -f ../../naf/.*.cmd .*.flags .*.d
rm -f ../../sta/*.o
rm -f ../../sta/.*.cmd .*.flags .*.d
make[1] : on quitte le répertoire « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux »
rm -rf os/linux/Makefile
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit# make
make -C tools
make[1] : on entre dans le répertoire « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/tools »
gcc -g bin2h.c -o bin2h
make[1] : on quitte le répertoire « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/tools »
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/tools/bin2h
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/Makefile
make -C /lib/modules/4.8.0-39-generic/build SUBDIRS=/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.8.0-39-generic »
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../os/linux/rt_profile.o
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../os/linux/rt_profile.c: In function ‘announce_802_3_packet’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../os/linux/rt_profile.c:334:16: warning: unused variable ‘pAd’ [-Wunused-variable]
RTMP_ADAPTER *pAd = (RTMP_ADAPTER *)pAdSrc;
^~~
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/assoc.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/auth.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/auth_rsp.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sync.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sanity.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/rtmp_data.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/connect.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/wpa.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.o
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c: In function ‘Set_EncrypType_Proc’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c:789:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
else
^~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c:792:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘else’
if (pAd->StaCfg.BssType == BSS_ADHOC)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c: In function ‘RtmpIoctl_rt_ioctl_siwfreq’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c:5647:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
else
^~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c:5650:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘else’
return NDIS_STATUS_SUCCESS;
^~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c: In function ‘RtmpIoctl_rt_ioctl_giwrate’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c:7518:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (rate_index >= rate_count)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../sta/sta_cfg.c:7521:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
*(ULONG *)pData = ralinkrate[rate_index] * 500000;
^
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../mgmt/mgmt_vht.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/vht.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/crypt_md5.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/crypt_sha2.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/crypt_hmac.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/crypt_aes.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/crypt_arc4.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/mlme.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_wep.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/action.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_data.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.o
In file included from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rtmp_os.h:44:0,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rtmp_comm.h:75,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rt_config.h:33,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:28:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c: In function ‘NICReadEEPROMParameters’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 10 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c: In function ‘NICInitAsicFromEEPROM’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:1061:9: warning: unused variable ‘i’ [-Wunused-variable]
USHORT i;
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c: In function ‘NICInitializeAsic’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:1684:1: warning: the frame size of 2056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
}
^
In file included from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rtmp_os.h:44:0,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rtmp_comm.h:75,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rt_config.h:33,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:28:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c: In function ‘NICReadEEPROMParameters’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:719:85: warning: array subscript is above array bounds [-Warray-bounds]
BoundaryA[1], pAd->TssiPlusBoundaryA[2], pAd->TssiPlusBoundaryA[3], pAd->TssiPlusBoundaryA[4],
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:719:58: warning: array subscript is above array bounds [-Warray-bounds]
pAd->TssiPlusBoundaryA[1], pAd->TssiPlusBoundaryA[2], pAd->TssiPlusBoundaryA[3], pAd->TssiPlusBoundaryA[4],
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:717:32: warning: array subscript is above array bounds [-Warray-bounds]
pAd->TssiMinusBoundaryA[4], pAd->TssiMinusBoundaryA[3], pAd->TssiMinusBoundaryA[2], pAd->TssiMinusBoundaryA[1],
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:717:4: warning: array subscript is above array bounds [-Warray-bounds]
pAd->TssiMinusBoundaryA[4], pAd->TssiMinusBoundaryA[3], pAd->TssiMinusBoundaryA[2], pAd->TssiMinusBoundaryA[1],
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:660:16: note: in definition of macro ‘DBGPRINT_RAW’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init.c:716:3: note: in expansion of macro ‘DBGPRINT’
DBGPRINT(RT_DEBUG_TRACE,("E2PROM: A Tssi[-4 .. +4] = %d %d %d %d - %d -%d %d %d %d, step=%d, tuning=%d\n",
^~~~~~~~
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_init_inf.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_tkip.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_aes.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_sync.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/eeprom.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_sanity.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.o
In file included from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rtmp_os.h:44:0,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rtmp_comm.h:75,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/rt_config.h:33,
from /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:28:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c: In function ‘Set_DebugFunc_Proc’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1084:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘ULONG {aka long unsigned int}’ [-Wformat=]
DBGPRINT_S(RT_DEBUG_TRACE, ("Set RTDebugFunc = 0x%x\n", RTDebugFunc));
^
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/include/os/rt_linux.h:675:9: note: in definition of macro ‘DBGPRINT_S’
printk Fmt; \
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c: In function ‘GetEncryptType’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1752:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(enc == Ndis802_11Encryption3Enabled)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1754:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(enc == Ndis802_11Encryption4Enabled)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c: In function ‘GetAuthMode’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1764:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(auth == Ndis802_11AuthModeShared)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1766:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(auth == Ndis802_11AuthModeAutoSwitch)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1776:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(auth == Ndis802_11AuthModeWPA2PSK)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:1778:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(auth == Ndis802_11AuthModeWPA1WPA2)
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c: In function ‘Show_PMK_Proc’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:4214:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (idx = 0; idx < 32; idx++)
^~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:4217:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
return 0;
^~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c: In function ‘set_rf’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_info.c:5960:28: warning: format ‘%x’ expects argument of type ‘unsigned int *’, but argument 5 has type ‘UCHAR * {aka unsigned char *}’ [-Wformat=]
rv = sscanf(arg, "%d-%d-%x", &(bank_id), &(rf_id), &(rf_val));
^
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_cfg.o
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_cfg.c: In function ‘RTMP_COM_IoctlHandle’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_cfg.c:705:32: warning: unused variable ‘ppINTF’ [-Wunused-variable]
VOID **ppINTF = (VOID **)pData;
^~~~~~
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_wpa.o
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_wpa.c: In function ‘WPAStart2WayGroupHS’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_wpa.c:1249:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if ((!pEntry) || !IS_ENTRY_CLIENT(pEntry))
^~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_wpa.c:1254:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
os_alloc_mem(NULL, (PUCHAR *)&mpool, TX_EAPOL_BUFFER);
^~~~~~~~~~~~
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_radar.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/spectrum.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rtmp_timer.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/rt_channel.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_profile.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_asic.o
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_asic.c: In function ‘AsicUpdateProtect’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_asic.c:330:21: warning: large integer implicitly truncated to unsigned type [-Woverflow]
UCHAR i, PhyMode = 0x4000;
^~~~~~
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_asic.c:384:12: warning: large integer implicitly truncated to unsigned type [-Woverflow]
PhyMode = 0x2000; /* Bit 15:13, 0:Legacy CCK, 1: Legacy OFDM, 2: HT mix mode, 3: HT green field, 4: VHT mode, 5-7: Reserved */
^~~~~~
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/scan.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/cmm_cmd.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/uapsd.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../common/ps.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../rate_ctrl/ra_ctrl.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../rate_ctrl/alg_legacy.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../rate_ctrl/alg_ags.o
CC [M] /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../chips/rtmp_chip.o
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../chips/rtmp_chip.c: In function ‘RtmpChipOpsHook’:
/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../chips/rtmp_chip.c:910:30: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
pChipOps->ChipSwitchChannel = Default_ChipSwitchChannel;
^
cc1: some warnings being treated as errors
scripts/Makefile.build:289 : la recette pour la cible « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../chips/rtmp_chip.o » a échouée
make[2]: *** [/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux/../../chips/rtmp_chip.o] Erreur 1
Makefile:1491 : la recette pour la cible « _module_/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux » a échouée
make[1]: *** [_module_/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.8.0-39-generic »
Makefile:393 : la recette pour la cible « LINUX » a échouée
make: *** [LINUX] Erreur 2
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit# sudo make install
make -C /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux -f Makefile.6 install
make[1] : on entre dans le répertoire « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux »
mkdir: impossible de créer le répertoire «/etc/Wireless»: Le fichier existe
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/conf/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/4.8.0-39-generic/kernel/drivers/net/wireless/
install -m 644 -c mt7610u_sta.ko /lib/modules/4.8.0-39-generic/kernel/drivers/net/wireless/
install: impossible d'évaluer 'mt7610u_sta.ko': Aucun fichier ou dossier de ce type
Makefile.6:454 : la recette pour la cible « install » a échouée
make[1]: *** [install] Erreur 1
make[1] : on quitte le répertoire « /home/xouto/mediatek_mt7610u_sta_driver_linux-64bit/os/linux »
Makefile:489 : la recette pour la cible « install » a échouée
make: *** [install] Erreur 2
root@xouto:/home/xouto/mediatek_mt7610u_sta_driver_linux-64bit#