#1 Le 23/10/2015, à 15:16
- SYLLAB
nouvelle installation ubuntu pas de wifi reconnu
Je viens juste d'acheter un ASUS R511LJ intel core i5-5200U
et j'ai reussi l'installation de ubuntu youpi mais le hic c'est que le système ne reconnaît pas le wifi (la carte wifi surement?)
j'ai fait cette commande
syllab@syllab:~$ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
et je comprends que cela se complique pour moi...
quelqu'un pourrait-il me guider pour l'installation du pilote.
bien à vous tous
Syllab
Dernière modification par SYLLAB (Le 27/08/2019, à 13:33)
Hors ligne
#2 Le 23/10/2015, à 15:36
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
voici encore une information
syllab@syllab:~$ lspci | grep -i net
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
03:00.0 Network controller: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter
Hors ligne
#3 Le 23/10/2015, à 15:49
- malbo
Re : nouvelle installation ubuntu pas de wifi reconnu
Je ne suis pas spécialiste du domaine mais j'ai bien l'impression que tu as toute la procédure détaillée dans ce tuto : https://forum.ubuntu-fr.org/viewtopic.php?id=1792641
En effet, ta "carte" wifi apparaît bien sous la référence "MT7630e" dans ton post #2
Dernière modification par malbo (Le 23/10/2015, à 15:51)
Hors ligne
#4 Le 23/10/2015, à 15:50
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
Je fais du pas à pas, désolée...
J'ai réussi à trouver quelle était ma carte MEDIATEK MT7630e et qu'elle n'était effectivement pas intégrée dans le dernier Ubuntu et que je dois suivre ce tutoriel
http://doc.ubuntu-fr.org/wifi_bt_mt7630e
mais voilà que je ne sais pas installer un paquet non reconnu par la logithèque...
tjrs besoin de vos coups de main !
Dernière modification par SYLLAB (Le 23/10/2015, à 15:56)
Hors ligne
#5 Le 23/10/2015, à 15:54
- malbo
Re : nouvelle installation ubuntu pas de wifi reconnu
Tu devrais utiliser le Tuto de razor08350 dont j'ai donné le lien dans mon post #3 : je crois qu'il est plus facile à suivre pour toi qui est novice.
Hors ligne
#6 Le 23/10/2015, à 16:26
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
merci Malbo
j'ai suivi le tuto de razor08350 mais il y a des erreurs voici les commandes
pRxWI =entry->skb->data;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_txdone_entry’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:2085:9: warning: assignment from incompatible pointer type [enabled by default]
pTxWI = txwi;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_config_channel_rf7630’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4163:22: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
pMT76x0_freq_item = &MT76x0_Frequency_Plan[i];
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4107:6: warning: unused variable ‘eeprom’ [-Wunused-variable]
u16 eeprom;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4104:16: warning: unused variable ‘bbp_ch_idx’ [-Wunused-variable]
unsigned char bbp_ch_idx;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_vco_calibration’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:5090:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
u32 reg;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_link_tuner’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:5311:15: warning: unused variable ‘i’ [-Wunused-variable]
unsigned int i;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_init_rfcsr’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7381:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
unsigned char BBPCurrentBW = BW_20;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7432:3: warning: ‘return’ with a value, in function returning void [enabled by default]
return 0;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800lib_init_queues’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7487:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’ [-Wformat=]
printk("-->TX_RING: Base=0x%x, Cnt=%d\n", entry_priv->desc_dma,rt2x00dev->tx[i].limit);
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7506:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’ [-Wformat=]
printk("-->RX_RING: Base=0x%x, Cnt=%d\n", entry_priv->desc_dma,rt2x00dev->rx[0].limit);
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_enable_radio’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7743:16: warning: unused variable ‘csr3’ [-Wunused-variable]
MAC_DW1_STRUC csr3;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7742:16: warning: unused variable ‘csr2’ [-Wunused-variable]
MAC_DW0_STRUC csr2;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘mt7630_show_rf’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:9121:28: warning: unused variable ‘rf_bank’ [-Wunused-variable]
unsigned char regRF = 0, rf_bank = 0;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: At top level:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:1373:12: warning: ‘rt2800_enable_wlan_mt7630’ defined but not used [-Wunused-function]
static int rt2800_enable_wlan_mt7630(struct rt2x00_dev *rt2x00dev)
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:5954:12: warning: ‘rt2800_wait_bbp_rf_MT7630_ready’ defined but not used [-Wunused-function]
static int rt2800_wait_bbp_rf_MT7630_ready(struct rt2x00_dev *rt2x00dev)
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:7547:13: warning: ‘MT76x0_CalculateTxpower’ defined but not used [-Wunused-function]
static void MT76x0_CalculateTxpower(
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2x00.h:48:0,
from /home/syllab/Téléchargements/rt2x00/rt2800lib.c:42:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_rf_init_calibration’:
/home/syllab/Téléchargements/rt2x00/rt2x00reg.h:251:11: warning: ‘rfcsr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*(__reg) &= ~((__field).bit_mask); \
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:6622:5: note: ‘rfcsr’ was declared here
u8 rfcsr;
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2x00.h:48:0,
from /home/syllab/Téléchargements/rt2x00/rt2800lib.c:42:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_normal_mode_setup_3xxx’:
/home/syllab/Téléchargements/rt2x00/rt2x00reg.h:251:11: warning: ‘rfcsr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*(__reg) &= ~((__field).bit_mask); \
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:6681:15: note: ‘rfcsr’ was declared here
u8 min_gain, rfcsr, bbp;
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c: In function ‘rt2800_config’:
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4290:30: warning: array subscript is above array bounds [-Warray-bounds]
if (MT76x0_RF_INT_PA_RegTb[i].BwBand & RfBand)
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4295:30: warning: array subscript is above array bounds [-Warray-bounds]
MT76x0_RF_INT_PA_RegTb[i].Bank);
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4294:30: warning: array subscript is above array bounds [-Warray-bounds]
MT76x0_RF_INT_PA_RegTb[i].Value,
^
/home/syllab/Téléchargements/rt2x00/rt2800lib.c:4293:30: warning: array subscript is above array bounds [-Warray-bounds]
MT76x0_RF_INT_PA_RegTb[i].Register,
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800lib.c:44:0:
/home/syllab/Téléchargements/rt2x00/rt2800.h:1787:0: warning: "TX_STA_CNT0" redefined [enabled by default]
#define TX_STA_CNT0 0x170c
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800lib.c:42:0:
/home/syllab/Téléchargements/rt2x00/rt2x00.h:703:0: note: this is the location of the previous definition
#define TX_STA_CNT0 0x170C
^
CC [M] /home/syllab/Téléchargements/rt2x00/rt2400pci.o
/home/syllab/Téléchargements/rt2x00/rt2400pci.c:1726:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt2400pci.c:1726:2: warning: (near initialization for ‘rt2400pci_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2400pci.c:1727:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt2400pci.c:1727:2: warning: (near initialization for ‘rt2400pci_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2400pci.c:1734:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt2400pci.c:1734:2: warning: (near initialization for ‘rt2400pci_mac80211_ops.flush’) [enabled by default]
CC [M] /home/syllab/Téléchargements/rt2x00/rt2500pci.o
/home/syllab/Téléchargements/rt2x00/rt2500pci.c:2015:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt2500pci.c:2015:2: warning: (near initialization for ‘rt2500pci_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2500pci.c:2016:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt2500pci.c:2016:2: warning: (near initialization for ‘rt2500pci_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2500pci.c:2023:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt2500pci.c:2023:2: warning: (near initialization for ‘rt2500pci_mac80211_ops.flush’) [enabled by default]
CC [M] /home/syllab/Téléchargements/rt2x00/rt61pci.o
In file included from /home/syllab/Téléchargements/rt2x00/rt61pci.c:40:0:
/home/syllab/Téléchargements/rt2x00/rt61pci.h:168:0: warning: "HW_NULL_BASE" redefined [enabled by default]
#define HW_NULL_BASE 0x2b00
^
In file included from /home/syllab/Téléchargements/rt2x00/rt61pci.c:37:0:
/home/syllab/Téléchargements/rt2x00/rt2x00.h:380:0: note: this is the location of the previous definition
#define HW_NULL_BASE 0x7700
^
In file included from /home/syllab/Téléchargements/rt2x00/rt61pci.c:40:0:
/home/syllab/Téléchargements/rt2x00/rt61pci.h:1293:0: warning: "TXINFO_SIZE" redefined [enabled by default]
#define TXINFO_SIZE ( 6 * sizeof(__le32) )
^
In file included from /home/syllab/Téléchargements/rt2x00/rt61pci.c:37:0:
/home/syllab/Téléchargements/rt2x00/rt2x00.h:1207:0: note: this is the location of the previous definition
#define TXINFO_SIZE 4
^
/home/syllab/Téléchargements/rt2x00/rt61pci.c:2979:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt61pci.c:2979:2: warning: (near initialization for ‘rt61pci_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt61pci.c:2980:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt61pci.c:2980:2: warning: (near initialization for ‘rt61pci_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt61pci.c:2986:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt61pci.c:2986:2: warning: (near initialization for ‘rt61pci_mac80211_ops.flush’) [enabled by default]
CC [M] /home/syllab/Téléchargements/rt2x00/rt2800pci.o
In file included from /home/syllab/Téléchargements/rt2x00/rt2800pci.c:48:0:
/home/syllab/Téléchargements/rt2x00/rt2800.h:1787:0: warning: "TX_STA_CNT0" redefined [enabled by default]
#define TX_STA_CNT0 0x170c
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800pci.c:43:0:
/home/syllab/Téléchargements/rt2x00/rt2x00.h:703:0: note: this is the location of the previous definition
#define TX_STA_CNT0 0x170C
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800pci.c:49:0:
/home/syllab/Téléchargements/rt2x00/rt2800pci.h:55:1: warning: "/*" within comment [-Wcomment]
/*
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: In function ‘rt2800pci_init_queues’:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:594:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’ [-Wformat=]
printk("-->TX_RING: Base=0x%x, Cnt=%d\n", entry_priv->desc_dma,rt2x00dev->tx[i].limit);
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:614:3: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘dma_addr_t’ [-Wformat=]
printk("-->RX_RING: Base=0x%x, Cnt=%d\n", entry_priv->desc_dma,rt2x00dev->rx[0].limit);
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: In function ‘rt2800pci_write_tx_desc’:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:929:7: warning: assignment from incompatible pointer type [enabled by default]
pTxD = entry_priv->desc;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:953:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
struct _TXINFO_NMAC_PKT *nmac_info;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: In function ‘rt2800pci_fill_rxdone’:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1040:15: warning: assignment from incompatible pointer type [enabled by default]
pRxFceInfo = &hw_rx_info[12];
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1043:12: warning: assignment from incompatible pointer type [enabled by default]
pRxInfo = entry->skb->data;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1035:12: warning: unused variable ‘destrxd’ [-Wunused-variable]
__le32 *destrxd = NULL;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1034:18: warning: unused variable ‘hw_fce’ [-Wunused-variable]
unsigned char hw_fce[4];
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: At top level:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1262:182: warning: backslash and newline separated by space [enabled by default]
printk("((typeof(__tmp->type))__kfifo->data)[%d]=0x%x\n",__kfifo->out & __tmp->kfifo.mask, ((typeof(__tmp->type))__kfifo->data)[__kfifo->out & __tmp->kfifo.mask]); \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1263:35: warning: backslash and newline separated by space [enabled by default]
*(typeof(__tmp->type))__val = \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1270:19: warning: backslash and newline separated by space [enabled by default]
} \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1271:17: warning: backslash and newline separated by space [enabled by default]
} \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: In function ‘rt2800pci_tx8damdone_tasklet’:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1389:10: warning: unused variable ‘bReschedule’ [-Wunused-variable]
BOOLEAN bReschedule = 0;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1388:23: warning: unused variable ‘IntSource’ [-Wunused-variable]
INT_SOURCE_CSR_STRUC IntSource;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1387:16: warning: unused variable ‘flags’ [-Wunused-variable]
unsigned long flags;
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: At top level:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1490:98: warning: backslash and newline separated by space [enabled by default]
printk("value=0x%x, (typeof(*__tmp->type))__val = 0x%x\n", val, (typeof(*__tmp->type))__val); \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1498:163: warning: backslash and newline separated by space [enabled by default]
printk("((typeof(__tmp->type))__kfifo->data)[%d]=0x%x\n",__kfifo->in & __tmp->kfifo.mask, ((typeof(__tmp->type))__kfifo->data)[__kfifo->in & __tmp->kfifo.mask]); \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1500:19: warning: backslash and newline separated by space [enabled by default]
} \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1501:17: warning: backslash and newline separated by space [enabled by default]
} \
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: In function ‘rt2800pci_txstatus_interrupt’:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1529:3: warning: passing argument 3 of ‘rt2x00mmio_register_read’ from incompatible pointer type [enabled by default]
rt2x00mmio_register_read(rt2x00dev, TX_STA_FIFO_EXT, &Fifi_Status_ext.word);
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800pci.c:44:0:
/home/syllab/Téléchargements/rt2x00/rt2x00mmio.h:34:20: note: expected ‘u32 *’ but argument is of type ‘ULONG *’
static inline void rt2x00mmio_register_read(struct rt2x00_dev *rt2x00dev,
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c: At top level:
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1666:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1666:2: warning: (near initialization for ‘rt2800pci_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1667:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1667:2: warning: (near initialization for ‘rt2800pci_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1678:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:1678:2: warning: (near initialization for ‘rt2800pci_mac80211_ops.flush’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:55:13: warning: ‘rt2860_int_disable’ defined but not used [-Wunused-function]
static void rt2860_int_disable(struct rt2x00_dev *rt2x00dev, unsigned int mode)
^
/home/syllab/Téléchargements/rt2x00/rt2800pci.c:64:13: warning: ‘rt2860_int_enable’ defined but not used [-Wunused-function]
static void rt2860_int_enable(struct rt2x00_dev *rt2x00dev, unsigned int mode)
^
CC [M] /home/syllab/Téléchargements/rt2x00/rt2500usb.o
/home/syllab/Téléchargements/rt2x00/rt2500usb.c:1830:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt2500usb.c:1830:2: warning: (near initialization for ‘rt2500usb_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2500usb.c:1831:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt2500usb.c:1831:2: warning: (near initialization for ‘rt2500usb_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2500usb.c:1836:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt2500usb.c:1836:2: warning: (near initialization for ‘rt2500usb_mac80211_ops.flush’) [enabled by default]
CC [M] /home/syllab/Téléchargements/rt2x00/rt73usb.o
In file included from /home/syllab/Téléchargements/rt2x00/rt73usb.c:38:0:
/home/syllab/Téléchargements/rt2x00/rt73usb.h:925:0: warning: "TXINFO_SIZE" redefined [enabled by default]
#define TXINFO_SIZE ( 6 * sizeof(__le32) )
^
In file included from /home/syllab/Téléchargements/rt2x00/rt73usb.c:36:0:
/home/syllab/Téléchargements/rt2x00/rt2x00.h:1207:0: note: this is the location of the previous definition
#define TXINFO_SIZE 4
^
/home/syllab/Téléchargements/rt2x00/rt73usb.c:2317:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt73usb.c:2317:2: warning: (near initialization for ‘rt73usb_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt73usb.c:2318:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt73usb.c:2318:2: warning: (near initialization for ‘rt73usb_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt73usb.c:2324:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt73usb.c:2324:2: warning: (near initialization for ‘rt73usb_mac80211_ops.flush’) [enabled by default]
CC [M] /home/syllab/Téléchargements/rt2x00/rt2800usb.o
In file included from /home/syllab/Téléchargements/rt2x00/rt2800usb.c:42:0:
/home/syllab/Téléchargements/rt2x00/rt2800.h:1787:0: warning: "TX_STA_CNT0" redefined [enabled by default]
#define TX_STA_CNT0 0x170c
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800usb.c:39:0:
/home/syllab/Téléchargements/rt2x00/rt2x00.h:703:0: note: this is the location of the previous definition
#define TX_STA_CNT0 0x170C
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800usb.c:43:0:
/home/syllab/Téléchargements/rt2x00/rt2800usb.h:44:0: warning: "RXINFO_DESC_SIZE" redefined [enabled by default]
#define RXINFO_DESC_SIZE (1 * sizeof(__le32))
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2800usb.c:42:0:
/home/syllab/Téléchargements/rt2x00/rt2800.h:3151:0: note: this is the location of the previous definition
#define RXINFO_DESC_SIZE (4 * sizeof(__le32))
^
In file included from /home/syllab/Téléchargements/rt2x00/rt2x00.h:40:0,
from /home/syllab/Téléchargements/rt2x00/rt2800usb.c:39:
/home/syllab/Téléchargements/rt2x00/rt2800usb.c: In function ‘rt2800usb_tx_sta_fifo_read_completed’:
include/linux/kfifo.h:390:37: warning: initialization makes integer from pointer without a cast [enabled by default]
typeof(*__tmp->const_type) __val = (val); \
^
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:165:8: note: in expansion of macro ‘kfifo_put’
if (!kfifo_put(&rt2x00dev->txstatus_fifo, &tx_status))
^
/home/syllab/Téléchargements/rt2x00/rt2800usb.c: In function ‘rt2800usb_probe_hw’:
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:766:2: error: implicit declaration of function ‘PREPARE_WORK’ [-Werror=implicit-function-declaration]
PREPARE_WORK(&rt2x00dev->txdone_work, rt2800usb_work_txdone);
^
/home/syllab/Téléchargements/rt2x00/rt2800usb.c: At top level:
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:781:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_start = rt2x00mac_sw_scan_start,
^
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:781:2: warning: (near initialization for ‘rt2800usb_mac80211_ops.sw_scan_start’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:782:2: warning: initialization from incompatible pointer type [enabled by default]
.sw_scan_complete = rt2x00mac_sw_scan_complete,
^
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:782:2: warning: (near initialization for ‘rt2800usb_mac80211_ops.sw_scan_complete’) [enabled by default]
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:793:2: warning: initialization from incompatible pointer type [enabled by default]
.flush = rt2x00mac_flush,
^
/home/syllab/Téléchargements/rt2x00/rt2800usb.c:793:2: warning: (near initialization for ‘rt2800usb_mac80211_ops.flush’) [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/home/syllab/Téléchargements/rt2x00/rt2800usb.o] Erreur 1
make[1]: *** [_module_/home/syllab/Téléchargements/rt2x00] Erreur 2
make[1]: quittant le répertoire « /usr/src/linux-headers-3.19.0-31-generic »
make: *** [all] Erreur 2
make -C /lib/modules/3.19.0-31-generic/build M=/home/syllab/Téléchargements/btloader clean
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.19.0-31-generic »
CLEAN /home/syllab/Téléchargements/btloader/.tmp_versions
CLEAN /home/syllab/Téléchargements/btloader/Module.symvers
make[1]: quittant le répertoire « /usr/src/linux-headers-3.19.0-31-generic »
make -C /lib/modules/3.19.0-31-generic/build M=/home/syllab/Téléchargements/btloader modules
make[1]: entrant dans le répertoire « /usr/src/linux-headers-3.19.0-31-generic »
CC [M] /home/syllab/Téléchargements/btloader/mt76xx.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/syllab/Téléchargements/btloader/mt76xx.mod.o
LD [M] /home/syllab/Téléchargements/btloader/mt76xx.ko
make[1]: quittant le répertoire « /usr/src/linux-headers-3.19.0-31-generic »
cp: impossible d'évaluer «rt2x00/*.ko»: Aucun fichier ou dossier de ce type
update-rc.d: warning: /etc/init.d/load.sh missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
System start/stop links for /etc/init.d/load.sh already exist.
insmod: ERROR: could not insert module /lib/modules/3.19.0-31-generic/kernel/drivers/misc/eeprom/eeprom.ko: File exists
insmod: ERROR: could not insert module /lib/modules/3.19.0-31-generic/kernel/drivers/misc/eeprom/eeprom_93cx6.ko: File exists
insmod: ERROR: could not insert module /lib/modules/3.19.0-31-generic/kernel/lib/crc-ccitt.ko: File exists
insmod: ERROR: could not insert module /lib/modules/3.19.0-31-generic/kernel/net/wireless/cfg80211.ko: File exists
insmod: ERROR: could not insert module /lib/modules/3.19.0-31-generic/kernel/net/mac80211/mac80211.ko: File exists
insmod: ERROR: could not load module ./rt2x00lib.ko: No such file or directory
insmod: ERROR: could not load module ./rt2x00pci.ko: No such file or directory
insmod: ERROR: could not load module ./rt2x00mmio.ko: No such file or directory
insmod: ERROR: could not load module ./rt2800lib.ko: No such file or directory
insmod: ERROR: could not load module ./rt2800pci.ko: No such file or directory
insmod: ERROR: could not insert module ./mt76xx.ko: File exists
est-ce que c'est parce qu'il y a des compatibilités?
j'ai la meme carte que razor08350 mais pas le meme niveau d'ubuntu et pas le meme ordi....
merci de décoder pour moi
Hors ligne
#7 Le 23/10/2015, à 19:14
- malbo
Re : nouvelle installation ubuntu pas de wifi reconnu
Moi je ne sais pas décoder ce que tu as collé dans ton post #6. J'espère qu'un spécialiste pourra t'aider.
Hors ligne
#8 Le 23/10/2015, à 19:52
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
Je pense comprendre que le tuto de razor ne fonctionne que pour le kernel de ubuntu 3.13 à 3.14 et moi je suis sur le kernel 3.19.... il me faut trouver le driver plus récent. Je cherche...
Hors ligne
#9 Le 24/10/2015, à 14:44
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
voici le doc qui m'a permis de résoudre le probleme avec le tuto et les drivers à jour : http://community.linuxmint.com/tutorial/view/1796
Hors ligne
#10 Le 24/10/2015, à 16:10
- malbo
Re : nouvelle installation ubuntu pas de wifi reconnu
Tout fonctionne alors.
Peux-tu répondre à ma demande dans l'autre discussion : http://forum.ubuntu-fr.org/viewtopic.ph … #p20844971
J'ai un souci pour le nom du modèle : tu as écrit "ASUS R511LJ" mais il y a plusieurs modèles qui commencent par "R511LJ" (par exemple : ASUS R511LJ-XX448H). Pourrais-tu trouver le nom COMPLET de ton modèle (donne le lien vers une page qui le concerne si tu l'as acheté par internet) ?
Hors ligne
#11 Le 27/08/2019, à 13:36
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
Je reprends le fil ici de https://forum.ubuntu-fr.org/viewtopic.php?id=2042936
selon les conseils de @xubu1957
syllab@syllab:~$ wget -N -t 5 -T 10 https://framagit.org/cracolinux/wificheck/raw/master/wificheck && chmod +x wificheck && ./wificheck
--2019-08-27 14:35:12-- https://framagit.org/cracolinux/wificheck/raw/master/wificheck
Résolution de framagit.org (framagit.org)… 144.76.206.42, 2a01:4f8:200:1302::42
Connexion à framagit.org (framagit.org)|144.76.206.42|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 2026 (2,0K) [text/plain]
En-tête de dernière modification manquant — horodatage arrêté.
--2019-08-27 14:35:12-- https://framagit.org/cracolinux/wificheck/raw/master/wificheck
Réutilisation de la connexion existante à framagit.org:443.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 2026 (2,0K) [text/plain]
Enregistre : «wificheck»
100%[======================================>] 2 026 --.-K/s ds 0s
2019-08-27 14:35:12 (562 MB/s) - «wificheck» enregistré [2026/2026]
[sudo] password for syllab:
lo no wireless extensions.
eth0 no wireless extensions.
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
Le fichier wificheck.log a été crée dans /home/syllab
Vous n'avez plus qu'à copier/coller son contenu sur le forum
accès →→ file://home/syllab/wificheck.log
syllab@syllab:~$
Dernière modification par SYLLAB (Le 27/08/2019, à 13:37)
Hors ligne
#12 Le 27/08/2019, à 13:43
- xubu1957
Re : nouvelle installation ubuntu pas de wifi reconnu
Bonjour,
Si tu as exécuté ce script, alors il faut que tu donnes ici le retour de
cat ~/wificheck.log
_ _ _
Autres éléments :
Le tutoriel de claudiux > asus_r511lj#installer_une_nouvelle_version
avec des précisions >linuxaddict:installer:asus_r511lj#telecharger_le_source_sur_github
_ _ _
Tu peux télécharger le pilote https://github.com/neurobin/MT7630E avec
sudo apt install build-essential git git clone https://github.com/neurobin/MT7630E
Je te laisse suivre la partie installation de https://github.com/neurobin/MT7630E pour installer ensuite
Dans ce cas, tu essaies les commandes suivantes :
sudo apt install build-essential git git clone https://github.com/neurobin/MT7630E cd MT7630E make sudo make install sudo modprobe mt7630e
Si la commande cd MT7630E te renvoie une erreur, tape ls et regarde le nom du répertoire qui a été créé.
Dernière modification par xubu1957 (Le 27/08/2019, à 14:00)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#13 Le 29/08/2019, à 07:27
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
@xubu1957 voici les retours de
cat ~/wificheck.log
asus_nb_wmi 24576 0
asus_wmi 24576 1 asus_nb_wmi
bluetooth 491520 10 bnep,rfcomm
bnep 20480 2
ccm 20480 1
cfg80211 532480 2 mac80211,mt7630e
coretemp 16384 0
crc32_pclmul 16384 0
crc_ccitt 16384 1 mt7630e
crct10dif_pclmul 16384 0
cryptd 20480 2 aesni_intel,ablk_helper
ctr 16384 1
drm 344064 8 ttm,i915_bpo,drm_kms_helper,nouveau
drm_kms_helper 131072 2 i915_bpo,nouveau
dw_dmac 16384 0
dw_dmac_core 24576 1 dw_dmac
eeprom 16384 0
eeprom_93cx6 16384 1 mt7630e
gf128mul 16384 1 lrw
glue_helper 16384 1 aesni_intel
hid 110592 2 hid_generic,usbhid
hid_generic 16384 0
i2c_algo_bit 16384 2 i915_bpo,nouveau
i2c_designware_core 16384 1 i2c_designware_platform
i2c_designware_platform 16384 0
i915_bpo 1138688 4
int3400_thermal 16384 0
int3402_thermal 16384 0
intel_ips 20480 1 i915_bpo
intel_powerclamp 20480 0
intel_rapl 20480 0
iosf_mbi 16384 1 intel_rapl
kvm 479232 1 kvm_intel
kvm_intel 151552 0
libahci 32768 1 ahci
lp 20480 0
lpc_ich 24576 0
lrw 16384 1 aesni_intel
mac80211 720896 1 mt7630e
mac_hid 16384 0
media 24576 2 uvcvideo,videodev
mei 90112 1 mei_me
mei_me 20480 0
memstick 20480 1 rtsx_usb_ms
mii 16384 1 r8169
Module Size Used by
mt7630e 180224 0
mxm_wmi 16384 1 nouveau
nls_iso8859_1 16384 2
nouveau 1368064 1
parport 45056 3 lp,ppdev,parport_pc
parport_pc 32768 0
ppdev 20480 0
processor_thermal_device 16384 0
psmouse 118784 0
r8169 81920 0
rfcomm 69632 0
rtsx_usb 24576 2 rtsx_usb_sdmmc,rtsx_usb_ms
rtsx_usb_ms 20480 0
rtsx_usb_sdmmc 28672 0
sdhci 45056 1 sdhci_acpi
sdhci_acpi 16384 0
serio_raw 16384 0
shpchp 40960 0
snd 86016 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
snd_hda_codec 143360 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hda_codec_generic 69632 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 53248 1
snd_hda_codec_realtek 86016 1
snd_hda_controller 32768 1 snd_hda_intel
snd_hda_intel 36864 6 snd_hda_codec_hdmi
snd_hwdep 20480 1 snd_hda_codec
snd_pcm 106496 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_soc_sst_acpi 16384 0
snd_timer 32768 2 snd_pcm,snd_seq
soundcore 16384 2 snd,snd_hda_codec
sparse_keymap 16384 1 asus_wmi
spi_pxa2xx_platform 24576 0
ttm 94208 1 nouveau
uas 24576 0
usbhid 53248 0
usb_storage 69632 2 uas
uvcvideo 90112 0
v4l2_common 16384 1 videobuf2_core
video 20480 3 i915_bpo,nouveau,asus_wmi
videobuf2_core 53248 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_vmalloc 16384 1 uvcvideo
videodev 159744 3 uvcvideo,v4l2_common,videobuf2_core
wmi 20480 3 mxm_wmi,nouveau,asus_wmi
x86_pkg_temp_thermal 16384 0
>> iwconfig
wlan0 IEEE 802.11bgn ESSID:"Livebox-f2f0"
Mode:Managed Frequency:2.437 GHz Access Point: 5C:33:8E:9D:6C:63
Bit Rate=65 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=38 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1 Invalid misc:82 Missed beacon:0
>> ifconfig -a
eth0 Link encap:Ethernet HWaddr 30:5a:3a:a8:f5:ee
adr inet6: fe80::325a:3aff:fea8:f5ee/64 Scope:Lien
UP BROADCAST MULTICAST MTU:1500 Metric:1
Packets reçus:987340 erreurs:0 :0 overruns:0 frame:0
TX packets:955691 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:1070609668 (1.0 GB) Octets transmis:325855820 (325.8 MB)
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:14843 erreurs:0 :0 overruns:0 frame:0
TX packets:14843 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:1503661 (1.5 MB) Octets transmis:1503661 (1.5 MB)
wlan0 Link encap:Ethernet HWaddr 40:b8:9a:82:ca:ef
inet adr:192.168.1.19 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::42b8:9aff:fe82:caef/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:7430 erreurs:0 :0 overruns:0 frame:0
TX packets:284 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:1058010 (1.0 MB) Octets transmis:42415 (42.4 KB)
>> sudo iwlist scan
wlan0 Scan completed :
Cell 01 - Address: 5C:33:8E:9D:6C:63
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=70/70 Signal level=38 dBm
Encryption key:on
ESSID:"Livebox-f2f0"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000734d825589
Extra: Last beacon: 64ms ago
IE: Unknown: 000C4C697665626F782D66326630
IE: Unknown: 010882848B960C121824
IE: Unknown: 030106
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD180050F20201018F0003A4000027A4000042435E0062322F00
IE: Unknown: 2D1A0C101BFF00000000000000000000000000000000000000000000
IE: Unknown: 3D1606080800000000000000000000000000000000000000
IE: Unknown: DD0900037F01010000FF7F
IE: Unknown: DD0A00037F04010000000000
IE: Unknown: 0706465220010D14
IE: Unknown: DD850050F204104A0001101044000102103B00010310470010000000000000100000005C338E9D6C6310210005536167656D1023000F4C697665626F78204654544820763210240007422E312E312E3110420009414E313330353046461054000800060050F20400011011000F4C697665626F782046545448207632100800020086103C000101
Cell 02 - Address: 52:33:8E:9D:6C:63
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=70/70 Signal level=38 dBm
Encryption key:off
ESSID:"orange"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=000000734d8f5180
Extra: Last beacon: 252ms ago
IE: Unknown: 00066F72616E6765
IE: Unknown: 010882848B960C121824
IE: Unknown: 030106
IE: Unknown: 050402030000
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD180050F20201018F0003A4000027A4000042435E0062322F00
IE: Unknown: 2D1A0C101BFFFF000000000000000000000000000000000000000000
IE: Unknown: 3D1606080800000000000000000000000000000000000000
IE: Unknown: DD0900037F01010000FF7F
IE: Unknown: DD0A00037F04010000000000
IE: Unknown: 0706465220010D14
>> uname -r -m
3.19.0-73-generic x86_64
>> 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: connected (global)
- Device: wlan0 [Livebox-f2f0] ------------------------------------------------
Type: 802.11 WiFi
Driver: mt7630e
State: connected
Default: yes
HW Address: 40:B8:9A:82:CA:EF
Capabilities:
Speed: 65 Mb/s
Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes
Wireless Access Points (* = current AP)
orange: Infra, 52:33:8E:9D:6C:63, Freq 2437 MHz, Rate 54 Mb/s, Strength 48
*Livebox-f2f0: Infra, 5C:33:8E:9D:6C:63, Freq 2437 MHz, Rate 54 Mb/s, Strength 100 WPA WPA2
IPv4 Settings:
Address: 192.168.1.19
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1
DNS: 192.168.1.1
- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: r8169
State: unavailable
Default: no
HW Address: 30:5A:3A:A8:F5:EE
Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s
Wired Properties
Carrier: off
>> nmcli dev wifi
SSID BSSID MODE FRÉQ DÉBIT SIGNAL SÉCURITÉ ACTIF
'orange' 52:33:8E:9D:6C:63 Infrastructure 2437 MHz 54 Mo/s 48 -- non
'Livebox-f2f0' 5C:33:8E:9D:6C:63 Infrastructure 2437 MHz 54 Mo/s 100 WPA WPA2 oui
>> nmcli connection list (< 15.04) ou nmcli connection show (>= 15.04)
NOM UUID TYPE TIMESTAMP-REAL
Freebox-51AC71 9fc68526-8222-4fca-ae39-6e89643fb3b2 802-11-wireless jeu. 25 mai 2017 14:01:25 CEST
Livebox-e5eb 5ae01674-eca3-4270-a868-133f6583cafc 802-11-wireless jeu. 17 déc. 2015 18:02:10 CET
Livebox-1c81 a4c5072d-cdfb-4df2-b6b1-745bca560773 802-11-wireless jamais
Patio1 37af907a-3c99-45a1-bb2d-356c261b613b 802-11-wireless jamais
Livebox-7104 7cd94c9c-bed8-47f7-b503-b822e4daefd3 802-11-wireless mer. 19 juin 2019 16:33:53 CEST
Freebox-665B61 bd0a788c-6344-4f68-91a9-927473fdc5eb 802-11-wireless dim. 15 janv. 2017 20:07:20 CET
Freebox-7B2A34 9c272037-fc20-4c79-a2d0-28d2814764f2 802-11-wireless mer. 12 oct. 2016 10:54:38 CEST
_SNCF_WIFI_INOUI ada6986a-d8b2-4773-ad06-844a043984b1 802-11-wireless mer. 26 juin 2019 18:54:45 CEST
Bbox-68A17755 4a479234-bda6-4b6f-b25c-256bcd733ca0 802-11-wireless mer. 18 janv. 2017 15:46:00 CET
OCEANIAHOTELS 0148ee64-2005-48c5-b5cd-bfdcfce61b10 802-11-wireless dim. 20 mai 2018 11:07:03 CEST
MAIRIE a74414f1-8214-4d78-acd9-aa049934ffb4 802-11-wireless jamais
Livebox-3776 4c79da12-6d45-4d88-946d-35b30934e65d 802-11-wireless mer. 18 avril 2018 03:34:48 CEST
Livebox-0EB7 ecb52b3e-c010-4737-a3a4-bfdfc816db8a 802-11-wireless lun. 05 août 2019 20:33:54 CEST
AVEC b396a668-49d4-49f8-8101-a681b58630d4 802-11-wireless jamais
22vlalesflics 05d79720-2bc8-4b26-a861-483867e5c2e0 802-11-wireless jeu. 20 sept. 2018 09:54:39 CEST
AP-03 bc0cb683-0b31-490c-a1f2-a0447d4ef4ff 802-11-wireless lun. 19 mars 2018 17:20:55 CET
AP-04 3f9b6659-3ed7-463e-9554-1df9491e22ae 802-11-wireless mer. 14 mars 2018 16:49:35 CET
auberge_open 6eecdd03-0bb4-4591-9fa2-47c0b9e179de 802-11-wireless jamais
Manuf wifi a3b10c86-5349-4a06-9499-2642eecc15d9 802-11-wireless lun. 11 déc. 2017 12:49:38 CET
REGUSNETWIFI 0bf73f58-7a1e-4a62-a742-84589ab48b36 802-11-wireless lun. 27 mars 2017 18:30:17 CEST
Les_Colonnes3 755626d9-68ae-4854-b0ce-abbf395e5d11 802-11-wireless ven. 18 nov. 2016 18:53:33 CET
Connexion filaire 1 66d17840-b999-4915-86c8-54021a231e43 802-3-ethernet mar. 27 août 2019 14:35:01 CEST
Livebox-E88B b1aed201-2dcf-4367-a14e-6bbae0cb895a 802-11-wireless jamais
Livebox-f2f0 77b55936-d13e-45e9-b09c-eb980090ffc0 802-11-wireless mar. 27 août 2019 14:32:31 CEST
_WifiLib_HAUT_DEBIT_GRATUIT b4ef75f2-dc13-4a98-ab39-ebbe7efa2fc8 802-11-wireless lun. 28 mai 2018 15:08:16 CEST
Livebox-6da4 d748b7c3-df91-4a79-adce-1b2be998c78f 802-11-wireless jeu. 20 juin 2019 21:36:38 CEST
Invitados 93268506-846d-4822-9cbb-5f763ea962d2 802-11-wireless jeu. 26 nov. 2015 09:23:05 CET
Livebox-7887 c13c93f3-4ac8-4270-b17b-d5aeaece44c5 802-11-wireless mer. 03 avril 2019 11:59:02 CEST
Livebox-f863 e84d7db1-8d6f-4f6e-a75c-f8c16a3fa54c 802-11-wireless sam. 02 juin 2018 07:01:13 CEST
Freebox-0FC940 5c35aae5-f38e-4d30-ba06-ec92a463dcc7 802-11-wireless jamais
Livebox-c92b 61945b98-434f-4d34-b91d-db8f26b8a1ac 802-11-wireless mer. 14 sept. 2016 10:20:49 CEST
karl 5880961d-37a5-4318-8581-5c370aeb9aad 802-11-wireless jamais
OustalWifi2015 af362255-43bb-483f-96c2-adc513803725 802-11-wireless lun. 15 févr. 2016 17:13:36 CET
hoteldesfleurs ebfc54b9-c0d9-47e4-9f1a-92cae22c27d0 802-11-wireless mer. 06 déc. 2017 19:24:59 CET
HOTELBB 8a76b925-0f65-4ca5-8402-9dcf283f7664 802-11-wireless sam. 10 févr. 2018 11:30:12 CET
Livebox-c918 9cba4df9-2495-4546-94e8-e2898c6abb11 802-11-wireless dim. 09 juil. 2017 16:02:39 CEST
compagnies ca8a67d5-28c2-4c41-a7bb-20694fa75fba 802-11-wireless mer. 07 févr. 2018 16:31:35 CET
Livebox-emy 23f7a718-00b6-4687-b055-dd4b280dd116 802-11-wireless lun. 25 sept. 2017 00:52:01 CEST
HUAWEI-603D 16bdf991-32ef-488f-8976-0d879adcf5c0 802-11-wireless sam. 16 avril 2016 14:15:48 CEST
cisco327A 974d2197-545d-4257-9ac1-6e3f64194f19 802-11-wireless mer. 25 mai 2016 09:18:03 CEST
PACEA f4a93264-c4a9-4035-b05f-d2642744aff3 802-11-wireless ven. 28 avril 2017 15:42:34 CEST
Bbox-C0D23B13 ca64085b-10af-4205-b001-0cc52ad79073 802-11-wireless jamais
Livebox-6820 7a07e0aa-36e5-46ec-916d-8f969fa95d4e 802-11-wireless jamais
NUMERICABLE-3AD6 1eb14304-061e-4566-ad02-5a9365160a95 802-11-wireless ven. 19 janv. 2018 18:27:08 CET
JULIENA 12 c5331690-0156-4d00-80f9-eb87d75de6ee 802-11-wireless mar. 30 mai 2017 16:53:12 CEST
Bartavelle c038b3da-f927-4ab9-97e2-c4a7cff4e4b6 802-11-wireless jamais
Bbox-39FF74F0 7413e2df-c23e-4ff8-9053-927c8578fc08 802-11-wireless jamais
FreeWifi 5bac0442-694f-4aad-af6a-223af63e1402 802-11-wireless ven. 10 mai 2019 14:33:48 CEST
Livebox-D738 0a5dab58-1c3a-4399-9cac-1c43538d3831 802-11-wireless lun. 28 mai 2018 14:14:32 CEST
Planque DCRI abc4812c-335b-41ee-800b-681b5b4e7903 802-11-wireless mar. 28 août 2018 18:26:53 CEST
Bbox-3D957A31 1e1b4558-99d5-4893-91d9-64e676fc953f 802-11-wireless ven. 23 mars 2018 23:19:29 CET
Patio2 e8822544-f937-4b0a-9f6b-9c57c6cf7789 802-11-wireless sam. 14 oct. 2017 08:45:43 CEST
freebox_EFGHHC 6533bb28-69c4-40a2-9ebf-e86ecc19f376 802-11-wireless jeu. 11 avril 2019 06:59:06 CEST
Livebox-4B51 4c989310-8a59-4b91-a4ad-09e152e1456f 802-11-wireless mer. 17 oct. 2018 10:52:48 CEST
Patio3 8685646b-2dfd-43cc-9bf4-a641ec67c925 802-11-wireless jamais
Orange Airbox-E734 617bff2e-1d90-4610-b8c6-e6eb220d337c 802-11-wireless dim. 08 mai 2016 21:28:09 CEST
BRISTOL 3e5d3f53-ea9d-4333-b3c1-d00d97838e36 802-11-wireless mer. 07 févr. 2018 01:08:00 CET
Bbox-1AE6A190 c402f1ad-0c83-4cfc-8afb-c43e6ccd7196 802-11-wireless jamais
Airbox Guest-E734 6a8a4436-d1c7-4a28-93a2-16eb4a557dad 802-11-wireless dim. 08 mai 2016 15:12:24 CEST
Bbox-AEA265 fdc65104-f194-4c17-8412-5e04361da78b 802-11-wireless jeu. 08 juin 2017 10:21:47 CEST
Livebox-GLOB 7c8d8dbe-5202-4baa-903e-40068db9af27 802-11-wireless jamais
ESCALE OCEANIA QUIMPER 8839a94b-3a66-4b43-8997-f31f68c70bed 802-11-wireless jeu. 29 juin 2017 08:53:11 CEST
BUREAU 3 4b720f95-c7f2-4d77-93aa-42030659f3a8 802-11-wireless mer. 27 mars 2019 21:41:42 CET
Bbox-9CD730 b44005fa-9b7f-46a2-8c09-26e9a613bf65 802-11-wireless ven. 20 oct. 2017 00:26:48 CEST
Le-Parlement 6af0e42a-3737-428d-9803-505307fb18bf 802-11-wireless mer. 21 sept. 2016 12:07:01 CEST
Livebox-f2f0 1 f97d20d1-9b1b-4aee-9070-1de220ae903c 802-11-wireless jamais
Hotel Inn 60a7d5eb-8b39-44a1-a950-27c94f50dc3d 802-11-wireless jeu. 23 mai 2019 21:19:11 CEST
ahlalaquellehistoire 47246d9c-d95e-49f8-95dc-984d7974ee28 802-11-wireless ven. 15 janv. 2016 15:51:38 CET
Bbox-E6B57B25 28f50b89-8bda-42a5-9ccb-6d481bf430bc 802-11-wireless jeu. 04 oct. 2018 14:46:36 CEST
CHATEAU1 eb50a343-41f1-4169-b567-1e00140fc0f0 802-11-wireless jeu. 09 mai 2019 18:32:43 CEST
CHATEAU2 a4d9831c-db40-406d-8af0-38a100b1744b 802-11-wireless mar. 07 mai 2019 18:04:55 CEST
IBIS STYLES DAX MIRADOUR 2e4494ea-b8d8-42f1-bb92-b58d464fd89f 802-11-wireless mer. 06 déc. 2017 08:06:07 CET
MC2 AU Loges Nord a617d717-1eff-47f4-aa0e-78fd42a8cddc 802-11-wireless jeu. 16 mars 2017 10:13:12 CET
SFR_FA38 c8f8f80f-afe2-456f-ad8b-7392d5cfc871 802-11-wireless ven. 17 mars 2017 07:37:42 CET
Livebox-431A c03bcddb-ab0a-4a9a-8b42-5f86181888eb 802-11-wireless jeu. 18 avril 2019 08:23:20 CEST
Bbox-09A42325 9afbe400-89b8-4c71-8428-60b6c962ddb9 802-11-wireless jamais
Bbox-A7B4A2B7 736cc8f8-dee1-4255-9a2a-b80a8482e906 802-11-wireless jamais
Black List 4fcc545d-92bf-4ab3-94c6-24df0bcaa7fb 802-11-wireless ven. 04 mars 2016 17:10:31 CET
Freebox-77C4CC 23aa077d-1e42-4169-81f2-c2c768b21bbe 802-11-wireless lun. 26 déc. 2016 20:21:03 CET
TJP-WIFI c3dc1ff8-973c-4f1e-bfae-fa866f40dc0e 802-11-wireless jamais
B-hôtel-2eme 3686b1c3-84c6-49a8-b32b-8603b205d3e1 802-11-wireless mar. 25 juin 2019 23:17:43 CEST
Livebox-a460 14d8c7b0-8df1-403e-9efb-c4ce66d954e0 802-11-wireless mer. 18 juil. 2018 10:28:33 CEST
LeBeffroy 3f9aa217-9387-4938-9fb9-5d5930ea9c3f 802-11-wireless mer. 03 févr. 2016 12:43:29 CET
AppartCity b576fe00-450c-4609-93d9-c703af89d9e6 802-11-wireless lun. 29 janv. 2018 20:23:32 CET
FREEBOX_YAKAFAUCON_AT dc801c6c-cfc9-4888-96f7-b4aefaa19adf 802-11-wireless mer. 06 juil. 2016 17:06:26 CEST
b-hotel-1er b5eb464b-d024-4fbb-83af-c489044909ea 802-11-wireless jamais
WiFi_66705 e25cd42e-7b16-4de5-8080-91e138e54a61 802-11-wireless jamais
Livebox-C730 329e3f4a-0b35-4126-adc5-d8ab23374204 802-11-wireless mar. 14 nov. 2017 22:39:53 CET
Wifi Bordeaux df894423-cb7b-4b5a-a82e-75e9179a05dd 802-11-wireless mar. 05 juin 2018 16:35:11 CEST
Livebox-5c84 e0e43701-08fb-4d63-a286-503194a74de0 802-11-wireless jamais
GUEMA49 b5af2af8-aaee-4ec2-bc0e-28137ed9ea01 802-11-wireless ven. 12 avril 2019 07:46:51 CEST
MC2 GS c26a199e-1ce0-4302-8e14-7d2aa6650f65 802-11-wireless mer. 15 mars 2017 10:08:48 CET
Livebox-0C2A 9ae6aed8-a6f7-4664-a1ea-5505a61bdd09 802-11-wireless mar. 25 sept. 2018 23:24:43 CEST
MUNCHIES f14e7d5d-486e-49f9-a8e8-b5cc5fbcc25f 802-11-wireless ven. 08 déc. 2017 14:48:58 CET
freebox_WELSCE af287fbd-78cd-43ca-924c-c16af057d63f 802-11-wireless mer. 12 juil. 2017 14:26:26 CEST
freebox_LIFRWL 0d24fd83-69b2-4522-8947-2a3132462a6e 802-11-wireless jamais
Bbox-B1D67172 f1bcdc4d-6822-4fda-b7ce-8b5aa6689b59 802-11-wireless jeu. 12 avril 2018 07:59:22 CEST
FREEBOX_KARINE 290bc49a-2677-4b91-ae3e-0fb5c49c80e1 802-11-wireless mar. 13 mars 2018 16:41:05 CET
Grandrue d2a2abfd-e8d9-4b02-a3ea-5918d1d4803c 802-11-wireless dim. 28 janv. 2018 09:29:34 CET
TTT Public 5b819dc1-db72-4424-8503-2203083bd014 802-11-wireless jeu. 31 mai 2018 17:53:36 CEST
NUMERICABLE-EC5C b8db2363-e870-4dad-8486-b01a29016d71 802-11-wireless mar. 18 juin 2019 13:37:28 CEST
>> nmcli connection status
NOM UUID PÉRIPHÉRIQUES PAR DÉFAUT VPN CHEMIN-MAÎTRE
Livebox-f2f0 77b55936-d13e-45e9-b09c-eb980090ffc0 wlan0 oui non --
>> sudo rfkill list
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
syllab@syllab:~$
Hors ligne
#14 Le 29/08/2019, à 07:32
- xubu1957
Re : nouvelle installation ubuntu pas de wifi reconnu
Bonjour,
Il manque le début du wificheck.
Donne :
lspci -nnk | grep 0280 -A3
bootctl
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#15 Le 29/08/2019, à 07:46
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
Pour tous, je redonne un résumé de ma situation :
c'est toujours le même ordi ASUS R511LJ intel core i5-5200U avec la carte MEDIATEK MT7630e
j'ai réussi à installer le driver sur le system 14.01 mais je n'arriverai pas à le refaire fonctionne dans les autres versions de 14 donc je suis restais à cette vieille version encore aujourd'hui.
Suite à la discussion de ce fil https://forum.ubuntu-fr.org/viewtopic.php?id=2042936, on m'a conseillé de tester live le system 18.04.
Le driver n'est pas reconnu par défaut et je n'ai pas réussi à installer le driver de ma carte en live.
Je n'arrive pas à faire une clé Xubuntu pour faire le teste plus facilement.
concrètement je ne veux pas prendre le risque d'installer le 18.04 si ma carte n'est pas reconnue. C'est mon ordi de travail et de déplacement, il tourne assez bien en 14.01 (peut-etre qu'il sera au top en 18.04).
j'attends vos expériences pour me lancer dans un opération de réinstallation.
MERCI !
Hors ligne
#16 Le 29/08/2019, à 07:47
- NicoApi73
Re : nouvelle installation ubuntu pas de wifi reconnu
Bonjour,
Le niveau du signal et sa qualité sont bons. Par contre le débit ne l'est pas
>> iwconfig
wlan0 IEEE 802.11bgn ESSID:"Livebox-f2f0"
Mode:Managed Frequency:2.437 GHz Access Point: 5C:33:8E:9D:6C:63
Bit Rate=65 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=38 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1 Invalid misc:82 Missed beacon:0
Hors ligne
#17 Le 29/08/2019, à 08:00
- NicoApi73
Re : nouvelle installation ubuntu pas de wifi reconnu
A ta place j'essaierai ce qu'il t'a été proposé : faire un dual boot.
Pour ça, fais un clone de ton disque (par exemple avec clonezilla), mets également les bretelles en sauvegardant l'intégralité de ton /home.
Une fois que c'est fait, utilise gparted pour réduire ta partition actuelle (libérer au moins 50 Gio), pour pouvoir y installer une 18.04.1. A partir de là, nous pourrons facilement installer et tester un driver.
Hors ligne
#18 Le 31/08/2019, à 20:49
- xubu1957
Re : nouvelle installation ubuntu pas de wifi reconnu
Bonsoir,
Par contre le débit ne l'est pas
Bit Rate=65 Mb/s
La moitié de 130 Mb/s ?
> ./viewtopic.php?pid=22055657#p22055657
_ _ _
On a vu mieux > ./viewtopic.php?pid=21990039#p21990039
Dernière modification par xubu1957 (Le 31/08/2019, à 20:52)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#19 Le 31/08/2019, à 20:55
- NicoApi73
Re : nouvelle installation ubuntu pas de wifi reconnu
Salut xubu,
Je te l'accorde, c'est 65 fois plus que ce que j'ai eu au début sur la machine de mes enfants...
Hors ligne
#20 Le 31/08/2019, à 20:57
- xubu1957
Re : nouvelle installation ubuntu pas de wifi reconnu
Et dans la Doc > wifi#connexion_lente, on propose du 54Mb/s.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#21 Le 31/08/2019, à 20:59
- NicoApi73
Re : nouvelle installation ubuntu pas de wifi reconnu
Pour moi, si on regarde les retours du #13, le WIFI devrait fonctionner avec des performances acceptables.
Hors ligne
#22 Le 31/08/2019, à 21:03
- xubu1957
Re : nouvelle installation ubuntu pas de wifi reconnu
Si on compare avec > ./viewtopic.php?pid=21580907#p21580907
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#23 Le 30/08/2020, à 14:58
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
Bonjour à tous, je reviens sur ce fil de discussion car je suis encore avec UBUNTU 14.04 et je voudrais mettre à jour mon ordi toujours le meme ASUS R511LJ intel core i5-5200U avec la carte wifi MEDIATEK MT7630e. je suis déjà en dualboot (windows) avec cette ordi mais j'ai fait toutes les sauvegarde et je suis prête à changer et sortir de la préhistoire avec mon 14.04 que me conseillez-vous? Merci à tous pour vous reponse et votre accompagnement vers la modernité
SYLLAB
Hors ligne
#24 Le 30/08/2020, à 15:15
- xubu1957
Re : nouvelle installation ubuntu pas de wifi reconnu
Bonjour,
Avec un pilote MT7630e, c'est un roman > Bluetooth - carte non trouvée - MT7630e
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#25 Le 30/08/2020, à 19:19
- SYLLAB
Re : nouvelle installation ubuntu pas de wifi reconnu
@xubu1957, je suis d'accord avec toi, c'est vraiment la galère. Depuis 2015, je n'ai pas trouvé de solution et ca fait des années que je ne mets plus à jour mon ordi à cause de cela. Je me disais que peut-etre la version 18 ou 20 m'apporterait une solution, tu en penses quoi au vue des ton expérience sur ce forum?
Hors ligne