Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

WiFi FAILS using "plasma-widget-networkmanagement"

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
jaja
Posts: 53
Joined: 2016-01-25 00:20
Has thanked: 1 time

WiFi FAILS using "plasma-widget-networkmanagement"

#1 Post by jaja »

Hello, and thanks for the help.

In Debian Jessie KDE, after installing the KDE WiFi package named "plasma-widget-networkmanagement", Firefox FAILS to connect using the WiFi adaptor.

I'm perplexed because:
- the "Network Management" Widget shows a successful WiFi network connection;
- Conky shows a successful WiFi network connection (including IP address).
So the WiFi connection is working at some level.

To determine if the user is missing group permission to access the WiFi network, I tried:
- sudo adduser <username> netdev
But Firefox still FAILS to connect.
So it is not a group permission problem.

To determine if this failure is a package problem:
- I uninstalled the KDE WiFi package named "plasma-widget-networkmanagement".
- I installed a more primitive WiFi package named "wicd".
Using the WiFi package named "wicd", Firefox SUCCESSFULLY connects using the WiFi adaptor.
So it is a package problem. But why does the primitive package work, while the more advanced KDE package fails?

How do I get the WiFi to work using the KDE package named "plasma-widget-networkmanagement"?

Again, thanks for the help.

-------------

Below is how I did the tests:

<Fresh install of Debian Jessie KDE>

<Firefox SUCCESSFULLY connects using wired ethernet>

<turn power "on" to WiFi/BlueTooth transceivers using notebooks mechanical switch>
<su root>
apt-get update && apt-get install --yes plasma-widget-networkmanagement
adduser <username> netdev
<disconnect cable from wired ethernet port to force WiFi connection>
reboot
<add "Network Management" widget to toolbar>
<open "Network Management" widget>
<select network>
Connect
<enter password>
<widget shows successful WiFi connection>
<Firefox FAILS to connect using WiFi adaptor>

Post Reply