[Solved] Mint 18.1 - Wireless card not detected

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
Potiron

[Solved] Mint 18.1 - Wireless card not detected

Post by Potiron »

Hello everyone,

I just bought a new laptop and installed Linux Mint 18.1 with Cinnamon and the wireless card is not detected, there is no option for wifi anywhere. However the bluethooth works great and the wifi symbol led is on. I guess it is problem of drivers but i couldn't find anything on the web. Here is the result of some commands :
inxi -Fx

Code: Select all

System:    Host: MSI Kernel: 4.4.0-66-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.2.7 (Gtk 3.18.9-1ubuntu3.2) Distro: Linux Mint 18.1 Serena
Machine:   Mobo: Micro-Star model: MS-16J9 v: REV:1.0
           Bios: American Megatrends v: E16J9IMS.309 date: 11/28/2016
CPU:       Quad core Intel Core i7-7700HQ (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 22466
           clock speeds: max: 2801 MHz 1: 800 MHz 2: 1600 MHz 3: 800 MHz 4: 1200 MHz
           5: 800 MHz 6: 800 MHz 7: 800 MHz 8: 800 MHz
Graphics:  Card-1: Intel Device 591b bus-ID: 00:02.0
           Card-2: NVIDIA Device 1c8c bus-ID: 01:00.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.02hz
           GLX Renderer: Mesa DRI Intel Kabylake GT2
           GLX Version: 3.0 Mesa 11.2.0 Direct Rendering: Yes
Audio:     Card Intel Device a171 driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.4.0-66-generic
Network:   Card-1: Intel Device 24fb bus-ID: 02:00.0
           IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
           Card-2: Qualcomm Atheros Device e0b1 port: d000 bus-ID: 03:00.0
           IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
Drives:    HDD Total Size: 1128.2GB (0.6% used)
           ID-1: /dev/sda model: TOSHIBA_THNSNJ12 size: 128.0GB
           ID-2: /dev/sdb model: HGST_HTS721010A9 size: 1000.2GB
Partition: ID-1: / size: 118G used: 6.4G (6%) fs: ext4 dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 32.0C mobo: 27.8C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 228 Uptime: 7 min Memory: 849.6/7901.1MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.461) inxi: 2.2.35 
iwconfig

Code: Select all

lo        no wireless extensions.

enp0s20f0u4  no wireless extensions.
ifconfig

Code: Select all

enp0s20f0u4 Link encap:Ethernet  HWaddr 8a:2c:e1:92:bc:b7  
          inet addr:192.168.42.123  Bcast:192.168.42.255  Mask:255.255.255.0
          inet6 addr: fe80::aaf3:33a4:bc7e:50ec/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:124264 errors:1 dropped:0 overruns:0 frame:1
          TX packets:74741 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:176998513 (176.9 MB)  TX bytes:9050539 (9.0 MB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:609 errors:0 dropped:0 overruns:0 frame:0
          TX packets:609 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:55867 (55.8 KB)  TX bytes:55867 (55.8 KB)
Any help is appreciated
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Mint 18.1 - Wireless card not detected

Post by kc1di »

Hi Potiron and Welcome to Linux Mint,

could you issue the following commands in a terminal and post the output here -

Code: Select all

lspci | grep -i wireless
and

Code: Select all

rfkill list
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Potiron

Re: Mint 18.1 - Wireless card not detected

Post by Potiron »

Hi kc1di thanks :), here are the results :

lspci | grep -i wireless --> no output

rfkill list :

Code: Select all

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Mint 18.1 - Wireless card not detected

Post by JeremyB »

I know your ethernet doesn't work but could you plug it in if it did?
Potiron

Re: Mint 18.1 - Wireless card not detected

Post by Potiron »

Hi JeremyB,

I just tried and the cable is not detected.
When i use my phone to connect to the internet by usb and sharing connection, the system acts like I am connected by ethernet, but i guess it is normal.
User avatar
kc1di
Level 18
Level 18
Posts: 8175
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Mint 18.1 - Wireless card not detected

Post by kc1di »

is there a setting in you bios that turns on/off your wireless and or your Ethernet?
Because there is no wireless card shown at all at this point.
in your first post it shows a Qalcom Device but gives no clue as to which one it is.
Can you give us a little more info on the machine type. Manufacturer , model etc.
Can you still connect via you phone?
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Mint 18.1 - Wireless card not detected

Post by JeremyB »

Since you can tether with your phone

Code: Select all

sudo apt-get update && sudo apt-get install linux-generic-hwe-16.04

Code: Select all

wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.161.1_all.deb

Code: Select all

sudo dpkg -i linux-firmware_1.161.1_all.deb
Reboot and the wifi should work
Potiron

Re: Mint 18.1 - Wireless card not detected

Post by Potiron »

My laptop is a MSI GE62 7RE.
I did as you said JeremyB and it works now!
Thanks a lot!
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: [Solved] Mint 18.1 - Wireless card not detected

Post by JeremyB »

Post new inxi -Fxz results as I would like to see if the wired internet is supported with the 4.8 kernel
Potiron

Re: [Solved] Mint 18.1 - Wireless card not detected

Post by Potiron »

Here are the results of inxi -Fxz :

Code: Select all

System:    Host: MSI Kernel: 4.8.0-41-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.2.7 (Gtk 3.18.9-1ubuntu3.2)
           Distro: Linux Mint 18.1 Serena
Machine:   Mobo: Micro-Star model: MS-16J9 v: REV:1.0
           Bios: American Megatrends v: E16J9IMS.309 date: 11/28/2016
CPU:       Quad core Intel Core i7-7700HQ (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 22400
           clock speeds: max: 3800 MHz 1: 799 MHz 2: 799 MHz 3: 799 MHz
           4: 815 MHz 5: 3120 MHz 6: 800 MHz 7: 799 MHz 8: 1060 MHz
Graphics:  Card-1: Intel Device 591b bus-ID: 00:02.0
           Card-2: NVIDIA Device 1c8c bus-ID: 01:00.0
           Display Server: X.Org 1.18.4 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.02hz
           GLX Renderer: Mesa DRI Intel Kabylake GT2
           GLX Version: 3.0 Mesa 11.2.0 Direct Rendering: Yes
Audio:     Card Intel Device a171 driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.8.0-41-generic
Network:   Card-1: Intel Device 24fb driver: iwlwifi bus-ID: 02:00.0
           IF: wlp2s0 state: up speed: N/A duplex: N/A mac: <filter>
           Card-2: Qualcomm Atheros Device e0b1
           driver: alx port: d000 bus-ID: 03:00.0
           IF: enp3s0 state: down mac: <filter>
Drives:    HDD Total Size: 1128.2GB (1.7% used)
           ID-1: /dev/sda model: TOSHIBA_THNSNJ12 size: 128.0GB
           ID-2: /dev/sdb model: HGST_HTS721010A9 size: 1000.2GB
Partition: ID-1: / size: 118G used: 12G (11%) fs: ext4 dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 34.0C mobo: 27.8C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 264 Uptime: 3 min Memory: 887.8/7900.6MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.461) inxi: 2.2.35
And the connection with ethernet cable works also.
YuvalH

Re: [Solved] Mint 18.1 - Wireless card not detected

Post by YuvalH »

Hi All,
I know this is marked as Solved, but I'm having the same problem (I think - I am very very new to Linux/Mint). I have tried to adapt the solution below to my HP but to no avail. Please see below details. I do not know what other info would be useful so please advise. Your assistance is much appreciated in advance!

yh@yh-HP-Laptop-15-bw0xx:~$ inxi -Fxz
System: Host: yh-HP-Laptop-15-bw0xx Kernel: 4.15.0-34-generic x86_64
bits: 64 gcc: 7.3.0
Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-1ubuntu1)
Distro: Linux Mint 19 Tara
Machine: Device: laptop System: HP product: HP Laptop 15-bw0xx v: Type1ProductConfigId serial: N/A
Mobo: HP model: 8330 v: 27.26 serial: N/A
UEFI [Legacy]: Insyde v: F.11 date: 07/05/2017
Battery BAT1: charge: 26.3 Wh 64.6% condition: 40.6/41.6 Wh (98%)
model: Hewlett-Packard PABAS0241231 status: Charging
CPU: Dual core AMD A6-9220 RADEON R4 5 COMPUTE CORES 2C+3G (-MCP-)
arch: Excavator rev.0 cache: 2048 KB

flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 9981
clock speeds: max: 2500 MHz 1: 1827 MHz 2: 1486 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] Device 98e4 bus-ID: 00:01.0
Display Server: x11 (X.Org 1.19.6 )
drivers: ati,amdgpu (unloaded: modesetting,fbdev,vesa,radeon)
Resolution: 1366x768@60.00hz
OpenGL: renderer: AMD STONEY (DRM 3.23.0 / 4.15.0-34-generic, LLVM 6.0.0)
version: 4.5 Mesa 18.0.0-rc5 Direct Render: Yes
Audio: Card-1 Advanced Micro Devices [AMD] Device 157a
driver: snd_hda_intel bus-ID: 00:09.2
Card-2 Advanced Micro Devices [AMD/ATI] Device 15b3
driver: snd_hda_intel bus-ID: 00:01.1
Sound: Advanced Linux Sound Architecture v: k4.15.0-34-generic
Network: Card-1: Realtek RTL8111/8168/8411 PCIE Gigabit Ethernet Controller
driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 02:00.0
IF: enp2s0 state: down mac: <filter>
Card-2: Realtek Device d723 port: 2000 bus-ID: 03:00.0
IF: N/A state: N/A speed: N/A duplex: N/A mac: N/A
Drives: HDD Total Size: 1000.2GB (2.1% used)
ID-1: /dev/sda model: WDC_WD10JPVX size: 1000.2GB
Partition: ID-1: / size: 20G used: 12G (63%) fs: ext4 dev: /dev/sda6
ID-2: /home size: 412G used: 331M (1%) fs: ext4 dev: /dev/sda8
ID-3: swap-1 size: 8.19GB used: 0.00GB (0%)
fs: swap dev: /dev/sda7
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 34.0C mobo: 20.0C gpu: 33.0
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 182 Uptime: 6 min Memory: 1002.5/3895.6MB
Init: systemd runlevel: 5 Gcc sys: 7.3.0
Client: Shell (bash 4.4.191) inxi: 2.3.56
User avatar
Pierre
Level 21
Level 21
Posts: 13215
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: [Solved] Mint 18.1 - Wireless card not detected

Post by Pierre »

YuvalH wrote: Fri Sep 21, 2018 10:45 pm Hi All,
I know this is marked as Solved, but I'm having the same problem (I think - I am very very new to Linux/Mint). I have tried to adapt the solution below to my HP but to no avail. Please see below details. I do not know what other info would be useful so please advise. Your assistance is much appreciated in advance!

it would be prudent to restate your issue, in a New Thread,
and thus also give some extra details, about, just what is Not Happening.
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
YuvalH

Re: [Solved] Mint 18.1 - Wireless card not detected

Post by YuvalH »

Okay, noted.

I'll do that. Thanks for letting me know
Locked

Return to “Networking”