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.

#26 Le 16/11/2019, à 20:22

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Redonne :

lspci -k -nn | grep -A 3 -i net

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

En ligne

#27 Le 17/11/2019, à 19:16

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Voila :

abuntu18@abuntu18T:~$ lspci -k -nn | grep -A 3 -i net
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
	Subsystem: Lite-On Communications Inc QCA9565 / AR9565 Wireless Network Adapter [11ad:0612]
	Kernel driver in use: ath9k
	Kernel modules: ath9k
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
	Subsystem: Toshiba America Info Systems RTL810xE PCI Express Fast Ethernet controller [1179:fbb0]
	Kernel driver in use: r8169
	Kernel modules: r8169

Bidouilleur mais vrai débutant ...

Hors ligne

#28 Le 17/11/2019, à 19:19

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Bonjour,

C'est toujours le pilote r8169.

Lance :

sudo apt install r8168-dkms
Le 29/03/2018, moko138 a écrit :

Un retour complet doit contenir toutes les lignes,
depuis celle, entière, de la commande
jusqu'à la ligne attendant la commande suivante
, exemple :

moi@mon-pc~$: ma-commande
son retour
moi@mon-pc~$:

Faute de quoi, il manque souvent à ceux qui tentent de t'aider des éléments essentiels.

(Plus de détails dans ce message-ci Retour utilisable de commande.)

Et si tu ne veux pas divulguer ton nom d'user, tu le remplaces par "toto" ou ce que tu veux.


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

En ligne

#29 Le 17/11/2019, à 20:00

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Ok

abuntu18@abuntu18T:~$ sudo apt install r8168-dkms
[sudo] Mot de passe de abuntu18 : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
r8168-dkms est déjà la version la plus récente (8.045.08-2).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
abuntu18@abuntu18T:~$

Bidouilleur mais vrai débutant ...

Hors ligne

#30 Le 17/11/2019, à 20:03

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Que renvoie :

sudo modprobe -r r8169; sudo modprobe r8168

?


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

En ligne

#31 Le 17/11/2019, à 20:07

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

rien :

abuntu18@abuntu18T:~$ sudo modprobe -r r8169; sudo modprobe r8168
abuntu18@abuntu18T:~$ 

Bidouilleur mais vrai débutant ...

Hors ligne

#32 Le 17/11/2019, à 20:11

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Je sèche ! sad

J'ai trouvé cette page > askubuntu.com/questions/1135412/updated-to-19-04-and-no-ethernet-now, mais je ne sais pas comment l'adapter.


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

En ligne

#33 Le 17/11/2019, à 20:16

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Merci beaucoup déjà !!
Au fait : à un moment donné de nos manips, le bluetooth est apparu, c'est toujours ça de gagné ...
J'ai lu ton lien, ça me parait trop compliqué à comprendre pour le néophyte  que je suis ... dommage ... peut être qu'un autre "expert" pourra m'aider ?


Bidouilleur mais vrai débutant ...

Hors ligne

#34 Le 17/11/2019, à 20:22

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Tu as du Bluetooth ?

Montre alors :

uname -a; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
sudo service bluetooth status
dpkg -l | grep blue

et :

rfkill list all

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

En ligne

#35 Le 17/11/2019, à 22:06

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Au départ j'avais le wifi , mais rien en filaire et en bluetooth !

abuntu18@abuntu18T:~$ uname -a; lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; lsmod | grep bluetooth
Linux abuntu18T 5.0.0-36-generic #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04f2:b41a Chicony Electronics Co., Ltd 
Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[   12.780479] Bluetooth: Core ver 2.22
[   12.780512] Bluetooth: HCI device and connection manager initialized
[   12.780518] Bluetooth: HCI socket layer initialized
[   12.780522] Bluetooth: L2CAP socket layer initialized
[   12.780533] Bluetooth: SCO socket layer initialized
[   12.866623] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[   12.992015] Bluetooth: HCI UART driver ver 2.3
[   12.992019] Bluetooth: HCI UART protocol H4 registered
[   12.992020] Bluetooth: HCI UART protocol BCSP registered
[   12.992943] Bluetooth: HCI UART protocol LL registered
[   12.992945] Bluetooth: HCI UART protocol ATH3K registered
[   12.992986] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   12.993028] Bluetooth: HCI UART protocol Intel registered
[   12.993086] Bluetooth: HCI UART protocol Broadcom registered
[   12.993112] Bluetooth: HCI UART protocol QCA registered
[   12.993114] Bluetooth: HCI UART protocol AG6XX registered
[   12.993115] Bluetooth: HCI UART protocol Marvell registered
[   45.044997] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   45.045001] Bluetooth: BNEP filters: protocol multicast
[   45.045008] Bluetooth: BNEP socket layer initialized
[ 1319.209288] Bluetooth: RFCOMM TTY layer initialized
[ 1319.209297] Bluetooth: RFCOMM socket layer initialized
[ 1319.209312] Bluetooth: RFCOMM ver 1.11
[    0.170931] Spectre V2 : Enabling Restricted Speculation for firmware calls
toshiba_bluetooth      20480  0
bluetooth             557056  17 btrtl,btqca,btintel,hci_uart,btbcm,bnep,ath3k,btusb,rfcomm
ecdh_generic           28672  1 bluetooth
abuntu18@abuntu18T:~$

Bidouilleur mais vrai débutant ...

Hors ligne

#36 Le 17/11/2019, à 22:08

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Ensuite ça reste bloqué avec la deuxième ligne que j'ai lancé :


abuntu18@abuntu18T:~$ sudo service bluetooth status
[sudo] Mot de passe de abuntu18 : 
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
   Active: active (running) since Sat 2019-11-16 19:42:23 CET; 1 day 2h ago
     Docs: man:bluetoothd(8)
 Main PID: 1828 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 2191)
   CGroup: /system.slice/bluetooth.service
           └─1828 /usr/lib/bluetooth/bluetoothd

nov. 16 19:42:22 abuntu18T systemd[1]: Starting Bluetooth service...
nov. 16 19:42:23 abuntu18T bluetoothd[1828]: Bluetooth daemon 5.48
nov. 16 19:42:23 abuntu18T systemd[1]: Started Bluetooth service.
nov. 16 19:42:23 abuntu18T bluetoothd[1828]: Starting SDP server
nov. 16 19:42:23 abuntu18T bluetoothd[1828]: Bluetooth management interface 1.14
nov. 16 20:03:36 abuntu18T bluetoothd[1828]: Endpoint registered: sender=:1.42 p
nov. 16 20:03:36 abuntu18T bluetoothd[1828]: Endpoint registered: sender=:1.42 p
nov. 17 19:17:29 abuntu18T bluetoothd[1828]: Endpoint unregistered: sender=:1.42
nov. 17 19:17:29 abuntu18T bluetoothd[1828]: Endpoint unregistered: sender=:1.42
lines 1-19/19 (END)...skipping...
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2019-11-16 19:42:23 CET; 1 day 2h ago
     Docs: man:bluetoothd(8)
 Main PID: 1828 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 2191)
   CGroup: /system.slice/bluetooth.service
           └─1828 /usr/lib/bluetooth/bluetoothd

nov. 16 19:42:22 abuntu18T systemd[1]: Starting Bluetooth service...
nov. 16 19:42:23 abuntu18T bluetoothd[1828]: Bluetooth daemon 5.48
nov. 16 19:42:23 abuntu18T systemd[1]: Started Bluetooth service.
nov. 16 19:42:23 abuntu18T bluetoothd[1828]: Starting SDP server
nov. 16 19:42:23 abuntu18T bluetoothd[1828]: Bluetooth management interface 1.14 initialized
nov. 16 20:03:36 abuntu18T bluetoothd[1828]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource
nov. 16 20:03:36 abuntu18T bluetoothd[1828]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink
nov. 17 19:17:29 abuntu18T bluetoothd[1828]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSource
nov. 17 19:17:29 abuntu18T bluetoothd[1828]: Endpoint unregistered: sender=:1.42 path=/MediaEndpoint/A2DPSink
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)

Est ce que je dois forcer la fermeture du Terminal ?


Bidouilleur mais vrai débutant ...

Hors ligne

#37 Le 17/11/2019, à 22:11

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Bon , ben j'ai fermé le terminal puis je l'ai rouvert pour faire la suite :

abuntu18@abuntu18T:~$ dpkg -l | grep blue
ii  bluez                                      5.48-0ubuntu3.2                              amd64        Bluetooth tools and daemons
ii  bluez-cups                                 5.48-0ubuntu3.2                              amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                5.48-0ubuntu3.2                              amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-1.0:amd64            3.28.0-2ubuntu0.2                            amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth                            3.28.0-2ubuntu0.2                            amd64        GNOME Bluetooth tools
ii  libbluetooth3:amd64                        5.48-0ubuntu3.2                              amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth13:amd64                 3.28.0-2ubuntu0.2                            amd64        GNOME Bluetooth tools - support library
ii  pulseaudio-module-bluetooth                1:11.1-1ubuntu7.2                            amd64        Bluetooth module for PulseAudio sound server
abuntu18@abuntu18T:~$ 

Bidouilleur mais vrai débutant ...

Hors ligne

#38 Le 17/11/2019, à 22:13

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Et le dernier pour la route :

abuntu18@abuntu18T:~$ rfkill list all
0: Toshiba Bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
abuntu18@abuntu18T:~$ 

Bidouilleur mais vrai débutant ...

Hors ligne

#39 Le 17/11/2019, à 22:18

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Rien de probant.

Je me sers des messages d'erreurs pour faire des recherches.

moko138 a écrit :

2.c  La réponse complète du système à la commande donne généralement de précieuses informations. Quand c'est un message d'erreur, il contient neuf fois sur dix la solution.

dans le tutoriel > Retour utilisable de commande


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

En ligne

#40 Le 18/11/2019, à 19:44

Victor Pivert

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

neutralsad neutral

Dernière modification par Victor Pivert (Le 18/11/2019, à 19:45)


Bidouilleur mais vrai débutant ...

Hors ligne

#41 Le 18/11/2019, à 19:48

xubu1957

Re : Connexion filaire disparue sur Toshiba NB10-A-125 / Ubuntu 18 LTS

Bonsoir,

Montre :

lsmod | sort

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

En ligne