Wifi Connection Problem for Thinkpad E570 Model

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nightxlord

Wifi Connection Problem for Thinkpad E570 Model

Post by nightxlord »

I tried everything on forum that provided how to fix the wifi connection for Linux Mint Cinnamon 18.1.
But I still do not get the wireless working at all. The only thing that are working is that I have to connect the LAN cable for it.
Please help Me!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by JeremyB »

Please open a terminal and enter

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
Then find the wireless-info.txt file it creates, paste the contents to pastebin.com and post the URL
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by JeremyB »

Are you planning on installing LM18 as that is the only way that I can get it to work?
nightxlord

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by nightxlord »

I already install LM18 on my system, and it is does not work at all
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by JeremyB »

The boot parameters looked like the ISO and not installed to a hard drive. If it is installed to a hard drive

Code: Select all

sudo apt-get install git build-essential linux-headers-generic linux-firmware

Code: Select all

git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git -b release/LinuxCore24

Code: Select all

cd backport-iwlwifi

Code: Select all

make defconfig-iwlwifi-public

Code: Select all

sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config

Code: Select all

make -j4

Code: Select all

sudo make install
reboot
nightxlord

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by nightxlord »

I tried the steps that you gave to me. However, the wifi does not work at all.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by JeremyB »

Please post results for

Code: Select all

lspci -nnk | grep -iA3 net; dmesg | grep iwl
proxy89

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by proxy89 »

Thanks, backport-iwlwifi works for me.
Sorry for asking stupid question but why there is no driver for wifi out of the box?
User avatar
Moem
Level 22
Level 22
Posts: 16235
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Wifi Connection Problem for Thinkpad E570 Model

Post by Moem »

proxy89 wrote:why there is no driver for wifi out of the box?
There is, for a lot of different hardware. Just not for ALL the hardware.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Locked

Return to “Networking”