[SOLVED]Wireless Frustation!

Hi guys! I'm new on the Arch scene and have just installed it on my new notebook. However, I have a wireless connection problem that has been bugging me since yesterday and I have exhausted most of my resources in attempts to solve it. Can anyone shed some light on this?
lspci -v | grep -i wifi
03:00.0 Network controller: Intel Corporation WiFi Link 1000 Series
Subsystem: Intel Corporation WiFi Link 1000 Series 1000BGN
I'm currently using iwlwifi-1000-3.ucode as the firmware for my wireless card. This is the output of lsmod:
lsmod | grep iw
iwlagn 253049 0
iwlcore 94710 1 iwlagn
mac80211 174591 2 iwlagn,iwlcore
cfg80211 123270 3 iwlagn,iwlcore,mac80211
WEP is my mode of encryption for the network. However, because of troubleshooting purposes, I have configured an open network. macfilter is disabled, SSID broadcast is enabled, Network mode is B/G.
I have tried connecting to the network manaually, but to no avail. I can never associate with the ap despite forcing it to. This is the furthest step I can go in attempting to connect to the network.
Whenever I type:
iwconfig wlan0 ap xx:xx:xx:xx:xx:xx
I always get this at /var/log/everything.log:
Dec 20 18:13:47 myhost kernel: wlan0: direct probe to <ap> (try 1)
Dec 20 18:13:47 myhost kernel: wlan0: direct probe to <ap> (try 2)
Dec 20 18:13:47 myhost kernel: wlan0: direct probe to <ap> (try 3)
Dec 20 18:13:47 myhost kernel: wlan0: direct probe to <ap> timed out
Dec 20 18:13:49 myhost kernel: iwlagn 0000:03:00.0: fail to flush all tx fifo queues
Just can't understand how to solve this. Look forward to learn from everyone here!
(241210)
After almost a week of sleepless nights....THIS PROBLEM HAS FINALLY BEEN RESOLVED!
The solution is to compile a new kernel (2.6.37-rc7). Here's the article for reference on how to do it:
https://wiki.archlinux.org/index.php/Ke … rom_Source
Make sure you copy the old kernel config as shown in the above article. After making oldconfig, proceed on to menuconfig:
Device drivers->Network device support->Wireless LAN->Intel Wireless Wifi->Debugging Options-> Experimental uCode support (select all if you're unsure)
These are the steps that got me connected to my network, I hope it works for anyone who has this problem too.
1. Bring the wlan0 interface up
2. Define the essid, key (if any)
3. If you are still not associated, try to probe the ap manually (iwconfig wlan0 ap <ap mac>)
Edit: I believe that the Experimental uCode is only for iwlagn to work on the new kernel. I just tried wext and nl80211. Both of them work just as well with wpa_supplicant.
Cheers and have a Merry Christmas!
Last edited by d4ft (2010-12-24 08:42:14)

It would be very nice if you would tell us how you solved this problem, because I have it too...
Best regards!
Edit: Sorry, didn't see the changes in your first post. I'll try it this way! Thank you!
Last edited by Lothium (2010-12-24 11:04:35)

Similar Messages

  • [SOLVED] Wireless fails after suspending (Realtek 8192se)

    This problem is already solved on the first post: I spent so long trying to solve it that I thought people should know the solution.
    I have a Lenovo X100e with a Realtek 8192SE wireless card.  I'm running kernel 3.0.  The machine has, since upgrading to the 3.0 kernel had the annoying problem of failing wireless connections after suspending: I'll have a running wireless connection, then suspend the machine, and then wake the machine up and the machine cannot connect to any wireless network (perhaps the same one I was connected to before, in the same place). 
    Things that did not work:
    Installing the Realtek drivers from their website
    Downgrading the kernel from 3.1 to 3.0
    Using wicd instead of networkmanager
    Walking around
    Other distributions
    The solution was to put an entry in /etc/pm/config.d/config:
    SUSPEND_MODULES="rtl8192se rtlwifi mac80211 cfg80211"
    Now the machine reconnects with no problems.
    This may be the solution to the other big problem I was having with the 3.1 kernel: I would suspend the machine by any means and the screen goes black and the machine becomes non-responsive without actually suspending.  I may try upgrading to the 3.1 kernel and adding radeon to the SUSPEND_MODULES list above.

    Found out more which might be significant for madwifi users:
    According to the wiki I loaded the following modules in rc.conf: ath-hal, ath9k, wlan
    Beside this one line in the modprobe.conf should be added: alias ath0 ath_pci. This way wicd as well as networkmanager used ath0 for connecting to wireless.
    After the update I noticed that there is another wifi device in ifconfig listed: wlan0. So I suspected that 2 devices pointing at the same hardware may cause the instability, but de-activating one by ifconfig didn't help. Now I noticed by loading the modules one by one that the new ath9k is already defining wlan0 and the wireless starts working without loading the module wlan. It looks stable so far, but if I should be right I'm impossibly the only one having this trouble.
    Confirmation would be nice, but I will mark this thread "solved" now.

  • [Solved] Wireless woes, odd problems.

    Hey all. Working on my first install of arch. Had to go with packages from the CD for reasons that will become clear below.
    During the install I was able to bring up the wireless without much trouble. However, actually using it proves to be a problem. It's *extremely* slow - sometimes I can ping google (with 2000+ ms response times, always), sometimes I can't. Downloading packages is out of the question.
    So, with the installed system, same thing. I can only get the wireless working by stopping the network daemon from running during boot (!network in rc) and doing it all manually. Bringing up the interface (wlan0), setting the essid, dhcpcd, etc. This usually works, sometimes it doesn't and I need to reboot completely and start over. Same thing as during install - incredibly slow. Useless for all practical purposes.
    Signal is good. No security for now. I've tried editing the dhcpcd conf to read nameservers from resolv instead of getting them from dhcp - same thing. FWIW I've got multiple connections in the same room that work just fine (7/OSX).
    It's almost like it's having trouble resolving, but even once it finally does the speed is in the realm of .3-.6k/sec.
    Thoughts?
    Edit: Atheros, using ath5k, auto-detected and auto-loaded. Tried ath9k by manually removing 5k and loading it, no dice. Have not tried ath_pci as it is not installed. I may try to pull it off the CD somehow and load it up. It's a 5001X+ / AR5213A chip.
    Edit 2: Much google-fu. Not much help. I've got everything back to default - dhcpcd fails on boot - the following will bring it up;
        ifconfig wlan0 up
        iwconfig wlan0 essid myssidhere
        dhcpcd wlan0
    Tried manually setting the rate per the kernel.org ath5k help page. No change in speed, still getting ping responses in the 2000ms range. So while I do have connectivity it's still worthless. As an aside, if I add the correct lines to my rc.conf for the network to pull dhcp from my router/correct ssid automatically, it still fails. Needs manual doing.
    Edit 3: While attempting to update some select packages, it seems that downloading most anything over a few hundred kb fails. I'm unsure if it's killing my connection or if pacman is deciding to try another mirror or what. The speeds fluctuate wildly, sometimes around 35k/sec, but always end up very very low, quickly, up for a sec, down down down, then failure. Unfortunately I do not have the ability to have a wired connection =/
    Last edited by entity7 (2010-05-04 16:02:09)

    Problem solved. I'm posting this as a humbling reminder to not forget your basic troubleshooting steps. I reached back and moved the antenna 1/4 inch and went from crap to full connection instantly - mind that the signal quality did NOT change, just the speed. This is also quite strange considering that 2 other OS installs on that PC have/had a functioning connection.
    Anyway, thanks Sin and thunder!

  • [SOLVED] Wireless internet connection problem during installation

    Hi to everyone!
    I ask you a help in activating my wireless connection.
    I tried to install from the recent ISO (201208 - via CD)
    but I found some problems in activating a wireless connection in the first steps
    of the installation guide.
    My laptop is a Hp pavilion dv5 1020-el, with an Intel wireless 5100AGN internal interface.
    So I did:
    1) iwconfig to see my devices and the system detects my wlan0.
    2) followed the Wireless_Setup page from wiki to set it
    3) used wpa_supplicant and passphrase to set my ESSID name and wpa key.
    4) iwconfig then showed wlan0 associated with my ESSID, with Power ON and Encryption OFF.
    I could not try a connection via ping command.
    Even wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf did not work.
    Maybe the problem is with Encryption OFF.
    Thanks for your attention!
    EDIT:
    I solved this way,connecting to an open wireless open  network:
    1.(from boot) I created a profile in /etc/network.d/ from /etc/network.d/examples
    2. started a # netcfg 'my_ESSID'
    3. # ping -c 3 www.google.com
    All is ok! I can install Arch Linux from my smartphone as a router.
    But I couldn't connect to a WPA protected wireless network yet.
    Last edited by spinaluc (2012-08-18 13:08:15)

    Thanks to everyone who responded to my question. The company who provides the wireless internet service to my apartment complex moved the antenna next to my unit and claims he boosted the power. As the saying goes, "The squeaky wheel gets the grease". I complained almost daily to the apartment manager and she, in turn, griped to the provider which eventually led to the "solution" above. Using Skype is still shaky as the person I'm calling isn't always able to make out what I am saying. So, I use Skype only when I REALLY need to make a phone call. Even though none of your suggestions solved my problem, I am still very, very grateful to all of you who tried. Thank you very, very much! -- Matt

  • [SOLVED]Wireless connection becomes deactivated 3 seconds

    Good day,
    I am new to Arch. I installed Arch successfully and have everything working except the wifi.
    My WLAN device is Broadcom's BCM4312 and I have installed b43 driver from AUR.  Wired eth0 connection works fine but when I connect using wireless, the connection lasts about  3 seconds(enough time to open 1 or 2 pages). As the sites open during this time, I think my device gets detected properly but somehow fails to keep the connection longer.
    Below is the output from dmesg
    [ 1747.197981] wlan0: authenticate with f8:d1:11:81:d1:7d
    [ 1747.210626] wlan0: send auth to f8:d1:11:81:d1:7d (try 1/3)
    [ 1747.212947] wlan0: authenticated
    [ 1747.216732] wlan0: associate with f8:d1:11:81:d1:7d (try 1/3)
    [ 1747.219879] wlan0: RX AssocResp from f8:d1:11:81:d1:7d (capab=0x411 status=0 aid=2)
    [ 1747.220831] wlan0: associated
    [ 1747.220867] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 1768.003811] wlan0: deauthenticating from f8:d1:11:81:d1:7d by local choice (reason=3)
    [ 1768.243633] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
    I tried NetworkManager(with KDE GUI front-end) at first. As I got the same error, I tried wicd(with KDE GUI front-end) and I am still getting the same error. Can somebody help me with this?. Please let me  know if you need any information. Thanks in advance
    Last edited by anotherarchguy (2013-11-16 18:28:36)

    Sorry guys that I did not clearly document the steps clearly in my desperation to get the WiFi working.
    I'll try recalling and list here what I did. All steps below are based on what I found on the web, googling the problem plus cfr's suggestion.
    1) Spotted this problem first, when I tried connecting using Network Manager(KDE front-end). Thought wicd might solve the problem and installed it, but didn't work.
    2) Googled, some had suggested that this problem was related to IPv6. Disabled it, still didn't work. [I just changed the config file with ipv6_disabled=1, didn't touch/restart any services at this step]
    3) Googled some more, some suggested that this problem was related to power save mode of the wirless interface. Switched it off, didn't work [I think my hardware doesn't support this mode anyways as I get an "Operation not permitted" when I try to turn it on, but not off ]
    4) Some had suggested to kill wpa_supplicant. But this didn't work either as it got spawned automatically every time I killed it with kill -9[Might have been due to NetworkManager]
    5) Asked this forum, uninstalled NetworkManager & wicd, disabled netctl & dhcpd, tried the manual method to connect WiFi. This time, it worked.
    @doak:
    I did not change the config for wpa_supplicant and I don't think I ever saw two wpa_supplicant instances running. So this might have been a different problem for you, I think.
    Please let me know if you have any questions.

  • [SOLVED] Wireless connection problem!

    I cant connect wireless.  It waits at stage 4. see the log. Help pls!
    lspci output:
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 14)
    05:00.0 Network controller: Intel Corporation WiFi Link 5100
    log:
    Aug 3 19:18:31 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: disconnected -> inactive
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) starting connection 'Auto notwirelessap'
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0/wireless): access point 'Auto notwirelessap' has security, but secrets are required.
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Aug 3 19:19:00 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Aug 3 19:19:11 localhost NetworkManager[826]: get_secret_flags: assertion `is_secret_prop (setting, secret_name, error)' failed
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0/wireless): connection 'Auto notwirelessap' has security, and secrets exist. No new secrets needed.
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'ssid' value 'notwirelessap'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'scan_ssid' value '1'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'auth_alg' value 'OPEN'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: added 'psk' value '<omitted>'
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> Config: set interface ap_scan to 1
    Aug 3 19:19:11 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: inactive -> scanning
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Aug 3 19:19:14 localhost kernel: [ 201.475012] wlan0: authenticate with 00:14:78:ec:29:bb (try 1)
    Aug 3 19:19:14 localhost kernel: [ 201.476781] wlan0: authenticated
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Aug 3 19:19:14 localhost kernel: [ 201.481976] wlan0: associate with 00:14:78:ec:29:bb (try 1)
    Aug 3 19:19:14 localhost kernel: [ 201.484507] wlan0: RX ReassocResp from 00:14:78:ec:29:bb (capab=0x431 status=0 aid=2)
    Aug 3 19:19:14 localhost kernel: [ 201.484510] wlan0: associated
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: associating -> associated
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'notwirelessap'.
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> dhcpcd started with pid 1795
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Beginning IP6 addrconf.
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
    Aug 3 19:19:14 localhost dhcpcd[1795]: version 5.2.12 starting
    Aug 3 19:19:14 localhost NetworkManager[826]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
    Aug 3 19:19:14 localhost dhcpcd[1795]: wlan0: rebinding lease of 10.120.103.17
    Aug 3 19:19:14 localhost dhcpcd[1795]: wlan0: acknowledged 10.120.103.17 from 10.120.100.254
    Aug 3 19:19:14 localhost dhcpcd[1795]: wlan0: checking for 10.120.103.17
    Aug 3 19:19:17 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) starting DHCPv6 as requested by IPv6 router...
    Aug 3 19:19:17 localhost NetworkManager[826]: <info> Activation (wlan0) Beginning DHCPv6 transaction (timeout in 45 seconds)
    Aug 3 19:19:17 localhost NetworkManager[826]: <warn> the dhcpcd backend does not support IPv6.
    Aug 3 19:19:20 localhost dhcpcd[1795]: wlan0: leased 10.120.103.17 for 86400 seconds
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> (wlan0): DHCPv4 state changed preinit -> bound
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) scheduled...
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) started...
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> address 10.120.103.17
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> prefix 21 (255.255.248.0)
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> gateway 10.120.100.254
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> nameserver '193.140.216.203'
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> nameserver '193.140.216.8'
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> domain name 'hacettepe.edu.tr'
    Aug 3 19:19:20 localhost NetworkManager[826]: <info> Activation (wlan0) Stage 4 of 5 (IP4 Configure Get) complete.
    Last edited by alperenel (2011-08-08 01:35:47)

    dobedo wrote:https://bbs.archlinux.org/viewtopic.php?id=120032
    thanks that solved my problem.

  • [solved] Wireless network issues after installing gnome3

    After installing gnome 3 I can't connect to my wireless network any more. I start gnome using 'xinit gnome-session' after loggin in at a command line. Here are some relavent ouptuts:
    $ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:25:4B:8D:B7:07
    inet6 addr: fe80::225:4bff:fe8d:b707/64 Scope:Link
    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)
    Interrupt:10
    eth1 Link encap:Ethernet HWaddr 00:25:4B:BE:74:BC
    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)
    Interrupt:20 Base address:0x6000
    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:16436 Metric:1
    RX packets:32 errors:0 dropped:0 overruns:0 frame:0
    TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1920 (1.8 Kb) TX bytes:1920 (1.8 Kb)
    $ iwconfig
    lo no wireless extensions.
    eth0 IEEE 802.11 Nickname:""
    Access Point: Not-Associated
    Link Quality:5 Signal level:0 Noise level:234
    Rx invalid nwid:0 invalid crypt:0 invalid misc:0
    eth1 no wireless extensions.
    Trying to connect to a network through gnome-control-center:
    $ sudo gnome-control-center
    ** (gnome-control-center:6172): WARNING **: Error in getting active connection 'Vpn' property: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    ** (gnome-control-center:6172): WARNING **: _nm_object_array_demarshal: couldn't create object for /org/freedesktop/NetworkManager/ActiveConnection/4
    ** (gnome-control-center:6172): WARNING **: Error in getting active connection 'Vpn' property: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
    ** (gnome-control-center:6172): WARNING **: _nm_object_array_demarshal: couldn't create object for /org/freedesktop/NetworkManager/ActiveConnect
    xterm output when trying to connect through the network applet:
    Window manager warning: Log level 16: Device activation failed: (32) Insufficient privileges
    Last edited by dave1022 (2011-05-14 17:14:12)

    iskandr wrote:
    Hello,
    I'm having problems with my wireless network connections, too. I did a fresh arch install with gnome3 some days ago to avoid any issues when upgrading, but i just can't access any wireless networks now. Everything else works like a charm, though. I followed the usual steps to set up my network/wifi with all the required modules and packages (broadcom-wl from the AUR, etc.) but it doesn't work like it did with gnome2 and xfce4.
    My iwconfig/ifconfig output looks like dave1022's. Don't know if this is of any help...
    The nm-applet in the gnome3 "panel" actually lists nearby wireless networks, but once I click on one of them, gnome asks me for authentification with my root password (user password does not work). I don't think it should be this way. If I enter my root password here, nothing happens whenever I click on the concerned network to connect to it. I deleted the /etc/NetworkManager/system-connections/<SSID> file to reset the authentification process.
    I tried to consult the gnome3 pages in the wiki, but couldn't find any valueable hints either...does anyone have any idea what I might have done wrong or forgotten?
    It's exactly the same for me and it's driving me nuts. I'm using iwl3945
    [EDIT]
    Well... actually installing the applet solved it for me. Is the applet actually needed for Gnome 3 or is a workaround?
    Last edited by Slurp (2011-05-14 17:11:19)

  • [SOLVED] Wireless card works, but configuration and software doesn't

    Hi,
    I could manage to activate my Atheros wireless card using the madwifi drivers. I wanted to use knetworkmanager, but unfortunatly i doesn't recognize any of my network devices. I've read the other networkmanager threads, changed the daemons order, disabled the network daemon and the routing entry in rc.conf, but still (k)networkmanager doesn't know anything about my devices.
    I tried to use knetworkmanager-svn from the AUR. Initially it doesn't work because the SVN URLs inside the PKGBUILD script a wrong, but even after I fixed them I couldn't compile the source, because there is no configure and no Makefile in the svn head. I'm really a noob when it comes to the linux build system, so I had to give it up.
    Now I use wifi-radar. It is terribly slow to connect, but it works. However, when I disconnect with wifi-radar, then do 'ifconfig ath0 down && ifconfig eth0 up' the DNS requests fail. I checked /etc/resolv.conf and the default route (set to eth0), but they are right; the interface just doesn't use the name servers. The only way to get it working is to restart the laptop. How does Linux chose a "default interface"?
    I'm not afraid of editing text files, but I'd like change networks fast and easy. I don't want to spend hours to adapt to a new access point... I'm really looking forward to the new wlan stack; maybe things will be getting easier then.
    kei
    Last edited by Kei (2007-05-04 12:36:00)

    Okay, now KNetworkManager works (I forgot adding my user to the HAL group :] ).
    There is still a problem - I know it's networkmanager related: At home I'm not using a DHCP server. KNetworkManager cannot handle static IP configuration. However, if I issue the command 'ifconfig ath0 192.168.0.12 subnet 255.255.255.0' while KNetworkManager is searching for a DHCP server I can even ping my gateway, so there is definitely a connection. Unfortunatly KNetworkManager closes this connections after a short period (dhcp timeout). Is there a quick'n'dirty workaround for this issue?
    Another problem with KNetworkManager: When switching back to wired network, the DNS server is there :-) but the default gateway is not
    Thanks for suggestions..
    kei
    //EDIT: In Debian there is a configuration file called /etc/network/interfaces. KNetworkManager uses the static IP information I enter there. However, when I modify /etc/rc.conf accordingly in ArchLinux, KNetworkManager does NOT use it.
    //EDIT 2: After '/etc/rc.d/networkmanager restart' the static IP setting from /etc/rc.conf are used. The problem with the default gateway only occurs when the connection to one of the networks FAILS. After that failure the configuration is kind of messed up.
    Altough it seems more like a dirty hack than a definite solution, I'm quite happy with the way it works now.
    [CLOSED] <-- maybe I'm blind, but how can I change the topic to "[SOLVED] $Topic" ?
    Last edited by Kei (2007-05-03 23:26:04)

  • [solved] Wireless Slow in Arch

    I've noticed that my wireless has slowed down.
    I ran a speed test and am recieving download speeds of about 0.7...whereas my housemates are getting around 15-20mb
    I've realised that this has happened each time that ive installed Arch, where suddenly my internet becomes slow.
    I'm using rt2870 drivers for my ew7717un usb.
    My wireless has been working fine beforehand but is slow all of a sudden and i dont remember changing anything. Im using KDE also.
    Please can you help me...and any advice regarding posting logs, extra details etc.
    Last edited by bubblewrapping (2012-01-30 17:13:21)

    Nevermind, for the moment its solved.
    I managed to get it working using Networkmanager...rather than Wicd which i was using.

  • Need help to solve Wireless issues

    Hi guys,
    I have a DSL connection with a very poor quality router (ISP provider needed). But when reaching 10 wireless users my network goes down so I’m looking a solution to expand my Wi-Fi capacity. I read that a Wi-fi router can help me, my question if this is correct and what options can I found here in Bestbuy in order not only to solve me capacity (maybe up to 30 concurrent users) but also I want to manage bandwidth for every connection.
    Thanks

    Up to 30? Just a guess, but are you perhaps a business owner?
    At any rate, for 30 users, I'm almost tempted to steer you towards a business class WiFi router. Granted, yes, a "commercial" router will work, but a business class might also have options to limit bandwidth per user as well.
    If you like my post, or solution to your issue/question, go ahead and click on the little star by my name and/or accept the post as the Solution. It makes me happy.
    I'm NOT an employee of Best Buy, or Geek Squad, though I did work as an Agent for a year 5 years ago. None of my posts are to be taken as the official stance that Best Buy will take on your situation. My advice is just that, advice.
    Unfortunately, that's the bad luck of any electronic, there's going to be bad Apples... wait that's a horrible pun.

  • [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

    After upgrade of dhcpcd 6.1.0  to 6.2.1 three days ago (pacman -Syu) my wireless connection fails: deauthenticating from ... by local choice (reason=3)
    # uname -a
    Linux localhost 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux
    # dhcpcd --version
    dhcpcd 6.2.1
    Copyright (c) 2006-2014 Roy Marples
    # dmesg
    [  132.809506] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  133.863692] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  134.116365] r8169 0000:02:00.0 eth0: link down
    [  134.116479] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  135.030954] wlan0: authenticate with a2:05:44:ff:33:a4
    [  135.041929] wlan0: send auth to a2:05:44:ff:33:a4 (try 1/3)
    [  135.045781] wlan0: authenticated
    [  135.045879] ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [  135.046559] wlan0: associate with a2:05:44:ff:33:a4 (try 1/3)
    [  135.049960] wlan0: RX AssocResp from a2:05:44:ff:33:a4 (capab=0x431 status=0 aid=4)
    [  135.050609] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [  135.051337] wlan0: associated
    [  169.302610] wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
    [  169.339662] cfg80211: Calling CRDA to update world regulatory domain
    [  169.396876] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  169.715612] r8169 0000:02:00.0 eth0: link down
    [  169.715702] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Downgrade to dhcpcd 6.1.0 heals the problem.
    # dhcpcd --version
    dhcpcd 6.1.0
    Copyright (c) 2006-2013 Roy Marples
    In case it is related to ath9k:
    # modinfo ath9k
    filename:       
    /lib/modules/3.12.9-2-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko.gz
    I couldn't find a bug report on neither dhcpcd nor ath9k.
    Any idea what I can do to follow up on this?
    Last edited by nocreativity (2014-02-23 08:03:11)

    Here is an extract from journalctl (syslogs are empty):
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: soliciting a DHCP lease
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: IAID ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: version 6.2.1 starting
    Feb 15 17:43:10 localhost kernel: wlan0: associated
    Feb 15 17:43:10 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
    Feb 15 17:43:10 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:43:10 localhost kernel: wlan0: authenticated
    Feb 15 17:43:10 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:43:08 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:43:08 localhost dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3036]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Throttling dhcpcd[3036]: dhcpcd not running
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:40:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:40:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:40:21 localhost dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:40:21 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:40:21 localhost dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:18 localhost dhcpcd[2915]: exited
    Feb 15 17:40:18 localhost dhcpcd[2915]: timed out
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: soliciting a DHCP lease
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: IAID ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: version 6.2.1 starting
    Feb 15 17:39:47 localhost kernel: wlan0: associated
    Feb 15 17:39:47 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=5)
    Feb 15 17:39:47 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:39:47 localhost kernel: wlan0: authenticated
    Feb 15 17:39:47 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:39:45 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:39:45 localhost dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2883]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2883]: dhcpcd not running
    Feb 15 17:36:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:58 localhost dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:36:58 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:36:58 localhost dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:56 localhost dhcpcd[2750]: exited
    Feb 15 17:36:56 localhost dhcpcd[2750]: timed out
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: soliciting a DHCP lease
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: IAID ca:59:49:5b
    Feb 15 17:36:26 localhost dhcpcd[2750]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:36:25 localhost dhcpcd[2750]: version 6.2.1 starting
    Feb 15 17:36:24 localhost kernel: wlan0: associated
    Feb 15 17:36:24 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=4)
    Feb 15 17:36:24 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:36:24 localhost kernel: wlan0: authenticated
    Feb 15 17:36:24 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:22 localhost dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2716]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2716]: dhcpcd not running
    Feb 15 17:35:09 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:49 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:33:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:33:36 localhost dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:36 localhost wicd[224]: dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:35 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:33:35 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:33:35 localhost dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:35 localhost wicd[224]: dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:32 localhost dhcpcd[2602]: exited
    Feb 15 17:33:32 localhost dhcpcd[2602]: timed out
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: soliciting a DHCP lease
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: IAID ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: version 6.2.1 starting
    Feb 15 17:33:01 localhost kernel: wlan0: associated
    Feb 15 17:33:01 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:33:01 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:33:01 localhost kernel: wlan0: authenticated
    Feb 15 17:33:01 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:32:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:32:59 localhost dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2569]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2569]: dhcpcd not running
    Feb 15 17:30:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:30:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:30:12 localhost dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:30:12 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:30:12 localhost dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:09 localhost dhcpcd[2447]: exited
    Feb 15 17:30:09 localhost dhcpcd[2447]: timed out
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: soliciting a DHCP lease
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: IAID ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: version 6.2.1 starting
    Feb 15 17:29:38 localhost kernel: wlan0: associated
    Feb 15 17:29:38 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:29:38 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:29:38 localhost kernel: wlan0: authenticated
    Feb 15 17:29:38 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:29:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:29:36 localhost dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2415]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2415]: dhcpcd not running
    Feb 15 17:26:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:49 localhost dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:26:49 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:26:49 localhost dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:46 localhost dhcpcd[2288]: exited
    Feb 15 17:26:46 localhost dhcpcd[2288]: timed out
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: soliciting a DHCP lease
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: IAID ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: version 6.2.1 starting
    Feb 15 17:26:15 localhost kernel: wlan0: associated
    Feb 15 17:26:15 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:26:15 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:26:15 localhost kernel: wlan0: authenticated
    Feb 15 17:26:15 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:13 localhost dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2255]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2255]: dhcpcd not running
    Feb 15 17:25:07 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:23:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:23:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:23:26 localhost dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:23:26 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:23:26 localhost dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:23 localhost dhcpcd[2151]: exited
    Feb 15 17:23:23 localhost dhcpcd[2151]: timed out
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: soliciting a DHCP lease
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: IAID ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: version 6.2.1 starting
    Feb 15 17:22:52 localhost kernel: wlan0: associated
    Feb 15 17:22:52 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:22:52 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:22:52 localhost kernel: wlan0: authenticated
    Feb 15 17:22:52 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:22:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:22:50 localhost dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2118]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2118]: dhcpcd not running
    Feb 15 17:20:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:20:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:20:03 localhost dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:20:03 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:20:03 localhost dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:00 localhost dhcpcd[2003]: exited
    Feb 15 17:20:00 localhost dhcpcd[2003]: timed out
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: soliciting a DHCP lease
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: IAID ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: version 6.2.1 starting
    Feb 15 17:19:29 localhost kernel: wlan0: associated
    Feb 15 17:19:29 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:19:29 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:19:29 localhost kernel: wlan0: authenticated
    Feb 15 17:19:29 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:19:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:19:27 localhost dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1971]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1971]: dhcpcd not running
    Feb 15 17:16:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:40 localhost dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:16:40 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:16:40 localhost dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:37 localhost dhcpcd[1848]: exited
    Feb 15 17:16:37 localhost dhcpcd[1848]: timed out
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: soliciting a DHCP lease
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: IAID ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: version 6.2.1 starting
    Feb 15 17:16:06 localhost kernel: wlan0: associated
    Feb 15 17:16:06 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:16:06 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:16:06 localhost kernel: wlan0: authenticated
    Feb 15 17:16:06 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:04 localhost dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1815]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1815]: dhcpcd not running
    Feb 15 17:13:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:13:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:13:17 localhost dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:13:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:13:17 localhost dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:14 localhost dhcpcd[1697]: exited
    Feb 15 17:13:14 localhost dhcpcd[1697]: timed out
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: soliciting a DHCP lease
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: IAID ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: version 6.2.1 starting
    Feb 15 17:12:43 localhost kernel: wlan0: associated
    Feb 15 17:12:43 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:12:43 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:12:43 localhost kernel: wlan0: authenticated
    Feb 15 17:12:43 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:12:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:12:41 localhost dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1665]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1665]: dhcpcd not running
    Feb 15 17:09:55 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:55 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:54 localhost dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:54 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:54 localhost dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:51 localhost dhcpcd[1539]: exited
    Feb 15 17:09:51 localhost dhcpcd[1539]: timed out
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: soliciting a DHCP lease
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: IAID ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: version 6.2.1 starting
    Feb 15 17:09:20 localhost kernel: wlan0: associated
    Feb 15 17:09:20 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:09:20 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:09:20 localhost kernel: wlan0: authenticated
    Feb 15 17:09:20 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:19 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:19 localhost dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:19 localhost dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:18 localhost dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:17 localhost dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:17 localhost dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:11 localhost dhcpcd[1476]: exited
    Feb 15 17:09:11 localhost dhcpcd[1476]: timed out
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: version 6.2.1 starting
    Feb 15 17:08:40 localhost kernel: wlan0: associated
    Feb 15 17:08:40 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:40 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:40 localhost kernel: wlan0: authenticated
    Feb 15 17:08:40 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:39 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:39 localhost dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:39 localhost dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:38 localhost dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:38 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:37 localhost dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:08:37 localhost dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: wlan0: associated
    Feb 15 17:08:37 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:37 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:37 localhost kernel: wlan0: authenticated
    Feb 15 17:08:37 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
    Feb 15 17:08:31 localhost dhcpcd[1280]: exited
    Feb 15 17:08:31 localhost dhcpcd[1280]: timed out
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: version 6.2.1 starting
    Feb 15 17:08:00 localhost kernel: wlan0: associated
    Feb 15 17:08:00 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=1)
    Feb 15 17:08:00 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:00 localhost kernel: wlan0: authenticated
    Feb 15 17:08:00 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:59 localhost dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:59 localhost dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:58 localhost dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:58 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:57 localhost dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:07:57 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:07:57 localhost dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:53 localhost dhcpcd[655]: exited
    Feb 15 17:07:53 localhost dhcpcd[655]: timed out
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory..
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:29 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:29 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: soliciting a DHCP lease
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: DHCP lease expired
    Feb 15 17:07:26 localhost dhcpcd[655]: wlan0: reject NAK via 192.168.178.1
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    I will try the lastst code installation 2morrow and let you know the results. Thanx for your involvement!
    Moderator edit [ewaller] Changed BBCode quote tags to code tags
    Last edited by ewaller (2014-02-16 20:19:55)

  • [SOLVED] Wireless Connection Problems - Broadcom Corporation BCM4318

    Attempting to troubleshoot wifi connectivity issues on a fresh install on an old dell Inspiron 2200. This laptop uses the Broadcom b43 driver:
    http://wireless.kernel.org/en/users/Drivers/b43
    I read that page top to bottom, installed b43-fwcutter firmware extraction tool, installed the b43 driver. lsmod confirms b43 is installed. lspci shows the drivers are installed, but I can't get the interface to show with ip link or ip addr.
    lspci -vnn | grep 14e4:
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    I'm confused by dmesg below because it first tells me that "b43-phy0: Broadcom 4318 WLAN found" then a few lines down says driver not found.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.12.6-1-ARCH (tobias@testing-i686) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Dec 20 19:54:53 CET 2013
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f7d37ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000001f7d3800-0x000000001fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000f0006fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0008000-0x00000000f000bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fee0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.3 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 2200 /0U6962, BIOS A07 12/01/2005
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0x1f7d3 max_arch_pfn = 0x100000
    [ 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-CFFFF write-protect
    [ 0.000000] D0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FE0000000 write-back
    [ 0.000000] 1 base 01F800000 mask FFF800000 uncachable
    [ 0.000000] 2 base 0FEDA0000 mask FFFFE0000 write-through
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] PAT not supported by CPU.
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3fffff]
    [ 0.000000] [mem 0x1f000000-0x1f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x18000000-0x1effffff]
    [ 0.000000] [mem 0x18000000-0x1effffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x17ffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x17ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x1f400000-0x1f7d2fff]
    [ 0.000000] [mem 0x1f400000-0x1f7d2fff] page 4k
    [ 0.000000] BRK [0x0177c000, 0x0177cfff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x1e9af000-0x1ec8efff]
    [ 0.000000] ACPI: RSDP 000fc9b0 00014 (v00 DELL )
    [ 0.000000] ACPI: RSDT 1f7d4425 00038 (v01 DELL CPi R 27D50C01 ASL 00000061)
    [ 0.000000] ACPI: FACP 1f7d4c00 00074 (v01 DELL CPi R 27D50C01 ASL 00000061)
    [ 0.000000] ACPI: DSDT 1f7d5800 02D9A (v01 INT430 SYSFexxx 00001001 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 1f7e4000 00040
    [ 0.000000] ACPI: APIC 1f7d5400 00068 (v01 DELL CPi R 27D50C01 ASL 00000047)
    [ 0.000000] ACPI: MCFG 1f7d53c0 0003E (v16 DELL CPi R 27D50C01 ASL 00000061)
    [ 0.000000] ACPI: SSDT 1f7d4658 001D8 (v01 PmRef Cpu0Cst 00003001 INTL 20030522)
    [ 0.000000] ACPI: SSDT 1f7d445d 001FB (v01 PmRef CpuPm 00003000 INTL 20030522)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 0MB HIGHMEM available.
    [ 0.000000] 503MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 1f7d3000
    [ 0.000000] low ram: 0 - 1f7d3000
    [ 0.000000] BRK [0x0177d000, 0x0177dfff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x1f7d2fff]
    [ 0.000000] HighMem empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x1f7d2fff]
    [ 0.000000] On node 0 totalpages: 128881
    [ 0.000000] free_area_init_node: node 0, pgdat c15d6680, node_mem_map df3e3020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] Normal zone: 976 pages used for memmap
    [ 0.000000] Normal zone: 124883 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, 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] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] e820: [mem 0x20000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @df3c3000 s33408 r0 d23936 u57344
    [ 0.000000] pcpu-alloc: s33408 r0 d23936 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 127873
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1ea77b37-4f05-412d-ac82-fa0302942b0a rw quiet
    [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 1031824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
    [ 0.000000] Memory: 499264K/515524K available (4325K kernel code, 435K rwdata, 1280K rodata, 612K init, 952K bss, 16260K reserved, 0K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xdffd3000 - 0xff7fe000 ( 504 MB)
    lowmem : 0xc0000000 - 0xdf7d3000 ( 503 MB)
    .init : 0xc15e8000 - 0xc1681000 ( 612 kB)
    .data : 0xc1439b1e - 0xc15e7c80 (1720 kB)
    .text : 0xc1000000 - 0xc1439b1e (4326 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
    [ 0.000000] CPU 0 irqstacks, hard=de408000 soft=de40a000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 1695.712 MHz processor
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3392.73 BogoMIPS (lpj=5652373)
    [ 0.003344] pid_max: default: 32768 minimum: 301
    [ 0.003408] Security Framework initialized
    [ 0.003431] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003433] Yama: becoming mindful.
    [ 0.003466] Mount-cache hash table entries: 512
    [ 0.003846] Initializing cgroup subsys memory
    [ 0.003868] Initializing cgroup subsys devices
    [ 0.003873] Initializing cgroup subsys freezer
    [ 0.003877] Initializing cgroup subsys net_cls
    [ 0.003880] Initializing cgroup subsys blkio
    [ 0.003924] Disabled fast string operations
    [ 0.003935] mce: CPU supports 5 MCE banks
    [ 0.003951] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003973] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
    Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8
    tlb_flushall_shift: 6
    [ 0.012193] ACPI: Core revision 20130725
    [ 0.014714] ACPI: All ACPI Tables successfully acquired
    [ 0.016678] ftrace: allocating 19323 entries in 38 pages
    [ 0.023514] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023984] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.058943] smpboot: CPU0: Intel(R) Celeron(R) M processor 1.70GHz (fam: 06, model: 0d, stepping: 08)
    [ 0.059999] Performance Events: p6 PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 32
    [ 0.059999] ... generic registers: 2
    [ 0.059999] ... value mask: 00000000ffffffff
    [ 0.059999] ... max period: 000000007fffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 0000000000000003
    [ 0.076688] Brought up 1 CPUs
    [ 0.076696] smpboot: Total of 1 processors activated (3392.73 BogoMIPS)
    [ 0.077595] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.077784] devtmpfs: initialized
    [ 0.079834] RTC time: 16:30:00, date: 12/02/05
    [ 0.079907] NET: Registered protocol family 16
    [ 0.080131] cpuidle: using governor ladder
    [ 0.080134] cpuidle: using governor menu
    [ 0.080205] ACPI: bus type PCI registered
    [ 0.080210] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.080305] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.080310] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.080312] PCI: Using MMCONFIG for extended config space
    [ 0.080314] PCI: Using configuration type 1 for base access
    [ 0.080329] dmi type 0xB1 record - unknown flag
    [ 0.081371] bio: create slab <bio-0> at 0
    [ 0.081531] ACPI: Added _OSI(Module Device)
    [ 0.081534] ACPI: Added _OSI(Processor Device)
    [ 0.081537] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.081540] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.082264] ACPI: EC: Look up EC in DSDT
    [ 0.086461] ACPI: Interpreter enabled
    [ 0.086477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
    [ 0.086484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    [ 0.086503] ACPI: (supports S0 S3 S4 S5)
    [ 0.086506] ACPI: Using IOAPIC for interrupt routing
    [ 0.086543] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.086682] ACPI: No dock devices found.
    [ 0.103158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.103168] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.103172] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.118369] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.118374] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.118377] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.118381] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.118384] acpi PNP0A03:00: host bridge window [mem 0x20000000-0xdfffffff] (ignored)
    [ 0.118388] acpi PNP0A03:00: host bridge window [mem 0xf0007000-0xf0007fff] (ignored)
    [ 0.118391] acpi PNP0A03:00: host bridge window [mem 0xf000c000-0xfebfffff] (ignored)
    [ 0.118395] acpi PNP0A03:00: host bridge window [mem 0xfec10000-0xfed1ffff] (ignored)
    [ 0.118399] acpi PNP0A03:00: host bridge window [mem 0xfee10000-0xffafffff] (ignored)
    [ 0.118402] PCI: root bus 00: using default resources
    [ 0.118519] ACPI: \_SB_.PCI0.MB2_: can't evaluate _ADR (0x5)
    [ 0.118523] ACPI: \_SB_.PCI0.MB3_: can't evaluate _ADR (0x5)
    [ 0.118571] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
    [ 0.118575] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
    [ 0.118578] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
    [ 0.118581] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
    [ 0.118585] ACPI: \_SB_.PCI0.LNKE: can't evaluate _ADR (0x5)
    [ 0.118588] ACPI: \_SB_.PCI0.LNKF: can't evaluate _ADR (0x5)
    [ 0.118592] ACPI: \_SB_.PCI0.LNKH: can't evaluate _ADR (0x5)
    [ 0.118629] ACPI: \_SB_.PCI0.MB7_: can't evaluate _ADR (0x5)
    [ 0.118638] PCI host bridge to bus 0000:00
    [ 0.118643] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.118646] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.118650] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.118664] pci 0000:00:00.0: [8086:2590] type 00 class 0x060000
    [ 0.118801] pci 0000:00:02.0: [8086:2592] type 00 class 0x030000
    [ 0.118815] pci 0000:00:02.0: reg 0x10: [mem 0xdff00000-0xdff7ffff]
    [ 0.118823] pci 0000:00:02.0: reg 0x14: [io 0xec38-0xec3f]
    [ 0.118831] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
    [ 0.118839] pci 0000:00:02.0: reg 0x1c: [mem 0xdfec0000-0xdfefffff]
    [ 0.118957] pci 0000:00:02.1: [8086:2792] type 00 class 0x038000
    [ 0.118968] pci 0000:00:02.1: reg 0x10: [mem 0xdff80000-0xdfffffff]
    [ 0.119150] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
    [ 0.119207] pci 0000:00:1d.0: reg 0x20: [io 0xbf80-0xbf9f]
    [ 0.119307] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.119366] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
    [ 0.119424] pci 0000:00:1d.1: reg 0x20: [io 0xbf60-0xbf7f]
    [ 0.119520] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.119582] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
    [ 0.119640] pci 0000:00:1d.2: reg 0x20: [io 0xbf40-0xbf5f]
    [ 0.119736] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.119797] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
    [ 0.119856] pci 0000:00:1d.3: reg 0x20: [io 0xbf20-0xbf3f]
    [ 0.119951] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.120025] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
    [ 0.120051] pci 0000:00:1d.7: reg 0x10: [mem 0xffa80800-0xffa80bff]
    [ 0.120160] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.120243] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.120312] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.120441] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.120505] pci 0000:00:1e.2: [8086:266e] type 00 class 0x040100
    [ 0.120528] pci 0000:00:1e.2: reg 0x10: [io 0xed00-0xedff]
    [ 0.120541] pci 0000:00:1e.2: reg 0x14: [io 0xec40-0xec7f]
    [ 0.120555] pci 0000:00:1e.2: reg 0x18: [mem 0xdfebfe00-0xdfebffff]
    [ 0.120568] pci 0000:00:1e.2: reg 0x1c: [mem 0xdfebfd00-0xdfebfdff]
    [ 0.120634] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold
    [ 0.120741] pci 0000:00:1e.3: [8086:266d] type 00 class 0x070300
    [ 0.120764] pci 0000:00:1e.3: reg 0x10: [io 0xee00-0xeeff]
    [ 0.120777] pci 0000:00:1e.3: reg 0x14: [io 0xec80-0xecff]
    [ 0.120864] pci 0000:00:1e.3: PME# supported from D0 D3hot D3cold
    [ 0.120923] pci 0000:00:1e.3: System wakeup disabled by ACPI
    [ 0.120987] pci 0000:00:1f.0: [8086:2641] type 00 class 0x060100
    [ 0.121103] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    [ 0.121117] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.121124] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
    [ 0.121130] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0900-097f
    [ 0.121234] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
    [ 0.121253] pci 0000:00:1f.1: reg 0x10: [io 0x01f0-0x01f7]
    [ 0.121266] pci 0000:00:1f.1: reg 0x14: [io 0x03f4-0x03f7]
    [ 0.121280] pci 0000:00:1f.1: reg 0x18: [io 0x0170-0x0177]
    [ 0.121293] pci 0000:00:1f.1: reg 0x1c: [io 0x0374-0x0377]
    [ 0.121307] pci 0000:00:1f.1: reg 0x20: [io 0xbfa0-0xbfaf]
    [ 0.121430] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500
    [ 0.121506] pci 0000:00:1f.3: reg 0x20: [io 0x10c0-0x10df]
    [ 0.121732] pci 0000:02:01.0: [104c:ac56] type 02 class 0x060700
    [ 0.121757] pci 0000:02:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
    [ 0.121801] pci 0000:02:01.0: supports D1 D2
    [ 0.121805] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.121888] pci 0000:02:03.0: [14e4:4318] type 00 class 0x028000
    [ 0.121907] pci 0000:02:03.0: reg 0x10: [mem 0xdfdfe000-0xdfdfffff]
    [ 0.122049] pci 0000:02:08.0: [8086:1068] type 00 class 0x020000
    [ 0.122073] pci 0000:02:08.0: reg 0x10: [mem 0xdfdfd000-0xdfdfdfff]
    [ 0.122086] pci 0000:02:08.0: reg 0x14: [io 0xdf40-0xdf7f]
    [ 0.122175] pci 0000:02:08.0: supports D1 D2
    [ 0.122178] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.122287] pci 0000:00:1e.0: PCI bridge to [bus 02-03] (subtractive decode)
    [ 0.122293] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.122299] pci 0000:00:1e.0: bridge window [mem 0xdfd00000-0xdfdfffff]
    [ 0.122308] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.122312] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.122388] pci_bus 0000:03: busn_res: can not insert [bus 03-ff] under [bus 02-03] (conflicts with (null) [bus 02-03])
    [ 0.122394] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 06
    [ 0.122399] pci_bus 0000:03: busn_res: can not insert [bus 03-06] under [bus 02-03] (conflicts with (null) [bus 02-03])
    [ 0.122405] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02-03]
    [ 0.122419] pci_bus 0000:00: on NUMA node 0
    [ 0.122631] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
    [ 0.122757] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
    [ 0.122881] ACPI: PCI Interrupt Link [LNKC] (IRQs *9 10 11)
    [ 0.123003] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11)
    [ 0.123127] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 *4 5 6 7 9 10 11 12 14 15)
    [ 0.123238] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.123356] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.123730] ACPI: Enabled 2 GPEs in block 00 to 1F
    [ 0.123805] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.123844] Found 1 acpi root devices
    [ 0.123976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.123982] vgaarb: loaded
    [ 0.123984] vgaarb: bridge control possible 0000:00:02.0
    [ 0.124048] PCI: Using ACPI for IRQ routing
    [ 0.135127] PCI: pci_cache_line_size set to 64 bytes
    [ 0.135189] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [ 0.135192] e820: reserve RAM buffer [mem 0x1f7d3800-0x1fffffff]
    [ 0.135363] NetLabel: Initializing
    [ 0.135366] NetLabel: domain hash size = 128
    [ 0.135367] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.135386] NetLabel: unlabeled traffic allowed by default
    [ 0.135576] hpet clockevent registered
    [ 0.135581] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.135588] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.135594] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.136700] Switched to clocksource hpet
    [ 0.145683] pnp: PnP ACPI init
    [ 0.145720] ACPI: bus type PNP registered
    [ 0.155581] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
    [ 0.155587] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
    [ 0.155591] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.155595] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.155599] system 00:00: [mem 0x00100000-0x1f7d37ff] could not be reserved
    [ 0.155603] system 00:00: [mem 0x1f7d3800-0x1f7fffff] has been reserved
    [ 0.155607] system 00:00: [mem 0x1f800000-0x1fffffff] has been reserved
    [ 0.155611] system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved
    [ 0.155615] system 00:00: [mem 0xffb00000-0xffffffff] has been reserved
    [ 0.155619] system 00:00: [mem 0xfec00000-0xfec0ffff] could not be reserved
    [ 0.155623] system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.155627] system 00:00: [mem 0xfed20000-0xfed9ffff] has been reserved
    [ 0.155631] system 00:00: [mem 0xf0000000-0xf0003fff] has been reserved
    [ 0.155635] system 00:00: [mem 0xf0004000-0xf0004fff] has been reserved
    [ 0.155649] system 00:00: [mem 0xf0005000-0xf0005fff] has been reserved
    [ 0.155653] system 00:00: [mem 0xf0006000-0xf0006fff] has been reserved
    [ 0.155657] system 00:00: [mem 0xf0008000-0xf000bfff] has been reserved
    [ 0.155660] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.155668] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.155730] pnp 00:01: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.155734] pnp 00:01: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.155776] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.155781] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.155818] pnp 00:02: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.155823] pnp 00:02: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.155827] pnp 00:02: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.155864] system 00:02: [io 0xf400-0xf4fe] has been reserved
    [ 0.155869] system 00:02: [io 0x1080-0x10bf] has been reserved
    [ 0.155872] system 00:02: [io 0x10c0-0x10df] has been reserved
    [ 0.155876] system 00:02: [io 0x10e0-0x10ff] could not be reserved
    [ 0.155881] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.155961] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.156020] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.156074] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.156133] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.156198] system 00:07: [io 0x0900-0x090f] has been reserved
    [ 0.156202] system 00:07: [io 0x0910-0x091f] has been reserved
    [ 0.156206] system 00:07: [io 0x0920-0x092f] has been reserved
    [ 0.156210] system 00:07: [io 0x0930-0x093f] has been reserved
    [ 0.156214] system 00:07: [io 0x0940-0x097f] has been reserved
    [ 0.156219] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.156245] pnp 00:08: [dma 4]
    [ 0.156291] pnp 00:08: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.156350] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.157119] pnp 00:0a: disabling [io 0xd3b0-0xd3bb] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157124] pnp 00:0a: disabling [io 0xd3c0-0xd3df] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157129] pnp 00:0a: disabling [io 0xd7b0-0xd7bb] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157133] pnp 00:0a: disabling [io 0xd7c0-0xd7df] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157138] pnp 00:0a: disabling [io 0xdbb0-0xdbbb] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157143] pnp 00:0a: disabling [io 0xdbc0-0xdbdf] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157147] pnp 00:0a: disabling [io 0xdfb0-0xdfbb] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157152] pnp 00:0a: disabling [io 0xdfc0-0xdfdf] because it overlaps 0000:00:1e.0 BAR 13 [io 0xd000-0xdfff]
    [ 0.157612] system 00:0a: [io 0x07b0-0x07bb] has been reserved
    [ 0.157616] system 00:0a: [io 0x07c0-0x07df] has been reserved
    [ 0.157620] system 00:0a: [io 0x0bb0-0x0bbb] has been reserved
    [ 0.157623] system 00:0a: [io 0x0bc0-0x0bdf] has been reserved
    [ 0.157627] system 00:0a: [io 0x0fb0-0x0fbb] has been reserved
    [ 0.157631] system 00:0a: [io 0x0fc0-0x0fdf] has been reserved
    [ 0.157635] system 00:0a: [io 0x13b0-0x13bb] has been reserved
    [ 0.157638] system 00:0a: [io 0x13c0-0x13df] has been reserved
    [ 0.157642] system 00:0a: [io 0x17b0-0x17bb] has been reserved
    [ 0.157646] system 00:0a: [io 0x17c0-0x17df] has been reserved
    [ 0.157649] system 00:0a: [io 0x1bb0-0x1bbb] has been reserved
    [ 0.157653] system 00:0a: [io 0x1bc0-0x1bdf] has been reserved
    [ 0.157657] system 00:0a: [io 0x1fb0-0x1fbb] has been reserved
    [ 0.157661] system 00:0a: [io 0x1fc0-0x1fdf] has been reserved
    [ 0.157664] system 00:0a: [io 0x23b0-0x23bb] has been reserved
    [ 0.157668] system 00:0a: [io 0x23c0-0x23df] has been reserved
    [ 0.157672] system 00:0a: [io 0x27b0-0x27bb] has been reserved
    [ 0.157676] system 00:0a: [io 0x27c0-0x27df] has been reserved
    [ 0.157679] system 00:0a: [io 0x2bb0-0x2bbb] has been reserved
    [ 0.157683] system 00:0a: [io 0x2bc0-0x2bdf] has been reserved
    [ 0.157687] system 00:0a: [io 0x2fb0-0x2fbb] has been reserved
    [ 0.157691] system 00:0a: [io 0x2fc0-0x2fdf] has been reserved
    [ 0.157695] system 00:0a: [io 0x33b0-0x33bb] has been reserved
    [ 0.157698] system 00:0a: [io 0x33c0-0x33df] has been reserved
    [ 0.157702] system 00:0a: [io 0x37b0-0x37bb] has been reserved
    [ 0.157706] system 00:0a: [io 0x37c0-0x37df] has been reserved
    [ 0.157710] system 00:0a: [io 0x3bb0-0x3bbb] has been reserved
    [ 0.157714] system 00:0a: [io 0x3bc0-0x3bdf] has been reserved
    [ 0.157717] system 00:0a: [io 0x3fb0-0x3fbb] has been reserved
    [ 0.157721] system 00:0a: [io 0x3fc0-0x3fdf] has been reserved
    [ 0.157725] system 00:0a: [io 0x43b0-0x43bb] has been reserved
    [ 0.157729] system 00:0a: [io 0x43c0-0x43df] has been reserved
    [ 0.157733] system 00:0a: [io 0x47b0-0x47bb] has been reserved
    [ 0.157737] system 00:0a: [io 0x47c0-0x47df] has been reserved
    [ 0.157741] system 00:0a: [io 0x4bb0-0x4bbb] has been reserved
    [ 0.157745] system 00:0a: [io 0x4bc0-0x4bdf] has been reserved
    [ 0.157748] system 00:0a: [io 0x4fb0-0x4fbb] has been reserved
    [ 0.157752] system 00:0a: [io 0x4fc0-0x4fdf] has been reserved
    [ 0.157756] system 00:0a: [io 0x53b0-0x53bb] has been reserved
    [ 0.157760] system 00:0a: [io 0x53c0-0x53df] has been reserved
    [ 0.157764] system 00:0a: [io 0x57b0-0x57bb] has been reserved
    [ 0.157768] system 00:0a: [io 0x57c0-0x57df] has been reserved
    [ 0.157772] system 00:0a: [io 0x5bb0-0x5bbb] has been reserved
    [ 0.157776] system 00:0a: [io 0x5bc0-0x5bdf] has been reserved
    [ 0.157780] system 00:0a: [io 0x5fb0-0x5fbb] has been reserved
    [ 0.157784] system 00:0a: [io 0x5fc0-0x5fdf] has been reserved
    [ 0.157788] system 00:0a: [io 0x63b0-0x63bb] has been reserved
    [ 0.157792] system 00:0a: [io 0x63c0-0x63df] has been reserved
    [ 0.157795] system 00:0a: [io 0x67b0-0x67bb] has been reserved
    [ 0.157804] system 00:0a: [io 0x67c0-0x67df] has been reserved
    [ 0.157808] system 00:0a: [io 0x6bb0-0x6bbb] has been reserved
    [ 0.157812] system 00:0a: [io 0x6bc0-0x6bdf] has been reserved
    [ 0.157816] system 00:0a: [io 0x6fb0-0x6fbb] has been reserved
    [ 0.157820] system 00:0a: [io 0x6fc0-0x6fdf] has been reserved
    [ 0.157824] system 00:0a: [io 0x73b0-0x73bb] has been reserved
    [ 0.157828] system 00:0a: [io 0x73c0-0x73df] has been reserved
    [ 0.157832] system 00:0a: [io 0x77b0-0x77bb] has been reserved
    [ 0.157836] system 00:0a: [io 0x77c0-0x77df] has been reserved
    [ 0.157840] system 00:0a: [io 0x7bb0-0x7bbb] has been reserved
    [ 0.157844] system 00:0a: [io 0x7bc0-0x7bdf] has been reserved
    [ 0.157848] system 00:0a: [io 0x7fb0-0x7fbb] has been reserved
    [ 0.157852] system 00:0a: [io 0x7fc0-0x7fdf] has been reserved
    [ 0.157856] system 00:0a: [io 0x83b0-0x83bb] has been reserved
    [ 0.157860] system 00:0a: [io 0x83c0-0x83df] has been reserved
    [ 0.157864] system 00:0a: [io 0x87b0-0x87bb] has been reserved
    [ 0.157868] system 00:0a: [io 0x87c0-0x87df] has been reserved
    [ 0.157872] system 00:0a: [io 0x8bb0-0x8bbb] has been reserved
    [ 0.157876] system 00:0a: [io 0x8bc0-0x8bdf] has been reserved
    [ 0.157880] system 00:0a: [io 0x8fb0-0x8fbb] has been reserved
    [ 0.157884] system 00:0a: [io 0x8fc0-0x8fdf] has been reserved
    [ 0.157888] system 00:0a: [io 0x93b0-0x93bb] has been reserved
    [ 0.157892] system 00:0a: [io 0x93c0-0x93df] has been reserved
    [ 0.157896] system 00:0a: [io 0x97b0-0x97bb] has been reserved
    [ 0.157901] system 00:0a: [io 0x97c0-0x97df] has been reserved
    [ 0.157905] system 00:0a: [io 0x9bb0-0x9bbb] has been reserved
    [ 0.157909] system 00:0a: [io 0x9bc0-0x9bdf] has been reserved
    [ 0.157913] system 00:0a: [io 0x9fb0-0x9fbb] has been reserved
    [ 0.157917] system 00:0a: [io 0x9fc0-0x9fdf] has been reserved
    [ 0.157921] system 00:0a: [io 0xa3b0-0xa3bb] has been reserved
    [ 0.157925] system 00:0a: [io 0xa3c0-0xa3df] has been reserved
    [ 0.157930] system 00:0a: [io 0xa7b0-0xa7bb] has been reserved
    [ 0.157934] system 00:0a: [io 0xa7c0-0xa7df] has been reserved
    [ 0.157938] system 00:0a: [io 0xabb0-0xabbb] has been reserved
    [ 0.157942] system 00:0a: [io 0xabc0-0xabdf] has been reserved
    [ 0.157946] system 00:0a: [io 0xafb0-0xafbb] has been reserved
    [ 0.157950] system 00:0a: [io 0xafc0-0xafdf] has been reserved
    [ 0.157955] system 00:0a: [io 0xb3b0-0xb3bb] has been reserved
    [ 0.157959] system 00:0a: [io 0xb3c0-0xb3df] has been reserved
    [ 0.157963] system 00:0a: [io 0xb7b0-0xb7bb] has been reserved
    [ 0.157967] system 00:0a: [io 0xb7c0-0xb7df] has been reserved
    [ 0.157971] system 00:0a: [io 0xbbb0-0xbbbb] has been reserved
    [ 0.157976] system 00:0a: [io 0xbbc0-0xbbdf] has been reserved
    [ 0.157980] system 00:0a: [io 0xbfb0-0xbfbb] has been reserved
    [ 0.157984] system 00:0a: [io 0xbfc0-0xbfdf] has been reserved
    [ 0.157988] system 00:0a: [io 0xc3b0-0xc3bb] has been reserved
    [ 0.157993] system 00:0a: [io 0xc3c0-0xc3df] has been reserved
    [ 0.157997] system 00:0a: [io 0xc7b0-0xc7bb] has been reserved
    [ 0.158001] system 00:0a: [io 0xc7c0-0xc7df] has been reserved
    [ 0.158005] system 00:0a: [io 0xcbb0-0xcbbb] has been reserved
    [ 0.158010] system 00:0a: [io 0xcbc0-0xcbdf] has been reserved
    [ 0.158014] system 00:0a: [io 0xcfb0-0xcfbb] has been reserved
    [ 0.158018] system 00:0a: [io 0xcfc0-0xcfdf] has been reserved
    [ 0.158026] system 00:0a: [io 0xe3b0-0xe3bb] has been reserved
    [ 0.158030] system 00:0a: [io 0xe3c0-0xe3df] has been reserved
    [ 0.158034] system 00:0a: [io 0xe7b0-0xe7bb] has been reserved
    [ 0.158039] system 00:0a: [io 0xe7c0-0xe7df] has been reserved
    [ 0.158043] system 00:0a: [io 0xebb0-0xebbb] has been reserved
    [ 0.158048] system 00:0a: [io 0xebc0-0xebdf] has been reserved
    [ 0.158052] system 00:0a: [io 0xefb0-0xefbb] has been reserved
    [ 0.158056] system 00:0a: [io 0xefc0-0xefdf] has been reserved
    [ 0.158061] system 00:0a: [io 0xf3b0-0xf3bb] has been reserved
    [ 0.158065] system 00:0a: [io 0xf3c0-0xf3df] has been reserved
    [ 0.158070] system 00:0a: [io 0xf7b0-0xf7bb] has been reserved
    [ 0.158074] system 00:0a: [io 0xf7c0-0xf7df] has been reserved
    [ 0.158079] system 00:0a: [io 0xfbb0-0xfbbb] has been reserved
    [ 0.158083] system 00:0a: [io 0xfbc0-0xfbdf] has been reserved
    [ 0.158088] system 00:0a: [io 0xffb0-0xffbb] has been reserved
    [ 0.158092] system 00:0a: [io 0xffc0-0xffdf] has been reserved
    [ 0.158098] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.158112] pnp: PnP ACPI: found 11 devices
    [ 0.158114] ACPI: bus type PNP unregistered
    [ 0.195319] pci 0000:02:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.195329] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 02-03] add_size 4000000
    [ 0.195340] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.195348] pci 0000:00:1e.0: BAR 15: assigned [mem 0x20000000-0x23ffffff pref]
    [ 0.195356] pci 0000:02:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
    [ 0.195360] pci 0000:02:01.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
    [ 0.195364] pci 0000:02:01.0: res[13]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.195368] pci 0000:02:01.0: res[14]=[io 0x0100-0x00ff] get_res_add_size add_size 100
    [ 0.195372] pci 0000:02:01.0: BAR 0: assigned [mem 0x24000000-0x24000fff]
    [ 0.195382] pci 0000:02:01.0: BAR 15: assigned [mem 0x20000000-0x23ffffff pref]
    [ 0.195386] pci 0000:02:01.0: BAR 16: assigned [mem 0x28000000-0x2bffffff]
    [ 0.195390] pci 0000:02:01.0: BAR 13: assigned [io 0xd000-0xd0ff]
    [ 0.195393] pci 0000:02:01.0: BAR 14: assigned [io 0xd400-0xd4ff]
    [ 0.195398] pci 0000:02:01.0: CardBus bridge to [bus 03-06]
    [ 0.195401] pci 0000:02:01.0: bridge window [io 0xd000-0xd0ff]
    [ 0.195408] pci 0000:02:01.0: bridge window [io 0xd400-0xd4ff]
    [ 0.195415] pci 0000:02:01.0: bridge window [mem 0x20000000-0x23ffffff pref]
    [ 0.195422] pci 0000:02:01.0: bridge window [mem 0x28000000-0x2bffffff]
    [ 0.195429] pci 0000:00:1e.0: PCI bridge to [bus 02-03]
    [ 0.195434] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.195442] pci 0000:00:1e.0: bridge window [mem 0xdfd00000-0xdfdfffff]
    [ 0.195448] pci 0000:00:1e.0: bridge window [mem 0x20000000-0x23ffffff pref]
    [ 0.195458] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.195462] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.195466] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 0.195469] pci_bus 0000:02: resource 1 [mem 0xdfd00000-0xdfdfffff]
    [ 0.195473] pci_bus 0000:02: resource 2 [mem 0x20000000-0x23ffffff pref]
    [ 0.195476] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    [ 0.195480] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.195483] pci_bus 0000:03: resource 0 [io 0xd000-0xd0ff]
    [ 0.195487] pci_bus 0000:03: resource 1 [io 0xd400-0xd4ff]
    [ 0.195490] pci_bus 0000:03: resource 2 [mem 0x20000000-0x23ffffff pref]
    [ 0.195494] pci_bus 0000:03: resource 3 [mem 0x28000000-0x2bffffff]
    [ 0.195566] NET: Registered protocol family 2
    [ 0.195842] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.195881] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.195912] TCP: Hash tables configured (established 4096 bind 4096)
    [ 0.195944] TCP: reno registered
    [ 0.195948] UDP hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.195958] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    [ 0.196057] NET: Registered protocol family 1
    [ 0.196082] pci 0000:00:02.0: Boot video device
    [ 0.198013] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.198020] PCI: CLS 64 bytes, default 64
    [ 0.198109] Unpacking initramfs...
    [ 0.298578] Freeing initrd memory: 2944K (de9af000 - dec8f000)
    [ 0.298752] apm: BIOS not found.
    [ 0.298829] Scanning for low memory corruption every 60 seconds
    [ 0.299444] audit: initializing netlink socket (disabled)
    [ 0.299469] type=2000 audit(1133541000.296:1): initialized
    [ 0.316577] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.318771] zbud: loaded
    [ 0.318915] VFS: Disk quotas dquot_6.5.2
    [ 0.319000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.319305] msgmni has been set to 980
    [ 0.319650] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.319691] io scheduler noop registered
    [ 0.319693] io scheduler deadline registered
    [ 0.319747] io scheduler cfq registered (default)
    [ 0.319887] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.319914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.320032] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.320034] vesafb: scrolling: redraw
    [ 0.320038] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.320208] vesafb: framebuffer at 0xc0000000, mapped to 0xe0000000, using 3072k, total 3072k
    [ 0.361088] Console: switching to colour frame buffer device 128x48
    [ 0.400929] fb0: VESA VGA frame buffer device
    [ 0.400953] intel_idle: does not run on family 6 model 13
    [ 0.400999] GHES: HEST is not enabled!
    [ 0.401017] isapnp: Scanning for PnP cards...
    [ 0.714052] isapnp: No Plug & Play device found
    [ 0.714124] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.715322] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.719975] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.720044] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.720176] mousedev: PS/2 mouse device common for all mice
    [ 0.720505] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.720542] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.720656] drop_monitor: Initializing network drop monitor service
    [ 0.720788] TCP: cubic registered
    [ 0.721001] NET: Registered protocol family 10
    [ 0.721277] NET: Registered protocol family 17
    [ 0.721295] Key type dns_resolver registered
    [ 0.721476] Using IPI No-Shortcut mode
    [ 0.721597] registered taskstats version 1
    [ 0.721889] Magic number: 1:361:539
    [ 0.721990] rtc_cmos 00:05: setting system clock to 2005-12-02 16:30:01 UTC (1133541001)
    [ 0.722052] PM: Hibernation image not present or could not be loaded.
    [ 0.722537] Freeing unused kernel memory: 612K (c15e8000 - c1681000)
    [ 0.722565] Write protecting the kernel text: 4328k
    [ 0.722601] Write protecting the kernel read-only data: 1284k
    [ 0.724539] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.740162] systemd-udevd[41]: starting version 208
    [ 0.794552] ACPI: bus type USB registered
    [ 0.794600] usbcore: registered new interface driver usbfs
    [ 0.794617] usbcore: registered new interface driver hub
    [ 0.797519] usbcore: registered new device driver usb
    [ 0.798409] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.798878] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.799189] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.799196] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.799208] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 0.799269] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000bf80
    [ 0.800221] hub 1-0:1.0: USB hub found
    [ 0.800900] hub 1-0:1.0: 2 ports detected
    [ 0.801737] ehci-pci: EHCI PCI platform driver
    [ 0.802153] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 0.802310] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.802319] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.802337] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.806249] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 0.806261] ehci-pci 0000:00:1d.7: irq 16, io mem 0xffa80800
    [ 0.811120] SCSI subsystem initialized
    [ 0.815534] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.816328] hub 2-0:1.0: USB hub found
    [ 0.816344] hub 2-0:1.0: 8 ports detected
    [ 0.822812] libata version 3.00 loaded.
    [ 0.840154] hub 1-0:1.0: USB hub found
    [ 0.840171] hub 1-0:1.0: 2 ports detected
    [ 0.840775] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.840781] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.840792] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 0.840849] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000bf60
    [ 0.841131] hub 3-0:1.0: USB hub found
    [ 0.841142] hub 3-0:1.0: 2 ports detected
    [ 0.841510] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.841515] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.841523] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 0.841569] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000bf40
    [ 0.841792] hub 4-0:1.0: USB hub found
    [ 0.841802] hub 4-0:1.0: 2 ports detected
    [ 0.841974] ata_piix 0000:00:1f.1: version 2.13
    [ 0.842212] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 0.846327] scsi0 : ata_piix
    [ 0.849479] scsi1 : ata_piix
    [ 0.849561] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    [ 0.849565] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    [ 0.850360] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 0.850367] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.850377] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 0.850431] uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000bf20
    [ 0.850702] hub 5-0:1.0: USB hub found
    [ 0.850714] hub 5-0:1.0: 2 ports detected
    [ 0.853261] ata2: port disabled--ignoring
    [ 1.017261] ata1.00: ATA-6: FUJITSU MHV2040AH, 00000096, max UDMA/100
    [ 1.017267] ata1.00: 78140160 sectors, multi 8: LBA
    [ 1.017275] ata1.01: ATAPI: HL-DT-STCD-RW/DVD-ROM GCC-4244N, B101, max UDMA/33
    [ 1.030469] ata1.00: configured for UDMA/100
    [ 1.043650] ata1.01: configured for UDMA/33
    [ 1.047752] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHV2040A 0000 PQ: 0 ANSI: 5
    [ 1.052402] scsi 0:0:1:0: CD-ROM HL-DT-ST CDRW/DVD GCC4244 B101 PQ: 0 ANSI: 5
    [ 1.056877] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 1.056959] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.056963] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.056996] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.086053] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    [ 1.086060] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.086608] sr 0:0:1:0: Attached scsi CD-ROM sr0
    [ 1.147009] sda: sda1 sda2 sda3 sda4 sda5
    [ 1.148544] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.300030] tsc: Refined TSC clocksource calibration: 1695.749 MHz
    [ 1.914175] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.300077] Switched to clocksource tsc
    [ 2.590447] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.601980] systemd[1]: Set hostname to <amycus>.
    [ 3.575622] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 3.576065] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.576169] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.576193] systemd[1]: Starting Remote File Systems.
    [ 3.576214] systemd[1]: Reached target Remote File Systems.
    [ 3.576230] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.576273] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.576289] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.576327] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.576342] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.576396] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.576411] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.576445] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.576470] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.576520] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.576535] systemd[1]: Starting Paths.
    [ 3.576551] systemd[1]: Reached target Paths.
    [ 3.576568] systemd[1]: Starting Journal Socket.
    [ 3.576636] systemd[1]: Listening on Journal Socket.
    [ 3.585193] systemd[1]: Starting Apply Kernel Variables...
    [ 3.605471] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 3.605993] systemd[1]: Starting Setup Virtual Console...
    [ 3.606504] systemd[1]: Starting Journal Service...
    [ 3.607153] systemd[1]: Started Journal Service.
    [ 4.079977] systemd-journald[91]: Vacuuming done, freed 0 bytes
    [ 4.428227] EXT4-fs (sda4): re-mounted. Opts: data=ordered
    [ 4.761540] systemd-udevd[121]: starting version 208
    [ 5.340036] tsc: Marking TSC unstable due to TSC halts in idle
    [ 5.340108] ACPI: acpi_idle registered with cpuidle
    [ 5.343558] Switched to clocksource hpet
    [ 5.401187] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 5.401731] ACPI: Lid Switch [LID]
    [ 5.547764] Linux agpgart interface v0.103
    [ 5.552684] agpgart-intel 0000:00:00.0: Intel 915GM Chipset
    [ 5.552747] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
    [ 5.553017] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    [ 5.553242] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
    [ 5.631371] [drm] Initialized drm 1.1.0 20060810
    [ 5.688002] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 5.688080] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input3
    [ 5.688134] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
    [ 5.690239] ACPI: Battery Slot [BAT0] (battery present)
    [ 5.690376] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    [ 5.690384] ACPI: Power Button [PBTN]
    [ 5.690609] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
    [ 5.690615] ACPI: Sleep Button [SBTN]
    [ 5.696499] ACPI: AC Adapter [AC] (on-line)
    [ 5.702640] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.702646] ACPI: Thermal Zone [THM] (26 C)
    [ 5.865078] pci 0000:00:1e.0: setting latency timer to 64
    [ 5.865091] yenta_cardbus 0000:02:01.0: enabling device (0000 -> 0003)
    [ 5.865239] yenta_cardbus 0000:02:01.0: CardBus bridge found [1028:01a4]
    [ 5.865265] yenta_cardbus 0000:02:01.0: Using CSCINT to route CSC interrupts to PCI
    [ 5.865268] yenta_cardbus 0000:02:01.0: Routing CardBus interrupts to PCI
    [ 5.865275] yenta_cardbus 0000:02:01.0: TI: mfunc 0x00001002, devctl 0x64
    [ 5.873287] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 5.873294] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 5.974184] intel_rng: FWH not detected
    [ 6.027516] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 6.094160] yenta_cardbus 0000:02:01.0: ISA IRQ mask 0x0cf8, PCI irq 16
    [ 6.094169] yenta_cardbus 0000:02:01.0: Socket status: 30000007
    [ 6.094175] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #03 to #06
    [ 6.094188] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [io 0xd000-0xdfff]
    [ 6.094193] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xd000-0xdfff:
    [ 6.095484] excluding 0xd000-0xd0ff 0xd400-0xd4ff 0xdf40-0xdf7f
    [ 6.108339] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [mem 0xdfd00000-0xdfdfffff]
    [ 6.108347] pcmcia_socket pcmcia_socket0: cs: memory probe 0xdfd00000-0xdfdfffff:
    [ 6.108357] excluding 0xdfdf0000-0xdfdfffff
    [ 6.108363] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [mem 0x20000000-0x23ffffff pref]
    [ 6.108367] pcmcia_socket pcmcia_socket0: cs: memory probe 0x20000000-0x23ffffff:
    [ 6.108378] excluding 0x20000000-0x23ffffff
    [ 6.156766] [drm] Memory usable by graphics device = 256M
    [ 6.156776] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 6.156779] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 6.156809] Console: switching to colour dummy device 80x25
    [ 6.156943] i915 0000:00:02.0: setting latency timer to 64
    [ 6.157242] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.157245] [drm] Driver supports precise vblank timestamp query.
    [ 6.157329] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.196410] e100 0000:02:08.0 eth0: addr 0xdfdfd000, irq 20, MAC addr 00:14:22:c2:f4:70
    [ 6.221350] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 6.228810] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 6.236782] ssb: Found chip with id 0x4318, rev 0x02 and package 0x02
    [ 6.236794] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor 0x4243)
    [ 6.236802] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
    [ 6.236810] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243)
    [ 6.236817] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243)
    [ 6.245149] [drm] initialized overlay support
    [ 6.275242] ssb: Sonics Silicon Backplane found on PCI device 0000:02:03.0
    [ 6.403748] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x20
    [ 6.812372] gpio_ich: ACPI BAR is busy, GPI 0 - 15 unavailable
    [ 6.812428] gpio_ich: GPIO from 190 to 239 on gpio_ich
    [ 6.816755] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.916862] systemd-udevd[123]: renamed network interface eth0 to enp2s8
    [ 6.996643] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.2, id: 0x8fa0b1, caps: 0xa04713/0x200000/0x0, board id: 3655, fw id: 35884
    [ 7.006089] fbcon: inteldrmfb (fb0) is primary device
    [ 7.033421] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
    [ 7.034777] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 7.036467] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
    [ 7.036511] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
    [ 7.037330] excluding 0x3f0-0x3f7 0x4d0-0x4d7
    [ 7.037357] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
    [ 7.037954] clean.
    [ 7.037978] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    [ 7.038607] clean.
    [ 7.038632] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    [ 7.038648] excluding 0xc0000-0xc7fff 0xcc000-0xcffff 0xf0000-0xfffff
    [ 7.038669] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    [ 7.038683] clean.
    [ 7.038703] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    [ 7.038716] clean.
    [ 7.038737] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
    [ 7.039386] clean.
    [ 7.063195] iTCO_vendor_support: vendor-support=0
    [ 7.064333] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 7.064377] iTCO_wdt: Found a ICH6-M TCO device (Version=2, TCOBASE=0x1060)
    [ 7.065219] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 7.182541] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.427229] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
    [ 7.464875] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
    [ 7.484115] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 7.486739] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
    [ 7.486740] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
    [ 7.486742] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    [ 7.553415] Console: switching to colour frame buffer device 128x48
    [ 7.558741] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 7.558745] i915 0000:00:02.0: registered panic notifier
    [ 7.558763] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 7.559077] snd_intel8x0m 0000:00:1e.3: setting latency timer to 64
    [ 7.666733] MC'97 1 converters and GPIO not ready (0xff00)
    [ 7.667845] snd_intel8x0 0000:00:1e.2: setting latency timer to 64
    [ 8.215265] Adding 2097148k swap on /dev/sda3. Priority:-1 extents:1 across:2097148k FS
    [ 8.490136] intel8x0_measure_ac97_clock: measured 51939 usecs (2503 samples)
    [ 8.490144] intel8x0: clocking to 48000
    [ 8.857914] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.929489] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 9.174030] systemd-journald[91]: Received request to flush runtime journal from PID 1
    [ 10.867701] IPv6: ADDRCONF(NETDEV_UP): enp2s8: link is not ready
    [ 10.870173] e100 0000:02:08.0 enp2s8: NIC Link is Up 100 Mbps Full Duplex
    [ 10.870468] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s8: link becomes ready
    [ 1442.063296] ssb: Found chip with id 0x4318, rev 0x02 and package 0x02
    [ 1442.063313] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor 0x4243)
    [ 1442.063321] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
    [ 1442.063329] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243)
    [ 1442.063337] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243)
    [ 1442.102223] ssb: Sonics Silicon Backplane found on PCI device 0000:02:03.0
    [ 1442.129092] cfg80211: Calling CRDA to update world regulatory domain
    [ 1442.175516] b43: unknown parameter 'ssb' ignored
    [ 1442.175999] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
    [ 1442.209933] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
    [ 1442.230067] Broadcom 43xx driver loaded [ Features: PMNLS ]
    [ 1442.237090] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
    [ 1442.237099] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
    [ 1442.237103] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    Last edited by w201 (2013-12-31 22:13:01)

    Got it running, was missing "b43-firmware" from the AUR, which is different than b43-fwcutter. Instructions kind of unclear there, but hey it's running.

  • [SOLVED] wireless dropping, dhclient = solution

    Hi
    I recently bought a Packard Bell dot nc05, and wireless is dropping all the time. If I try to download something (like a big package) the wireless will shut down and the only thing to do is to reboot. This is some output:
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    lsmod
    ext2 69036 1
    snd_seq_dummy 2696 0
    snd_seq_oss 31168 0
    snd_seq_midi_event 7012 1 snd_seq_oss
    snd_seq 53744 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6768 3 snd_seq_dummy,snd_seq_oss,snd_seq
    wlan 231760 0
    arc4 1732 2
    ecb 2788 2
    snd_hda_codec_realtek 206504 1
    uvcvideo 61040 0
    videodev 36544 1 uvcvideo
    snd_pcm_oss 40352 0
    ath5k 121704 0
    joydev 10400 0
    v4l1_compat 15688 2 uvcvideo,videodev
    snd_hda_intel 26664 0
    snd_mixer_oss 17540 1 snd_pcm_oss
    fan 4392 0
    mac80211 182848 1 ath5k
    snd_hda_codec 71716 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 7656 1 snd_hda_codec
    led_class 3976 1 ath5k
    snd_pcm 73672 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    snd_timer 21100 2 snd_seq,snd_pcm
    video 19832 0
    intel_agp 27484 1
    i2c_i801 9656 0
    r8169 33896 0
    snd 58436 11 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_pcm_oss,snd_hda_intel,snd_mixer_oss,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore 6848 1 snd
    output 2884 1 video
    iTCO_wdt 10952 0
    iTCO_vendor_support 3080 1 iTCO_wdt
    thermal 13888 0
    uhci_hcd 23540 0
    wmi 6600 0
    processor 35800 2
    button 5556 0
    cfg80211 67364 2 ath5k,mac80211
    ehci_hcd 35664 0
    psmouse 59644 0
    usbcore 150192 4 uvcvideo,uhci_hcd,ehci_hcd
    i2c_core 22776 1 i2c_i801
    snd_page_alloc 8876 2 snd_hda_intel,snd_pcm
    mii 4804 1 r8169
    agpgart 32756 1 intel_agp
    evdev 10176 0
    serio_raw 5704 0
    sg 27928 0
    battery 10984 0
    ac 4360 0
    rtc_cmos 11212 0
    rtc_core 18048 1 rtc_cmos
    rtc_lib 2500 1 rtc_core
    ext4 237988 1
    mbcache 7080 2 ext2,ext4
    jbd2 57756 1 ext4
    crc16 1636 1 ext4
    sd_mod 27328 3
    ata_piix 23080 2
    ata_generic 4680 0
    pata_acpi 4228 0
    libata 168012 3 ata_piix,ata_generic,pata_acpi
    scsi_mod 110708 3 sg,sd_mod,libata
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="sv-latin1"
    CONSOLEFONT="default8x16"
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!snd-pcsp !pcspkr)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="lilleputt"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    #gateway="default gw 192.168.0.1"
    #ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng crond sshd)
    I connect by running:
    iwconfig wlan0 essid ROUTERNAME
    dhcpcd wlan0
    Any ideas? I do not know what additional information needed ...
    Last edited by patogen (2009-09-05 12:28:07)

    Hello Patogen!
    Is ifconfig wlan0 up missing ? Did you try with autowifi/networkmanager/wicd too ?
    "If I try to download something (like a big package) the wireless will shut down and the only thing to do is to reboot." <- What does it mean exactly ? e.g. what do you try to download, and what does it mean 'shut down' in this case ? What's the error output(s) ?

  • [Solved]Wireless works sometimes with networkmanager

    I have posted about a similar problem before (http://bbs.archlinux.org/viewtopic.php?id=49124) and people suggested I unhide the wireless network and use a different program.  I have done that however it fixed little.  I have a broadcom card, and I use the ndiswrapper (which is working well).  I'm trying to connect to a wpa network.
    Networkmanager:
    This is the only way I can get on the internet (so far).  This works about 1/2 the time.  When I have to establish or reestablish a connection it doesn't always work.  When it doesn't work the last line of my daemon log gets stuck on
    <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Then I get these lines
    <info> Supplicant state changed: 0
    <info> Activation (wlan0/wireless): association took too long (>20s), failing activation.
    <info> Activation (wlan0) failed for access point (mswebsys)
    In the task bar, when it doesn't work, I see two gray circles (like its trying to connect).  When it works, the bottom circle becomes green, then the top circle becomes green.
    Wicd
    When I try connecting, I get stuck on obtaining ip address and the log reads:
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
    then it times out
    Netcfg
    Using this method nothing in ifconfig nor in iwconfig changes.  After about a minute (presumably after a time out) I get an output of association failed.
    My profile
    CONNECTION="wireless"
    INTERFACE=wlan0
    SCAN="yes"
    SECURITY="wpa"
    ESSID="name"
    KEY="secret"
    IP="dhcp"
    TIMEOUT=20
    I'm not sure what to do from here, but I think the problems these 3 programs have are linked.  I think the problem lies with dhcp or/and the wpa supplication because all 3 programs time-out around there.  I switch networks often, so I would prefer not to manually setup wpa_supplication config or spend a lot of time on the command line.  Any help would be appreciated.
    It's a driver problem, if ndiswrapper isn't working, try the b43 driver.  I have been using the b43 driver for the last couple days, and I can easily connect and I stay connected.
    Last edited by sam (2008-08-03 23:54:31)

    Thanks for the tip, I'm trying to use the b43 driver and so far it seems to work better, but I'll have to test it for a few days to be sure.  Wicd and netcfg still hang on the same spots, but networkmanager works.
    I've also noticed that my access point appears stronger in the drop down menu in networkmanager; however, my neighbors access point is significantly stronger than it used to be (my access point is now only slightly stronger than my neighbor's who live much farther away).  I'm not sure if the proximity of signal strength will cause problems in the future.
    For those with similar problems, I'm using the broadcom card below (from lspci).
    Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)

  • [SOLVED] Wireless drops out

    Hey there,
    I have been getting weird problems with my wireless dropping in and out every say 30 secs. I recently did a global update so I am thinking something may have broken.
    I also use wicd to manage my wireless connection. Also there is no problem with the wireless itself as another person using the connection is having no problem at all.
    Anyone got any ideas on the matter?
    Last edited by Rede (2009-12-07 12:14:47)

    Oh wow, is that a coincidence. My thread in this forum that says Samba disconnects my wifi, I use the same wifi driver, and also use Wicd, and when I try to connect to a Samba share, my wifi starts disconnecting and reconnecting every 10-20 seconds. These problems sound related IMO.

Maybe you are looking for

  • What printer will work with a mini.

    I have a Mini and I needf a all in one printer. I was thinking about the HP Photosmart C3180 All-in-One Printer, Scanner, Copier. My mini is intel and I dont know if this will still work. Does anyone have any info on this. Or maybe you know of a all

  • Reading text files in JSP pages

    I want to know if it's possible to read a file and display it in an html:text area on a jsp page. What I have right now is: <html:file property="theFile" style="query-table-item" onclick="uploadFile(document.searchReportForm.theFile);"/> <html:reset

  • Dunning month end + 30 days

    hi gurus, is it possible to configure dunning procedure based on month end + 30 days? for example if invoice is issued on 2 february / 20 february, dunning will be calculated to 28 february + 30 days to issue 1st reminder. do i have to do any configu

  • WebI Error - Batch State Unknown

    I keep getting and error box the shows the error message :Batch State Unknown (INF) and can't figure out the cause of the error. Its shows up on one server in a 3 server cluster and if the load balancer shoves me to another server I cannot recreate t

  • Hotsync Crashes (invalid page fault) - address book

    Help - I know I have an old setup, but I really need help ... I'm trying to sync between a Samsung i500 and my win 98se computer using Palm desktop 4.1 and Hotsync Manager 4.0.4. It's been working great for YEARS but I did something and now it always