Dernier message de la page précédente :
Bonjour,Le inxi -n, c'est après l'installation? Si oui j'ai bien peur que la carte ethernet soit hs...Je viens d'installer la version 22.2 zara. Toujours pareil.
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:
Extrait de: https://www.cnx-software.com/2024/11/26 ... t-mini-pc/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
sous: "Networking performance (GbE and WiFi 6)"
Apparemment il faut installer un pilote de github pour linux.
