Clé wifi usb compatible

Questions concernant les composants
Avatar du membre
alain
Administrateur du site
Messages : 14705
Enregistré le : dim. 11 oct. 2015 23:41
Localisation : Chelles
Contact :

Re: Clé wifi usb compatible

Message par alain »

Dernier message de la page précédente :

Oui, bon l'ordi la voit bien, c'est déjà ça, elle fonctionne.
Et dans ton gestionnaire de réseau network manager) ? Tu as quoi? juste la connexion ethernet? ou tu vois les réseaux wifi autour de toi?
PC are like air conditioning, they becomes useless when you open Windows (L.T)
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: ATI RX 580-8 Go | OS : LM 20.3 Uma Xfce 4.16 | K: 5.4
PC2
:Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 21.3 Xfce 4.18| K: 6.5
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 10.5 | K: 5.10
In a world without walls and fences, who needs windows and gates?

Avatar du membre
débitant
modérateur
Messages : 11536
Enregistré le : mar. 14 juil. 2015 18:22
Localisation : Lorraine France

Re: Clé wifi usb compatible

Message par débitant »

juste une question peut être bête :roll: , ton câble éthernet est bien débranché ?

Avatar du membre
combe
Messages : 20
Enregistré le : lun. 17 avr. 2017 17:14

Re: Clé wifi usb compatible

Message par combe »

quand je clique sur wifi il voit le reseau mais reste une seconde et se déconnecte comme si il y avait un conflit, oui le câble est bien débranché
HP Pavilion x360 11-n000nf / Linux Mint 18.1 Cinnamon 64-bit / version 3.2.1 / Noyau 4.4.0-53-generic / intel celeron CPU N3050 1.60GHz x 2 / Mémoire 3.7 Go / carte graphique intel 22b1 /

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Clé wifi usb compatible

Message par mpat »

salut.
tu ouvres un terminal et tu fais un copier coller des commandes ci-dessous.

Code : Tout sélectionner

sudo apt install linux-headers-generic

Code : Tout sélectionner

sudo apt install build-essential

Code : Tout sélectionner

sudo apt install dkms

Code : Tout sélectionner

sudo apt install git

Code : Tout sélectionner

git clone https://github.com/pvaret/rtl8192cu-fixes.git

Code : Tout sélectionner

sudo dkms add ./rtl8192cu-fixes

Code : Tout sélectionner

sudo dkms install 8192cu/1.10

Code : Tout sélectionner

sudo rmmod rtl8192cu

Code : Tout sélectionner

sudo modprobe 8192cu

Code : Tout sélectionner

sudo depmod -a

Code : Tout sélectionner

sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

Code : Tout sélectionner

echo '8192cu' | sudo tee -a /etc/modules

Code : Tout sélectionner

sudo reboot
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

Avatar du membre
combe
Messages : 20
Enregistré le : lun. 17 avr. 2017 17:14

Re: Clé wifi usb compatible

Message par combe »

Après avoir fait ces instructions et un redémarrage je ne vois plus aucun wifi :
combe@combe-HP-Pavilion-x360-Convertible ~ $ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 0bda:57c4 Realtek Semiconductor Corp.
Bus 001 Device 008: ID 0bda:b006 Realtek Semiconductor Corp.
Bus 001 Device 007: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 006: ID 0483:91d1 STMicroelectronics Sensor Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
combe@combe-HP-Pavilion-x360-Convertible ~ $
HP Pavilion x360 11-n000nf / Linux Mint 18.1 Cinnamon 64-bit / version 3.2.1 / Noyau 4.4.0-53-generic / intel celeron CPU N3050 1.60GHz x 2 / Mémoire 3.7 Go / carte graphique intel 22b1 /

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Clé wifi usb compatible

Message par mpat »

Code : Tout sélectionner

echo 'blacklist rtl8xxxu' >> /etc/modprobe.d/blacklist.conf
redémarrer

ensuite

Code : Tout sélectionner

modprobe cfg80211 mac80211 rtlwifi rtl_usb rtl8192c_common

Code : Tout sélectionner

service network-manager restart
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

Avatar du membre
combe
Messages : 20
Enregistré le : lun. 17 avr. 2017 17:14

Re: Clé wifi usb compatible

Message par combe »

Idem
HP Pavilion x360 11-n000nf / Linux Mint 18.1 Cinnamon 64-bit / version 3.2.1 / Noyau 4.4.0-53-generic / intel celeron CPU N3050 1.60GHz x 2 / Mémoire 3.7 Go / carte graphique intel 22b1 /

Avatar du membre
mpat
Messages : 7845
Enregistré le : mar. 25 août 2015 21:12
Localisation : Belgique

Re: Clé wifi usb compatible

Message par mpat »

débranche la et rebranche la sur un autre port, pas normal qu'elle n'apparaisse pas même si elle ne fonctionne pas

et regardes ce que te répond.

Code : Tout sélectionner

sudo lshw -C network

Code : Tout sélectionner

sudo rfkill list 
Clevo P775DM3-G
I7 -7700k (quad-core (8 threads) 4.2-4.5 ghz
ram 64go DDR4
Nvidia gtx 1080 8go GDDR5X
2 x ssd 500go m.2 Samsung + 2 to ssd Samsung
Lmint 18.3 Cinnamon 64bit, kernel 4.13.0-45

Avatar du membre
combe
Messages : 20
Enregistré le : lun. 17 avr. 2017 17:14

Re: Clé wifi usb compatible

Message par combe »

merci pour ton aide je vois ça plus tard je te tiens informé
JP
HP Pavilion x360 11-n000nf / Linux Mint 18.1 Cinnamon 64-bit / version 3.2.1 / Noyau 4.4.0-53-generic / intel celeron CPU N3050 1.60GHz x 2 / Mémoire 3.7 Go / carte graphique intel 22b1 /

Avatar du membre
combe
Messages : 20
Enregistré le : lun. 17 avr. 2017 17:14

Re: Clé wifi usb compatible

Message par combe »

combe@combe-HP-Pavilion-x360-Convertible ~ $ sudo lshw -C network
[sudo] Mot de passe de combe :
*-network
description: Ethernet interface
produit: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: enp2s0
version: 07
numéro de série: ec:b1:d7:df:95:13
taille: 100Mbit/s
capacité: 100Mbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.1.38 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
ressources: irq:309 portE/S:3000(taille=256) mémoire:91300000-91300fff mémoire:91000000-91003fff
*-network NON-RÉCLAMÉ
description: Network controller
produit: RTL8723BE PCIe Wireless Network Adapter
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:03:00.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration: latency=0
ressources: portE/S:2000(taille=256) mémoire:91200000-91203fff
*-network DÉSACTIVÉ
description: Interface réseau sans fil
identifiant matériel: 3
information bus: usb@1:3
nom logique: wlxb07fb91187b0
numéro de série: b0:7f:b9:11:87:b0
fonctionnalités: ethernet physical wireless
configuration: broadcast=yes driver=rtl8192cu multicast=yes wireless=unassociated
combe@combe-HP-Pavilion-x360-Convertible ~ $

combe@combe-HP-Pavilion-x360-Convertible ~ $ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
combe@combe-HP-Pavilion-x360-Convertible ~ $
HP Pavilion x360 11-n000nf / Linux Mint 18.1 Cinnamon 64-bit / version 3.2.1 / Noyau 4.4.0-53-generic / intel celeron CPU N3050 1.60GHz x 2 / Mémoire 3.7 Go / carte graphique intel 22b1 /

Avatar du membre
alain
Administrateur du site
Messages : 14705
Enregistré le : dim. 11 oct. 2015 23:41
Localisation : Chelles
Contact :

Re: Clé wifi usb compatible

Message par alain »

Bonsoir Combe.

Au vu de tes retours, je ne vois pas ce qui cloche. (Mpat saurait...)
Peut être parce-qu’elle est branchée sur un port USB 3 essaye la sur le port usb 2...

[edit] je viens de faire l'essai chez moi, effectivement sur USB 3 ça ne fonctionne pas.
PC are like air conditioning, they becomes useless when you open Windows (L.T)
PC1 : CM : ASRock 990FX | CPU: AMD FX 8350-8 cores, 4 GHz | RAM: 16 Go DDR3 1600 MHz | CG: ATI RX 580-8 Go | OS : LM 20.3 Uma Xfce 4.16 | K: 5.4
PC2
:Core2 Quad Q9650 @ 3 GHz | CG: Nvidia GTX 650TI | OS: LM 21.3 Xfce 4.18| K: 6.5
PC3 :Core i7-2600 @ 3,5 GHz | CG: ATI HD 4650 | OS: Emmade5 Xfce 4.18.0 | K: 6.1
PC4 : AMD Ryzen 5 3500X 4GHz | CG: GTX 970 | Ram : 8GB |OS : Debian 10.5 | K: 5.10
In a world without walls and fences, who needs windows and gates?

Répondre