MINT 17.2 wireless problem

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
ged

MINT 17.2 wireless problem

Post by ged »

hello, i just installed mint, with great problem as i am clueless, and my wireless simply doesn't work

i tried

rfkill list all
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

it seems i may be missing some proprietary drivers as my laptop cant see my wireless adapter

please help
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: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: MINT 17.2 wireless problem

Post by JeremyB »

In terminal

Code: Select all

lspci -nnk | grep -iA2 net
Post results
ged

Re: MINT 17.2 wireless problem

Post by ged »

lspci -nnk | grep -iA2 net
02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
Subsystem: Intel Corporation Device [8086:2110]
03:00.0 Ethernet controller [0200]: Qualcomm Atheros QCA8171 Gigabit Ethernet [1969:10a1] (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:11c9]
Kernel driver in use: alx
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: MINT 17.2 wireless problem

Post by JeremyB »

That takes a bit of work in terminal

Code: Select all

sudo apt-get install build-essential
wget https://mirrors.edge.kernel.org/pub/linux/kernel/projects/backports/stable/v4.14-rc2/backports-4.14-rc2-1.tar.gz
tar -zxvf backports-4.14-rc2-1.tar.gz
cd backports-4.14-rc2-1
make defconfig-wifi
make
sudo make install
cd /lib/firmware
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/iwlwifi-3168-22.ucode
Reboot

After a kernel update, if you do them, you will need to

Code: Select all

cd backports-4.14-rc2-1
make clean
make defconfig-wifi
make
sudo make install
And reboot
ged

Re: MINT 17.2 wireless problem

Post by ged »

wireless now works, thank you
Locked

Return to “Networking”