LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-02-2021, 03:49 AM   #1
Leviathan42
Member
 
Registered: Dec 2019
Distribution: Manjaro
Posts: 51

Rep: Reputation: Disabled
No Wifi and Bluetooth in system tray (KDE, Manjaro)


As the title says, the wifi and bluetooth symbol wont show up in my system tray after i reinstalled my distro. I already found out that i had to manually install plasma-nm but even after that it didnt work. Both things work fine inside the live-usb and on Windows, so i can rule out any hardware issues.

Here you have the outputs of lspci, ifconfig and iwconfig:

lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d4)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 04)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106M [GeForce GTX 770M] (rev ff)
01:00.1 Audio device: NVIDIA Corporation GK106 HDMI Audio Controller (rev ff)
03:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller (rev 13)
04:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)

ifconfig
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.203 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::8e89:a5ff:fe0c:5cfe prefixlen 64 scopeid 0x20<link>
ether 8c:89:a5:0c:5c:fe txqueuelen 1000 (Ethernet)
RX packets 3643471 bytes 3678112738 (3.4 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 240391 bytes 32453142 (30.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 18

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 8 bytes 400 (400.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8 bytes 400 (400.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlp4s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 0c:84:dc:03:ae:53 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

iwconfig
lo no wireless extensions.

enp3s0 no wireless extensions.

wlp4s0 IEEE 802.11 ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm
Retry short limit:7 RTS thrff Fragment thrff
Power Managementff

Last edited by Leviathan42; 10-02-2021 at 03:52 AM.
 
Old 10-02-2021, 01:04 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
It appears your wired ethernet has an IP address, do you have communication with your netowrk?

Your wireless adapter is probably your bluetooth adapter also. The ath9k driver is listed as the correct driver. Is it loaded? If not, as root, ( or sudo ) you can load it. The other possibility is missing or down level firmware.

You have not told us if they worked before on the same hadrware system and same level of operating system. So, exactly, what version oversion of Manjaro are you running?
 
Old 10-02-2021, 01:27 PM   #3
Leviathan42
Member
 
Registered: Dec 2019
Distribution: Manjaro
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
It appears your wired ethernet has an IP address, do you have communication with your netowrk?
yes, wired internet works fine.

Quote:
Originally Posted by camorri View Post
Your wireless adapter is probably your bluetooth adapter also. The ath9k driver is listed as the correct driver. Is it loaded? If not, as root, ( or sudo ) you can load it. The other possibility is missing or down level firmware.
how can i load it or check whether it is?

Quote:
Originally Posted by camorri View Post
You have not told us if they worked before on the same hadrware system and same level of operating system. So, exactly, what version oversion of Manjaro are you running?
21.1.4
 
Old 10-02-2021, 04:03 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
how can i load it or check whether it is?
The lsmod command will list the loaded modules. Look for ath9k.
 
Old 10-02-2021, 04:12 PM   #5
Leviathan42
Member
 
Registered: Dec 2019
Distribution: Manjaro
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
The lsmod command will list the loaded modules. Look for ath9k.
found it:

ath9k 188416 0
ath9k_common 40960 1 ath9k
ath9k_hw 544768 2 ath9k_common,ath9k
 
Old 10-02-2021, 06:02 PM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
What have you done to configure the wi-fi adapter?

If you run the lsmod command like this:

Code:
lsmod | grep blue
bluetooth             503808  39 btrtl,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  1 bluetooth
rfkill                 28672  5 bluetooth
do you see something similar for bluetooth?

Last edited by camorri; 10-02-2021 at 06:04 PM.
 
Old 10-02-2021, 06:03 PM   #7
Leviathan42
Member
 
Registered: Dec 2019
Distribution: Manjaro
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
What have you done to configure the wi-fi adapter?
Nothing special. It should usually work out of the box after setting up the distro.
 
Old 10-02-2021, 06:07 PM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Nothing special.
That means you are relaying on getting an address via dhcp from your router.

Have you any other wireless devices working?
 
Old 10-02-2021, 06:13 PM   #9
Leviathan42
Member
 
Registered: Dec 2019
Distribution: Manjaro
Posts: 51

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
That means you are relaying on getting an address via dhcp from your router.
To get an ip address via dhcp i'd first need to be able to connect to my router, which i am not able to do via wifi. lol
Quote:
Originally Posted by camorri View Post
Have you any other wireless devices working?
As mentioned, my wifi works fine when i boot either windows or a live-usb.

Last edited by Leviathan42; 10-02-2021 at 06:15 PM.
 
Old 10-02-2021, 07:17 PM   #10
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
The fact it works in windows and from the live usb tells me the device is working fine.

We just need to identify it to make sure the proper driver is installed.
Please post the output of "inxi -Nxx" You may need to install inxi first.
Also the output of "uname -a"

Please post everything you copy from the screen within code tags so it retains the formatting you see on the screen. The code tag is gotten by using the # seen on the top bar after you select the "go advanced" button at the bottom of the text window where you enter your post.
 
Old 10-02-2021, 07:51 PM   #11
Leviathan42
Member
 
Registered: Dec 2019
Distribution: Manjaro
Posts: 51

Original Poster
Rep: Reputation: Disabled
Code:
Network:   Device-1: Qualcomm Atheros Killer E220x Gigabit Ethernet vendor: Micro-Star MSI driver: alx v: kernel port: d000 
           bus-ID: 03:00.0 chip-ID: 1969:e091 
           Device-2: Qualcomm Atheros AR9462 Wireless Network Adapter 
           vendor: Rivet Networks Killer Wireless-N 1202 Half-size Mini PCIe Card driver: ath9k v: kernel port: d000 
           bus-ID: 04:00.0 chip-ID: 168c:0034
Code:
Linux abyss 5.14.7-2-MANJARO #1 SMP PREEMPT Wed Sep 22 12:22:56 UTC 2021 x86_64 GNU/Linux
 
Old 10-02-2021, 08:55 PM   #12
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
I did some searching using the info you provided for that qualcom atheros wifi card and found this. The driver used (ath9k) seems the proper one for most of the atheros cards.
https://forum.manjaro.org/t/slow-int...-adapter/43610

There are many other links for similar issues.
Apparently there is an issue with using bluetooth and wifi at the same time on the atheros wifi chips in Linux.

I have a similar card and have never had an issue with mine, but I also never have tried using bluetooth with my laptop.

I would suggest that you make certain you have disabled bluetooth then see if the wifi will work properly.
 
Old 10-03-2021, 04:34 AM   #13
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
To get an ip address via dhcp i'd first need to be able to connect to my router, which i am not able to do via wifi.
No, that is not how it works. If your system activates the wi-fi link, and dhcp is the default, it puts out a broadcast message looking for a dhcp server. Assuming the server is working, it will return an IP address for the system to use. This is all done using MAC ( burned addressing ). You do not need an IP address to get an IP address. Same on any system using dhcp.

Last edited by camorri; 10-03-2021 at 04:35 AM.
 
Old 10-03-2021, 10:16 AM   #14
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by camorri View Post
No, that is not how it works. If your system activates the wi-fi link, and dhcp is the default, it puts out a broadcast message looking for a dhcp server. Assuming the server is working, it will return an IP address for the system to use. This is all done using MAC ( burned addressing ). You do not need an IP address to get an IP address. Same on any system using dhcp.
Not quite how it works with wifi (although correct with ethernet).
The OP is correct in that the wifi link has to be functional before an address can be assigned with DHCP.

The PC first looks for a wifi access point. If available then it checks if it already has credentials for that AP. If it has credentials it will ask for the connection to be established. If it does not have the credential then it will not try to connect. The wifi card has to be functional and communication possible before the connection can be established. Signal strength and quality are critical.

Only when it actually authenticates the credentials and communication is established does it do the DHCP handshake. The AP will not respond to a DHCP request until it has authenticated the connection request and already approved the connection.

If the AP is unknown to the PC then the user has to initiate the connection request.

Ethernet is hardwired so authentication is normally not required there. Wifi has 2 steps involved: first the authentication followed by DHCP.

Last edited by computersavvy; 10-03-2021 at 10:20 AM.
 
Old 10-03-2021, 10:39 AM   #15
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
computersavvy,

Thank-you for the clarification on wi-fi; authentification.

Since the OP stated he/she has not done any configuration, it has no chance of working unless this is a wide open access point. ( Not even sure if that exists ).

Possibly the OP needs to let us know a little bit about the sccess point that is being used.
 
  


Reply

Tags
kde, manjaro, plasma-nm, wifi



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Bluetooth adapter not found in Manjaro XFCE with Ralink corp. RT3290 Bluetooth controller dhatwalia Linux - Newbie 2 10-13-2018 05:57 AM
No Bluetooth Tray Icon in lxde debian after installing gnome-bluetooth etc noalternative Linux - Software 2 05-11-2014 11:03 AM
tray icons showing on desktop instead of tray cjae Linux - General 3 09-21-2006 06:27 PM
Things for KDE system tray in gnome system tray Boffy Linux - General 3 09-17-2004 07:56 AM
Cups says "Media tray empty!" but I have +50 sheets of paper in tray... r_jensen11 Linux - Hardware 8 09-07-2004 10:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration