Bonjour,
Je viens d'installer Trusty sur le HP stream notebook de ma fille, j'ai fais toutes les mises à jour avec Ethernet. Mais wifi ne marche pas, il cherche mais n'arrive pas à se connecter... Les autres ordi n'ont aucun problème de connexion wifi.
Je vous remercie pour votre aide 🙂
stitch@stitch-HP-Stream-Notebook-PC-13:~$ iw dev
phy#0
Interface wlan0
ifindex 3
type managed
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo iw dev wlan0 scan
[sudo] password for stitch:
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo iw dev wlan0 scan
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo iw dev wlan0 link
Not connected.
stitch@stitch-HP-Stream-Notebook-PC-13:~$ iw dev wlan0 station dump
stitch@stitch-HP-Stream-Notebook-PC-13:~$ iw reg get
country 00:
(2402 - 2472 @ 40), (3, 20)
(2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
(2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
(5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
(5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo iw reg set FR
stitch@stitch-HP-Stream-Notebook-PC-13:~$ nmtui
nmtui : commande introuvable
stitch@stitch-HP-Stream-Notebook-PC-13:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:e0:1c:70:01:0c
inet adr:192.168.0.38 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::2e0:1cff:fe70:10c/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:29894 erreurs:0 :0 overruns:0 frame:0
TX packets:26561 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:28148816 (28.1 MB) Octets transmis:3032903 (3.0 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:3988 erreurs:0 :0 overruns:0 frame:0
TX packets:3988 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1
Octets reçus:450628 (450.6 KB) Octets transmis:450628 (450.6 KB)
wlan0 Link encap:Ethernet HWaddr 44:1c:a8:4e:c2:13
UP BROADCAST MULTICAST MTU:1500 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:0 (0.0 B) Octets transmis:28830 (28.8 KB)
stitch@stitch-HP-Stream-Notebook-PC-13:~$ wget -N -t 5 -T 10 https://framagit.org/cracolinux/wificheck/raw/master/wificheck && chmod +x wificheck && ./wificheck
--2016-10-28 15:49:56-- 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 : 1865 (1,8K) [text/plain]
Enregistre : «wificheck»
100%[======================================>] 1 865 --.-K/s ds 0s
En-tête de dernière modification manquant — horodatage arrêté.
2016-10-28 15:49:56 (268 MB/s) - «wificheck» enregistré [1865/1865]
[sudo] password for stitch:
lo no wireless extensions.
eth0 no wireless extensions.
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
Usage: nmcli connection { COMMAND | help }
COMMAND := { list | status | up | down | delete }
list [id <id> | uuid <id>]
status [id <id> | uuid <id> | path <path>]
up id <id> | uuid <id> [iface <iface>] [ap <BSSID>] [--nowait] [--timeout <timeout>]
down id <id> | uuid <id>
delete id <id> | uuid <id>
Erreur : commande « con » « show » non valide.
Le fichier wificheck.log a été crée dans /home/stitch
Vous n'avez plus qu'à copier/coller son contenu sur le forum
accès →→ file://home/stitch/wificheck.log
stitch@stitch-HP-Stream-Notebook-PC-13:~$ man effacer
Aucune entrée de manuel pour effacer
stitch@stitch-HP-Stream-Notebook-PC-13:~$ man
Quelle page de manuel voulez-vous ?
stitch@stitch-HP-Stream-Notebook-PC-13:~$ man clear
stitch@stitch-HP-Stream-Notebook-PC-13:~$ clear
stitch@stitch-HP-Stream-Notebook-PC-13:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS"
stitch@stitch-HP-Stream-Notebook-PC-13:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 0bda:b006 Realtek Semiconductor Corp.
Bus 001 Device 006: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 004: ID 0bda:57c4 Realtek Semiconductor Corp.
Bus 001 Device 005: ID 0bda:8153 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 2109:2812 VIA Labs, Inc. VL812 Hub
Bus 001 Device 002: ID 15d9:0a4d Trust International B.V. Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
stitch@stitch-HP-Stream-Notebook-PC-13:~$ lspci
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 21)
00:02.0 VGA compatible controller: Intel Corporation Device 22b1 (rev 21)
00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 21)
00:14.0 USB controller: Intel Corporation Device 22b5 (rev 21)
00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 21)
00:1b.0 Audio device: Intel Corporation Device 2284 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 21)
00:1c.3 PCI bridge: Intel Corporation Device 22ce (rev 21)
00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 21)
00:1f.3 SMBus: Intel Corporation Device 2292 (rev 21)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
stitch@stitch-HP-Stream-Notebook-PC-13:~$ lspci -nn | grep -i net
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
stitch@stitch-HP-Stream-Notebook-PC-13:~$ lspci -k
00:00.0 Host bridge: Intel Corporation Device 2280 (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller: Intel Corporation Device 22b1 (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: i915
00:0b.0 Signal processing controller: Intel Corporation Device 22dc (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: proc_thermal
00:14.0 USB controller: Intel Corporation Device 22b5 (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: xhci_hcd
00:1a.0 Encryption controller: Intel Corporation Device 2298 (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: mei_txe
00:1b.0 Audio device: Intel Corporation Device 2284 (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation Device 22c8 (rev 21)
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation Device 22ce (rev 21)
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Device 229c (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: lpc_ich
00:1f.3 SMBus: Intel Corporation Device 2292 (rev 21)
Subsystem: Hewlett-Packard Company Device 817d
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
Subsystem: Hewlett-Packard Company Device 817d
Kernel driver in use: rtsx_pci
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
Subsystem: Hewlett-Packard Company Device 804c
Kernel driver in use: rtl8723be
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo lshw -C network
*-network
description: Interface réseau sans fil
produit: RTL8723BE PCIe Wireless Network Adapter
fabriquant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: wlan0
version: 00
numéro de série: 44:1c:a8:4e:c2:13
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723be driverversion=4.4.0-45-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
ressources: irq:19 portE/S:1000(taille=256) mémoire:91000000-91003fff
*-network
description: Ethernet interface
identifiant matériel: 3
nom logique: eth0
numéro de série: 00:e0:1c:70:01:0c
taille: 100Mbit/s
capacité: 1Gbit/s
fonctionnalités: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.08.2 duplex=full ip=192.168.0.38 link=yes multicast=yes port=MII speed=100Mbit/s
stitch@stitch-HP-Stream-Notebook-PC-13:~$ lsmod
Module Size Used by
drbg 28672 1
ansi_cprng 16384 0
ctr 16384 0
ccm 20480 0
snd_hda_codec_hdmi 53248 1
snd_hda_codec_realtek 86016 1
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
cmac 16384 2
rfcomm 69632 8
bnep 20480 2
btusb 45056 0
btrtl 16384 1 btusb
btbcm 16384 1 btusb
btintel 16384 1 btusb
bluetooth 516096 25 bnep,btbcm,btrtl,btusb,rfcomm,btintel
snd_hda_intel 36864 5
hp_wmi 16384 0
intel_rapl 20480 0
snd_hda_codec 135168 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
sparse_keymap 16384 1 hp_wmi
intel_powerclamp 16384 0
coretemp 16384 0
snd_hda_core 73728 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep 16384 1 snd_hda_codec
kvm 536576 0
snd_pcm 106496 5 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
irqbypass 16384 1 kvm
punit_atom_debug 16384 0
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
arc4 16384 2
rtl8723be 90112 0
nls_iso8859_1 16384 1
uvcvideo 90112 0
btcoexist 53248 1 rtl8723be
videobuf2_vmalloc 16384 1 uvcvideo
aesni_intel 167936 2
rtl8723_common 24576 1 rtl8723be
videobuf2_memops 16384 1 videobuf2_vmalloc
snd_seq_midi 16384 0
rtl_pci 28672 1 rtl8723be
videobuf2_v4l2 28672 1 uvcvideo
aes_x86_64 20480 1 aesni_intel
snd_seq_midi_event 16384 1 snd_seq_midi
rtlwifi 77824 2 rtl_pci,rtl8723be
lrw 16384 1 aesni_intel
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
gf128mul 16384 1 lrw
mac80211 733184 3 rtl_pci,rtlwifi,rtl8723be
v4l2_common 16384 1 videobuf2_v4l2
glue_helper 16384 1 aesni_intel
snd_rawmidi 32768 1 snd_seq_midi
ablk_helper 16384 1 aesni_intel
cryptd 20480 2 aesni_intel,ablk_helper
cdc_ether 16384 0
videodev 180224 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
usbnet 45056 1 cdc_ether
snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
media 24576 2 uvcvideo,videodev
r8152 45056 0
mii 16384 2 r8152,usbnet
input_leds 16384 0
joydev 20480 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
serio_raw 16384 0
cfg80211 557056 2 mac80211,rtlwifi
snd_timer 32768 2 snd_pcm,snd_seq
rtsx_pci_ms 20480 0
memstick 20480 1 rtsx_pci_ms
snd 81920 20 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
i915 1208320 5
lpc_ich 24576 0
mei_txe 20480 0
soundcore 16384 1 snd
mei 98304 1 mei_txe
shpchp 36864 0
drm_kms_helper 151552 1 i915
wmi 20480 1 hp_wmi
drm 360448 6 i915,drm_kms_helper
dwc3 90112 0
video 40960 1 i915
udc_core 24576 1 dwc3
ulpi 16384 1 dwc3
hp_wireless 16384 0
i2c_algo_bit 16384 1 i915
fb_sys_fops 16384 1 drm_kms_helper
syscopyarea 16384 1 drm_kms_helper
processor_thermal_device 16384 0
tpm_crb 16384 0
soc_button_array 16384 0
int3400_thermal 16384 0
intel_soc_dts_iosf 16384 1 processor_thermal_device
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 processor_thermal_device,int3403_thermal
acpi_thermal_rel 16384 1 int3400_thermal
pinctrl_cherryview 32768 0
mac_hid 16384 0
parport_pc 36864 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
hid_generic 16384 0
usbhid 49152 0
hid 118784 2 hid_generic,usbhid
mmc_block 36864 4
rtsx_pci_sdmmc 24576 0
psmouse 122880 0
rtsx_pci 53248 2 rtsx_pci_ms,rtsx_pci_sdmmc
sdhci_acpi 16384 0
sdhci 45056 1 sdhci_acpi
fjes 28672 0
stitch@stitch-HP-Stream-Notebook-PC-13:~$ iwconfig
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:off
Power Management:off
eth0 no wireless extensions.
stitch@stitch-HP-Stream-Notebook-PC-13:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:e0:1c:70:01:0c
inet adr:192.168.0.38 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::2e0:1cff:fe70:10c/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:86131 erreurs:0 :0 overruns:0 frame:0
TX packets:79075 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:59297268 (59.2 MB) Octets transmis:20276149 (20.2 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:14375 erreurs:0 :0 overruns:0 frame:0
TX packets:14375 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1
Octets reçus:1688541 (1.6 MB) Octets transmis:1688541 (1.6 MB)
wlan0 Link encap:Ethernet HWaddr 44:1c:a8:4e:c2:13
UP BROADCAST MULTICAST MTU:1500 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:0 (0.0 B) Octets transmis:28830 (28.8 KB)
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo iwlist scan
lo Interface doesn't support scanning.
wlan0 No scan results
eth0 Interface doesn't support scanning.
stitch@stitch-HP-Stream-Notebook-PC-13:~$ uname -r -m
4.4.0-45-generic x86_64
stitch@stitch-HP-Stream-Notebook-PC-13:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
stitch@stitch-HP-Stream-Notebook-PC-13:~$ nm-tool
NetworkManager Tool
State: connected (global)
- Device: wlan0 ----------------------------------------------------------------
Type: 802.11 WiFi
Driver: rtl8723be
State: disconnected
Default: no
HW Address: 44:1C:A8:4E:C2:13
Capabilities:
Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes
Wireless Access Points
- Device: eth0 [Connexion filaire 1] ------------------------------------------
Type: Wired
Driver: r8152
State: connected
Default: yes
HW Address: 00:E0:1C:70:01:0C
Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s
Wired Properties
Carrier: on
IPv4 Settings:
Address: 192.168.0.38
Prefix: 24 (255.255.255.0)
Gateway: 192.168.0.254
DNS: 192.168.0.254
stitch@stitch-HP-Stream-Notebook-PC-13:~$ sudo rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
stitch@stitch-HP-Stream-Notebook-PC-13:~$