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 18/04/2018, à 21:03

lil_bcn

[Résolu] Pas de wifi après installation Ubuntu 16.04

Bonsoir à tous,

J'ai récemment acheté un Dell XPS 13 avec Windows 10 pré-installé, et j'ai ajouté Ubuntu 16.04 LTS en dual boot.
Je n'ai pas de problème de wifi sur Windows, mais quand je lance Ubuntu, aucun réseau sans fil n'est disponible.

Voici les résultats de quelques commandes :

sudo lshw -class network
  *-network               
       description: Network controller
       produit: QCA6174 802.11ac Wireless Network Adapter
       fabriquant: Qualcomm Atheros
       identifiant matériel: 0
       information bus: pci@0000:02:00.0
       version: 32
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress bus_master cap_list
       configuration: driver=ath10k_pci latency=0
       ressources: irq:285 mémoire:dc000000-dc1fffff 
iwconfig
lo        no wireless extensions.

Avez-vous une solution à ce problème ?

Merci d'avance.

Dernière modification par lil_bcn (Le 18/04/2018, à 22:38)

Hors ligne

#2 Le 18/04/2018, à 21:04

xubu1957

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

Bonjour,

Il faut donner, en te servant du  Retour utilisable de commande,  un wificheck rassemblant les informations > Configuration wifi.

Nota : un fichier wificheck.log est créé dans votre répertoire personnel, collez l'intégralité de son contenu dans votre discussion.

cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#3 Le 18/04/2018, à 21:26

lil_bcn

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

wget -N -t 5 -T 10 https://framagit.org/cracolinux/wificheck/raw/master/wificheck && chmod +x wificheck && ./wificheck
--2018-04-19 02:23:10--  https://framagit.org/cracolinux/wificheck/raw/master/wificheck
Résolution de framagit.org (framagit.org)… échec : Échec temporaire dans la résolution du nom.
wget : impossible de résoudre l'adresse de l'hôte «framagit.org»

Hors ligne

#4 Le 18/04/2018, à 21:29

xubu1957

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

Le wificheck semble en panne, il faut passer à l'ancienne :

cat /etc/lsb-release
lsusb
lspci
lspci -k -nn | grep -A 3 -i net
lspci -k
lsmod
iwconfig
ifconfig
sudo iwlist scan
uname -r -m 
cat  /etc/network/interfaces
nm-tool
sudo rfkill list
nmcli connection show
nmcli connection list

Dernière modification par xubu1957 (Le 18/04/2018, à 21:29)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#5 Le 18/04/2018, à 21:45

lil_bcn

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0489:e0a2 Foxconn / Hon Hai 
Bus 001 Device 002: ID 0bda:58f4 Realtek Semiconductor Corp. 
Bus 001 Device 004: ID 27c6:5385  
Bus 001 Device 007: ID 13fe:4100 Kingston Technology Company Inc. Flash drive
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lspci
00:00.0 Host bridge: Intel Corporation Device 5914 (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Device 5917 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
6e:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 0116
lspci -k -nn | grep -A 3 -i net
02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
	Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter [1a56:143a]
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci
6e:00.0 Non-Volatile memory controller [0108]: Toshiba America Info Systems Device [1179:0116]
lspci -k
00:00.0 Host bridge: Intel Corporation Device 5914 (rev 08)
	Subsystem: Dell Device 07e6
00:02.0 VGA compatible controller: Intel Corporation Device 5917 (rev 07)
	DeviceName:  Onboard IGD
	Subsystem: Dell Device 07e6
	Kernel driver in use: i915
	Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 08)
	Subsystem: Dell Skylake Processor Thermal Subsystem
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
	Subsystem: Dell Sunrise Point-LP USB 3.0 xHCI Controller
	Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
	Subsystem: Dell Sunrise Point-LP Thermal subsystem
	Kernel driver in use: intel_pch_thermal
	Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
	Subsystem: Dell Sunrise Point-LP Serial IO I2C Controller
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
	Subsystem: Dell Sunrise Point-LP Serial IO I2C Controller
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
	Subsystem: Dell Sunrise Point-LP CSME HECI
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation Device 9d12 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
	Subsystem: Dell Device 07e6
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
	Subsystem: Dell Sunrise Point-LP PMC
	Kernel driver in use: intel_pmc_core
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
	Subsystem: Dell Device 07e6
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
	Subsystem: Dell Sunrise Point-LP SMBus
	Kernel modules: i2c_i801
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
	Subsystem: Dell RTS525A PCI Express Card Reader
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
	Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci
6e:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 0116
	Subsystem: Toshiba America Info Systems Device 0001
	Kernel driver in use: nvme
	Kernel modules: nvme
lsmod
Module                  Size  Used by
uas                    24576  0
usb_storage            69632  2 uas
rfcomm                 77824  2
hid_multitouch         20480  0
bnep                   20480  2
dell_laptop            20480  0
i2c_designware_platform    16384  0
i2c_designware_core    20480  1 i2c_designware_platform
dell_wmi               16384  0
dell_smbios            16384  2 dell_wmi,dell_laptop
nls_iso8859_1          16384  2
dcdbas                 16384  1 dell_smbios
snd_hda_codec_hdmi     49152  1
snd_hda_codec_generic    73728  1
snd_soc_skl            65536  0
snd_soc_skl_ipc        49152  1 snd_soc_skl
snd_soc_sst_ipc        16384  1 snd_soc_skl_ipc
snd_soc_sst_dsp        28672  1 snd_soc_skl_ipc
snd_hda_ext_core       24576  1 snd_soc_skl
snd_soc_sst_match      16384  1 snd_soc_skl
snd_soc_core          233472  1 snd_soc_skl
snd_compress           20480  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
snd_hda_intel          36864  3
intel_powerclamp       16384  0
snd_hda_codec         126976  3 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic
coretemp               16384  0
snd_hda_core           81920  6 snd_hda_intel,snd_hda_codec,snd_hda_ext_core,snd_soc_skl,snd_hda_codec_hdmi,snd_hda_codec_generic
kvm_intel             200704  0
snd_hwdep              16384  1 snd_hda_codec
kvm                   593920  1 kvm_intel
snd_pcm               102400  8 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_ext_core,snd_hda_core,snd_soc_skl,snd_hda_codec_hdmi,snd_soc_core
irqbypass              16384  1 kvm
snd_seq_midi           16384  0
crct10dif_pclmul       16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
crc32_pclmul           16384  0
ghash_clmulni_intel    16384  0
snd_rawmidi            32768  1 snd_seq_midi
pcbc                   16384  0
aesni_intel           167936  0
ath10k_pci             45056  0
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
ath10k_core           344064  1 ath10k_pci
glue_helper            16384  1 aesni_intel
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
ath                    28672  1 ath10k_core
mac80211              782336  1 ath10k_core
snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
joydev                 20480  0
input_leds             16384  0
serio_raw              16384  0
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
cfg80211              602112  3 mac80211,ath,ath10k_core
snd_timer              32768  2 snd_seq,snd_pcm
rtsx_pci_ms            20480  0
snd                    77824  18 snd_compress,snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_soc_core,snd_pcm
memstick               16384  1 rtsx_pci_ms
soundcore              16384  1 snd
idma64                 20480  0
uvcvideo               90112  0
virt_dma               16384  1 idma64
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_core         40960  2 uvcvideo,videobuf2_v4l2
videodev              172032  3 uvcvideo,videobuf2_core,videobuf2_v4l2
btusb                  45056  0
media                  40960  2 uvcvideo,videodev
btrtl                  16384  1 btusb
cdc_acm                32768  0
mei_me                 40960  0
mei                   102400  1 mei_me
processor_thermal_device    16384  0
shpchp                 36864  0
intel_pch_thermal      16384  0
intel_lpss_pci         16384  0
intel_soc_dts_iosf     16384  1 processor_thermal_device
ucsi                   16384  0
hci_uart               98304  0
btbcm                  16384  2 hci_uart,btusb
btqca                  16384  1 hci_uart
btintel                16384  2 hci_uart,btusb
bluetooth             557056  33 btrtl,hci_uart,btintel,btqca,bnep,btbcm,rfcomm,btusb
intel_hid              16384  0
intel_lpss_acpi        16384  0
intel_lpss             16384  2 intel_lpss_pci,intel_lpss_acpi
int3400_thermal        16384  0
int3403_thermal        16384  0
mac_hid                16384  0
tpm_crb                16384  0
acpi_als               16384  0
acpi_thermal_rel       16384  1 int3400_thermal
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
sparse_keymap          16384  2 dell_wmi,intel_hid
acpi_pad              180224  0
kfifo_buf              16384  1 acpi_als
industrialio           69632  2 acpi_als,kfifo_buf
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,parport_pc,ppdev
autofs4                40960  2
rtsx_pci_sdmmc         24576  0
i915                 1449984  97
i2c_algo_bit           16384  1 i915
drm_kms_helper        151552  1 i915
syscopyarea            16384  1 drm_kms_helper
psmouse               139264  0
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
nvme                   28672  3
drm                   352256  5 i915,drm_kms_helper
nvme_core              53248  5 nvme
rtsx_pci               57344  2 rtsx_pci_sdmmc,rtsx_pci_ms
wmi                    16384  1 dell_wmi
i2c_hid                20480  0
hid                   114688  2 i2c_hid,hid_multitouch
pinctrl_sunrisepoint    28672  0
video                  40960  3 dell_wmi,dell_laptop,i915
pinctrl_intel          20480  1 pinctrl_sunrisepoint
fjes                   73728  0
iwconfig
lo        no wireless extensions.
ifconfig
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:6004 erreurs:0 :0 overruns:0 frame:0
          TX packets:6004 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:1000 
          Octets reçus:445232 (445.2 KB) Octets transmis:445232 (445.2 KB)
sudo iwlist scan 
lo        Interface doesn't support scanning.
uname -r -m
4.10.17-041017-generic x86_64
cat  /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
sudo rfkill list
3: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
nmcli connection show
NOM  UUID  TYPE  PÉRIPHÉRIQUE

Hors ligne

#6 Le 18/04/2018, à 21:46

xubu1957

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

uname -r -m
4.10.17-041017-generic x86_64

Ce noyau a été installé comment ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#7 Le 18/04/2018, à 21:53

lil_bcn

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

J'ai essayé de changer le kernel en téléchargeant les linux-headers.deb et le linux-image.deb depuis un autre ordinateur.
Puis, j'ai exécuté la commande

sudo dpkg -i *.deb

sur l'ordinateur ne disposant pas de wifi.

Hors ligne

#8 Le 18/04/2018, à 22:02

xubu1957

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

Les noyaux 4.10 ne sont plus sécurisés >  kernel-4-10-hwe-going-to-be-patched-for-meltdown-and-spectre

Le 06/01/2018, Rinzwind a écrit :

4.10 (=17.04) will not be patched...
4.10 (=17.04) ne sera pas corrigé...

Pour les pilotes Wi-Fi, voir > qca6174-not-working-in-ubuntu-16-04-after-running-upgrade

(edit= rajout des commandes)

sudo rm /lib/firmware/ath10k/QCA6174/hw3.0/*
sudo wget https://github.com/FireWalkerX/ath10k-firmware/blob/7e56cbb94182a2fdab110cf5bfeded8fd1d44d30/QCA6174/hw3.0/board-2.bin?raw=true /lib/firmware/ath10k/QCA6174/hw3.0/board.bin
sudo wget https://github.com/FireWalkerX/ath10k-firmware/blob/7e56cbb94182a2fdab110cf5bfeded8fd1d44d30/QCA6174/hw3.0/firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1?raw=true /lib/firmware/ath10k/QCA6174/hw3.0/firmware-4.bin

suivi d'un redémarrage.

et  ▶ Connexion de secours - partage de connexion avec un smartphone ◀

_ _ _

Tu n'as pas de connexion filaire ?

Dernière modification par xubu1957 (Le 20/04/2018, à 21:16)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#9 Le 18/04/2018, à 22:08

lil_bcn

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

Comment dois-je m'y prendre pour revenir au noyau par défaut ?

J'ai connecté mon téléphone pour avoir une connexion filaire.

Dernière modification par lil_bcn (Le 18/04/2018, à 22:12)

Hors ligne

#10 Le 18/04/2018, à 22:16

xubu1957

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

Tente :

sudo apt update
sudo apt full-upgrade

Dernière modification par xubu1957 (Le 18/04/2018, à 22:28)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

#11 Le 18/04/2018, à 22:37

lil_bcn

Re : [Résolu] Pas de wifi après installation Ubuntu 16.04

Ça a marché !
Merci beaucoup pour votre aide et bonne soirée smile

Hors ligne