Bonjour,
suite à l'installation d'ubuntu 18.04, la carte wifi ainsi que le carte graphique ne sont pas détectée.
J'ai désactivé le secure boot dans le bios et activé les paramètres linux sur windows 10 mais pas de changement non plus;
Le bluetooth fonctionne parfaitement et je me connecte la via USB et mon téléphone.
Voici le contenu du wifi check :
echo
# cat /etc/lsb-release
echo -e "\n>> cat /etc/lsb-release \n"
cat /etc/lsb-release
# lsusb
echo -e "\n>> lsusb \n"
lsusb
# lspci -k -nn | grep -A 3 -i net
echo -e "\n>> lspci -k -nn | grep -A 3 -i net \n"
lspci -k -nn | grep -A 3 -i net
# sudo lshw -C network
echo -e "\n>> sudo lshw -C network \n"
sudo lshw -C network
# lsmod
echo -e "\n>> lsmod | sort \n"
lsmod | sort
echo
echo
# iwconfig
echo -e "\n>> iwconfig \n"
iwconfig
# ifconfig -a (merci à toutafai)
echo -e "\n>> ifconfig -a \n"
ifconfig -a
# sudo iwlist scan
echo -e "\n>> sudo iwlist scan \n"
sudo iwlist scan
# uname -r -m
echo -e "\n>> uname -r -m \n"
uname -r -m
# cat /etc/network/interfaces
echo -e "\n>> cat /etc/network/interfaces \n"
cat /etc/network/interfaces
# nm-tool
echo -e "\n>> nm-tool \n"
nm-tool
# nmcli dev wifi
echo -e "\n>> nmcli dev wifi \n"
nmcli dev wifi
# nmcli connection
echo -e "\n>> nmcli connection list (< 15.04) ou nmcli connection show (>= 15.04) \n"
nmcli c show 2>/dev/null || nmcli c list
# nmcli connection status
echo -e "\n>> nmcli connection status \n"
nmcli c status
# sudo rfkill list
echo -e "\n>> sudo rfkill list \n"
sudo rfkill list
echo
exec >&3-
Avez-vous une solution ?
Je vous remercie
Paul