Please advise (not an expert, please keep it clear and simple):
I installed Ubuntu 18.4 on my HP 15 laptop. Everything else I managed to fix but Ubuntu does not find WIFI. I googled and tried several suggested solutions but the solutions I tried did not work did not work because there are "broken packages".
How do I
- Fix broken packages?
- Fix WiFi?
ifconfig
installed on the machine? Try runningifconfig
in a terminal and add the output to your question. – Chris Sullivan Jan 02 '19 at 19:30sudo apt install net-tools
I did that. This is the end of the output libdvd-pkg: Checking orig.tar integrity... /usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK libdvd-pkg:
– koppuli kappilka Jan 02 '19 at 19:43apt-get check
failed, you may have broken packages. Aborting...sudo apt install --fix-broken
on a terminal window (ctrl+alt+t)? – Pablo Bianchi Jan 02 '19 at 21:31lspci -nnk | grep 0280 -A3
Welcome to Ask Ubuntu. – chili555 Jan 02 '19 at 22:16inxi -SMn && lspci -nnk | grep 0280 -A3
(what @chili555 asked and a little more). – Pablo Bianchi Jan 04 '19 at 18:43