Bonjour,
J’ai acheté récemment une Asus AC51. J’aimerais pouvoir l’utiliser sous Fedora 25 et il y a un cd où est fourni le pilote. Seulement pour Linux, il faut le compiler et compléter certains fichiers pour que la compilation se passe bien. Seulement, le fichier où il est expliqué comment faire ne me parait pas clair, en tout cas, je ne sais pas comment le faire. Voici le fichier d’instructions :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | MT7610U Linux Driver quick start ==================== Check tools: ==================== *Before install driver, please check already install compile tool and kernel source code 1>Install compile tool $yum install gcc-c++ 2>check kernel source code exists /usr/src/kernels/ "kernel name" Download your kernel source code *http://www.kernel.org/pub/linux/kernel/ or $yum install kernel-devel ==================== Build Instructions: ==================== 1> $tar -xvf mt7610u_wifi_sta_vxxxx_dpo_xxxxxxxx.tar.bz2 go to "mt7610u_wifi_sta_vxxxx_dpo_xxxxxxxx" directory. 2> In Makefile set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX" define the linux kernel source include file path LINUX_SRC modify to meet your need. 3> In os/linux/config.mk define the GCC and LD of the target machine define the compiler flags CFLAGS modify to meet your need. ** Build for being controlled by NetworkManager or wpa_supplicant wext functions Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'. => $wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d ** Build for being controlled by WpaSupplicant with Ralink Driver Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'. => $wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d 4> $make # compile driver source code, need administrator. # To fix "error: too few arguments to function ¡¥iwe_stream_add_event" => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c 5> $make install #install driver #copy RT2870STA.dat to /etc/Wireless/RT2870STA/RT2870STA.dat 6>$vi /etc/rc.d/rc.local #input "ifconfig ra0 up" ** Ubuntu 13.04 don't have this file. $reboot 7> unload driver $ifconfig ra0 down $make uninstall $reboot Note: If you want to change os/linux/config.mk setting, please remove driver and reinstall. |
La première étape pas de problème.
La deuxième, je ne sais pas comment indiquer la source. (Voici le makefile)
Pour la troisième, je ne sais pas ce que je suis censé faire. C’est-à-dire que je ne sais pas comment indiquer le compilateur et les drapeaux et je ne sais pas quoi choisir parmi les deux options proposées ensuite. Je ne sais pas ce qui est le mieux. (Voici le fichier config.mk)
Pour le reste, ça devrait aller.
Merci d’avance pour votre aide
P.S. : Voici la version de mon kernel : 4.10.14-200.fc25.x86_64