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
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
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
Hi. Could you post the output of the "dmesg" command after trying to connect? It may be a firmware problem.
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
Yep, it's truncated... :-\ Maybe you could use some online pasting service like
pastebin.com.
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
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.
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
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.
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.
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
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.
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.
dmesg output 1of 5 -- to be deleted after being read.
The output has been deleted now that it is no longer needed.
dmesg ouput 2 of 5 -- to be deleted after being read.
The output has been deleted now that it is no longer needed.
dmesg ouput 3 of 5 -- to be deleted after being read.
The output has been deleted now that it is no longer needed.
dmesg output 4 of 5.
The output has been deleted now that it is no longer needed.
dmesg output 5 of 5.
The output has been deleted now that it is no longer needed.
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?
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
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.
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
Show me:
ls /etc/modprobe.d
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
You have 7 files in the directory.
The most interesting is the first one.
Show me:
cat /etc/modprobe.d/blacklist.conf
Thank you, pavroo, this is the output of cat /etc/modprobe.d/blacklist.conf
*****@bluecat:~$ cat /etc/modprobe.d/blacklist.conf
blacklist iwlwifi
Hhmm..
Intel is blacklisted, nothing about realtek.
pavroo, is this a bug? And, if so, how do we report it to Debian?
pavroo, thank you for all your help here.
perknh
Hold on, please.
I've sent a message to MoroS to have a look into that.
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
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
Put full output of the dmesg command. I have made the limit bigger now.
*****@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:
- 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1524662
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-2-amd64 root=UUID=818a4884-c4c1-46c8-9708-211fcbf98f76 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 5990472K/6183276K available (4957K kernel code, 747K rwdata, 1724K rodata, 1008K init, 960K bss, 192804K reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS:33024 nr_irqs:744 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2394.614 MHz processor
[ 0.000031] Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.22 BogoMIPS (lpj=9578456)
[ 0.000033] pid_max: default: 32768 minimum: 301
[ 0.000040] ACPI: Core revision 20131218
[ 0.000042] TOSHIBA Satellite detected - force copy of DSDT to local memory
[ 0.000125] ACPI: Forced DSDT copy: length 0x0ED87 copied locally, original unmapped
[ 0.005818] ACPI: All ACPI Tables successfully acquired
[ 0.022353] Security Framework initialized
[ 0.022360] AppArmor: AppArmor disabled by boot time parameter
[ 0.022361] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.022792] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.024807] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.025745] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.025755] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.025927] Initializing cgroup subsys memory
[ 0.025932] Initializing cgroup subsys devices
[ 0.025933] Initializing cgroup subsys freezer
[ 0.025934] Initializing cgroup subsys net_cls
[ 0.025935] Initializing cgroup subsys blkio
[ 0.025937] Initializing cgroup subsys perf_event
[ 0.025958] CPU: Physical Processor ID: 0
[ 0.025959] CPU: Processor Core ID: 0
[ 0.025964] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.025964] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.025967] mce: CPU supports 7 MCE banks
[ 0.025979] CPU0: Thermal monitoring enabled (TM1)
[ 0.025988] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.025988] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.025988] tlb_flushall_shift: 2
[ 0.026087] Freeing SMP alternatives memory: 20K (ffffffff819b8000 - ffffffff819bd000)
[ 0.027659] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.067378] smpboot: CPU0: Intel(R) Pentium(R) CPU 2020M @ 2.40GHz (fam: 06, model: 3a, stepping: 09)
[ 0.067385] TSC deadline timer enabled
[ 0.067392] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[ 0.067398] ... version: 3
[ 0.067399] ... bit width: 48
[ 0.067400] ... generic registers: 8
[ 0.067401] ... value mask: 0000ffffffffffff
[ 0.067402] ... max period: 0000ffffffffffff
[ 0.067402] ... fixed-purpose events: 3
[ 0.067403] ... event mask: 00000007000000ff
[ 0.067892] x86: Booting SMP configuration:
[ 0.067894] .... node #0, CPUs: #1
[ 0.078451] CPU1 microcode updated early to revision 0x1b, date = 2014-05-29
[ 0.081066] x86: Booted up 1 node, 2 CPUs
[ 0.081069] smpboot: Total of 2 processors activated (9578.45 BogoMIPS)
[ 0.081165] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.082301] devtmpfs: initialized
[ 0.085018] PM: Registering ACPI NVS region [mem 0xaaebf000-0xaafbefff] (1048576 bytes)
[ 0.085158] pinctrl core: initialized pinctrl subsystem
[ 0.085212] NET: Registered protocol family 16
[ 0.085292] cpuidle: using governor ladder
[ 0.085293] cpuidle: using governor menu
[ 0.085318] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.085320] ACPI: bus type PCI registered
[ 0.085321] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.085394] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.085396] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.085471] PCI: Using configuration type 1 for base access
[ 0.086179] bio: create slab <bio-0> at 0
[ 0.086267] ACPI: Added _OSI(Module Device)
[ 0.086269] ACPI: Added _OSI(Processor Device)
[ 0.086270] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.086271] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.110381] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.125494] ACPI: SSDT 00000000aae27018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.125842] ACPI: Dynamic OEM Table Load:
[ 0.125844] ACPI: SSDT (null) 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.137366] ACPI: SSDT 00000000aae28a98 000303 (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.137741] ACPI: Dynamic OEM Table Load:
[ 0.137742] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.149255] ACPI: SSDT 00000000aae26d98 000119 (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.149593] ACPI: Dynamic OEM Table Load:
[ 0.149595] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.161555] ACPI: Interpreter enabled
[ 0.161561] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[ 0.161566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[ 0.161579] ACPI: (supports S0 S3 S4 S5)
[ 0.161580] ACPI: Using IOAPIC for interrupt routing
[ 0.161606] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.161868] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 0.168187] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.168192] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.168308] \_SB_.PCI0:_OSC invalid UUID
[ 0.168309] _OSC request data:1 1f 0
[ 0.168312] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.168982] PCI host bridge to bus 0000:00
[ 0.168984] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.168986] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.168987] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.168989] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.168991] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff]
[ 0.168999] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[ 0.169080] pci 0000:00:02.0: [8086:0156] type 00 class 0x030000
[ 0.169091] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[ 0.169097] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.169102] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.169205] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[ 0.169228] pci 0000:00:14.0: reg 0x10: [mem 0xc0600000-0xc060ffff 64bit]
[ 0.169298] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.169336] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.169377] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[ 0.169400] pci 0000:00:16.0: reg 0x10: [mem 0xc0614000-0xc061400f 64bit]
[ 0.169477] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.169558] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[ 0.169579] pci 0000:00:1a.0: reg 0x10: [mem 0xc0619000-0xc06193ff]
[ 0.169669] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.169719] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.169761] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[ 0.169777] pci 0000:00:1b.0: reg 0x10: [mem 0xc0610000-0xc0613fff 64bit]
[ 0.169852] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.169891] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.169928] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[ 0.170009] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.170050] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.170088] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[ 0.170168] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.170208] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.170246] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
[ 0.170326] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.170367] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.170411] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[ 0.170432] pci 0000:00:1d.0: reg 0x10: [mem 0xc0618000-0xc06183ff]
[ 0.170522] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.170571] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.170611] pci 0000:00:1f.0: [8086:1e5e] type 00 class 0x060100
[ 0.170780] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[ 0.170799] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
[ 0.170806] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
[ 0.170814] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
[ 0.170822] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
[ 0.170830] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
[ 0.170838] pci 0000:00:1f.2: reg 0x24: [mem 0xc0617000-0xc06177ff]
[ 0.170883] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.170951] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[ 0.170967] pci 0000:00:1f.3: reg 0x10: [mem 0xc0615000-0xc06150ff 64bit]
[ 0.170988] pci 0000:00:1f.3: reg 0x20: [io 0x4040-0x405f]
[ 0.171126] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.171229] pci 0000:02:00.0: [10ec:8179] type 00 class 0x028000
[ 0.171255] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
[ 0.171300] pci 0000:02:00.0: reg 0x18: [mem 0xc0500000-0xc0503fff 64bit]
[ 0.171467] pci 0000:02:00.0: supports D1 D2
[ 0.171469] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.171510] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.177219] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.177227] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.177233] pci 0000:00:1c.2: bridge window [mem 0xc0500000-0xc05fffff]
[ 0.177386] pci 0000:03:00.0: [1969:1090] type 00 class 0x020000
[ 0.177414] pci 0000:03:00.0: reg 0x10: [mem 0xc0400000-0xc043ffff 64bit]
[ 0.177429] pci 0000:03:00.0: reg 0x18: [io 0x2000-0x207f]
[ 0.177569] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.177605] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.185292] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.185297] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.185300] pci 0000:00:1c.3: bridge window [mem 0xc0400000-0xc04fffff]
[ 0.185636] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.185684] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.185730] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.185775] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.185819] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.185863] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.185907] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.185951] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.186084] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.186119] ACPI : EC: GPE = 0x1e, I/O: command/status = 0x66, data = 0x62
[ 0.186202] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.186205] vgaarb: loaded
[ 0.186206] vgaarb: bridge control possible 0000:00:02.0
[ 0.186243] PCI: Using ACPI for IRQ routing
[ 0.187790] PCI: pci_cache_line_size set to 64 bytes
[ 0.187973] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 0.187975] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[ 0.187976] e820: reserve RAM buffer [mem 0xa59b0000-0xa7ffffff]
[ 0.187977] e820: reserve RAM buffer [mem 0xaaabf000-0xabffffff]
[ 0.187978] e820: reserve RAM buffer [mem 0xab000000-0xabffffff]
[ 0.187979] e820: reserve RAM buffer [mem 0x1cf600000-0x1cfffffff]
[ 0.188081] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.188086] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.190108] Switched to clocksource hpet
[ 0.191702] pnp: PnP ACPI init
[ 0.191717] ACPI: bus type PNP registered
[ 0.191751] pnp 00:00: [dma 4]
[ 0.191772] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.191794] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.191895] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.191926] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.191969] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.191971] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.191973] system 00:04: [io 0xffff] has been reserved
[ 0.191975] system 00:04: [io 0xffff] has been reserved
[ 0.191977] system 00:04: [io 0x0400-0x0453] could not be reserved
[ 0.191978] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.191980] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.191982] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.191984] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.192009] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.192053] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.192056] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.192093] pnp 00:07: Plug and Play ACPI device, IDs TOS1102 PNP0303 (active)
[ 0.192225] pnp 00:08: Plug and Play ACPI device, IDs TOS0320 PNP0f13 (active)
[ 0.192339] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.192342] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.192344] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.192346] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.192347] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.192349] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.192351] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.192353] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.192354] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.192356] system 00:09: [mem 0xafa00000-0xafa00fff] has been reserved
[ 0.192358] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.192616] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
[ 0.192618] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
[ 0.192620] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.192679] pnp: PnP ACPI: found 11 devices
[ 0.192680] ACPI: bus type PNP unregistered
[ 0.198934] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.198947] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.198950] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.198956] pci 0000:00:1c.2: bridge window [mem 0xc0500000-0xc05fffff]
[ 0.198964] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.198967] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.198972] pci 0000:00:1c.3: bridge window [mem 0xc0400000-0xc04fffff]
[ 0.198981] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.198982] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.198984] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.198986] pci_bus 0000:00: resource 7 [mem 0xafa00000-0xfeafffff]
[ 0.198987] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.198989] pci_bus 0000:02: resource 1 [mem 0xc0500000-0xc05fffff]
[ 0.198990] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.198992] pci_bus 0000:03: resource 1 [mem 0xc0400000-0xc04fffff]
[ 0.199032] NET: Registered protocol family 2
[ 0.199185] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.199327] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.199439] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.199459] TCP: reno registered
[ 0.199468] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.199496] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.199577] NET: Registered protocol family 1
[ 0.199588] pci 0000:00:02.0: Boot video device
[ 0.230263] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
[ 0.230304] PCI: CLS 64 bytes, default 64
[ 0.230345] Unpacking initramfs...
[ 0.635007] Freeing initrd memory: 26408K (ffff880034c5c000 - ffff880036626000)
[ 0.635012] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.635014] software IO TLB [mem 0xa6abf000-0xaaabf000] (64MB) mapped at [ffff8800a6abf000-ffff8800aaabefff]
[ 0.635054] Simple Boot Flag at 0x44 set to 0x1
[ 0.635157] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 0.635195] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x1b
[ 0.635200] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x1b
[ 0.635246] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.635496] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.635549] audit: initializing netlink subsys (disabled)
[ 0.635563] audit: type=2000 audit(1408539544.624:1): initialized
[ 0.648592] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.648751] VFS: Disk quotas dquot_6.5.2
[ 0.648769] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.648813] msgmni has been set to 11751
[ 0.649007] alg: No test for stdrng (krng)
[ 0.649025] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.649054] io scheduler noop registered
[ 0.649055] io scheduler deadline registered
[ 0.649064] io scheduler cfq registered (default)
[ 0.649477] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.649490] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.649522] intel_idle: MWAIT substates: 0x21120
[ 0.649523] intel_idle: v0.4 model 0x3A
[ 0.649524] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.649616] GHES: HEST is not enabled!
[ 0.649664] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.650045] Linux agpgart interface v0.103
[ 0.650123] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2P] at 0x60,0x64 irq 1,12
[ 0.651451] i8042: Detected active multiplexing controller, rev 1.1
[ 0.652222] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.652226] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.652248] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.652267] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.652284] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.652433] mousedev: PS/2 mouse device common for all mice
[ 0.652470] rtc_cmos 00:05: RTC can wake from S4
[ 0.652616] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.652643] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.652651] Intel P-state driver initializing.
[ 0.652660] Intel pstate controlling: cpu 0
[ 0.652691] Intel pstate controlling: cpu 1
[ 0.652733] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[ 0.652735] AMD IOMMUv2 functionality not available on this system
[ 0.652910] TCP: cubic registered
[ 0.653027] NET: Registered protocol family 10
[ 0.653211] mip6: Mobile IPv6
[ 0.653213] NET: Registered protocol family 17
[ 0.653215] mpls_gso: MPLS GSO support
[ 0.653519] registered taskstats version 1
[ 0.654151] rtc_cmos 00:05: setting system clock to 2014-08-20 12:59:04 UTC (1408539544)
[ 0.654244] PM: Hibernation image not present or could not be loaded.
[ 0.654976] Freeing unused kernel memory: 1008K (ffffffff818bc000 - ffffffff819b8000)
[ 0.654978] Write protecting the kernel read-only data: 8192k
[ 0.659298] Freeing unused kernel memory: 1176K (ffff8800014da000 - ffff880001600000)
[ 0.660290] Freeing unused kernel memory: 324K (ffff8800017af000 - ffff880001800000)
[ 0.671119] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.671929] systemd-udevd[58]: starting version 208
[ 0.672249] random: systemd-udevd urandom read with 2 bits of entropy available
[ 0.680418] ACPI: bus type USB registered
[ 0.680442] usbcore: registered new interface driver usbfs
[ 0.680452] usbcore: registered new interface driver hub
[ 0.684790] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
[ 0.684796] ACPI: Power Button [PWRB]
[ 0.684847] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input7
[ 0.684890] ACPI: Lid Switch [LID]
[ 0.684933] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
[ 0.684935] ACPI: Power Button [PWRF]
[ 0.686254] usbcore: registered new device driver usb
[ 0.686606] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.686728] ehci-pci: EHCI PCI platform driver
[ 0.686862] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.686868] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.686883] ehci-pci 0000:00:1a.0: debug port 2
[ 0.690219] [drm] Initialized drm 1.1.0 20060810
[ 0.690791] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.692008] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc0619000
[ 0.699202] wmi: Mapper loaded
[ 0.702619] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.702674] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.702676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.702677] usb usb1: Product: EHCI Host Controller
[ 0.702678] usb usb1: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
[ 0.702680] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.710219] hub 1-0:1.0: USB hub found
[ 0.710228] hub 1-0:1.0: 2 ports detected
[ 0.710478] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.710485] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.710497] ehci-pci 0000:00:1d.0: debug port 2
[ 0.711203] SCSI subsystem initialized
[ 0.712555] alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [08:9e:01:d6:f2:d2]
[ 0.712691] libata version 3.00 loaded.
[ 0.714400] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.714417] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc0618000
[ 0.722575] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.722626] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.722628] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.722630] usb usb2: Product: EHCI Host Controller
[ 0.722631] usb usb2: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
[ 0.722632] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.722762] hub 2-0:1.0: USB hub found
[ 0.722770] hub 2-0:1.0: 2 ports detected
[ 0.723110] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.723116] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.723212] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.723234] xhci_hcd 0000:00:14.0: irq 40 for MSI/MSI-X
[ 0.723368] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.723370] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.723372] usb usb3: Product: xHCI Host Controller
[ 0.723373] usb usb3: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
[ 0.723374] usb usb3: SerialNumber: 0000:00:14.0
[ 0.723733] hub 3-0:1.0: USB hub found
[ 0.723744] hub 3-0:1.0: 4 ports detected
[ 0.724084] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.724088] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 0.724126] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.724127] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.724129] usb usb4: Product: xHCI Host Controller
[ 0.724130] usb usb4: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
[ 0.724131] usb usb4: SerialNumber: 0000:00:14.0
[ 0.724335] hub 4-0:1.0: USB hub found
[ 0.724351] hub 4-0:1.0: 4 ports detected
[ 0.725340] [drm] Memory usable by graphics device = 2048M
[ 0.754701] i915 0000:00:02.0: irq 41 for MSI/MSI-X
[ 0.754714] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.754716] [drm] Driver supports precise vblank timestamp query.
[ 0.754815] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 0.800862] fbcon: inteldrmfb (fb0) is primary device
[ 1.018973] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.151385] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.151387] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.151819] hub 1-1:1.0: USB hub found
[ 1.151981] hub 1-1:1.0: 4 ports detected
[ 1.263123] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.395582] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.395585] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.396034] hub 2-1:1.0: USB hub found
[ 1.396194] hub 2-1:1.0: 4 ports detected
[ 1.563407] usb 3-2: new low-speed USB device number 2 using xhci_hcd
[ 1.597283] Console: switching to colour frame buffer device 200x56
[ 1.602829] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 1.602831] i915 0000:00:02.0: registered panic notifier
[ 1.635429] tsc: Refined TSC clocksource calibration: 2394.560 MHz
[ 1.636561] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.637500] acpi device:3f: registered as cooling_device0
[ 1.637614] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 1.637650] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 1.637891] ahci 0000:00:1f.2: version 3.0
[ 1.638088] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[ 1.651509] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 1.5 Gbps 0x11 impl SATA mode
[ 1.651516] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 1.660257] scsi0 : ahci
[ 1.660401] scsi1 : ahci
[ 1.660503] scsi2 : ahci
[ 1.660603] scsi3 : ahci
[ 1.660698] scsi4 : ahci
[ 1.660761] ata1: SATA max UDMA/133 abar m2048@0xc0617000 port 0xc0617100 irq 42
[ 1.660763] ata2: DUMMY
[ 1.660764] ata3: DUMMY
[ 1.660766] ata4: DUMMY
[ 1.660769] ata5: SATA max UDMA/133 abar m2048@0xc0617000 port 0xc0617300 irq 42
[ 1.695369] usb 3-2: New USB device found, idVendor=093a, idProduct=2510
[ 1.695376] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.695379] usb 3-2: Product: USB Optical Mouse
[ 1.695382] usb 3-2: Manufacturer: PixArt
[ 1.695620] usb 3-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1.697500] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.699541] usbcore: registered new interface driver usbhid
[ 1.699544] usbhid: USB HID core driver
[ 1.700493] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:093A:2510.0001/input/input10
[ 1.700715] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0-2/input0
[ 1.767620] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[ 1.827961] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[ 1.886906] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b3b1
[ 1.886912] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.886914] usb 1-1.4: Product: TOSHIBA Web Camera - HD
[ 1.886917] usb 1-1.4: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.886919] usb 1-1.4: SerialNumber: 0x0001
[ 1.979697] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.979728] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.981637] ata5.00: ATAPI: TSSTcorp CDDVDW SU-208DB, TF01, max UDMA/100
[ 1.984530] ata5.00: configured for UDMA/100
[ 2.029407] ata1.00: ATA-8: TOSHIBA MQ01ABF050, AM003M, max UDMA/100
[ 2.029412] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.031303] ata1.00: configured for UDMA/100
[ 2.031569] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABF0 AM00 PQ: 0 ANSI: 5
[ 2.032468] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW SU-208DB TF01 PQ: 0 ANSI: 5
[ 2.037754] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 2.037807] sd 0:0:0:0: [sda] Write Protect is off
[ 2.037811] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.037832] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.046468] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.046486] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.046683] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 2.047419] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.047468] sr 4:0:0:0: Attached scsi generic sg1 type 5
[ 2.138471] sda: sda1 sda2 < sda5 >
[ 2.139421] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.636270] Switched to clocksource tsc
[ 2.704098] PM: Starting manual resume from disk
[ 2.704103] PM: Hibernation image partition 8:5 present
[ 2.704104] PM: Looking for hibernation image.
[ 2.705423] PM: Image not found (code -22)
[ 2.705425] PM: Hibernation image not present or could not be loaded.
[ 2.789411] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.730014] random: nonblocking pool is initialized
[ 3.798752] systemd[1]: RTC configured in localtime, applying delta of -240 minutes to system time.
[ 3.833779] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 4.106294] systemd[1]: Inserted module 'autofs4'
[ 4.135224] systemd[1]: Set hostname to <bluecat>.
[ 5.695858] systemd[1]: Cannot add dependency job for unit systemd-vconsole-setup.service, ignoring: Unit systemd-vconsole-setup.service failed to load: No such file or directory.
[ 5.696512] systemd[1]: Starting Syslog Socket.
[ 5.696642] systemd[1]: Listening on Syslog Socket.
[ 5.696665] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 5.696756] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.696775] systemd[1]: Starting Remote File Systems (Pre).
[ 5.696828] systemd[1]: Reached target Remote File Systems (Pre).
[ 5.696845] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 5.696909] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.696924] systemd[1]: Starting Delayed Shutdown Socket.
[ 5.696993] systemd[1]: Listening on Delayed Shutdown Socket.
[ 5.697045] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 5.697220] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.697244] systemd[1]: Starting Journal Socket.
[ 5.697334] systemd[1]: Listening on Journal Socket.
[ 5.697357] systemd[1]: Starting Syslog.
[ 5.697401] systemd[1]: Reached target Syslog.
[ 5.697428] systemd[1]: Mounting Debug File System...
[ 5.698119] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.698694] systemd[1]: Starting Journal Service...
[ 5.699369] systemd[1]: Started Journal Service.
[ 6.616074] lp: driver loaded but no devices found
[ 6.912121] ppdev: user-space parallel port driver
[ 6.947998] systemd-udevd[167]: starting version 208
[ 7.182595] fuse init (API version 7.22)
[ 7.293867] loop: module loaded
[ 8.919849] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.090131] ACPI: AC Adapter [ACAD] (on-line)
[ 9.225552] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
[ 9.225680] input: Toshiba input device as /devices/virtual/input/input11
[ 9.227791] mei_me 0000:00:16.0: irq 43 for MSI/MSI-X
[ 9.234321] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20131218/utaddress-258)
[ 9.234329] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.234334] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20131218/utaddress-258)
[ 9.234338] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.234339] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20131218/utaddress-258)
[ 9.234343] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.234344] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 9.360981] input: PC Speaker as /devices/platform/pcspkr/input/input14
[ 9.404251] ACPI: Battery Slot [BAT1] (battery absent)
[ 9.470221] ACPI Warning: SystemIO range 0x0000000000004040-0x000000000000405f conflicts with OpRegion 0x0000000000004040-0x000000000000404f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258)
[ 9.470228] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.581015] alg: No test for crc32 (crc32-pclmul)
[ 9.603352] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[ 9.632041] hda_codec: CX20756: BIOS auto-probing.
[ 9.633071] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input15
[ 9.691738] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 9.815673] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[ 9.815817] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ 9.815871] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 10.058364] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 582762
[ 10.058376] psmouse serio2: synaptics: Toshiba Satellite C70-A detected, limiting rate to 40pps.
[ 10.090346] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input13
[ 10.152281] cfg80211: Calling CRDA to update world regulatory domain
[ 10.451870] systemd-journald[146]: Received request to flush runtime journal from PID 1
[ 10.827757] rtl8188ee: Using firmware rtlwifi/rtl8188efw.bin
[ 10.858835] rtl8188ee 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8188efw.bin
[ 10.867675] intel_rapl: domain uncore energy ctr 149173:149173 not working, skip
[ 11.007638] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 11.121511] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 11.121776] rtlwifi: wireless switch is on
[ 11.293650] iTCO_vendor_support: vendor-support=0
[ 11.316277] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[ 11.316321] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[ 11.316418] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 11.404085] media: Linux media interface: v0.10
[ 11.434712] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 11.742176] Linux video capture interface: v2.00
[ 11.887222] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 12.204877] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - HD (04f2:b3b1)
[ 12.206724] input: TOSHIBA Web Camera - HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input21
[ 12.206899] usbcore: registered new interface driver uvcvideo
[ 12.206904] USB Video Class driver (1.1.1)
[ 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)
[ 13.194141] Adding 6180860k swap on /dev/sda5. Priority:-1 extents:1 across:6180860k
[ 14.727421] RPC: Registered named UNIX socket transport module.
[ 14.727426] RPC: Registered udp transport module.
[ 14.727428] RPC: Registered tcp transport module.
[ 14.727429] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 14.797208] FS-Cache: Loaded
[ 14.827001] FS-Cache: Netfs 'nfs' registered for caching
[ 14.986491] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 22.820386] alx 0000:03:00.0: irq 45 for MSI/MSI-X
[ 22.820902] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 22.821789] alx 0000:03:00.0 eth0: NIC Up: 100 Mbps Full
[ 22.822128] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 23.223489] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 29.747428] [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=46762 PROTO=2
[ 44.760051] [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=46766 PROTO=2
[ 59.772603] [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=46771 PROTO=2
[ 74.785107] [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=46937 PROTO=2
[ 89.797669] [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=47037 PROTO=2
[ 104.809976] [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=47041 PROTO=2
[ 119.822610] [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=47197 PROTO=2
[ 126.828458] [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=47205 PROTO=2
[ 134.834987] [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=47215 PROTO=2
[ 149.847575] [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=47250 PROTO=2
[ 164.859968] [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=47266 PROTO=2
[ 179.872598] [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=47301 PROTO=2
[ 194.884950] [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=47353 PROTO=2
[ 209.897469] [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=47364 PROTO=2
[ 224.910161] [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=47410 PROTO=2
[ 239.922570] [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=47421 PROTO=2
[ 251.932569] [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=47425 PROTO=2
[ 254.935031] [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=47439 PROTO=2
[ 269.947545] [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=47444 PROTO=2
[ 284.959991] [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=47448 PROTO=2
[ 299.972522] [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=47459 PROTO=2
[ 314.984966] [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=47463 PROTO=2
[ 329.997455] [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=47496 PROTO=2
[ 345.009931] [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=47500 PROTO=2
[ 360.022442] [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=47511 PROTO=2
[ 375.034927] [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=47515 PROTO=2
[ 377.036572] [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=47517 PROTO=2
[ 405.059848] [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=47526 PROTO=2
[ 420.072335] [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=47543 PROTO=2
[ 435.084826] [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=47547 PROTO=2
[ 465.109755] [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=47556 PROTO=2
[ 480.122251] [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=47567 PROTO=2
[ 495.134715] [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=47571 PROTO=2
[ 525.159761] [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=47582 PROTO=2
[ 540.172146] [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=47593 PROTO=2
[ 555.184616] [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=47597 PROTO=2
[ 585.209568] [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=47606 PROTO=2
[ 600.221933] [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=47617 PROTO=2
[ 615.234585] [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=47621 PROTO=2
[ 645.259460] [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=47660 PROTO=2
[ 660.271975] [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=47671 PROTO=2
[ 675.284393] [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=47675 PROTO=2
[ 705.309348] [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=47684 PROTO=2
[ 720.321845] [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=47695 PROTO=2
[ 735.334296] [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=47699 PROTO=2
[ 752.348447] [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=47706 PROTO=2
[ 780.371716] [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=47721 PROTO=2
[ 795.384187] [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=47725 PROTO=2
[ 825.409106] [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=47734 PROTO=2
[ 840.421582] [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=47745 PROTO=2
[ 855.434068] [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=47784 PROTO=2
[ 877.452372] [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=47791 PROTO=2
[ 900.471463] [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=47806 PROTO=2
[ 915.483937] [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=47810 PROTO=2
[ 945.508876] [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=47847 PROTO=2
[ 960.521227] [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=47858 PROTO=2
[ 975.533807] [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=47862 PROTO=2
[ 1002.556279] [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=47871 PROTO=2
[ 1020.571194] [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=47884 PROTO=2
[ 1035.583659] [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=47888 PROTO=2
[ 1065.608593] [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=47897 PROTO=2
[ 1080.621074] [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=47908 PROTO=2
[ 1095.633519] [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=47912 PROTO=2
[ 1125.658387] [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=48011 PROTO=2
[ 1140.670974] [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=48018 PROTO=2
[ 1155.683322] [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=48022 PROTO=2
[ 1185.708339] [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=48031 PROTO=2
[ 1200.720723] [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=48036 PROTO=2
[ 1215.733334] [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=48040 PROTO=2
[ 1245.758248] [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=48128 PROTO=2
[ 1252.764011] [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=48130 PROTO=2
[ 1275.783205] [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=48139 PROTO=2
[ 1305.808040] [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=48148 PROTO=2
[ 1320.820535] [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=48153 PROTO=2
[ 1335.833008] [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=48157 PROTO=2
[ 1365.857924] [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=48166 PROTO=2
[ 1377.867971] [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=48170 PROTO=2
[ 1395.882877] [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=48177 PROTO=2
[ 1425.907931] [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=48186 PROTO=2
[ 1440.920337] [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=48191 PROTO=2
[ 1455.932973] [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=48195 PROTO=2
[ 1485.957796] [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=48204 PROTO=2
[ 1500.970220] [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=48209 PROTO=2
[ 1515.982702] [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=48215 PROTO=2
[ 1546.007657] [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=48252 PROTO=2
[ 1561.020120] [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=48257 PROTO=2
[ 1576.032654] [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=48261 PROTO=2
[ 1606.057723] [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=48270 PROTO=2
*****@bluecat:~$
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.
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:~$
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.
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:~$
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
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:~$
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
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:~$
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.
*****@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.
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.
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.
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)
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.
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.
It's in the lower-right corner of the screen if you're using the default LXDE settings.
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
Okay, I'll try again.
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
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.
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.
[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]
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).
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.
One more thing: is the polkit daemon running?
ps aux | grep polkit
*****@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:~$
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).
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
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?
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.
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)
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
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. :)
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
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.
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
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.
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
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 :)
Thank you, pavroo.