Wifi Issues

Issues related to configuring your network
Post Reply
ozunasawai4
Posts: 1
Joined: 2020/03/17 07:24:49

Wifi Issues

Post by ozunasawai4 » 2020/03/17 07:27:54

Hi,

I just got a new laptop (HP Elitebook 840 G6) from the university with CentOS 7 installed on it. I can get access to internet with an Ethernet wire, however I need the wifi to work on this laptop.

I tried installing networkmanager-wifi.x86_64 and it was already installed. The issue seems to come from a shortcut which should work on windows but not on CentOS: on my keyboard (F11) is also use to disable or enable Wifi using 'Fn' key. However, the light is always orange when I boot the laptop. Is there a way to fix that?

Thank you in advance

bonedome
Posts: 201
Joined: 2017/04/22 08:11:04

Re: Wifi Issues

Post by bonedome » 2020/03/20 18:21:00

Hello
it's probably the wireless driver/module that's missing or not enabled.
Check the output of

Code: Select all

lspci
and look for Network controller, or as root

Code: Select all

lshw | grep Wireless
should tell you what wireless chip you have, post the output and someone on here will know which module you need.

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Wifi Issues

Post by TrevorH » 2020/03/20 18:32:48

Better, use lspci -nn | grep -i net and post that.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply