Page 2 sur 2

Re: Perte parametrage connection Ethernet

Posté : mer. 3 sept. 2025 16:05
par tescan

Dernier message de la page précédente :

Bonjour,
Je viens d'installer la version 22.2 zara. Toujours pareil.
Le inxi -n, c'est après l'installation? Si oui j'ai bien peur que la carte ethernet soit hs...
Si ça fonctionnait avant ta manip, à l'installation de mint ça aurai dû se remettre d'équerre...
Et sur un mini pc, pas de bus pci? Tu peux te dépanner avec un convertisseur ethernet <-> usb

Edit: j'avais zappé que ça fonctionnait sous win...
En fouinant j'ai trouvé ça:
The first problem is that Ethernet does not work as while the Motorcomm YT6801 controller is detected, there’s no driver in use as reported by inxi. Luckily, there’s a driver on GitHub that we can install relatively easily on Ubuntu:

sudo apt install build-essential dkms
wget https://github.com/dante1613/Motorcomm- ... -1_all.deb
sudo dpkg -i tuxedo-yt6801_1.0.28-1_all.deb
echo yt6801 | sudo tee -a /etc/modules
sudo depmod
sudo reboot

Now that we have a gigabit Ethernet connection, we can run the test with iperf3
Extrait de: https://www.cnx-software.com/2024/11/26 ... t-mini-pc/
sous: "Networking performance (GbE and WiFi 6)"
Apparemment il faut installer un pilote de github pour linux.

Re: Perte parametrage connection Ethernet

Posté : mer. 3 sept. 2025 18:13
par bb83
Image

Ca y est je crois avoir une solution: j'ai installé un driver trouvé sur un forum linux mint en anglais.
Ca fonctionne! je n'en reviens pas.
Merci à tous.

Re: Perte parametrage connection Ethernet

Posté : mer. 3 sept. 2025 18:14
par bb83
Question: comment on clôture un sujet?
Merci

Re: Perte parametrage connection Ethernet

Posté : jeu. 4 sept. 2025 14:20
par bb83
Merci encore.