URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/resolu-probleme-wifi-faible Title: [Résolu] Problème wifi faible Authors: Parrainjules Date: 2018年03月19日T12:00:51+01:00 License: CC By-SA Tags: ralink, wifi, installation, pilote et linux_mint Score: 0 Bonjour à tous. J'ai récupéré un pc Portable, un HP Pavillon G7 pour ma femme. J'y ai installé Mint 18.3. Le problème est que le signal du wifi est assez faible avec des déconnections. Mon signal wifi domestique est très bon puisque toujours à prés de 100%. Après recherches, j'ai lu qu'il pouvait y avoir des problèmes avec les drivers wifi non-free. J'ai cherché comment installer le driver proprio, mais, je suis largué. Un lspci me donne les infos suivantes:>00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Complex 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7520G] 00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller 00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port 00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03) 00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03) 00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11) 00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11) 00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11) 00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11) 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 14) 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01) 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11) 00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40) 00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0) 00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 1) 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 0 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 1 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 2 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 3 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 4 00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 5 **02:00.0 Network controller: Ralink corp. Device 539a 04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 05)** Mon controller wifi est donc un Ralink. J'ai donc cherché le driver adéquat que j'ai trouvé (2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO) et décompressé. J'ai tenté une installation, mais là, ça se corse. J'ai les messages suivant dès le sudo make: ```sh make -C tools make[1] : on entre dans le répertoire « /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools » gcc -g bin2h.c -o bin2h make[1] : on quitte le répertoire « /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools » /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools/bin2h cp -f os/linux/Makefile.6 /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile make -C /lib/modules/4.13.0-37-generic/build SUBDIRS=/home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux modules make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.13.0-37-generic » CC [M] /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.o /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.c: In function ‘RTMPIoctlShow’: /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.c:5041:85: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ ); ^ /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.c:5041:95: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time] snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ ); ^ cc1: some warnings being treated as errors scripts/Makefile.build:308 : la recette pour la cible « /home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.o » a échouée make[2]: *** [/home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../sta/sta_cfg.o] Erreur 1 Makefile:1550 : la recette pour la cible « _module_/home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux » a échouée make[1]: *** [_module_/home/nadette/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux] Erreur 2 make[1] : on quitte le répertoire « /usr/src/linux-headers-4.13.0-37-generic » Makefile:372 : la recette pour la cible « LINUX » a échouée make: *** [LINUX] Erreur 2 ``` Que faire? Merci de bien vouloir me guider pas à pas, je ne suis pas aisé avec le terminal. D'avance, merci