Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 22/08/2015, à 18:32

Valérie_z

[Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Bonjour,

je suis en train d'installer une clé WIFI EDIMAX EW-7811UTC sous un Xubuntu 14.04.
Après avoir inséré la clé, j'ai récupéré le dossier décompressé sur le mini CD fourni, copié sous mon user et lancé la compilation.
Il en resort les 2 erreurs ci-dessous (que je vous donne avec l'intégralité de l'exécution de sudo make.
Je n'ai pas trop l'habitude de ce type de manipulation, est-ce que quelqu'un voit ce qui ne va pas ?

Merci.

marmotte@marmotte:~/wifi$ cd rtl8812AU_8821AU_linux_v4.2.2_7502.20130517
marmotte@marmotte:~/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517$ sudo make
[sudo] password for marmotte: 
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.13.0-32-generic/build M=/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517  modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.13.0-32-generic »
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_cmd.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_security.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_debug.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_io.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_ioctl_query.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_ioctl_set.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_ieee80211.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_mlme.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_mlme_ext.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_wlan_util.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_vht.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_pwrctrl.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_rf.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_recv.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_sta_mgt.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_ap.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_xmit.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_p2p.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_tdls.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_br_ext.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_iol.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/rtw_sreset.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/core/efuse/rtw_efuse.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/osdep_service.o
  CC [M]  /home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.o
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c: In function ‘rtw_proc_init_one’:
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:352:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
   rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net);
   ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:352:11: warning: assignment makes pointer from integer without a cast [enabled by default]
   rtw_proc=create_proc_entry(rtw_proc_name, S_IFDIR, init_net.proc_net);
           ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:359:3: error: implicit declaration of function ‘create_proc_read_entry’ [-Werror=implicit-function-declaration]
   entry = create_proc_read_entry("ver_info", S_IFREG | S_IRUGO, rtw_proc, proc_get_drv_version, dev);
   ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:359:9: warning: assignment makes pointer from integer without a cast [enabled by default]
   entry = create_proc_read_entry("ver_info", S_IFREG | S_IRUGO, rtw_proc, proc_get_drv_version, dev);
         ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:370:21: warning: assignment makes pointer from integer without a cast [enabled by default]
   padapter->dir_dev = create_proc_entry(dev->name,
                     ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:401:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("write_reg", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:407:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_write_reg;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:409:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("read_reg", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:415:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_read_reg;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:418:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("fwstate", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:426:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("sec_info", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:434:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("mlmext_state", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:442:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("qos_option", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:449:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("ht_option", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:456:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("rf_info", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:463:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("ap_info", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:470:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("adapter_state", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:477:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("trx_info", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:484:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("mac_reg_dump1", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:491:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("mac_reg_dump2", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:498:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("mac_reg_dump3", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:505:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("bb_reg_dump1", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:512:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("bb_reg_dump2", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:519:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("bb_reg_dump3", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:526:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("rf_reg_dump1", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:533:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("rf_reg_dump2", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:542:9: warning: assignment makes pointer from integer without a cast [enabled by default]
   entry = create_proc_read_entry("rf_reg_dump3", S_IFREG | S_IRUGO,
         ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:549:9: warning: assignment makes pointer from integer without a cast [enabled by default]
   entry = create_proc_read_entry("rf_reg_dump4", S_IFREG | S_IRUGO,
         ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:559:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("all_sta_info", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:577:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("best_channel", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:585:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("rx_signal", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:591:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_rx_signal;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:593:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("ht_enable", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:599:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_ht_enable;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:601:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("bw_mode", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:607:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_bw_mode;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:609:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("ampdu_enable", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:615:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_ampdu_enable;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:617:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("rx_stbc", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:623:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_rx_stbc;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:626:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("path_rssi", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:629:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("rssi_disp", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:635:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_rssi_disp;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:647:8: warning: assignment makes pointer from integer without a cast [enabled by default]
  entry = create_proc_read_entry("sreset", S_IFREG | S_IRUGO,
        ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:653:7: error: dereferencing pointer to incomplete type
  entry->write_proc = proc_set_sreset;
       ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c: At top level:
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:1031:2: warning: initialization from incompatible pointer type [enabled by default]
  .ndo_select_queue = rtw_select_queue,
  ^
/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.c:1031:2: warning: (near initialization for ‘rtw_netdev_ops.ndo_select_queue’) [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517/os_dep/linux/os_intfs.o] Erreur 1
make[1]: *** [_module_/home/marmotte/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-3.13.0-32-generic »
make: *** [modules] Erreur 2
marmotte@marmotte:~/wifi/rtl8812AU_8821AU_linux_v4.2.2_7502.20130517$ 

Le résultat des commandes de base sont les suvants :
cat /etc/lsb-release

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

lsusb

Bus 001 Device 004: ID 0951:1603 Kingston Technology DataTraveler 1GB/2GB Pen Drive
Bus 001 Device 002: ID 7392:a812 Edimax Technology Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

lspci

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)

lspci -nn | grep -i net

01:0c.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)

lspci -k

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: i915
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: uhci_hcd
00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
	Kernel driver in use: lpc_ich
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: ata_piix
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
	Subsystem: Dell Device 0151
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
	Subsystem: Dell Device 0151
	Kernel driver in use: snd_intel8x0
01:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
	Subsystem: Dell Optiplex GX270
	Kernel driver in use: e1000

sudo lshw -C network

  *-network               
       description: Ethernet interface
       produit: 82540EM Gigabit Ethernet Controller
       fabriquant: Intel Corporation
       identifiant matériel: c
       information bus: pci@0000:01:0c.0
       nom logique: eth0
       version: 02
       numéro de série: 00:0b:db:74:75:03
       capacité: 1Gbit/s
       bits: 32 bits
       horloge: 66MHz
       fonctionnalités: pm pcix msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI latency=64 link=no mingnt=255 multicast=yes port=twisted pair
       ressources: irq:18 mémoire:feae0000-feafffff portE/S:df40(taille=64)

lsmod

Module                  Size  Used by
nls_iso8859_1          12617  1 
usb_storage            48417  1 
nls_utf8               12493  1 
isofs                  39203  1 
snd_intel8x0           33110  4 
snd_ac97_codec        105709  1 snd_intel8x0
ac97_bus               12642  1 snd_ac97_codec
gpio_ich               13229  0 
snd_pcm                85501  2 snd_ac97_codec,snd_intel8x0
snd_page_alloc         14230  2 snd_intel8x0,snd_pcm
snd_seq_midi           13132  0 
snd_seq_midi_event     14475  1 snd_seq_midi
snd_rawmidi            25135  1 snd_seq_midi
dcdbas                 14448  0 
snd_seq                55383  2 snd_seq_midi_event,snd_seq_midi
rfcomm                 53664  4 
bnep                   18895  2 
bluetooth             342206  10 bnep,rfcomm
snd_seq_device         14137  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              28584  2 snd_pcm,snd_seq
i915                  705659  3 
snd                    60871  16 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_device,snd_seq_midi
video                  18903  1 i915
serio_raw              13230  0 
soundcore              12600  1 snd
lpc_ich                16864  0 
drm_kms_helper         47182  1 i915
shpchp                 32128  0 
drm                   244037  4 i915,drm_kms_helper
parport_pc             31981  1 
i2c_algo_bit           13197  1 i915
mac_hid                13037  0 
ppdev                  17391  0 
lp                     13299  0 
parport                40836  3 lp,ppdev,parport_pc
psmouse                91329  0 
floppy                 55416  0 
e1000                 128503  0 

iwconfig

lo        no wireless extensions.

eth0      no wireless extensions.

ifconfig

eth0      Link encap:Ethernet  HWaddr 00:0b:db:74:75:03  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets reçus:0 (0.0 B) Octets transmis:0 (0.0 B)

lo        Link encap:Boucle locale  
          inet adr:127.0.0.1  Masque:255.0.0.0
          adr inet6: ::1/128 Scope:Hôte
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          Packets reçus:373 erreurs:0 :0 overruns:0 frame:0
          TX packets:373 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0 
          Octets reçus:29295 (29.2 KB) Octets transmis:29295 (29.2 KB)

sudo iwlist scan

lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

uname -r -m

3.13.0-32-generic i686

cat  /etc/network/interfaces

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

nm-tool

NetworkManager Tool

State: disconnected

- Device: eth0 -----------------------------------------------------------------
  Type:              Wired
  Driver:            e1000
  State:             unavailable
  Default:           no
  HW Address:        00:0B:DB:74:75:03

  Capabilities:
    Carrier Detect:  yes

  Wired Properties
    Carrier:         off

sudo rfkill list
--> rien !

Merci par avance,
Valérie

Dernière modification par Valérie_z (Le 12/09/2015, à 14:59)


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#2 Le 24/08/2015, à 15:30

toutafai

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Bonjour,

Une fille, et qui compile des sources....wahoo, c'est beau le net xD

a faire pc relié au net via un cable :

sudo apt-get update
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/gnab/rtl8812au.git
cd ~/rtl8812au
make
sudo make install
sudo modprobe 8812au

et a chaque fois qu'il y aura une mise a jour du noyau :

cd ~/rtl8812au
make clean
make
sudo make install
sudo modprobe 8812au

Dernière modification par toutafai (Le 24/08/2015, à 15:32)


Tombé dans l'informatique étant petit, j'en ai fait mon métier. Utilisateur d'Ubuntu depuis novembre 2006, actuellement sous 20.04 x64 (Que d'évolution
depuis Dapper Drake ! Ça rajeunit pas ^^^).

Hors ligne

#3 Le 25/08/2015, à 14:19

Valérie_z

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Bonjour toutafai :-)
Merci !
Upgrader le noyau pour ça...?  ouhou !

Bon, s'il n'y a pas plus simple......je vais m'y résoudre....
Je tente dans la soirée et te tiens au courant
++


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#4 Le 25/08/2015, à 22:20

toutafai

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

non, c'est pas un upgrade de noyau, c'est juste le module (=pilote) qui va bien qui est dans git (=un dépot spécial)


Tombé dans l'informatique étant petit, j'en ai fait mon métier. Utilisateur d'Ubuntu depuis novembre 2006, actuellement sous 20.04 x64 (Que d'évolution
depuis Dapper Drake ! Ça rajeunit pas ^^^).

Hors ligne

#5 Le 28/08/2015, à 19:45

Valérie_z

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Bonjour !

Voilà, fait en retard, mais fait. Je n'ai qu'une chose à dire : parfait.
Ca marche nickel.

2 Questions :
- la recompilation à faire à chaque mise à jour de noyau, comment savoir si le gestionnaire a mis le noyau à jour ?
Est-ce à chaque fois que je vois passer l'installation d'un paquet "kernel-quelque chose" ?  Ou bien d'autres ?

- d'autre part, j'en installe une autre (la Edimax ew-7711uan v2) sur un autre PC qui me fait un souci du même genre qu'exposé au début de ce post. Aussi, si je mets la main sur le chipset correspondant et le dépôt git qui va bien, je pourrais suivre la même méthode. La question est de connaître le chipset. Ce n'est ni dans la doc, ni sur leur site. J'ai trouvé quelques pistes sur internet : MediaTek MT761U ou bien Teh RT3070. Si tu connais ça, je suis preneuse.

Bonne soirée et merci !
Valérie

Dernière modification par Valérie_z (Le 28/08/2015, à 22:57)


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#6 Le 29/08/2015, à 21:00

Valérie_z

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Bonsoir

Je complète : ça marchait très bien....... jusqu'au redémarrage.
Et là, plus de wifi. En supposant que le chargement soit ponctuel (et donc qu'il faille reporter ça quelque part dans un fichier de config), j'ai tenté à nouveau le chargement avec

sudo modprobe 8812au

Et là j'obtiens une erreur fatale de fichier introuvable.
Après vérification de la présence du fichier ko, j'ai aussi tenté la ligne de commande proposée par la doc :

sudo insmode 8812au.ko

Could not insert module 8812au.ko : invalid format
J'ai essayé avec et sans la clé, même résultat.

Il ne faut tout de même pas que je relance la compil à chaque redémarrage ?
Si je le refais pour ce coup-ci, ya t-il ensuite un moyen de pérenniser l'install ?
Merci !

Bonne soirée
Valérie


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#7 Le 29/08/2015, à 22:28

toutafai

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

essaye ces commandes (le depmod est un peu long, c'est normal) puis reboot apres, tu devrais avoir ton wi

echo -e '\n8812au\n' | sudo tee -a /etc/modules
cd ~/rtl8812au
sudo depmod -a

Dernière modification par toutafai (Le 29/08/2015, à 22:35)


Tombé dans l'informatique étant petit, j'en ai fait mon métier. Utilisateur d'Ubuntu depuis novembre 2006, actuellement sous 20.04 x64 (Que d'évolution
depuis Dapper Drake ! Ça rajeunit pas ^^^).

Hors ligne

#8 Le 30/08/2015, à 19:17

Valérie_z

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Hello,

Aïe aïe... eh non, ça ne marche pas. On a bien 8812au ajouté au fichier modules, mais le reboot n'a pas remis en place le wifi.
Et le modprobe ne marche pas plus après tout ça.
Ceci dit, l’exécution de

sudo depmod -a

n'a pas duré plus de 5 secondes. Si ça devait être long, il y a peut-être un souci de ce côté-là....
:-(

Dernière modification par Valérie_z (Le 30/08/2015, à 22:56)


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne

#9 Le 31/08/2015, à 20:18

toutafai

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Désolé pour délais.

localise ou a été "contruit" le module 8812.ko, puis place toi dans le dossier dans lequel il est, puis entre ces commandes

sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
sudo depmod

reboot et test

Dernière modification par toutafai (Le 31/08/2015, à 20:20)


Tombé dans l'informatique étant petit, j'en ai fait mon métier. Utilisateur d'Ubuntu depuis novembre 2006, actuellement sous 20.04 x64 (Que d'évolution
depuis Dapper Drake ! Ça rajeunit pas ^^^).

Hors ligne

#10 Le 04/09/2015, à 09:07

Valérie_z

Re : [Résolu] Erreurs compil driver clé Wifi EW-7811UTC

Bonjour !

Oups, désolée, réponse tardive...
Alors avant de te lire, j'avais finalement relancé la compil (le fichier modules avait déjà été modifié ce coup-ci) et là, ça a marché, y compris après reboot.
Bizarre bizarre....
Bon, je me note également cette manip, dans le cas où le ko ne se met pas là ou il faut (j'ai 2 PC à faire avec la même clé).
Et merci de ton aide, c'est super d'avoir enfin le wifi :-)
Il me reste un dernier PC avec une autre clé pour laquelle j'ai le même souci (la Edimax ew-7711uan v2). Si on peut faire pareil, il suffirait de repérer le dépôt git (ou autre dépôt, peu importe), si tu en connais un je suis preneuse. Ou bien j'ouvre un autre post ?

++
Valérie

edit :
OK, nouveau post

Dernière modification par Valérie_z (Le 12/09/2015, à 15:00)


PC1 : 12e Gen Intel® Core™ i9-12900 x 24 CPU 5.10 GHz - 32.0 Gio de RAM - Sous Ubuntu 22.04.1 LTS (64 bits) - Noyau : 6.2.0-26-generic
PC2 :  Intel® Core™2 CPU 6700 @ 2.66GHz - 3,8 Gio de RAM - Sous Ubuntu 18.04 LTS (64 bits) - Noyau : 4.15.0-197-generic
PC3 : AMD® Ryzen 9 6900HX - 8 coeurs x 4.90 GHz - 32 GO de RAM DDR5 - Sous Ubuntu 22.04.3 LTS (64 bits) - Noyau : 6.4.0-060400-generic

Hors ligne