SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: perknh on August 17, 2014, 05:29:52 PM

Title: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 17, 2014, 05:29:52 PM
Hello SparkyLinux Forum,

I'm having a fun time here with SparkyLinux.  I'm finding Sparky's LXDE very fast and responsive.

The one problem I have is that I have no Wi-Fi connectivity.

I get the message in the panel wlan0  Connection has limited or no connectivity    When I left click I sometimes get a message that says Wireless Networks not found in range.  Then other times my secured Wi-Fi network is shown with about 90% strength.  Anyway, my computer, a Toshiba Satellite C-70, is right next to my TP-LINK 150 Mbps Wiireless N ADSL2 + Modem Router Model No.: TD-8951 ND, and I figure it should be working.

When I put in my modem router's password, nothing happens.  Also clicking on Repair does nothing either.

My SparkyLinux LXDE is updated, upgraded, and dist-upgraded, and I don't know what else to do.   :-\

Here are the results from my terminal after running pavroo's Code  lspci | grep Network:

*****@bluecat:~$ lspci | grep Network
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter (rev 01)



Thank you,

perknh
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 17, 2014, 06:24:03 PM
It's for Ubuntu, but should works for Debian too, check here:
ubuntuforums.org/showthread.php?t=2169602&page=2&p=12770984#post12770984
and download package:
152.104.125.41/downloads/downloadsView.aspx?Langid=1&PNid=48&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true#2722
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 18, 2014, 03:13:02 AM
Thank you, pavroo.

I tried innumerable times with two alternate drivers.  You had an excellent idea there, but my exact driver was not to be found.

I even went as far as blacklisting the driver, and then trying a re-install through the terminal, but I had no luck.  You may know, or know of, Kendall Weaver, CTO of Peppermint OS.  (Peppermint OS is an excellent LXDE OS with a very supportive forum too.)  Well Kendall said to me, some time ago, that there were problems with Toshiba and Linux, but he told me that things were improving with Toshiba over time.

That being said, pavroo, I believe I hit a Toshiba roadblock here!

Thank you, pavroo, for your time and research here.  I actually learned quite a bit going through the steps of that post.

Thank you,

perknh

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 18, 2014, 10:55:52 AM
Hi. Could you post the output of the "dmesg" command after trying to connect? It may be a firmware problem.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 18, 2014, 01:35:08 PM
Yes, thank you MoroS, The output from dmesg exceeded 20000 characters so I've decided to delete that incomplete and enormous post that did not seem to help you very much.

MoroS, thank you.

perknh

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 18, 2014, 01:40:23 PM
Yep, it's truncated...  :-\ Maybe you could use some online pasting service like pastebin.com.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 18, 2014, 06:02:17 PM
Thank you, MoroS.

I've read that there is a way use the dmesg command with an add-on command that could help specify information -- maybe for the firmware of which you are interested in seeing.  Do you know what I could add onto the dmesg command that would specify more clearly the information on firmware of which you are interested?

Here's what I mean:

http://www.computerhope.com/unix/dmesg.htm 

I'm sure you don't need, or want, all that info I had given you earlier.  With a little help here I might be able to be more specific while using the dmesg command.  I just don't know how to construct the command in a way that will be helpful to you.

Thank you.
perknh
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 18, 2014, 09:35:39 PM
Quote from: perknh on August 18, 2014, 06:02:17 PM
Do you know what I could add onto the dmesg command that would specify more clearly the information on firmware of which you are interested?
Just drop the whole output. Just make sure it doesn't contain anything you don't want to publish (it shouldn't). I don't know what am I looking for exactly yet. Anything that's uncommon. You could also add the /var/log/messages file (just make sure both are after you try to connect at least once). If something's not working it's those two files that I check first for anything suspicious. :) In the meantime I'll look for information about your wifi chipset. It's a RealTek chip, so it's quite common.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 18, 2014, 11:46:55 PM
Forgive me, MoroS, but since I don't know what a lot of this these things are that you are talking about, and since we're limited here to 20,000 characters.  I took the risk of sending two personal messages that only contain the output of the dmesg command --  and nothing more.

You now have the entire thing -- minus my wife's name!   ;)

By doing it this way, I thought, we won't clutter up this thread with that enormous output.  Please feel free to delete it all when you're finished looking at the output.  If you save what I sent you, you'll never have space in your inbox for anything else!

I would have edited the output for you, but I don't know what I'm editing.

MoroS, you know we've already done the most important thing we can do here: we have reported the issue.  In the long run this will help the developers working on Debian and Linux -- and that is what really counts.  You should know that I'm running fine right now with my Ethernet connection, so this is not an emergency of any kind.

Thank you very much,

perknh
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 19, 2014, 08:58:45 AM
I did some searching. Did you try to install the firmware package for Realtek cards? It's the firmware-realtek package. If you haven't already, then try it. That should work with the standard (as in non-alternative, as I don't know which one are you currently using) driver. A simple:
apt-get install firmware-realtek
and a reboot should be enough.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 12:50:53 PM
Thank you, MoroS,

Here' what I got after running that command:

*****@bluecat:~$ sudo apt-get install firmware-realtek
[sudo] password for *****:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
firmware-realtek is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 01:41:11 PM
MoroS, the previous post, where I ran the command sudo apt-get install firmware-realtek was written from my internal hard drive, where Sparky LXDE is installed. And as you can see, I was already up to date, so nothing changed concerning my wireless connectivity in Sparky.

But right now, I'm writing you from an external hard drive attached to my computer, using Peppermint OS.  And I'm writing you without being connected to an Ethernet cable at all.  I'm writing to you using my Wi-Fi connection in Peppermint!

Now a significant difference between Peppermint and Sparky is that Peppermint OS is based more directly on Lubuntu and less so on Debian.  (Although we all acknowledge that Debian is the father of Ubuntu.)

Here's my thought. I could run some tests for you here in Peppermint and then you could discover what is missing in Sparky's Debian OS.  Is this a good idea?

I just don't know what to run for you, but if this idea could help both you and pavroo make Sparky better, while helping out Debian in the mean time; I'd be glad to do whatever I can if it would help you from here if you wish.

You see I have the advantage of having two LXDE distributions right at my fingertips.  And the guys here at Peppermint OS are as friendly a group of guys as you can find.  They always urge me to venture out and learn more about Linux.  They'd be happy we're working together, I assure you.

I just don't know what to do next in order to help.

perknh
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 19, 2014, 02:26:44 PM
Can you try to load the module manually (as root):
modprobe -r rtl8188ee
modprobe rtl8188ee

Then check your wifi status.
Anyway 'dmesg' and 'lsmod' will be helpful if you can past it somewhere on external server such as pastebin.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 06:25:12 PM
Thank you, pavroo.  I hope I'm doing things right.

I put the first command in the terminal with sudo and pressed Enter.  Then I did the same with the second command and pressed Enter again.  Now I lost the terminal the first time so I had to add my password two times.  The result of all of this is that my Wi-Fi is not showing its icon in the panel bar any longer.  Maybe that's what you were looking for, I don't know.  Anyway the Wi-Fi icon has disappeared.

Here's the command for Ismod.  The output isn't very large, and I will delete it after you look at it so as to not have such an ugly thread.



Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 07:00:35 PM
dmesg output 1of 5 -- to be deleted after being read.

The output has been deleted now that it is no longer needed.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 07:03:45 PM
dmesg ouput 2 of 5 -- to be deleted after being read. 

The output has been deleted now that it is no longer needed.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 07:20:37 PM
dmesg ouput 3 of 5 -- to be deleted after being read.

The output has been deleted now that it is no longer needed.

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 07:44:54 PM
dmesg output 4 of 5.

The output has been deleted now that it is no longer needed.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 07:59:13 PM
dmesg output 5 of 5.

The output has been deleted now that it is no longer needed. 


Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 19, 2014, 08:28:22 PM
Page 2 says:
[   11.221757] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   11.221971] rtlwifi: wireless switch is on

[   10.905086] rtl8188ee: Using firmware rtlwifi/rtl8188efw.bin
[   10.947506] rtl8188ee 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8188efw.bin

but lsmod doesn't show that the module has bee loaded.

Not sure, maybe it's blacklisted?
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 19, 2014, 10:25:58 PM
Thank you, pavroo.

Wow!  I'm amazed you actually found something in there.  I figure what you just did was discover some akin to a needle in a haystack -- and that's not easy!  Thank you.

Now, if this Wi-Fi of mine is blacklisted, where would I find this blacklist, and then how would I remove the item from this blacklist?

I went to Leafpad and looked up Wi-Fi and wireless, but nothing.  I tried looking in my files and could find nothing for Wi-Fi, wireless, or even bin.  And I tried enabling rtlwifi and rtlwifi/rtl8188efw in the terminal, but nothing.

By the way, a few weeks ago I installed Crunchbang and I had no Wi-Fi there either.  I just remembered that now. (I installed Crunchbang to learn more about Debian, and to take a course called Crunchbang boot camp on YouTube.)

Is there anything I can do about this Wi-Fi issue, or does my computer just have a problem with Debian in general?

Thank you, pavroo and MoroS.  I never knew this would end up being such a project.  I appreciate all the time and energy you've given me here.  You guys have been amazing.

perknh

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 20, 2014, 12:10:29 AM
I don't have any experience with realtek, but my broadcom wifi card was blacklisted in one of the files located in /etc/modprobe.d directory. It's only a suggestion, not sure, but check it there and let me know what you find.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 01:08:15 AM
Thank you, pavroo,

I couldn't find the /etc/modprobe.d directory file at all.  I looked in the hidden files, and I looked, and I looked, but I found nothing.

Can this problem be reported as a bug?  Because that's what I think it is.

I do appreciate all of your, and MoroS' help with this.  I've ended up becoming a real nuisance here, but maybe, in the long run, this will help Debian resolve this issue with realtek.

As they say, "If you don't report it, they will never know about it."  And that's the truth!

Thank you very much,

perknh

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 20, 2014, 01:59:20 AM
Show me:
ls /etc/modprobe.d
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 02:06:07 AM
pavroo, this is the result of ls /etc/modprobe.d:

*****@bluecat:~$ ls /etc/modprobe.d
blacklist.conf            fbdev-blacklist.conf  radeon-kms.conf
broadcom-sta-common.conf  i915-kms.conf
dkms.conf                 modesetting.conf
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 20, 2014, 11:59:04 AM
You have 7 files in the directory.
The most interesting is the first one.
Show me:
cat /etc/modprobe.d/blacklist.conf
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 12:49:52 PM
Thank you, pavroo, this is the output of cat /etc/modprobe.d/blacklist.conf

*****@bluecat:~$ cat /etc/modprobe.d/blacklist.conf
blacklist iwlwifi
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 20, 2014, 01:38:01 PM
Hhmm..
Intel is blacklisted, nothing about realtek.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 02:32:16 PM
pavroo, is this a bug?  And, if so, how do we report it to Debian?

pavroo, thank you for all your help here.

perknh
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 20, 2014, 03:00:52 PM
Hold on, please.
I've sent a message to MoroS to have a look into that.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 20, 2014, 03:07:43 PM
Quote from: perknh on August 20, 2014, 02:32:16 PM
pavroo, is this a bug?  And, if so, how do we report it to Debian?

Probably. There are huge package differences between Debian and Ubuntu. Debian might have been the father of Ubuntu in the past, but right now it's more of a spiritual father. ;) Ubuntu is faster at adapting fixes of any kind and less restrictive when it comes to package updates. There are also configuration differences (for example: udev storage hardware rules differ), so Debian might have problems that Ubuntu already solved. I'm still investigating the issue.

@Pavroo: the module's not blacklisted. If it were, then you wouldn't see it load the firmware. It wouldn't be allowed to me inserted into kernel space. The insertion from the piece of dmesg output you quoted is at boot time (10 seconds into system boot), so it's not a result of the modprobe command. Seeing it is not in the loaded modules list (lsmod) means that modprobe failed silently (which is one of the most annoying things about modprobe in general :P ).

Let's do that exercise again:
modprobe -r rtl8188ee
modprobe -v rtl8188ee

After that see if there's any output if you can use the wi-fi. The output of the following commands would be also useful:
ifconfig -a
iwconfig
The last 10-30 lines of the dmesg command output (yes, again :P) might contain something interesting.

PS. Please start using PasteBin or any other copy-paste service to supply the logs. You won't have to paste them directly here (and then remove them), where there's a 20000 character limit. I didn't even get a change at the recent dmesg output that pavroo requested. :P
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 05:08:19 PM
Thank you, MoroS, and, yes, I need to learn how to use PasteBin.  I did send you the same output privately, a day earlier.  I didn't like sending that to you in this way, but this whole PasteBin thing is new to me.

Sorry, with the all the posts before, but I tried to clean things up as well as I could.

Here's the output for these commands.  Fortunately, they all fit onto one page and do not exceed 20,000 characters.

Thank you, MoroS.

1)*****@bluecat:~$ modprobe -r rtl8188ee
bash: modprobe: command not found

2)*****@bluecat:~$ sudo modprobe -v rtl8188ee
[sudo] password for *****:
insmod /lib/modules/3.14-2-amd64/kernel/net/wireless/cfg80211.ko
insmod /lib/modules/3.14-2-amd64/kernel/net/mac80211/mac80211.ko
insmod /lib/modules/3.14-2-amd64/kernel/drivers/net/wireless/rtlwifi/rtlwifi.ko
insmod /lib/modules/3.14-2-amd64/kernel/drivers/net/wireless/rtlwifi/rtl_pci.ko
insmod /lib/modules/3.14-2-amd64/kernel/drivers/net/wireless/rtlwifi/rtl8188ee/rtl8188ee.ko

3)*****@bluecat:~$ sudo ifconfig -a
[sudo] password for *****:
eth0      Link encap:Ethernet  HWaddr 08:9e:01:d6:f2:d2 
          inet addr:192.168.1.103  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::a9e:1ff:fed6:f2d2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1489 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1291 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1075171 (1.0 MiB)  TX bytes:193826 (189.2 KiB)
          Interrupt:19

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:33 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4084 (3.9 KiB)  TX bytes:4084 (3.9 KiB)

4)*****@bluecat:~$ sudo iwconfig
[sudo] password for *****:
eth0      no wireless extensions.

lo        no wireless extensions.

5)The lastlines of the dmesg command output which might contain something interesting.

[ 1579.816862] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1585.968433] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37397 PROTO=2
[ 1615.993431] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37406 PROTO=2
[ 1631.005742] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37411 PROTO=2
[ 1646.018334] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37415 PROTO=2
[ 1676.043165] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37452 PROTO=2
[ 1683.049111] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=37454 PROTO=2
[ 1706.068115] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37463 PROTO=2
[ 1736.093163] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37472 PROTO=2
[ 1751.105654] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37477 PROTO=2
[ 1766.118173] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37481 PROTO=2
[ 1796.142945] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37490 PROTO=2
[ 1808.153199] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=37494 PROTO=2
[ 1826.167901] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37501 PROTO=2
[ 1856.192982] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37513 PROTO=2
[ 1871.205339] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37518 PROTO=2
[ 1886.217804] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37522 PROTO=2
[ 1916.242875] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37531 PROTO=2
[ 1931.255345] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37536 PROTO=2
[ 1946.267845] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37542 PROTO=2
[ 1976.292766] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37579 PROTO=2
[ 1991.305295] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37584 PROTO=2
[ 2006.317712] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37588 PROTO=2
[ 2036.352662] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37625 PROTO=2
[ 2051.365154] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37644 PROTO=2
[ 2066.377650] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37650 PROTO=2
[ 2081.390108] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37655 PROTO=2
[ 2111.415062] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37664 PROTO=2
[ 2126.427634] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37668 PROTO=2
[ 2141.440000] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37673 PROTO=2
[ 2171.464952] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37682 PROTO=2
[ 2183.474998] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=37686 PROTO=2
[ 2201.489945] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37693 PROTO=2
[ 2231.514915] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:f8:1a:67:51:b4:2a:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=37702 PROTO=2













Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 20, 2014, 06:40:11 PM
Put full output of the dmesg command. I have made the limit bigger now.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 07:28:10 PM
*****@bluecat:~$  dmesg
[    0.000000] CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-7) ) #1 SMP Debian 3.14.15-2 (2014-08-09)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.14-2-amd64 root=UUID=818a4884-c4c1-46c8-9708-211fcbf98f76 ro quiet splash
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000a59affff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a59b0000-0x00000000a61affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a61b0000-0x00000000aaabefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000aaabf000-0x00000000aaebefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aaebf000-0x00000000aafbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000aafbf000-0x00000000aaffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000aafff000-0x00000000aaffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ab000000-0x00000000af9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001cf5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: TOSHIBA Satellite C70-A/Type2 - Board Product Name1, BIOS 1.30 04/18/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x1cf600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-E7FFF write-protect
[    0.000000]   E8000-EFFFF write-combining
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FE0000000 write-back
[    0.000000]   2 base 0A0000000 mask FF8000000 write-back
[    0.000000]   3 base 0A8000000 mask FFE000000 write-back
[    0.000000]   4 base 0AA000000 mask FFF000000 write-back
[    0.000000]   5 base 0FF800000 mask FFF800000 write-protect
[    0.000000]   6 base 100000000 mask F00000000 write-back
[    0.000000]   7 base 1CF600000 mask FFFE00000 uncachable
[    0.000000]   8 base 1CF800000 mask FFF800000 uncachable
[    0.000000]   9 base 1D0000000 mask FF0000000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xab000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01aaf000, 0x01aaffff] PGTABLE
[    0.000000] BRK [0x01ab0000, 0x01ab0fff] PGTABLE
[    0.000000] BRK [0x01ab1000, 0x01ab1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1cf400000-0x1cf5fffff]
[    0.000000]  [mem 0x1cf400000-0x1cf5fffff] page 2M
[    0.000000] BRK [0x01ab2000, 0x01ab2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1cc000000-0x1cf3fffff]
[    0.000000]  [mem 0x1cc000000-0x1cf3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x180000000-0x1cbffffff]
[    0.000000]  [mem 0x180000000-0x1cbffffff] page 2M
[    0.000000] BRK [0x01ab3000, 0x01ab3fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x40003fff] page 4k
[    0.000000] BRK [0x01ab4000, 0x01ab4fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x40005000-0xa59affff]
[    0.000000]  [mem 0x40005000-0x401fffff] page 4k
[    0.000000]  [mem 0x40200000-0xa57fffff] page 2M
[    0.000000]  [mem 0xa5800000-0xa59affff] page 4k
[    0.000000] init_memory_mapping: [mem 0xa61b0000-0xaaabefff]
[    0.000000]  [mem 0xa61b0000-0xa61fffff] page 4k
[    0.000000]  [mem 0xa6200000-0xaa9fffff] page 2M
[    0.000000]  [mem 0xaaa00000-0xaaabefff] page 4k
[    0.000000] init_memory_mapping: [mem 0xaafff000-0xaaffffff]
[    0.000000]  [mem 0xaafff000-0xaaffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
[    0.000000]  [mem 0x100000000-0x17fffffff] page 2M
[    0.000000] RAMDISK: [mem 0x34c5c000-0x36625fff]
[    0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 TOSQCI)
[    0.000000] ACPI: XSDT 00000000aaffe210 0000A4 (v01 TOSQCI TOSQCI00 00000001      01000013)
[    0.000000] ACPI: FACP 00000000aaffb000 00010C (v05 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: DSDT 00000000aafe9000 00ED87 (v01 TOSQCI TOSQCI00 00000000 ACPI 00040000)
[    0.000000] ACPI: FACS 00000000aafbb000 000040
[    0.000000] ACPI: UEFI 00000000aaffd000 000236 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: ASF! 00000000aaffc000 0000A5 (v32 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: HPET 00000000aaffa000 000038 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: APIC 00000000aaff9000 00008C (v03 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: MCFG 00000000aaff8000 00003C (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: SLIC 00000000aafe8000 000176 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: WDAT 00000000aafe7000 000224 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000aafe5000 001068 (v01 INSYDE CR CRB   00001000 ACPI 00040000)
[    0.000000] ACPI: BOOT 00000000aafe3000 000028 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: ASPT 00000000aafe1000 000034 (v07 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: DBGP 00000000aafe0000 000034 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: FPDT 00000000aafde000 000044 (v01 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: MSDM 00000000aafdd000 000055 (v03 TOSQCI TOSQCI00 00000001 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000aafdc000 00090F (v01 INSYDE CR CRB   00003000 ACPI 00040000)
[    0.000000] ACPI: SSDT 00000000aafdb000 000B22 (v01 INSYDE CR CRB   00003000 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001cf5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1cf5fffff]
[    0.000000]   NODE_DATA [mem 0x1cf5f3000-0x1cf5f7fff]
[    0.000000]  [ffffea0000000000-ffffea00065fffff] PMD -> [ffff8801c8c00000-ffff8801ce1fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x1cf5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x40003fff]
[    0.000000]   node   0: [mem 0x40005000-0xa59affff]
[    0.000000]   node   0: [mem 0xa61b0000-0xaaabefff]
[    0.000000]   node   0: [mem 0xaafff000-0xaaffffff]
[    0.000000]   node   0: [mem 0x100000000-0x1cf5fffff]
[    0.000000] On node 0 totalpages: 1545819
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9467 pages used for memmap
[    0.000000]   DMA32 zone: 692415 pages, LIFO batch:31
[    0.000000]   Normal zone: 11613 pages used for memmap
[    0.000000]   Normal zone: 849408 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xa59b0000-0xa61affff]
[    0.000000] PM: Registered nosave memory: [mem 0xaaabf000-0xaaebefff]
[    0.000000] PM: Registered nosave memory: [mem 0xaaebf000-0xaafbefff]
[    0.000000] PM: Registered nosave memory: [mem 0xaafbf000-0xaaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xab000000-0xaf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff97ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff980000-0xffffffff]
[    0.000000] e820: [mem 0xafa00000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff8801cf200000 s86080 r8192 d24512 u262144
[    0.000000] pcpu-alloc: s86080 r8192 d24512 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc:
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 20, 2014, 08:24:53 PM
Quote from: perknh on August 20, 2014, 07:28:10 PM
*****@bluecat:~$  dmesg
...
[   10.827757] rtl8188ee: Using firmware rtlwifi/rtl8188efw.bin
[   10.858835] rtl8188ee 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8188efw.bin
...
[   11.121511] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   11.121776] rtlwifi: wireless switch is on
...
[   11.887222] ip6_tables: (C) 2000-2006 Netfilter Core Team
...
[   12.946317] cfg80211: World regulatory domain updated:
[   12.946326] cfg80211:  DFS Master region: unset
[   12.946328] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.946331] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   12.946334] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   12.946336] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[   12.946338] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   12.946340] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[   12.946342] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
...
[   23.223489] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
No questions here. The driver loads up and it's visible. It creates the wlan0 interface, so everything look correct at boot time.

Let's look at it from a clean boot perspective. Reboot to make sure you're running a newly booted system. Fire up the terminal and once again show us the output of the following commands:
sudo lspci -v
sudo lsmod
sudo ifconfig -a
sudo iwconfig


Sorry for making you go through this over and over again, but it sometimes takes some repetetive tasks to get the issue solved. If I'm guessing right, then the device comes up online just fine, but there's a configuration issue involved.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 08:54:40 PM
No, MoroS, I don't mind at all. 

I noticed a smiley face in the middle of the dmesg output to pavroo.  I thought that was strange, but I didn't alter a thing.  And I just rebooted as you requested before running your commands.

I thank you for taking the time, and I hope this information helps.

Be forewarned, MoroS, some of this output came out in giant lettering and I don't know why -- but I'm not going to try to change it, since I don't know exactly what is going on here with these commands.


Thank you.

perknh



1) *****@bluecat:~$ sudo lspci -v
[sudo] password for *****:
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, fast devsel, latency 0
   Capabilities: [e0] Vendor Specific Information: Len=0c <?>

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, fast devsel, latency 0, IRQ 40
   Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
   Memory at b0000000 (64-bit, prefetchable) [size=256M]
   I/O ports at 4000 [size=64]
   Expansion ROM at <unassigned> [disabled]
   Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
   Capabilities: [d0] Power Management version 2
   Capabilities: [a4] PCI Advanced Features
   Kernel driver in use: i915

00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, medium devsel, latency 0, IRQ 41
   Memory at c0600000 (64-bit, non-prefetchable) [size=64K]
   Capabilities: [70] Power Management version 2
   Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
   Kernel driver in use: xhci_hcd

00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, fast devsel, latency 0, IRQ 43
   Memory at c0614000 (64-bit, non-prefetchable) [size=16]
   Capabilities: [50] Power Management version 3
   Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
   Kernel driver in use: mei_me

00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, medium devsel, latency 0, IRQ 16
   Memory at c0619000 (32-bit, non-prefetchable) [size=1K]
   Capabilities: [50] Power Management version 2
   Capabilities: [58] Debug port: BAR=1 offset=00a0
   Capabilities: [98] PCI Advanced Features
   Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, fast devsel, latency 0, IRQ 44
   Memory at c0610000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: [50] Power Management version 2
   Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
   Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
   Capabilities: [100] Virtual Channel
   Capabilities: [130] Root Complex Link
   Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
   Flags: fast devsel
   Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
   Capabilities: [40] Express Root Port (Slot+), MSI 00
   Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
   Capabilities: [90] Subsystem: Toshiba America Info Systems Device fa80
   Capabilities: [a0] Power Management version 2
   Kernel driver in use: pcieport

00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
   I/O behind bridge: 00003000-00003fff
   Memory behind bridge: c0500000-c05fffff
   Capabilities: [40] Express Root Port (Slot+), MSI 00
   Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
   Capabilities: [90] Subsystem: Toshiba America Info Systems Device fa80
   Capabilities: [a0] Power Management version 2
   Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
   I/O behind bridge: 00002000-00002fff
   Memory behind bridge: c0400000-c04fffff
   Capabilities: [40] Express Root Port (Slot+), MSI 00
   Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
   Capabilities: [90] Subsystem: Toshiba America Info Systems Device fa80
   Capabilities: [a0] Power Management version 2
   Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, medium devsel, latency 0, IRQ 23
   Memory at c0618000 (32-bit, non-prefetchable) [size=1K]
   Capabilities: [50] Power Management version 2
   Capabilities: [58] Debug port: BAR=1 offset=00a0
   Capabilities: [98] PCI Advanced Features
   Kernel driver in use: ehci-pci

00:1f.0 ISA bridge: Intel Corporation 7 Series Chipset Family LPC Controller (rev 04)
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, medium devsel, latency 0
   Capabilities: [e0] Vendor Specific Information: Len=0c <?>
   Kernel driver in use: lpc_ich

00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 42
   I/O ports at 4088 [size=8]
   I/O ports at 4094
   I/O ports at 4080 [size=8]
   I/O ports at 4090
   I/O ports at 4060 [size=32]
   Memory at c0617000 (32-bit, non-prefetchable) [size=2K]
   Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
   Capabilities: [70] Power Management version 3
   Capabilities: [a8] SATA HBA v1.0
   Capabilities: [b0] PCI Advanced Features
   Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: medium devsel, IRQ 19
   Memory at c0615000 (64-bit, non-prefetchable) [size=256]
   I/O ports at 4040 [size=32]

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter (rev 01)
   Subsystem: Realtek Semiconductor Co., Ltd. Device 0181
   Flags: bus master, fast devsel, latency 0, IRQ 18
   I/O ports at 3000 [size=256]
   Memory at c0500000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: [40] Power Management version 3
   Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
   Capabilities: [70] Express Endpoint, MSI 00
   Capabilities: [100] Advanced Error Reporting
   Capabilities: [140] Device Serial Number 00-e0-4c-ff-fe-81-91-01
   Capabilities: [150] Latency Tolerance Reporting
   Kernel driver in use: rtl8188ee

03:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)
   Subsystem: Toshiba America Info Systems Device fa80
   Flags: bus master, fast devsel, latency 0, IRQ 45
   Memory at c0400000 (64-bit, non-prefetchable) [size=256K]
   I/O ports at 2000 [size=128]
   Capabilities: [40] Power Management version 3
   Capabilities: [58] Express Endpoint, MSI 00
   Capabilities: [c0] MSI: Enable+ Count=1/16 Maskable+ 64bit+
   Capabilities: [d8] MSI-X: Enable- Count=16 Masked-
   Capabilities: [100] Advanced Error Reporting
   Capabilities: [180] Device Serial Number ff-d6-f2-d2-08-9e-01-ff
   Kernel driver in use: alx

*****@bluecat:~$

2)  *****@bluecat:~$ sudo lsmod
[sudo] password for *****:
Module                  Size  Used by
nfsd                  254693  2
auth_rpcgss            51240  1 nfsd
oid_registry           12419  1 auth_rpcgss
nfs_acl                12511  1 nfsd
nfs                   187768  0
lockd                  79321  2 nfs,nfsd
fscache                45542  1 nfs
sunrpc                228923  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
ip6t_REJECT            12468  1
xt_hl                  12449  6
ip6t_rt                12456  3
nf_conntrack_ipv6      13605  7
nf_defrag_ipv6         33358  1 nf_conntrack_ipv6
ipt_REJECT             12465  1
xt_LOG                 17171  10
xt_limit               12601  13
xt_tcpudp              12527  18
xt_addrtype            12557  4
nf_conntrack_ipv4      18455  7
nf_defrag_ipv4         12483  1 nf_conntrack_ipv4
xt_conntrack           12681  14
ip6table_filter        12540  1
ip6_tables             26024  1 ip6table_filter
nf_conntrack_netbios_ns    12445  0
nf_conntrack_broadcast    12365  1 nf_conntrack_netbios_ns
nf_nat_ftp             12460  0
nf_nat                 18199  1 nf_nat_ftp
nf_conntrack_ftp       16783  1 nf_nat_ftp
nf_conntrack           79127  8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
iptable_filter         12536  1
ip_tables              26011  1 iptable_filter
x_tables               23015  13 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT,ip6_tables,xt_addrtype,ip6t_REJECT
uvcvideo               78960  0
videobuf2_vmalloc      12816  1 uvcvideo
videobuf2_memops       12519  1 videobuf2_vmalloc
videobuf2_core         35303  1 uvcvideo
videodev              117963  2 uvcvideo,videobuf2_core
iTCO_wdt               12831  0
media                  18303  2 uvcvideo,videodev
iTCO_vendor_support    12649  1 iTCO_wdt
joydev                 17063  0
arc4                   12536  2
x86_pkg_temp_thermal    12951  0
intel_powerclamp       17159  0
rtl8188ee              83429  0
intel_rapl             17356  0
rtl_pci                25898  1 rtl8188ee
rtlwifi                50458  2 rtl_pci,rtl8188ee
coretemp               12854  0
snd_hda_codec_hdmi     40955  1
kvm_intel             134712  0
kvm                   388172  1 kvm_intel
snd_hda_codec_conexant    40595  1
snd_hda_codec_generic    59065  1 snd_hda_codec_conexant
mac80211              464019  3 rtl_pci,rtlwifi,rtl8188ee
cfg80211              412187  2 mac80211,rtlwifi
crc32_pclmul           12915  0
crc32c_intel           21809  0
ghash_clmulni_intel    12978  0
snd_hda_intel          43768  3
cryptd                 14516  1 ghash_clmulni_intel
snd_hda_codec         100159  4 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_codec_generic,snd_hda_intel
snd_hwdep              13148  1 snd_hda_codec
snd_pcm                84566  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
psmouse                90422  0
pcspkr                 12595  0
serio_raw              12849  0
lpc_ich                20768  0
i2c_i801               16964  0
toshiba_acpi           18022  0
toshiba_bluetooth      12641  0
battery                13101  0
snd_timer              26614  1 snd_pcm
snd                    61094  14 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
mfd_core               12601  1 lpc_ich
mei_me                 17496  0
evdev                  17445  12
shpchp                 31121  0
sparse_keymap          12818  1 toshiba_acpi
rfkill                 18867  3 cfg80211,toshiba_acpi
mei                    66472  1 mei_me
soundcore              13026  1 snd
ac                     12668  0
processor              28221  0
loop                   26605  0
fuse                   78879  3
parport_pc             26300  0
ppdev                  16782  0
lp                     17074  0
parport                35749  3 lp,ppdev,parport_pc
autofs4                35575  2
ext4                  473554  1
crc16                  12343  1 ext4
mbcache                13082  1 ext4
jbd2                   82560  1 ext4
hid_generic            12393  0
usbhid                 44473  0
hid                    94034  2 hid_generic,usbhid
sg                     29972  0
sr_mod                 21898  0
sd_mod                 44346  3
cdrom                  39232  1 sr_mod
crc_t10dif             12431  1 sd_mod
crct10dif_generic      12581  0
crct10dif_pclmul       13387  1
crct10dif_common       12356  3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
ahci                   25099  2
libahci                27116  1 ahci
libata                168945  2 ahci,libahci
scsi_mod              183017  4 sg,libata,sd_mod,sr_mod
wmi                    17339  1 toshiba_acpi
xhci_hcd              148828  0
ehci_pci               12512  0
ehci_hcd               65741  1 ehci_pci
i915                  718092  2
video                  17804  1 i915
button                 12944  1 i915
i2c_algo_bit           12751  1 i915
drm_kms_helper         39892  1 i915
drm                   236561  3 i915,drm_kms_helper
i2c_core               28324  6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
thermal_sys            27642  4 video,intel_powerclamp,processor,x86_pkg_temp_thermal
alx                    36175  0
mdio                   12599  1 alx
usbcore               178937  5 uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd
usb_common             12440  1 usbcore
*****@bluecat:~$

3)   *****@bluecat:~$ sudo ifconfig -a
[sudo] password for *****:
eth0      Link encap:Ethernet  HWaddr 08:9e:01:d6:f2:d2 
          inet addr:192.168.1.103  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::a9e:1ff:fed6:f2d2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:648 errors:0 dropped:0 overruns:0 frame:0
          TX packets:643 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:491676 (480.1 KiB)  TX bytes:108373 (105.8 KiB)
          Interrupt:19

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:33 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4084 (3.9 KiB)  TX bytes:4084 (3.9 KiB)

wlan0     Link encap:Ethernet  HWaddr 48:d2:24:72:f7:3f 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

*****@bluecat:~$

4)  *****@bluecat:~$ sudo iwconfig
[sudo] password for *****:
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
         
*****@bluecat:~$



Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 20, 2014, 09:04:36 PM
As I thought: everything is initialized properly at boot time.

Quote from: perknh on August 20, 2014, 08:54:40 PM
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter (rev 01)
   Subsystem: Realtek Semiconductor Co., Ltd. Device 0181
   Flags: bus master, fast devsel, latency 0, IRQ 18
   I/O ports at 3000 [size=256]
   Memory at c0500000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: [40] Power Management version 3
   Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
   Capabilities: [70] Express Endpoint, MSI 00
   Capabilities: [100] Advanced Error Reporting
   Capabilities: [140] Device Serial Number 00-e0-4c-ff-fe-81-91-01
   Capabilities: [150] Latency Tolerance Reporting
   Kernel driver in use: rtl8188ee

Module                  Size  Used by
...
rtl8188ee              83429  0
...
rtl_pci                25898  1 rtl8188ee
rtlwifi                50458  2 rtl_pci,rtl8188ee
...
mac80211              464019  3 rtl_pci,rtlwifi,rtl8188ee
cfg80211              412187  2 mac80211,rtlwifi

wlan0     Link encap:Ethernet  HWaddr 48:d2:24:72:f7:3f 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     IEEE 802.11bgn  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off

Everything's in place. It's kind of hard to believe that there might be any problems with it.

@perknh: Have you checked the wifi connectivity after a reboot like that? The boot logs look almost perfect. If anything it's not a module loading issue. Try using it and let's see what happens. Let's do a manual scan first. Issue the following command in the terminal:
iwlist wlan0 scanning
and see what the output is.

PS. Don't worry about the forum thread being a mess. We'll clean it up later if needed.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 09:42:18 PM
Thank you, MoroS,

Right now the message is Wireless networks not found in range  And if I scan over it, it says, wlanO Connection has limited or no connectivity  But I know these statements are not true.  I'm right next to my modem/router, and I'm near other neighbors and medical buildings that all have Wi-Fi.  My wife's computer with Peppermint OS, my external drive with Peppermint OS, her Android phone, and her Android tablet can all connect to this modem/router.  It's secured, and in a little while my wife will be using it during the evening.

I don't know what the story is, but I did want to report and try to help fix this issue if possible.

It's nice to know my computer seems to working as expected.  As far as I know I just have this one problem here at SparkyLinux.  But, I also had no Wi-Fi when I tried Crunchbang too.  But I never tried investigating the issue at Crunchbang.  This is because I like LXDE, and I prefer Debian testing to Debian stable.  And, I like the idea of a rolling release.  So I naturally gravitated over here to Sparky.

This is what I get from your command:

*****@bluecat:~$ iwlist wlan0 scanning
bash: iwlist: command not found
*****@bluecat:~$ sudo iwlist wlan0 scanning
[sudo] password for *****:
wlan0     Scan completed :
          Cell 01 - Address: F8:1A:67:51:B4:2A
                    Channel:2
                    Frequency:2.417 GHz (Channel 2)
                    Quality=70/70  Signal level=-20 dBm 
                    Encryption key:on
                    ESSID:"Bluecat"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000012a83324acb
                    Extra: Last beacon: 8ms ago
                    IE: Unknown: 0007426C7565636174
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030102
                    IE: Unknown: 2A0104
                    IE: Unknown: 32040C183060
                    IE: Unknown: 2D1A6E1117FF000000010000000000000000000000000C0000000000
                    IE: Unknown: 3D1602050000000000000000000000000000000000000000
                    IE: Unknown: 3E0100
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: DD07000C4304000000
                    IE: Unknown: 0706555320010B10
                    IE: Unknown: DD9D0050F204104A0001001044000102103B00010310470010BC329E001DD811B28601F81A6751B42A1021001852616C696E6B20546563686E6F6C6F67792C20436F72702E1023001C52616C696E6B20576972656C6573732041636365737320506F696E74102400065254323836301042000831323334353637381054000800060050F20400011011000952616C696E6B415053100800020004103C000100
          Cell 02 - Address: 00:14:BF:12:AE:3C
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=28/70  Signal level=-82 dBm 
                    Encryption key:on
                    ESSID:"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=000009fb9bc443fd
                    Extra: Last beacon: 352ms ago
                    IE: Unknown: 001300000000000000000000000000000000000000
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 030106
                    IE: Unknown: 050400010000
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: Unknown: 32040C121860
                    IE: Unknown: DD06001018020004
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
          Cell 03 - Address: 00:14:BF:12:FB:BE
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=26/70  Signal level=-84 dBm 
                    Encryption key:on
                    ESSID:"vermt"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000005285c8882d
                    Extra: Last beacon: 8ms ago
                    IE: Unknown: 00057665726D74
                    IE: Unknown: 010882848B962430486C
                    IE: Unknown: 03010B
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 32040C121860
                    IE: Unknown: DD06001018020304
          Cell 04 - Address: C0:3F:0E:1D:F7:60
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=70/70  Signal level=-14 dBm 
                    Encryption key:off
                    ESSID:"Steves"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000003d75d23c7f
                    Extra: Last beacon: 8ms ago
                    IE: Unknown: 0006537465766573
                    IE: Unknown: 010882840B162430486C
                    IE: Unknown: 030106
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: Unknown: 32040C121860
                    IE: Unknown: DD7F0050F204104A00011010440001021041000100103B00010310470010751E8F402EE06B579CF6154A900E332A1021000D4E4554474541522C20496E632E10230009574752363134763130102400095747523631347631301042000538333235381054000800060050F204000110110009574752363134763130100800020084
                    IE: Unknown: DD090010180200F0050000
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
          Cell 05 - Address: 00:26:B0:FE:DB:57
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=26/70  Signal level=-84 dBm 
                    Encryption key:on
                    ESSID:"Brandi  Merrill's Network"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000003d3b53853c
                    Extra: Last beacon: 8ms ago
                    IE: Unknown: 00194272616E646920204D657272696C6C2773204E6574776F726B
                    IE: Unknown: 010882848B0C12961824
                    IE: Unknown: 030101
                    IE: Unknown: 0706555320010B1B
                    IE: Unknown: 200100
                    IE: Unknown: 2A0102
                    IE: Unknown: 32043048606C
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 2D1A0C101BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1601001900000000000000000000000000000000000000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101040003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000393016C0120

*****@bluecat:~$
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 20, 2014, 10:07:51 PM
Quote from: perknh on August 20, 2014, 09:42:18 PM*****@bluecat:~$ sudo iwlist wlan0 scanning
[sudo] password for *****:
wlan0     Scan completed :
          Cell 01 - Address: F8:1A:67:51:B4:2A
                    Channel:2
                    ESSID:"Bluecat"
...
          Cell 02 - Address: 00:14:BF:12:AE:3C
                    Channel:6
                    ESSID:"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
...
          Cell 03 - Address: 00:14:BF:12:FB:BE
                    Channel:11
                    ESSID:"vermt"
...
          Cell 04 - Address: C0:3F:0E:1D:F7:60
                    Channel:6
                    ESSID:"Steves"
...
          Cell 05 - Address: 00:26:B0:FE:DB:57
                    Channel:1
                    ESSID:"Brandi  Merrill's Network"

I've got some good news and some bad news.

Good news: The wi-fi module is working nicely. The command you issued is a standard scanning for available wi-fi networks, which returned results, as seen above. The command line utility sees those networks, the GUI doesn't, but at least we know it's working.

Bad news: All our effort so far was just walking around the real problem. At the very least we know that it's not the kernel module issue.

First of all we need to check a few things:
1. What groups is your user a part of. Issue the "groups" command, either:
groups as your user or sudo groups your_user_name
2. What version of Spraky and desktop environment are you using (LXDE, MATE, XFCE, other)? Just a formality though.
3. You're probably using NetworkManager, as most Sparky flavours already switched to it. Let's see what NetworkManager logs have to say for it's defence. ;) The following command should show NMs output:
sudo cat /var/log/daemon.log | grep NetworkManager
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 10:23:37 PM
1) *****@bluecat:~$ groups
***** sys adm lp dialout cdrom floppy sudo audio dip video plugdev lpadmin

2) LXDE

3)Aug 20 05:28:45 bluecat NetworkManager[665]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0)
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> end _init.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (29585952) ... get_connections.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (29585952) ... get_connections (managed=false): return empty list.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> new connection /etc/NetworkManager/system-connections/Bluecat
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> new connection /etc/NetworkManager/system-connections/Wired connection 1
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> get unmanaged devices count: 0
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> monitoring kernel firmware directory '/lib/firmware'.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> monitoring ifupdown state file '/run/network/ifstate'.
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtl8188ee)
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> WiFi hardware radio set enabled
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> WWAN hardware radio set enabled
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> WiFi enabled by radio killswitch; enabled by state file
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> WWAN enabled by radio killswitch; enabled by state file
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> WiMAX enabled by radio killswitch; enabled by state file
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> Networking is enabled by state file
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (lo): link connected
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (lo): carrier is ON
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (eth0): carrier is OFF
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (eth0): new Ethernet device (driver: 'alx' ifindex: 2)
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (eth0): link connected
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (eth0): preparing device
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (wlan0): using nl80211 for WiFi device control
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (wlan0): driver supports Access Point (AP) mode
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (wlan0): new 802.11 WiFi device (driver: 'rtl8188ee' ifindex: 3)
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/2
Aug 20 05:28:45 bluecat NetworkManager[665]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (wlan0): preparing device
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Auto-activating connection 'Wired connection 1'.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) starting connection 'Wired connection 1'
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> NetworkManager state is now CONNECTING
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> dhclient started with pid 1046
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> ModemManager available in the bus
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> wpa_supplicant started
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 05:28:46 bluecat NetworkManager[665]: Internet Systems Consortium DHCP Client 4.3.0
Aug 20 05:28:46 bluecat NetworkManager[665]: Copyright 2004-2014 Internet Systems Consortium.
Aug 20 05:28:46 bluecat NetworkManager[665]: All rights reserved.
Aug 20 05:28:46 bluecat NetworkManager[665]: For info, please visit https://www.isc.org/software/dhcp/
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Aug 20 05:28:46 bluecat NetworkManager[665]: Listening on LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 05:28:46 bluecat NetworkManager[665]: Sending on   LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 05:28:46 bluecat NetworkManager[665]: Sending on   Socket/fallback
Aug 20 05:28:46 bluecat NetworkManager[665]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
Aug 20 05:28:46 bluecat NetworkManager[665]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Aug 20 05:28:46 bluecat NetworkManager[665]: DHCPOFFER from 192.168.1.1
Aug 20 05:28:46 bluecat NetworkManager[665]: DHCPACK from 192.168.1.1
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): DHCPv4 state changed preinit -> bound
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   address 192.168.1.103
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   plen 24 (255.255.255.0)
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   gateway 192.168.1.1
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   server identifier 192.168.1.1
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   lease time 259200
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   hostname 'dhcppc3'
Aug 20 05:28:46 bluecat NetworkManager[665]: <info>   nameserver '192.168.1.1'
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Aug 20 05:28:46 bluecat NetworkManager[665]: bound to 192.168.1.103 -- renewal in 125064 seconds.
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Aug 20 05:28:46 bluecat NetworkManager[665]: <info> NetworkManager state is now CONNECTED_LOCAL
Aug 20 05:28:47 bluecat NetworkManager[665]: <info> NetworkManager state is now CONNECTED_GLOBAL
Aug 20 05:28:47 bluecat NetworkManager[665]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Aug 20 05:28:47 bluecat NetworkManager[665]: <info> Activation (eth0) successful, device activated.
Aug 20 05:28:51 bluecat NetworkManager[665]: <info> startup complete
Aug 20 11:12:14 bluecat NetworkManager[658]: <info> NetworkManager (version 0.9.10.0) is starting...
Aug 20 11:12:14 bluecat NetworkManager[658]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
Aug 20 11:12:14 bluecat NetworkManager[658]: <info> WEXT support is enabled
Aug 20 11:12:14 bluecat NetworkManager[658]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> init!
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> update_system_hostname
Aug 20 11:12:16 bluecat NetworkManager[658]: <info>       interface-parser: parsing file /etc/network/interfaces
Aug 20 11:12:16 bluecat NetworkManager[658]: <info>       interface-parser: finished parsing file /etc/network/interfaces
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> management mode: unmanaged
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0)
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> end _init.
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> new connection /etc/NetworkManager/system-connections/Bluecat
Aug 20 11:12:16 bluecat NetworkManager[658]: <info> new connection /etc/NetworkManager/system-connections/Wired connection 1
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> get unmanaged devices count: 0
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> monitoring kernel firmware directory '/lib/firmware'.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> monitoring ifupdown state file '/run/network/ifstate'.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtl8188ee)
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> WiFi hardware radio set enabled
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> WWAN hardware radio set enabled
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> WiFi enabled by radio killswitch; enabled by state file
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> WWAN enabled by radio killswitch; enabled by state file
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> WiMAX enabled by radio killswitch; enabled by state file
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Networking is enabled by state file
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (lo): link connected
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (lo): carrier is ON
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): carrier is OFF
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): new Ethernet device (driver: 'alx' ifindex: 2)
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): link connected
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): preparing device
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (wlan0): using nl80211 for WiFi device control
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (wlan0): driver supports Access Point (AP) mode
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (wlan0): new 802.11 WiFi device (driver: 'rtl8188ee' ifindex: 3)
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/2
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (wlan0): preparing device
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Auto-activating connection 'Wired connection 1'.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) starting connection 'Wired connection 1'
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> NetworkManager state is now CONNECTING
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 20 11:12:17 bluecat NetworkManager[658]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> dhclient started with pid 1044
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> ModemManager available in the bus
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> wpa_supplicant started
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 11:12:19 bluecat NetworkManager[658]: Internet Systems Consortium DHCP Client 4.3.0
Aug 20 11:12:19 bluecat NetworkManager[658]: Copyright 2004-2014 Internet Systems Consortium.
Aug 20 11:12:19 bluecat NetworkManager[658]: All rights reserved.
Aug 20 11:12:19 bluecat NetworkManager[658]: For info, please visit https://www.isc.org/software/dhcp/
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Aug 20 11:12:19 bluecat NetworkManager[658]: Listening on LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 11:12:19 bluecat NetworkManager[658]: Sending on   LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 11:12:19 bluecat NetworkManager[658]: Sending on   Socket/fallback
Aug 20 11:12:19 bluecat NetworkManager[658]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
Aug 20 11:12:19 bluecat NetworkManager[658]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Aug 20 11:12:19 bluecat NetworkManager[658]: DHCPOFFER from 192.168.1.1
Aug 20 11:12:19 bluecat NetworkManager[658]: DHCPACK from 192.168.1.1
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (eth0): DHCPv4 state changed preinit -> bound
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   address 192.168.1.103
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   plen 24 (255.255.255.0)
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   gateway 192.168.1.1
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   server identifier 192.168.1.1
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   lease time 259200
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   hostname 'dhcppc3'
Aug 20 11:12:19 bluecat NetworkManager[658]: <info>   nameserver '192.168.1.1'
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> NetworkManager state is now CONNECTED_LOCAL
Aug 20 11:12:19 bluecat NetworkManager[658]: bound to 192.168.1.103 -- renewal in 102351 seconds.
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> NetworkManager state is now CONNECTED_GLOBAL
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Aug 20 11:12:19 bluecat NetworkManager[658]: <info> Activation (eth0) successful, device activated.
Aug 20 11:12:22 bluecat NetworkManager[658]: <info> startup complete
Aug 20 08:49:06 bluecat NetworkManager[658]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.open: (4) GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Aug 20 08:49:06 bluecat NetworkManager[658]: <warn> error requesting auth for org.freedesktop.NetworkManager.wifi.share.protected: (4) GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Aug 20 10:22:18 bluecat NetworkManager[656]: <info> NetworkManager (version 0.9.10.0) is starting...
Aug 20 10:22:18 bluecat NetworkManager[656]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
Aug 20 10:22:18 bluecat NetworkManager[656]: <info> WEXT support is enabled
Aug 20 10:22:19 bluecat NetworkManager[656]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> init!
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> update_system_hostname
Aug 20 10:22:20 bluecat NetworkManager[656]: <info>       interface-parser: parsing file /etc/network/interfaces
Aug 20 10:22:20 bluecat NetworkManager[656]: <info>       interface-parser: finished parsing file /etc/network/interfaces
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> management mode: unmanaged
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> end _init.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (27402304) ... get_connections.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (27402304) ... get_connections (managed=false): return empty list.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> new connection /etc/NetworkManager/system-connections/Bluecat
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> new connection /etc/NetworkManager/system-connections/Wired connection 1
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> get unmanaged devices count: 0
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> monitoring kernel firmware directory '/lib/firmware'.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> monitoring ifupdown state file '/run/network/ifstate'.
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtl8188ee)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> WiFi hardware radio set enabled
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> WWAN hardware radio set enabled
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> WiFi enabled by radio killswitch; enabled by state file
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> WWAN enabled by radio killswitch; enabled by state file
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> WiMAX enabled by radio killswitch; enabled by state file
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> Networking is enabled by state file
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (lo): link connected
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (lo): carrier is ON
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (eth0): carrier is OFF
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (eth0): new Ethernet device (driver: 'alx' ifindex: 2)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (eth0): link connected
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (eth0): preparing device
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (wlan0): using nl80211 for WiFi device control
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (wlan0): driver supports Access Point (AP) mode
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (wlan0): new 802.11 WiFi device (driver: 'rtl8188ee' ifindex: 3)
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/2
Aug 20 10:22:20 bluecat NetworkManager[656]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> (wlan0): preparing device
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Auto-activating connection 'Wired connection 1'.
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) starting connection 'Wired connection 1'
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> NetworkManager state is now CONNECTING
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 20 10:22:21 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> dhclient started with pid 1040
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> ModemManager available in the bus
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> wpa_supplicant started
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 10:22:22 bluecat NetworkManager[656]: Internet Systems Consortium DHCP Client 4.3.0
Aug 20 10:22:22 bluecat NetworkManager[656]: Copyright 2004-2014 Internet Systems Consortium.
Aug 20 10:22:22 bluecat NetworkManager[656]: All rights reserved.
Aug 20 10:22:22 bluecat NetworkManager[656]: For info, please visit https://www.isc.org/software/dhcp/
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Aug 20 10:22:22 bluecat NetworkManager[656]: Listening on LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 10:22:22 bluecat NetworkManager[656]: Sending on   LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 10:22:22 bluecat NetworkManager[656]: Sending on   Socket/fallback
Aug 20 10:22:22 bluecat NetworkManager[656]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Aug 20 10:22:22 bluecat NetworkManager[656]: DHCPACK from 192.168.1.1
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> (eth0): DHCPv4 state changed preinit -> reboot
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   address 192.168.1.103
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   plen 24 (255.255.255.0)
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   gateway 192.168.1.1
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   server identifier 192.168.1.1
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   lease time 259200
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   hostname 'dhcppc3'
Aug 20 10:22:22 bluecat NetworkManager[656]: <info>   nameserver '192.168.1.1'
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> NetworkManager state is now CONNECTED_GLOBAL
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Aug 20 10:22:22 bluecat NetworkManager[656]: <info> Activation (eth0) successful, device activated.
Aug 20 10:22:26 bluecat NetworkManager[656]: <info> startup complete
Aug 20 10:46:01 bluecat NetworkManager[656]: <info> (wlan0): device state change: disconnected -> unmanaged (reason 'removed') [30 10 36]
Aug 20 10:46:01 bluecat NetworkManager[656]: <info> radio killswitch /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0 disappeared
Aug 20 10:46:01 bluecat NetworkManager[656]: <info> devices removed (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill1) (driver rtl8188ee)
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): using nl80211 for WiFi device control
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): driver supports Access Point (AP) mode
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): new 802.11 WiFi device (driver: 'rtl8188ee' ifindex: 4)
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/3
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): preparing device
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 20 10:48:12 bluecat NetworkManager[656]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 10:49:39 bluecat NetworkManager[656]: <info> (wlan0): device state change: disconnected -> unmanaged (reason 'removed') [30 10 36]
Aug 20 10:49:40 bluecat NetworkManager[656]: <info> radio killswitch /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill1 disappeared
Aug 20 10:49:40 bluecat NetworkManager[656]: <info> devices removed (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 12:59:23 bluecat NetworkManager[666]: <info> NetworkManager (version 0.9.10.0) is starting...
Aug 20 12:59:23 bluecat NetworkManager[666]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
Aug 20 12:59:23 bluecat NetworkManager[666]: <info> WEXT support is enabled
Aug 20 12:59:24 bluecat NetworkManager[666]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> init!
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> update_system_hostname
Aug 20 12:59:26 bluecat NetworkManager[666]: <info>       interface-parser: parsing file /etc/network/interfaces
Aug 20 12:59:26 bluecat NetworkManager[666]: <info>       interface-parser: finished parsing file /etc/network/interfaces
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> management mode: unmanaged
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> end _init.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (8769600) ... get_connections.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (8769600) ... get_connections (managed=false): return empty list.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> new connection /etc/NetworkManager/system-connections/Bluecat
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> new connection /etc/NetworkManager/system-connections/Wired connection 1
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> get unmanaged devices count: 0
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> monitoring kernel firmware directory '/lib/firmware'.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> monitoring ifupdown state file '/run/network/ifstate'.
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtl8188ee)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> WiFi hardware radio set enabled
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> WWAN hardware radio set enabled
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> WiFi enabled by radio killswitch; enabled by state file
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> WWAN enabled by radio killswitch; enabled by state file
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> WiMAX enabled by radio killswitch; enabled by state file
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> Networking is enabled by state file
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (lo): link connected
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (lo): carrier is ON
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (eth0): carrier is OFF
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (eth0): new Ethernet device (driver: 'alx' ifindex: 2)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (eth0): link connected
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (eth0): preparing device
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (wlan0): using nl80211 for WiFi device control
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (wlan0): driver supports Access Point (AP) mode
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (wlan0): new 802.11 WiFi device (driver: 'rtl8188ee' ifindex: 3)
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/2
Aug 20 12:59:26 bluecat NetworkManager[666]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> (wlan0): preparing device
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Auto-activating connection 'Wired connection 1'.
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) starting connection 'Wired connection 1'
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> NetworkManager state is now CONNECTING
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 20 12:59:27 bluecat NetworkManager[666]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> dhclient started with pid 1050
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> ModemManager disappeared from bus
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> wpa_supplicant started
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> ModemManager available in the bus
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 12:59:28 bluecat NetworkManager[666]: Internet Systems Consortium DHCP Client 4.3.0
Aug 20 12:59:28 bluecat NetworkManager[666]: Copyright 2004-2014 Internet Systems Consortium.
Aug 20 12:59:28 bluecat NetworkManager[666]: All rights reserved.
Aug 20 12:59:28 bluecat NetworkManager[666]: For info, please visit https://www.isc.org/software/dhcp/
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Aug 20 12:59:28 bluecat NetworkManager[666]: Listening on LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 12:59:28 bluecat NetworkManager[666]: Sending on   LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 12:59:28 bluecat NetworkManager[666]: Sending on   Socket/fallback
Aug 20 12:59:28 bluecat NetworkManager[666]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
Aug 20 12:59:28 bluecat NetworkManager[666]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Aug 20 12:59:28 bluecat NetworkManager[666]: DHCPOFFER from 192.168.1.1
Aug 20 12:59:28 bluecat NetworkManager[666]: DHCPACK from 192.168.1.1
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (eth0): DHCPv4 state changed preinit -> bound
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   address 192.168.1.103
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   plen 24 (255.255.255.0)
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   gateway 192.168.1.1
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   server identifier 192.168.1.1
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   lease time 259200
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   hostname 'dhcppc3'
Aug 20 12:59:28 bluecat NetworkManager[666]: <info>   nameserver '192.168.1.1'
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> NetworkManager state is now CONNECTED_LOCAL
Aug 20 12:59:28 bluecat NetworkManager[666]: bound to 192.168.1.103 -- renewal in 106879 seconds.
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> NetworkManager state is now CONNECTED_GLOBAL
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Aug 20 12:59:28 bluecat NetworkManager[666]: <info> Activation (eth0) successful, device activated.
Aug 20 12:59:31 bluecat NetworkManager[666]: <info> startup complete
Aug 20 14:35:15 bluecat NetworkManager[661]: <info> NetworkManager (version 0.9.10.0) is starting...
Aug 20 14:35:15 bluecat NetworkManager[661]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
Aug 20 14:35:15 bluecat NetworkManager[661]: <info> WEXT support is enabled
Aug 20 14:35:16 bluecat NetworkManager[661]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> init!
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> update_system_hostname
Aug 20 14:35:17 bluecat NetworkManager[661]: <info>       interface-parser: parsing file /etc/network/interfaces
Aug 20 14:35:17 bluecat NetworkManager[661]: <info>       interface-parser: finished parsing file /etc/network/interfaces
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> management mode: unmanaged
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0)
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0)
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> (8311872) ... get_connections (managed=false): return empty list.
Aug 20 14:35:17 bluecat NetworkManager[661]: <info> new connection /etc/NetworkManager/system-connections/Bluecat
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> new connection /etc/NetworkManager/system-connections/Wired connection 1
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> get unmanaged devices count: 0
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> monitoring kernel firmware directory '/lib/firmware'.
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> monitoring ifupdown state file '/run/network/ifstate'.
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtl8188ee)
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> WiFi hardware radio set enabled
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> WWAN hardware radio set enabled
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> WiFi enabled by radio killswitch; enabled by state file
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> WWAN enabled by radio killswitch; enabled by state file
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> WiMAX enabled by radio killswitch; enabled by state file
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> Networking is enabled by state file
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (lo): link connected
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (lo): carrier is ON
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (eth0): carrier is OFF
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (eth0): new Ethernet device (driver: 'alx' ifindex: 2)
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (eth0): link connected
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (eth0): preparing device
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (wlan0): using nl80211 for WiFi device control
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (wlan0): driver supports Access Point (AP) mode
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (wlan0): new 802.11 WiFi device (driver: 'rtl8188ee' ifindex: 3)
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/2
Aug 20 14:35:18 bluecat NetworkManager[661]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (wlan0): preparing device
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Auto-activating connection 'Wired connection 1'.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) starting connection 'Wired connection 1'
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> NetworkManager state is now CONNECTING
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> dhclient started with pid 1044
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> ModemManager available in the bus
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> wpa_supplicant started
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (wlan0) supports 4 scan SSIDs
Aug 20 14:35:19 bluecat NetworkManager[661]: Internet Systems Consortium DHCP Client 4.3.0
Aug 20 14:35:19 bluecat NetworkManager[661]: Copyright 2004-2014 Internet Systems Consortium.
Aug 20 14:35:19 bluecat NetworkManager[661]: All rights reserved.
Aug 20 14:35:19 bluecat NetworkManager[661]: For info, please visit https://www.isc.org/software/dhcp/
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Aug 20 14:35:19 bluecat NetworkManager[661]: Listening on LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 14:35:19 bluecat NetworkManager[661]: Sending on   LPF/eth0/08:9e:01:d6:f2:d2
Aug 20 14:35:19 bluecat NetworkManager[661]: Sending on   Socket/fallback
Aug 20 14:35:19 bluecat NetworkManager[661]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
Aug 20 14:35:19 bluecat NetworkManager[661]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Aug 20 14:35:19 bluecat NetworkManager[661]: DHCPOFFER from 192.168.1.1
Aug 20 14:35:19 bluecat NetworkManager[661]: DHCPACK from 192.168.1.1
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): DHCPv4 state changed preinit -> bound
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   address 192.168.1.103
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   plen 24 (255.255.255.0)
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   gateway 192.168.1.1
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   server identifier 192.168.1.1
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   lease time 259200
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   hostname 'dhcppc3'
Aug 20 14:35:19 bluecat NetworkManager[661]: <info>   nameserver '192.168.1.1'
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> (eth0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Aug 20 14:35:19 bluecat NetworkManager[661]: <info> NetworkManager state is now CONNECTED_LOCAL
Aug 20 14:35:19 bluecat NetworkManager[661]: bound to 192.168.1.103 -- renewal in 112348 seconds.
Aug 20 14:35:20 bluecat NetworkManager[661]: <info> NetworkManager state is now CONNECTED_GLOBAL
Aug 20 14:35:20 bluecat NetworkManager[661]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Aug 20 14:35:20 bluecat NetworkManager[661]: <info> Activation (eth0) successful, device activated.
Aug 20 14:35:23 bluecat NetworkManager[661]: <info> startup complete
*****@bluecat:~$

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 20, 2014, 10:41:32 PM
Well, the daemon part of the NetworkManager looks good. Let's see if the GUI part has any errors.

First of, the local X session log file:
cat ~/.xsession-errors

Next, the global X session log file:
sudo cat /var/log/Xorg.0.log
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 20, 2014, 11:16:18 PM
1) *****@bluecat:~$ cat ~/.xsession-errors
Xsession: X session started for leslie at Wed Aug 20 14:35:30 EDT 2014
localuser:leslie being added to access control list
** Message: main.vala:96: Session is LXDE
** Message: main.vala:97: DE is LXDE
** Message: main.vala:128: log directory: /home/leslie/.cache/lxsession/LXDE
** Message: main.vala:129: log path: /home/leslie/.cache/lxsession/LXDE/run.log
*****@bluecat:~$

2)  *****@bluecat:~$ sudo cat /var/log/Xorg.0.log
[sudo] password for *****:
[    23.201]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[    23.201] X Protocol Version 11, Revision 0
[    23.201] Build Operating System: Linux 3.14-1-amd64 x86_64 Debian
[    23.201] Current Operating System: Linux bluecat 3.14-2-amd64 #1 SMP Debian 3.14.15-2 (2014-08-09) x86_64
[    23.201] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-2-amd64 root=UUID=818a4884-c4c1-46c8-9708-211fcbf98f76 ro quiet splash
[    23.201] Build Date: 17 July 2014  10:22:36PM
[    23.201] xorg-server 2:1.16.0-1 (http://www.debian.org/support)
[    23.201] Current version of pixman: 0.32.6
[    23.201]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    23.201] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.201] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 20 14:35:18 2014
[    23.537] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.719] (==) No Layout section.  Using the first Screen section.
[    23.719] (==) No screen section available. Using defaults.
[    23.719] (**) |-->Screen "Default Screen Section" (0)
[    23.719] (**) |   |-->Monitor "<default monitor>"
[    23.720] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[    23.720] (==) Automatically adding devices
[    23.720] (==) Automatically enabling devices
[    23.720] (==) Automatically adding GPU devices
[    23.793] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    23.793]    Entry deleted from font path.
[    23.795] (==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
[    23.795] (==) ModulePath set to "/usr/lib/xorg/modules"
[    23.795] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    23.795] (II) Loader magic: 0x7f1c0eaaed80
[    23.795] (II) Module ABI versions:
[    23.795]    X.Org ANSI C Emulation: 0.4
[    23.795]    X.Org Video Driver: 18.0
[    23.795]    X.Org XInput driver : 21.0
[    23.795]    X.Org Server Extension : 8.0
[    23.796] (II) xfree86: Adding drm device (/dev/dri/card0)
[    23.797] (--) PCI:*(0:0:2:0) 8086:0156:1179:fa80 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00004000/64
[    23.824] (II) LoadModule: "glx"
[    23.853] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    24.703] (II) Module glx: vendor="X.Org Foundation"
[    24.703]    compiled for 1.16.0, module version = 1.0.0
[    24.703]    ABI class: X.Org Server Extension, version 8.0
[    24.703] (==) AIGLX enabled
[    24.703] (==) Matched intel as autoconfigured driver 0
[    24.703] (==) Matched intel as autoconfigured driver 1
[    24.703] (==) Matched modesetting as autoconfigured driver 2
[    24.703] (==) Matched fbdev as autoconfigured driver 3
[    24.703] (==) Matched vesa as autoconfigured driver 4
[    24.703] (==) Assigned the driver to the xf86ConfigLayout
[    24.703] (II) LoadModule: "intel"
[    24.725] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    24.787] (II) Module intel: vendor="X.Org Foundation"
[    24.787]    compiled for 1.15.99.904, module version = 2.21.15
[    24.787]    Module class: X.Org Video Driver
[    24.787]    ABI class: X.Org Video Driver, version 18.0
[    24.787] (II) LoadModule: "modesetting"
[    24.787] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    24.916] (II) Module modesetting: vendor="X.Org Foundation"
[    24.916]    compiled for 1.15.99.904, module version = 0.9.0
[    24.916]    Module class: X.Org Video Driver
[    24.916]    ABI class: X.Org Video Driver, version 18.0
[    24.916] (II) LoadModule: "fbdev"
[    24.916] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    24.917] (II) Module fbdev: vendor="X.Org Foundation"
[    24.917]    compiled for 1.15.99.904, module version = 0.4.4
[    24.917]    Module class: X.Org Video Driver
[    24.917]    ABI class: X.Org Video Driver, version 18.0
[    24.917] (II) LoadModule: "vesa"
[    24.917] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    24.935] (II) Module vesa: vendor="X.Org Foundation"
[    24.935]    compiled for 1.15.99.904, module version = 2.3.3
[    24.935]    Module class: X.Org Video Driver
[    24.935]    ABI class: X.Org Video Driver, version 18.0
[    24.935] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
   HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
   HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
   HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
   HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    24.999] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.999] (II) FBDEV: driver for framebuffer: fbdev
[    24.999] (II) VESA: driver for VESA chipsets: vesa
[    24.999] (++) using VT number 7

[    25.017] (WW) Falling back to old probe method for modesetting
[    25.017] (WW) Falling back to old probe method for fbdev
[    25.017] (II) Loading sub module "fbdevhw"
[    25.017] (II) LoadModule: "fbdevhw"
[    25.017] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    25.035] (II) Module fbdevhw: vendor="X.Org Foundation"
[    25.035]    compiled for 1.16.0, module version = 0.0.2
[    25.035]    ABI class: X.Org Video Driver, version 18.0
[    25.035] (WW) Falling back to old probe method for vesa
[    25.035] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    25.035] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    25.035] (==) intel(0): RGB weight 888
[    25.035] (==) intel(0): Default visual is TrueColor
[    25.035] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2500
[    25.035] (**) intel(0): Relaxed fencing enabled
[    25.035] (**) intel(0): Wait on SwapBuffers? enabled
[    25.035] (**) intel(0): Triple buffering? enabled
[    25.035] (**) intel(0): Framebuffer tiled
[    25.035] (**) intel(0): Pixmaps tiled
[    25.035] (**) intel(0): 3D buffers tiled
[    25.035] (**) intel(0): SwapBuffers wait enabled
[    25.035] (==) intel(0): video overlay key set to 0x101fe
[    25.036] (II) intel(0): Output LVDS1 has no monitor section
[    25.036] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    25.037] (II) intel(0): Output VGA1 has no monitor section
[    25.038] (II) intel(0): Output HDMI1 has no monitor section
[    25.038] (II) intel(0): Output DP1 has no monitor section
[    25.038] (II) intel(0): EDID for output LVDS1
[    25.038] (II) intel(0): Manufacturer: CMN  Model: 1728  Serial#: 0
[    25.038] (II) intel(0): Year: 2011  Week: 50
[    25.038] (II) intel(0): EDID Version: 1.3
[    25.038] (II) intel(0): Digital Display Input
[    25.038] (II) intel(0): Max Image Size [cm]: horiz.: 39  vert.: 22
[    25.038] (II) intel(0): Gamma: 2.20
[    25.038] (II) intel(0): No DPMS capabilities specified
[    25.038] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    25.038] (II) intel(0): First detailed timing is preferred mode
[    25.038] (II) intel(0): redX: 0.613 redY: 0.344   greenX: 0.326 greenY: 0.590
[    25.038] (II) intel(0): blueX: 0.160 blueY: 0.082   whiteX: 0.313 whiteY: 0.329
[    25.038] (II) intel(0): Manufacturer's mask: 0
[    25.038] (II) intel(0): Supported detailed timing:
[    25.038] (II) intel(0): clock: 107.8 MHz   Image Size:  382 x 215 mm
[    25.038] (II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1940 h_border: 0
[    25.038] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 908 v_blanking: 926 v_border: 0
[    25.038] (II) intel(0):  N173FGE-L23
[    25.038] (II) intel(0):  CMN
[    25.038] (II) intel(0):  N173FGE-L23
[    25.038] (II) intel(0): EDID (in hex):
[    25.038] (II) intel(0):    00ffffffffffff000dae281700000000
[    25.038] (II) intel(0):    32150103802716780a08059d58539729
[    25.038] (II) intel(0):    15505400000001010101010101010101
[    25.038] (II) intel(0):    0101010101011c2a405461841a303020
[    25.038] (II) intel(0):    35007ed71000001a000000fe004e3137
[    25.038] (II) intel(0):    334647452d4c32332020000000fe0043
[    25.038] (II) intel(0):    4d4e0a202020202020202020000000fe
[    25.038] (II) intel(0):    004e3137334647452d4c3233202000e3
[    25.038] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    25.038] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    25.038] (II) intel(0): Printing probed modes for output LVDS1
[    25.038] (II) intel(0): Modeline "1600x900"x60.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    25.038] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    25.038] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    25.038] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    25.038] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    25.038] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    25.039] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    25.039] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    25.039] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    25.040] (II) intel(0): EDID for output VGA1
[    25.040] (II) intel(0): EDID for output HDMI1
[    25.040] (II) intel(0): EDID for output DP1
[    25.040] (II) intel(0): Output LVDS1 connected
[    25.040] (II) intel(0): Output VGA1 disconnected
[    25.040] (II) intel(0): Output HDMI1 disconnected
[    25.040] (II) intel(0): Output DP1 disconnected
[    25.040] (II) intel(0): Using exact sizes for initial modes
[    25.040] (II) intel(0): Output LVDS1 using initial mode 1600x900
[    25.040] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    25.040] (II) intel(0): Kernel page flipping support detected, enabling
[    25.040] (==) intel(0): DPI set to (96, 96)
[    25.040] (II) Loading sub module "fb"
[    25.040] (II) LoadModule: "fb"
[    25.040] (II) Loading /usr/lib/xorg/modules/libfb.so
[    25.085] (II) Module fb: vendor="X.Org Foundation"
[    25.085]    compiled for 1.16.0, module version = 1.0.0
[    25.085]    ABI class: X.Org ANSI C Emulation, version 0.4
[    25.085] (II) Loading sub module "dri2"
[    25.085] (II) LoadModule: "dri2"
[    25.085] (II) Module "dri2" already built-in
[    25.085] (II) UnloadModule: "modesetting"
[    25.085] (II) Unloading modesetting
[    25.085] (II) UnloadModule: "fbdev"
[    25.085] (II) Unloading fbdev
[    25.085] (II) UnloadSubModule: "fbdevhw"
[    25.085] (II) Unloading fbdevhw
[    25.085] (II) UnloadModule: "vesa"
[    25.085] (II) Unloading vesa
[    25.085] (==) Depth 24 pixmap format is 32 bpp
[    25.088] (II) intel(0): [DRI2] Setup complete
[    25.088] (II) intel(0): [DRI2]   DRI driver: i965
[    25.088] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[    25.097] (II) UXA(0): Driver registered support for the following operations:
[    25.097] (II)         solid
[    25.097] (II)         copy
[    25.097] (II)         composite (RENDER acceleration)
[    25.097] (II)         put_image
[    25.097] (II)         get_image
[    25.097] (==) intel(0): Backing store enabled
[    25.097] (==) intel(0): Silken mouse enabled
[    25.097] (II) intel(0): Initializing HW Cursor
[    25.098] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    25.114] (==) intel(0): DPMS enabled
[    25.115] (==) intel(0): Intel XvMC decoder enabled
[    25.115] (II) intel(0): Set up textured video
[    25.115] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    25.115] (II) intel(0): direct rendering: DRI2 Enabled
[    25.115] (==) intel(0): hotplug detection: "enabled"
[    25.136] (--) RandR disabled
[    25.159] (II) SELinux: Disabled on system
[    25.482] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    25.482] (II) AIGLX: enabled GLX_ARB_create_context
[    25.482] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    25.482] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    25.482] (II) AIGLX: enabled GLX_INTEL_swap_event
[    25.482] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    25.482] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    25.482] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    25.482] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    25.482] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    25.482] (II) AIGLX: Loaded and initialized i965
[    25.482] (II) GLX: Initialized DRI2 GL provider for screen 0
[    25.483] (II) intel(0): Setting screen physical size to 423 x 238
[    26.062] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    26.062] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    26.062] (II) LoadModule: "evdev"
[    26.062] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    26.147] (II) Module evdev: vendor="X.Org Foundation"
[    26.147]    compiled for 1.15.99.904, module version = 2.8.2
[    26.147]    Module class: X.Org XInput Driver
[    26.147]    ABI class: X.Org XInput driver, version 21.0
[    26.147] (II) Using input driver 'evdev' for 'Power Button'
[    26.147] (**) Power Button: always reports core events
[    26.147] (**) evdev: Power Button: Device: "/dev/input/event3"
[    26.147] (--) evdev: Power Button: Vendor 0 Product 0x1
[    26.147] (--) evdev: Power Button: Found keys
[    26.147] (II) evdev: Power Button: Configuring as keyboard
[    26.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[    26.147] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    26.147] (**) Option "xkb_rules" "evdev"
[    26.147] (**) Option "xkb_model" "pc105"
[    26.147] (**) Option "xkb_layout" "us"
[    26.148] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    26.148] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    26.148] (II) Using input driver 'evdev' for 'Video Bus'
[    26.148] (**) Video Bus: always reports core events
[    26.148] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    26.148] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    26.148] (--) evdev: Video Bus: Found keys
[    26.148] (II) evdev: Video Bus: Configuring as keyboard
[    26.148] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event4"
[    26.148] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    26.148] (**) Option "xkb_rules" "evdev"
[    26.148] (**) Option "xkb_model" "pc105"
[    26.148] (**) Option "xkb_layout" "us"
[    26.149] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    26.149] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    26.149] (II) Using input driver 'evdev' for 'Power Button'
[    26.149] (**) Power Button: always reports core events
[    26.149] (**) evdev: Power Button: Device: "/dev/input/event1"
[    26.149] (--) evdev: Power Button: Vendor 0 Product 0x1
[    26.149] (--) evdev: Power Button: Found keys
[    26.149] (II) evdev: Power Button: Configuring as keyboard
[    26.149] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event1"
[    26.149] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    26.149] (**) Option "xkb_rules" "evdev"
[    26.149] (**) Option "xkb_model" "pc105"
[    26.149] (**) Option "xkb_layout" "us"
[    26.149] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    26.149] (II) No input driver specified, ignoring this device.
[    26.149] (II) This device may have been added with another device file.
[    26.150] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event5)
[    26.150] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    26.150] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[    26.150] (**) PixArt USB Optical Mouse: always reports core events
[    26.150] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event5"
[    26.150] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[    26.150] (--) evdev: PixArt USB Optical Mouse: Found 3 mouse buttons
[    26.150] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[    26.150] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[    26.150] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[    26.150] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[    26.150] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[    26.150] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    26.150] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    26.150] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:093A:2510.0001/input/input9/event5"
[    26.150] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 9)
[    26.150] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[    26.150] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[    26.151] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[    26.151] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    26.151] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    26.151] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    26.151] (II) No input driver specified, ignoring this device.
[    26.151] (II) This device may have been added with another device file.
[    26.151] (II) config/udev: Adding input device TOSHIBA Web Camera - HD (/dev/input/event13)
[    26.151] (**) TOSHIBA Web Camera - HD: Applying InputClass "evdev keyboard catchall"
[    26.151] (II) Using input driver 'evdev' for 'TOSHIBA Web Camera - HD'
[    26.151] (**) TOSHIBA Web Camera - HD: always reports core events
[    26.151] (**) evdev: TOSHIBA Web Camera - HD: Device: "/dev/input/event13"
[    26.151] (--) evdev: TOSHIBA Web Camera - HD: Vendor 0x4f2 Product 0xb3b1
[    26.151] (--) evdev: TOSHIBA Web Camera - HD: Found keys
[    26.151] (II) evdev: TOSHIBA Web Camera - HD: Configuring as keyboard
[    26.151] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input20/event13"
[    26.151] (II) XINPUT: Adding extended input device "TOSHIBA Web Camera - HD" (type: KEYBOARD, id 10)
[    26.151] (**) Option "xkb_rules" "evdev"
[    26.151] (**) Option "xkb_model" "pc105"
[    26.151] (**) Option "xkb_layout" "us"
[    26.152] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    26.152] (II) No input driver specified, ignoring this device.
[    26.152] (II) This device may have been added with another device file.
[    26.152] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    26.152] (II) No input driver specified, ignoring this device.
[    26.152] (II) This device may have been added with another device file.
[    26.153] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[    26.153] (II) No input driver specified, ignoring this device.
[    26.153] (II) This device may have been added with another device file.
[    26.153] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    26.153] (II) No input driver specified, ignoring this device.
[    26.153] (II) This device may have been added with another device file.
[    26.153] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    26.153] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    26.153] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    26.153] (**) AT Translated Set 2 keyboard: always reports core events
[    26.153] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    26.153] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    26.153] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    26.153] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    26.153] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    26.153] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    26.153] (**) Option "xkb_rules" "evdev"
[    26.153] (**) Option "xkb_model" "pc105"
[    26.153] (**) Option "xkb_layout" "us"
[    26.154] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    26.154] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    26.154] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    26.154] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    26.154] (II) LoadModule: "synaptics"
[    26.154] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    26.209] (II) Module synaptics: vendor="X.Org Foundation"
[    26.209]    compiled for 1.15.99.904, module version = 1.8.0
[    26.209]    Module class: X.Org XInput Driver
[    26.209]    ABI class: X.Org XInput driver, version 21.0
[    26.209] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    26.210] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    26.210] (**) Option "Device" "/dev/input/event8"
[    26.359] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692 (res 66)
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680 (res 102)
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    26.360] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    26.360] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    26.380] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input13/event8"
[    26.380] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[    26.380] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    26.380] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    26.380] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
[    26.380] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    26.380] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    26.380] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    26.380] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    26.380] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    26.381] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    26.381] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    26.381] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    26.381] (II) No input driver specified, ignoring this device.
[    26.381] (II) This device may have been added with another device file.
[    26.381] (II) config/udev: Adding input device Toshiba input device (/dev/input/event6)
[    26.381] (**) Toshiba input device: Applying InputClass "evdev keyboard catchall"
[    26.381] (II) Using input driver 'evdev' for 'Toshiba input device'
[    26.381] (**) Toshiba input device: always reports core events
[    26.381] (**) evdev: Toshiba input device: Device: "/dev/input/event6"
[    26.382] (--) evdev: Toshiba input device: Vendor 0 Product 0
[    26.382] (--) evdev: Toshiba input device: Found keys
[    26.382] (II) evdev: Toshiba input device: Configuring as keyboard
[    26.382] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event6"
[    26.382] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 13)
[    26.382] (**) Option "xkb_rules" "evdev"
[    26.382] (**) Option "xkb_model" "pc105"
[    26.382] (**) Option "xkb_layout" "us"
[    37.932] (II) intel(0): EDID vendor "CMN", prod id 5928
[    37.932] (II) intel(0): Printing DDC gathered Modelines:
[    37.932] (II) intel(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    37.934] (II) intel(0): EDID vendor "CMN", prod id 5928
[    37.934] (II) intel(0): Printing DDC gathered Modelines:
[    37.934] (II) intel(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
*****@bluecat:~$

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 09:10:33 AM
Again, the logs show everything's fine. Could you post a screenshot of the problem you described (wifi networks not showing)?

In the meantime let's do a little experiment. Issue those commands in the terminal:
sudo killall -9 nm-applet
nm-applet

Then with the terminal still open (it should lock while nm-applet is active) try to find any wifi networks and connect to them (and give him a minute or two to refresh). Observe the output in the terminal. If anything shows up, post it here.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 12:07:12 PM
*****@bluecat:~$ nm-applet

** (nm-applet:1653): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nm-applet:1653): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field

MoroS, I don't know how to make a screen shot and then place it here.  I can tell you that I have the double screen icons have returned to the bottom of my screen on my bottom panel bar -- the wireless icon has an exclamation mark ! on top of it.  I  was going to say that when I click onto this icon I still get the message Wireless networks not found in range, but now I have a list of the wireless networks showing, and now, again, this list of Wi-Fi networks has disappeared.  So sometimes I have the list of networks, and sometimes I don't.  They come and go.



Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 12:14:18 PM
Ok. No problem. Don't need that screenshot anymore, as I launched LXDE myself. I forgot that LXDE uses it's own network management applets and that's probably where the problem is. Now, having launched the nm-applet you should see another network icon pop up in the tray. Left-click it and see if it shows any networks and if you can connect.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 12:45:12 PM
Well, right now it gives me the options of Repair
                                                              Disable


I then left-clicked Repair and then, again, for a moment, I had the list of five  of six Wi-Fi networks available to me -- mine included.

I put in my password to connect -- and nothing,  Sometimes I left-click and I get the message Wireless Networks not found in range, and sometimes I get a list of six networks, mine included, with blue bars representing their respective network strengths -- all right now at about 80% strength.

It's almost 7:00 in the morning here, everyone is beginning to get online around this time.

And now, two minutes later, there are four networks appearing, mine included.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 12:56:31 PM
Quote from: perknh on August 21, 2014, 12:45:12 PM
Well, right now it gives me the options of Repair
                                                              Disable


That's not the icon I'm talking about. It's not the two network icons that are beside each other. This is the LXDE network applet, that doesn't work too well. There should be a third icon that shows up when you run the nm-applet in the terminal (to tell the truth you should even see it without the need of running nm-applet, but right now run it from the terminal do you can see the icon that shows up). Left-clicking it gives you a menu similar to this:
(http://www.uio.no/english/services/it/network/wireless/help/linux/network-manager-applet-uio-90.png)
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 01:05:46 PM
No, I've never seen that menu!  i just ran sudo mn-applet and I got this for a result:

****@bluecat:~$ sudo nm-applet
[sudo] password for ****:

(nm-applet:2187): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field

But, no, MoroS, I've never seen that menu of which you are speaking.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 01:08:04 PM
Don't use sudo for running nm-applet. It's not necessary. Just run:
nm-applet
in the terminal and look for any new traybar icons apprearing. Left-clicking the new icon will give you the menu I posted.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 01:08:55 PM
It's in the lower-right corner of the screen if you're using the default LXDE settings.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 01:10:13 PM
This is what I get:

*****@bluecat:~$ nm-applet

** (nm-applet:2318): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nm-applet:2318): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field


(nm-applet:2318): libnm-glib-CRITICAL **: nm_secret_agent_register: assertion 'priv->registered == FALSE' failed

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 01:11:09 PM
Okay, I'll try again.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 01:14:14 PM
I'm sorry, MoroS, but I see nothing new appearing anywhere on my screen.

I still get this message in the terminal:

*****@bluecat:~$ nm-applet

** (nm-applet:2500): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nm-applet:2500): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 01:35:19 PM
Quote from: perknh on August 21, 2014, 01:14:14 PM
** (nm-applet:2500): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Ok. That's why you're not getting anything... :/ This error causes the icon not to show... I'll have to look it up before we can go any further.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 01:44:47 PM
Ok. A couple things to check here:
1. The group list on your system:
cat /etc/group
2. DBus state:
ps aux | grep dbus

This is either a DBus connection issue or a privilege issue.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 01:54:45 PM
[spoiler]1) *****@bluecat:~$ cat /etc/group
root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:*****
adm:x:4:*****
tty:x:5:
disk:x:6:
lp:x:7:*****
mail:x:8:
news:x:9:
uucp:x:10:
man:x:12:
proxy:x:13:
kmem:x:15:
dialout:x:20:*****
fax:x:21:
voice:x:22:
cdrom:x:24:*****
floppy:x:25:*****
tape:x:26:
sudo:x:27:*****
audio:x:29:pulse,*****
dip:x:30:*****
www-data:x:33:
backup:x:34:
operator:x:37:
list:x:38:
irc:x:39:
src:x:40:
gnats:x:41:
shadow:x:42:
utmp:x:43:
video:x:44:*****
sasl:x:45:
plugdev:x:46:*****
staff:x:50:
games:x:60:
users:x:100:
libuuid:x:101:
crontab:x:102:
fuse:x:103:
avahi-autoipd:x:104:
scanner:x:105:saned
messagebus:x:106:
colord:x:107:
lpadmin:x:108:*****
ssl-cert:x:109:
bluetooth:x:110:
utempter:x:111:
Debian-exim:x:112:
mlocate:x:113:
ssh:x:114:
avahi:x:115:
netdev:x:116:
pulse:x:117:
pulse-access:x:118:
rtkit:x:119:
saned:x:120:
lightdm:x:122:
ntp:x:121:
systemd-journal:x:123:
firebird:x:124:
nogroup:x:65534:
*****:!:1000:
geoclue:x:125:
*****@bluecat:~$

2)  *****@bluecat:~$ ps aux | grep dbus
message+   655  0.0  0.0  42420  2568 ?        Ss   05:47   0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
lightdm   1219  0.0  0.0  24312   572 ?        S    05:47   0:00 /usr/bin/dbus-launch --autolaunch b85d8de0981079fb68762217504659b9 --binary-syntax --close-stderr
lightdm   1220  0.0  0.0  41560  1120 ?        Ss   05:47   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
lightdm   1226  0.0  0.0  41560  1732 ?        S    05:47   0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3
*****   1279  0.0  0.0  10604   340 ?        Ss   05:47   0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startlxde
*****    1282  0.0  0.0  24312   572 ?        S    05:47   0:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/startlxde
*****    1283  0.0  0.0  41956  1524 ?        Ss   05:47   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
*****    2959  0.0  0.0  27700   936 pts/2    R+   07:51   0:00 grep dbus
*****@bluecat:~$ [/spoiler]

Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 02:05:35 PM
Ok. DBus seems to be running.

Now then, add yourself to a few more privilege groups:
sudo usermod -a -G users,netdev,messagebus your_user_name

After that reboot. Check the traybar icons after reboot. If nothing changed then fire up the terminal and run "nm-applet" again and see if a new icon appers (and the previous error message is gone).
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 02:11:11 PM
Nope.  I'm afraid we get the same message:

*****@bluecat:~$ nm-applet

** (nm-applet:1554): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nm-applet:1554): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field


(nm-applet:1554): nm-applet-WARNING **: Failed to register as an agent: (32) An agent with this ID is already registered for this user.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 02:18:30 PM
One more thing: is the polkit daemon running?
ps aux | grep polkit
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 02:23:25 PM
*****@bluecat:~$ ps aux | grep polkit
root       807  0.0  0.0 272592  5012 ?        Ssl  08:08   0:00 /usr/lib/policykit-1/polkitd --no-debug
*****    1358  0.0  0.0 247572  5628 ?        Sl   08:08   0:00 /usr/bin/lxpolkit
*****    1659  0.0  0.0  27700   936 pts/1    S+   08:22   0:00 grep polkit
*****@bluecat:~$
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 02:36:22 PM
Figures... :/

Next attempt. Again in the terminal:
sudo killall -9 nm-applet
gnome-keyring-daemon &
nm-applet

The first one will make sure we're starting clean. The next one launches the keyring daemon (no sudo needed). Give it a few seconds (if no errors are shown) and proceed to run the nm-applet yet again (again: no sudo needed).
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 02:44:28 PM
1) Did it.  Nothing much to show for it.

2) *****@bluecat:~$ gnome-keyring-daemon &
[1] 1829
leslie@bluecat:~$ gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-GnO32d
SSH_AUTH_SOCK=/run/user/1000/keyring-GnO32d/ssh
GPG_AGENT_INFO=/run/user/1000/keyring-GnO32d/gpg:0:1
GNOME_KEYRING_PID=1830

3)*****@bluecat:~$ nm-applet

** (nm-applet:1920): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nm-applet:1920): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field


Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 02:48:23 PM
Quote from: perknh on August 21, 2014, 02:44:28 PM
(nm-applet:1920): Gtk-WARNING **: Theme directory scalable/stock of theme NoirCrystal has no size field

Just a hunch really, but could you change the theme to something else than NoirCrystal (like Clearlooks) and fire up the nm-applet again?
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 03:23:29 PM
Okay, I changed my Widget to Clearlooks and I change my icon theme to HighContrast.

This is what I get:

*****@bluecat:~$ nm-applet

** (nm-applet:2137): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nm-applet:2137): nm-applet-WARNING **: Failed to register as an agent: (32) An agent with this ID is already registered for this user.

Update: 9:07 PM your time.

MoroS, I'm back! 

I had to change my icon theme to HighContrast because I couldn't see my volume icon on my black panel bar.
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 21, 2014, 10:07:51 PM
Let's look at the panel settings for a moment: right-click the panel and choose "Panel settings". Go to the "Panel Applets" tab and see if you have the "System Tray" applet on the list. Just in case.

I've got Sparky LXDE running and I'm getting the same messages when running nm-applet, but the icon appears in the upper-right corner (near the clock).
(http://pliki.dnadesign.pl/forums/nm-icon.png)
Title: Re: Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 21, 2014, 10:58:10 PM
MoroS, consider the problem [SOLVED]!

Wow --- you did it.  I am now connected to the this forum without using my Ethernet cable!

No, I did NOT have the system tray applet on the list.  I removed it, when I first installed, and replaced it with the LXDE applet -- because I thought LXDE applet was more visually appealing, and because I thought it would do the same thing.  Then I forgot all about the original system tray applet.  :-[

MoroS, you are indeed a problem solver extraordinaire! ;)

Mil gracias, or a thousand thanks.  I'm elated!  ;D

perknh






Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 22, 2014, 09:56:57 AM
Glad I could help. :) My brain took a beating in the process (I was on the verge of giving up here ;D), I learned a couple of new things about Linux's wi-fi connectivity and made some new assumptions for the upcoming bug reporting tool, so I guess it's a win-win situation. :D

You should keep the system tray though. Not only NetworkManager, but other applications such as instant messengers (like Pidgin, Skype), Sparky-based utils (like APTus) and such leave their icons in the system tray for fast access. The issue with the LXDE's network applet is another case that I'll have to investigate in the future. ;)

For the time beign we hope you'll enjoy Sparky as much as we enjoy preparing it. :)
Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 22, 2014, 12:02:58 PM
You know, MoroS, once I realized how much you knew about Linux, and your ability to patiently persist and work out a problem, I knew if I followed your steps, we get there eventually.

This made me want to work on two sets of skills -- Linux and problem solving.

What sources you were using for Linux, I do not know, but if you have a source on the net where I could read more about Debian and its commands, I like to see it.

The second set of skills you demonstrated is a requirement in life -- problem solving.  And, by your words under your username, you've taken it upon yourself to take a positive approach to problem solving.  This impresses me a lot, and is the best approach I've seen yet.

Thanks to you I learned as much about problem solving here as I did about Linux.

MoroS, I removed LXDE's NetworkManager -- it's useless to me.

Now our next challenge is: how to report this issue to LXDE!

What is the specific issue to report?  Is it that LXDE's NetworkManager doesn't work?  And to whom do we report this issue?  You worked too hard to not have this issue reported.

And don't you worry, I'm keeping that System Tray there -- in my panel!

Thank you, MoroS.  This was a learning experience for me.

perknh


Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: MoroS on August 22, 2014, 12:32:33 PM
Quote from: perknh on August 22, 2014, 12:02:58 PM
What sources you were using for Linux, I do not know, but if you have a source on the net where I could read more about Debian and its commands, I like to see it.
I've been using Linux for about 18 year now, so I don't remember most of the sources. One thing I can say: be curious. Googling for things is the first step. When you find something that seems related to your issue try to find and read some documentation about it. It takes a while, but you build your knowledge from ground up. Reading some things about Linux basics (how it's build in general - not the technical bits, that comes later eventually, what processes are beign run when the system's working) also helps. It can sometimes be a pain, because one won't understand everything at the beginning, but as you gain information, more and more things become clear. As for Debian, well the main page and the Debian Wiki page is a good place to start. :)
Remember that it takes some time to know it all, so don't get discouraged too quickly. ;)

Quote from: perknh on August 22, 2014, 12:02:58 PM
The second set of skills you demonstrated is a requirement in life -- problem solving.  And, by your words under your username, you've taken it upon yourself to take a positive approach to problem solving.  This impresses me a lot, and is the best approach I've seen yet.
Thank you. :) I'm just stubborn, that's all. ;)

Quote from: perknh on August 22, 2014, 12:02:58 PM
Thanks to you I learned as much about problem solving here as I did about Linux.
Don't mention it. It's what we do here. :)

Quote from: perknh on August 22, 2014, 12:02:58 PM
Now our next challenge is: how to report this issue to LXDE!
What is the specific issue to report?  Is it that LXDE's NetworkManager doesn't work?  And to whom do we report this issue?  You worked too hard to not have this issue reported.
Well, the LXDE bugtracker at SourceForge would be a good place to start. The bug would be: "LXPanel network management applet doesn't show wifi networks, but nm-applet does" or something similar. It seems no one reported anything like this yet. I'll install LXDE on my development environment and see if I've got the same problem.
Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 22, 2014, 01:22:27 PM
Thank you,MoroS.

Now I'm curious if you'll encounter the same problem that I had with the LXDE NetworkManager.  Chances are you're not working with a Toshiba C-70 laptop.  If this happens on your computer too, we can be pretty certain the problem is with the applet.

In the meantime, I hope you enjoy your LXDE experience.  The fans of LXDE consider LXDE to be light, fast, and very user-friendly.

perknh

Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 22, 2014, 02:33:52 PM
I don't think there is anything to report.
The LXDE "Manage Networks" applet doesn't have any option to configure connection.
The second one "Network Status Monitor" can't manage connection too.
So in my way and as you said it's just a mistake and it's nothing to report.
Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 22, 2014, 04:19:24 PM
Wow!  What an difficult exercise due to one simple error.

I'm really sorry for putting you and MoroS through all of that.  :-[

That was a hard way to learn a lesson.

Please accept my apologies.

Thank you,

perknh
Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: pavroo on August 22, 2014, 04:46:19 PM
There is nothing to apologies.
I only said that there is no reason to report it to the LXDE or Debian team, nothing else.
We all make mistakes because we are only humans and the forum is exactly for situations like that.
I am glad that you have post your case here, because any case like yours make ours knowledge bigger the it was before.
That's the point :)
Title: Re: [SOLVED] Wi-Fi Issue: Similiar Problem As Bluebriz
Post by: perknh on August 22, 2014, 08:26:42 PM
Thank you, pavroo.