I just got my new XPS 15 Laptop.
The problem now is that I installed ubuntu as soon as I got it, then I realized that I don't have an internet connection.
Image of settings
So I went searching.
I found this site on which step 3 seemed helpful to me. So I tried installing the packages to a thumb drive with the sudo download ...
command. On the XPS I then tried to install them with sudo dpkg -i ...
This gave me the error
dpkg: dependency problems prevent configuration of build-essential:
build-essential depends on libc6-dev | libc-dev: however:
Package libc6-dev in not installed.
...
...
dpkg: error processing package build-essential (--install):
dependency problems - leaving unconfigured
I also tried to install the Linux OEM thing which also gave me a similar error message. If it helps here the full error messages.
When I type in lspci -nnk | grep 0280 -A3
I get
0000:00:14.3 Network controller [0280]: Intel Corporation Device [8086:43f0] (rev 11)
Subsystem: Bigfoot Networks, Inc. Device [1a56:1651]
Kernel modules iwlwifi
0000:00:15.0 Serial bus controller [0c80]: INtel Corporation Device [8086:43e8] (rev 11)
lsb_release
gives me:
No LSB modules are available.
Distributor ID : Ubuntu
Description: Ubuntu 20.02.2 LTS
Release: 20.04
Codename: focal
uname -r
is
5.8.0-43-generic
I also tried to install the things explained here. But when I install the packages on my laptop I get many of those dpkg: dependency problem
errors and then a Errors were encountered while processing:
with a list of all things that didn't work/couldn't be installed (this all happened on my offline laptop with the 4th last code line on this website)
I would like to know if
- Am I on the right track so do I even have to install a driver or what do I need to do to have WiFi
- is this the right thing to do to install my driver and
- What do I have to do to get rid of that error
I'm rather new to the whole linux world so please don't judge me if I didn't find the most obvious answer by googling and I now have to ask here...
Thanks in advance for your responses