Apples to Apples: iBook wireless works, Macbook not so much

Adding more fuel to the fire or data to the chart, your choice.
Same wireless network (Dlink DI-634M, SSID broadcast, WPA), same distance. iBook gets full signal, Macbook can't even connect.
Different OS version (Macbook 10.4.6, iBook slightly behind).
Still, no excuse.
Broken and desperately needs to be fixed. Hope it's not a hardware call.

Same thing here comparing a PowerBook G4 (10.4.6) &
the MacBook Pro (10.4.6)
I'm worried this will require a hardware fix as
well.
Could you tell me what your board revision is?
I've heard that board revision D does not have this
problem.
The board revision can be idenified by the serial
number.
You can get the serial number from inside the battery
bay or by clicking on "About This Mac" in the finder
and clicking twice on the software version number
(gray characters).
- Serial numbers starting with W8611 are revision D
- Serial numbers starting with W8610 are revision C
Thanks
I have the same problem and Serial number is W8609
what do you think the problem is?

Similar Messages

  • IBook migration to Macbook not working, and have tried every solution I have seen on the internet, still my new MB will not recognize the ibook.  Plz help if you can.

    It's pretty much what I have seen others write about, only I have not gotten any of their solutions to work.  Last thing I tried was a new firewire cable.  The mb can't see my ibook wirelessly either.  Now I have a new computer and no way to really use it.  This is probably my 20th Mac and I have been using them since 1988, and this is just about the very first time I have been frustrated with a Mac, unable to fix it, and ready to send it back.  So any help here would be appreciated.

    Which exact model is the iBook? Is it the Mac that's running Mac OS X 10.4.11? The System Profiler (Applications > Utilities > System Profiler) will tell you, but if you're not sure, you can choose from this list:
    http://www.everymac.com/systems/apple/ibook/index-ibook.html
    Which exact model is the MacBook? Again, the System Profiler will tell you, but If you're not sure, you can choose from this list:
    http://www.everymac.com/systems/apple/macbook/index-macbook.html
    (I'm assuming it's not the latest MacBook because the new ones are no longer equipped with FireWire ports.)
    Which version of the OS is the MacBook running?
    Kappy's User Tip may help you out:
    https://discussions.apple.com/docs/DOC-2295
    Even if the two could connect wirelessly, it's not advisable to do larger transfers in that way. It is painfully slow.

  • Wireless working, but not working very well.

    Lo there all,
    i followed the wiki and some threads here in the forums to set up a pci wireless card for my kids arch box. It is working, but could use some improvement.
    First off, it is an rt61 and the module that loads for it is the rt61pci. Cool enough. To get the thing connected after a boot, i have to put this in the terminal.
    iwconfig wlan0 up
    iwlist wlan0 scan
    iwconfig wlan0 essid myessid
    then i am on line, no problem...
    it connects by dhcp ( what i have in rc.conf )
    but.... it drops the connection every once in a while. .
    It's kinda random... after a long while or a short while, it just drops off. i think it has connected again,, but mostly it is off for good..
    So that is one question... what do i do there ?
    next.. .what do i put in rc.conf to not have to type stuff in the terminal every boot ?
    thanks

    ok, made some changes as recommended here.. here is what i have
    when i do ifconfig
    eth0 Link encap:Ethernet HWaddr 00:02:E3:0B:52:18
    inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::202:e3ff:fe0b:5218/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:514 errors:0 dropped:0 overruns:0 frame:0
    TX packets:524 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:452320 (441.7 Kb) TX bytes:72809 (71.1 Kb)
    Interrupt:5 Base address:0xc000
    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:44 errors:0 dropped:0 overruns:0 frame:0
    TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3332 (3.2 Kb) TX bytes:3332 (3.2 Kb)
    wlan0 Link encap:Ethernet HWaddr 00:14:85:D4:58:0A
    inet addr:169.254.227.0 Bcast:169.254.255.255 Mask:255.255.0.0
    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)
    wmaster0 Link encap:UNSPEC HWaddr 00-14-85-D4-58-0A-00-00-00-00-00-00-00-00-00-00
    UP BROADCAST RUNNING 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)
    what i find really strange about this is this address
    169.254.227.0 for wlan0.. where is that comming from??? it may be a neighbors router that sometimes shows up in iwlist wlan0 scan that shows up as linksys or something like that. But i shoud be associating our thing here right ?
    when i do iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    wmaster0 no wireless extensions.
    wlan0 IEEE 802.11g ESSID:"Bitsbam"
    Mode:Managed Frequency:2.437 GHz Access Point: 00:06:4F:51:0A:F8
    Retry min limit:7 RTS thr:off Fragment thr=2346 B
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    from rc.conf
    HOSTNAME="kidbox"
    lo="lo 127.0.0.1"
    wlan0="dhcp"
    eth0="dhcp"
    INTERFACES=(eth0 lo wlan0)
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    in hosts
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain kidbox
    in /etc/rc.local
    ifconfig wlan0 up
    sleep 3 &
    iwlist wlan0 scan
    sleep 3 &
    iwconfig wlan0 essid Bitsbam key s:krill
    i could not find netcfg2 in pacman, is it really necessary ? i can check somewhere else..
    thanks for the help gents.  Hope all this provides more clues

  • Ibook wireless but pages not loading correctly

    I just hooked up my ibook to a wireless connection, However when I go to pages like espn.com and msn.com, alot of the information on the pages are not loading. Anyone have any ideas?
    Chris

    Hi, and welcome to Apple Discussions.
    What browser are you using?

  • HT201299 Verizon signal is strong but get error message "Ipad is not connected to the Internet"   Wireless works but my Verizon account does not

    Verizon signal is strong but get error message "Ipad is not connected to the Internet"   When I try to use Safari.
    Wireless works but my Verizon account does not

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Wireless drivers will not work properly in Win XP

    Hi,
    I have a late 2007 white macbook and when I got the computer then I immediately installed Windows XP so I could have Microsoft Office. When I did so I installed the Boot Camp Drivers from the Mac instal disc 1. It worked fine for about a year, I don't use Windows much at all except for maybe powerpoint and for some reason the wireless internet stopped working.
    I've tried reinstalling and repairing the drivers to no avail. Some of them like the iSight camera work and the eject button/ right click with two fingers.
    The gray diamond for Boot Camp that used to appear in the windows toolbar (bottom right corner) does not load anymore. I'm not sure why not. that's probably the problem but I used the same install disc I used the first time (reinstalled them twice now) and this time it will not work completely.
    Windows XP wireless utility does not recognize the signal, when you click "refresh network list" nothing happens....it doesn't even search.
    Finally I tried installing the third party driver from Broadcom which has a wireless utility. this utility at least recognizes my network but cannot connect. the log for the utility just keeps saying:
    "Initializing Wireless State Machine"
    The network conects fie to OSX and the three windows computers in my house....there is no protection.
    Thanks for the help!

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Wireless keyboard does not work after waking up from idle

    After MacBook Air went to sleep, wireless keyboard does not properly connect to MacBook - I can wake the MacBook up, but meaningless numbers are sent, and I cannot type in my password. Have to "open" MacBook, and use keys - disconnect and re-connect wireless keyboard. I also use Magic Mouse and it works flawlessly. Problem is small but annoying. Any help?

    After MacBook Air went to sleep, wireless keyboard does not properly connect to MacBook - I can wake the MacBook up, but meaningless numbers are sent, and I cannot type in my password. Have to "open" MacBook, and use keys - disconnect and re-connect wireless keyboard. I also use Magic Mouse and it works flawlessly. Problem is small but annoying. Any help?

  • I have installed Windows 7 using Boot Camp on Macbook Pro OSX 10.9.3, I'm not able to connect to wireless and its not showing as well in network sharing. Please help

    I have installed Windows 7 using Boot Camp on Macbook Pro OSX 10.9.3, I'm not able to connect to wireless and its not showing as well in network sharing. Please help

    Hello Bhagyeshree
    Check out the articles below to troubleshoot issues with connecting to Wi-Fi. Start with creating a new Network Location and then search for a Wi-Fi network and if that does not work, then go through second article to troubleshoot the issue further.
    OS X Mavericks: Add a network location
    http://support.apple.com/kb/PH13788
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Regards,
    -Norm G.  

  • IBooks sync works on one Mac, not on other

    On my iPhone and iPad, my iBooks setup includes some custom collections containing PDF files. After installing Mavericks on my Mac Pro, the Mac version of iBooks immediately acquired all of the custom collections, and they were filled with the correct PDFs. But on my MacBook Pro, the custom collections showed up but none of the PDF content appeared. I can't find any way to force iBooks on the MacBook Pro to sync.
    Any ideas? Similar experiences?

    I have an even more unique situation.
    When iBooks was part of iTunes, I cleverly used the "Genre" popup within the Info panel for each PDF document to create a "category", e.g. Technical Documents, Proposals, Project Names, etc.
    In other words, I treated each PDF like I would a song, and created my own categories (rather than an actual genre like Jazz, Rock, etc.), which I could then sort. As a result, in the iPad, my documents were automatically sorted when using the Categories tab. This works great in all the versions of iOS.
    Now that iBooks has been separated out as a separate desktop app, I can no longer sync up these files in the same manner.
    It seems that I am now forced to create "Collections" for each of these previously created genres!
    As a final note, make sure you have the "Sync Collections" switch turned ON in Settings > iBooks on your iPhone or  iPad, which will ensure that all your Collections sync up on all devices.

  • IBook G3 Dual USB Not Finding Server With Wireless Internet

    I have an iBook G3 Dual USB that has been working fine, then all of a sudden we could no longer get web sites to come up. It keeps saying server not found. I am using a Linksy wireless router and have cable internet.
    I also have a desktop Mac that can still get on the net ok. It is plugged into the router by hardline. I unplugged the ethernet cable from the desktop Mac and plugged it into the iBook and still can not get online.
    Anyone have any suggestions why I can no longer get on the net? We have not changed any settings. One minute it was fine, the next nothing.
    When I go into AirPort, it is showing a strong signal.
    Any ideas?
    Thanks,
    mphi55
    Message was edited by: Michael Howard6
    Message was edited by: Michael Howard6

    When I replied to your latest post you had indicated that you were still having problems getting on the Internet through a hard line. I see that that has changed.
    Given the new data I think you are on the right path. If you zapped your PRAM and everthing is fine then disregard the rest of this message.
    If things still don't work right...
    New suggestion. Check the router and be sure the antennaes are secured to the back of the router and visually check them for signs of damage. If all looks good then cycle the router (if you have not done so already) and see if that helps. Its a long shot, but its worth a try.
    If you are still having problems then taking the iBook to work and seeing if you can gain access to the Internet through your wireless network is a good idea (as long as the network is open). If you can get on-line then the router at home is suspect. If not then the card is suspect.
    One last suggestion for the Mac. If you can, use another Airport card in your iBook. If you can get on-line with a different card then you know there is a problem with the other card and not the router. If you are still have problems getting on-line with a differemt card then getting another router may solve the issue.

  • USB port Working for my Wireless mouse but not working for another Devices like Flash Memory ?, USB port Working for my Wireless mouse but not working for another Devices like Flash Memory ?

    USB port Working for my Wireless mouse but not working for another Devices like Flash Memory ? Anyone can help me plz?

    Hi, is this a question" Post?
    or are you just offering an insight into your Mouse Issue?
    Generally and at times we all have little idiosyncrasies appearing with the running of our Macs.
    I use the same Logitech BT with my MBP. MB & iBook..(not at the same time) Only ever had one issue
    and the cure was to completely Delete the mouse from BT -> Repair Permissions & Reboot then Re Install the BT mouse..Ihave just put a new set of batteries in the Logitech (only 2nd set ever)...L

  • Intel wireless iwl3945 does not work after kernel upgrade?

    My wireless ethernet will not longer connect to access points. I am on a Toshiba Tecra M5-S4332 running kernel 2.6.39.2-1 with linux-firmware 20110512-2 installed. This problem seemed to have started once I upgraded the kernel from 2.6.39.1-1, but I have tried downgrading (back to 2.6.38) and upgrading (to 3.0-rc6) the kernel to no avail. Other possibly relevant packages that were upgraded at that system upgrade were module-init-tools (3.13-1 -> 3.16-1), mkinitcpio (0.6.14-1 -> 0.6.15-1), nvidia-utils (270.41.19-1 -> 275.09.07-1), nvidia (270.41.19-3 -> 275.09.07-1), and netcfg (2.5.5-1 -> 2.6.1-1).
    My complete dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.0 20110603 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011
    [ 0.000000] Command line: root=/dev/sda3 ro
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 00000000000eee00 (reserved)
    [ 0.000000] BIOS-e820: 00000000000eee00 - 00000000000ef000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000000ef000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cff90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cff90000 - 00000000d0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec28000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
    [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000fedc0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: TOSHIBA TECRA M/Portable PC, BIOS Version 3.40 05/28/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0xcff90 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FEDA0000 mask FFFFE0000 write-back
    [ 0.000000] 1 base 0FFF00000 mask FFFF00000 write-protect
    [ 0.000000] 2 base 000000000 mask F80000000 write-back
    [ 0.000000] 3 base 080000000 mask FC0000000 write-back
    [ 0.000000] 4 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cff90000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cff90000 page 4k
    [ 0.000000] kernel direct mapping tables up to cff90000 @ cff8a000-cff90000
    [ 0.000000] RAMDISK: 37ddb000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000f01e0 00014 (v00 TOSHIB)
    [ 0.000000] ACPI: RSDT 00000000cff90000 0004C (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: FACP 00000000cff90074 00084 (v02 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: DSDT 00000000cff900f8 07B63 (v02 TOSHIB A003B 20070222 MSFT 0100000E)
    [ 0.000000] ACPI: FACS 00000000000eee00 00040
    [ 0.000000] ACPI: SSDT 00000000cff97c5b 00306 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.000000] ACPI: BOOT 00000000cff9004c 00028 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: APIC 00000000cff98813 00068 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: MCFG 00000000cff9887b 0003C (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: HPET 00000000cff988b7 00038 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: TCPA 00000000cff988ef 00032 (v02 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: SLIC 00000000cff98921 00176 (v01 TOSHIB A003B 20060821 TASM 04010000)
    [ 0.000000] ACPI: SSDT 00000000cff98a97 00076 (v02 TOSHIB A003B 20060912 MSFT 0100000E)
    [ 0.000000] ACPI: SSDT 00000000cff98b0d 00327 (v02 TOSHIB A003B 20061102 MSFT 0100000E)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-00000000cff90000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-00000000cff90000
    [ 0.000000] NODE_DATA [00000000cff85000 - 00000000cff89fff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800cc200000-ffff8800ceffffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cff90
    [ 0.000000] On node 0 totalpages: 851743
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3922 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11591 pages used for memmap
    [ 0.000000] DMA32 zone: 836169 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0xd808
    [ 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] enabled)
    [ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ee000
    [ 0.000000] PM: Registered nosave memory: 00000000000ee000 - 00000000000ef000
    [ 0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ec00000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800cfc00000 s83136 r8192 d23360 u1048576
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 840091
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: root=/dev/sda3 ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3347820k/3407424k available (4019k kernel code, 452k absent, 59152k reserved, 3335k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 27262976 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1995.050 MHz processor.
    [ 0.003339] Calibrating delay loop (skipped), value calculated using timer frequency.. 3991.35 BogoMIPS (lpj=6650166)
    [ 0.003494] pid_max: default: 32768 minimum: 301
    [ 0.003694] Security Framework initialized
    [ 0.003778] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004309] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.009415] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.011099] Mount-cache hash table entries: 256
    [ 0.011683] Initializing cgroup subsys ns
    [ 0.011765] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.011858] Initializing cgroup subsys cpuacct
    [ 0.011970] Initializing cgroup subsys memory
    [ 0.012068] Initializing cgroup subsys devices
    [ 0.012147] Initializing cgroup subsys freezer
    [ 0.012223] Initializing cgroup subsys net_cls
    [ 0.012300] Initializing cgroup subsys blkio
    [ 0.012440] CPU: Physical Processor ID: 0
    [ 0.012517] CPU: Processor Core ID: 0
    [ 0.012593] mce: CPU supports 6 MCE banks
    [ 0.012675] CPU0: Thermal monitoring handled by SMI
    [ 0.012681] using mwait in idle threads.
    [ 0.014125] ACPI: Core revision 20110316
    [ 0.018114] ftrace: allocating 15965 entries in 63 pages
    [ 0.020057] Setting APIC routing to flat
    [ 0.020510] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056062] CPU0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz stepping 06
    [ 0.056663] Performance Events: PEBS fmt0-, Core2 events, Intel PMU driver.
    [ 0.056663] PEBS disabled due to CPU errata.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073453] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100008] Booting Node 0, Processors #1 Ok.
    [ 0.100146] smpboot cpu 1: start_ip = 9a000
    [ 0.006666] CPU1: Thermal monitoring handled by SMI
    [ 0.196691] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203326] Brought up 2 CPUs
    [ 0.203404] Total of 2 processors activated (7983.62 BogoMIPS).
    [ 0.204795] devtmpfs: initialized
    [ 0.207100] PM: Registering ACPI NVS region at eee00 (512 bytes)
    [ 0.207684] print_constraints: dummy:
    [ 0.207851] NET: Registered protocol family 16
    [ 0.208056] ACPI: bus type pci registered
    [ 0.208302] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.208397] PCI: not using MMCONFIG
    [ 0.208471] PCI: Using configuration type 1 for base access
    [ 0.209016] bio: create slab <bio-0> at 0
    [ 0.211054] ACPI: EC: Look up EC in DSDT
    [ 0.212357] ACPI: Actual Package length (12) is larger than NumElements field (4), truncated
    [ 0.212511]
    [ 0.214491] ACPI: SSDT 00000000cff982a3 000F3 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.214999] ACPI: Dynamic OEM Table Load:
    [ 0.215194] ACPI: SSDT (null) 000F3 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.215455] ACPI: SSDT 00000000cff9840c 0034E (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.215954] ACPI: Dynamic OEM Table Load:
    [ 0.216148] ACPI: SSDT (null) 0034E (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.216495] ACPI: SSDT 00000000cff98396 00076 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.216949] ACPI: Dynamic OEM Table Load:
    [ 0.217144] ACPI: SSDT (null) 00076 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.217381] ACPI: SSDT 00000000cff9875a 00079 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.217882] ACPI: Dynamic OEM Table Load:
    [ 0.218158] ACPI: SSDT (null) 00079 (v02 TOSHIB A003B 20060907 MSFT 0100000E)
    [ 0.218524] ACPI: Interpreter enabled
    [ 0.218602] ACPI: (supports S0 S3 S4 S5)
    [ 0.218924] ACPI: Using IOAPIC for interrupt routing
    [ 0.219016] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.227009] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in ACPI motherboard resources
    [ 0.271058] ACPI: ACPI Dock Station Driver: 2 docks/bays found
    [ 0.271139] HEST: Table not found.
    [ 0.271215] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.271475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.271657] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.271660] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.271663] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.271666] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.271668] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xefffffff] (ignored)
    [ 0.271671] pci_root PNP0A08:00: host bridge window [mem 0xf4000000-0xfebfffff] (ignored)
    [ 0.271674] pci_root PNP0A08:00: host bridge window [mem 0xfec28000-0xfecfffff] (ignored)
    [ 0.271676] pci_root PNP0A08:00: host bridge window [mem 0xfed00400-0xfed13fff] (ignored)
    [ 0.271679] pci_root PNP0A08:00: host bridge window [mem 0xfed1a000-0xfed1bfff] (ignored)
    [ 0.271681] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff] (ignored)
    [ 0.271684] pci_root PNP0A08:00: host bridge window [mem 0xfed90000-0xfed9ffff] (ignored)
    [ 0.271687] pci_root PNP0A08:00: host bridge window [mem 0xfedc0000-0xfedfffff] (ignored)
    [ 0.271689] pci_root PNP0A08:00: host bridge window [mem 0xfee01000-0xffafffff] (ignored)
    [ 0.271692] pci_root PNP0A08:00: host bridge window [mem 0xffc00000-0xffdfffff] (ignored)
    [ 0.271704] pci 0000:00:00.0: [8086:27a0] type 0 class 0x000600
    [ 0.271752] pci 0000:00:01.0: [8086:27a1] type 1 class 0x000604
    [ 0.271790] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.271794] pci 0000:00:01.0: PME# disabled
    [ 0.271860] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
    [ 0.271882] pci 0000:00:1b.0: reg 10: [mem 0x00000000-0x00003fff 64bit]
    [ 0.271965] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.271970] pci 0000:00:1b.0: PME# disabled
    [ 0.271999] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
    [ 0.272083] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.272088] pci 0000:00:1c.0: PME# disabled
    [ 0.272120] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
    [ 0.272205] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.272210] pci 0000:00:1c.1: PME# disabled
    [ 0.272243] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
    [ 0.272328] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.272333] pci 0000:00:1c.2: PME# disabled
    [ 0.272367] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
    [ 0.272424] pci 0000:00:1d.0: reg 20: [io 0xafe0-0xafff]
    [ 0.272464] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
    [ 0.272521] pci 0000:00:1d.1: reg 20: [io 0xaf80-0xaf9f]
    [ 0.272561] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
    [ 0.272617] pci 0000:00:1d.2: reg 20: [io 0xaf60-0xaf7f]
    [ 0.272657] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
    [ 0.272713] pci 0000:00:1d.3: reg 20: [io 0xaf40-0xaf5f]
    [ 0.272765] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
    [ 0.272790] pci 0000:00:1d.7: reg 10: [mem 0xffaffc00-0xffafffff]
    [ 0.272879] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.272885] pci 0000:00:1d.7: PME# disabled
    [ 0.272909] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.272995] pci 0000:00:1f.0: [8086:27b9] type 0 class 0x000601
    [ 0.273109] pci 0000:00:1f.0: quirk: [io 0xd800-0xd87f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.273206] pci 0000:00:1f.0: quirk: [io 0xeec0-0xeeff] claimed by ICH6 GPIO
    [ 0.273322] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    [ 0.273466] pci 0000:00:1f.2: [8086:27c4] type 0 class 0x000101
    [ 0.273487] pci 0000:00:1f.2: reg 10: [io 0xaf38-0xaf3f]
    [ 0.273500] pci 0000:00:1f.2: reg 14: [io 0xaf34-0xaf37]
    [ 0.273512] pci 0000:00:1f.2: reg 18: [io 0xaf28-0xaf2f]
    [ 0.273524] pci 0000:00:1f.2: reg 1c: [io 0xaf24-0xaf27]
    [ 0.273536] pci 0000:00:1f.2: reg 20: [io 0xaf10-0xaf1f]
    [ 0.273581] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.273586] pci 0000:00:1f.2: PME# disabled
    [ 0.273651] pci 0000:01:00.0: [10de:01da] type 0 class 0x000300
    [ 0.273667] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
    [ 0.273685] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.273703] pci 0000:01:00.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
    [ 0.273725] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.273775] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.273876] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.273947] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.273950] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.273955] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.274108] pci 0000:02:00.0: [8086:109a] type 0 class 0x000200
    [ 0.274139] pci 0000:02:00.0: reg 10: [mem 0xffde0000-0xffdfffff]
    [ 0.274181] pci 0000:02:00.0: reg 18: [io 0xcfe0-0xcfff]
    [ 0.274322] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.274330] pci 0000:02:00.0: PME# disabled
    [ 0.274367] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.274526] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.274597] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.274602] pci 0000:00:1c.0: bridge window [mem 0xffd00000-0xffdfffff]
    [ 0.274610] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.274672] pci 0000:00:1c.1: PCI bridge to [bus 03-04]
    [ 0.274743] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.274748] pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff]
    [ 0.274756] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.274876] pci 0000:05:00.0: [8086:4222] type 0 class 0x000280
    [ 0.274932] pci 0000:05:00.0: reg 10: [mem 0xffcff000-0xffcfffff]
    [ 0.276851] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.276864] pci 0000:05:00.0: PME# disabled
    [ 0.276934] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.277043] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
    [ 0.277114] pci 0000:00:1c.2: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.277119] pci 0000:00:1c.2: bridge window [mem 0xffc00000-0xffcfffff]
    [ 0.277127] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.277197] pci 0000:06:0b.0: [104c:8039] type 2 class 0x000607
    [ 0.277223] pci 0000:06:0b.0: reg 10: [mem 0x00000000-0x00000fff]
    [ 0.277252] pci 0000:06:0b.0: supports D1 D2
    [ 0.277254] pci 0000:06:0b.0: PME# supported from D0 D1 D2 D3hot
    [ 0.277261] pci 0000:06:0b.0: PME# disabled
    [ 0.277286] pci 0000:06:0b.1: [104c:803a] type 0 class 0x000c00
    [ 0.277312] pci 0000:06:0b.1: reg 10: [mem 0x00000000-0x000007ff]
    [ 0.277327] pci 0000:06:0b.1: reg 14: [mem 0x00000000-0x00003fff]
    [ 0.277418] pci 0000:06:0b.1: supports D1 D2
    [ 0.277421] pci 0000:06:0b.1: PME# supported from D0 D1 D2 D3hot
    [ 0.277427] pci 0000:06:0b.1: PME# disabled
    [ 0.277454] pci 0000:06:0b.3: [104c:803c] type 0 class 0x000805
    [ 0.277479] pci 0000:06:0b.3: reg 10: [mem 0x00000000-0x000000ff]
    [ 0.277580] pci 0000:06:0b.3: supports D1 D2
    [ 0.277582] pci 0000:06:0b.3: PME# supported from D0 D1 D2 D3hot
    [ 0.277588] pci 0000:06:0b.3: PME# disabled
    [ 0.277643] pci 0000:00:1e.0: PCI bridge to [bus 06-07] (subtractive decode)
    [ 0.277716] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.277722] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.277730] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.277733] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.277736] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    [ 0.277790] pci_bus 0000:07: [bus 07-0a] partially hidden behind transparent bridge 0000:06 [bus 06-07]
    [ 0.277903] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.277967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    [ 0.278039] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
    [ 0.278076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXCB._PRT]
    [ 0.278108] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MPEX._PRT]
    [ 0.278144] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    [ 0.278295] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.278836] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.281796] ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
    [ 0.282073] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *11)
    [ 0.282602] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *11)
    [ 0.283130] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11)
    [ 0.283636] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *11)
    [ 0.284164] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *11)
    [ 0.284691] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *11)
    [ 0.285223] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11)
    [ 0.285810] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.285895] vgaarb: loaded
    [ 0.286058] PCI: Using ACPI for IRQ routing
    [ 0.286126] PCI: pci_cache_line_size set to 64 bytes
    [ 0.286226] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.286229] reserve RAM buffer: 00000000cff90000 - 00000000cfffffff
    [ 0.286371] NetLabel: Initializing
    [ 0.286437] NetLabel: domain hash size = 128
    [ 0.286504] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.286586] NetLabel: unlabeled traffic allowed by default
    [ 0.286664] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.286739] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.287010] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.296665] Switching to clocksource hpet
    [ 0.299803] Switched to NOHz mode on CPU #0
    [ 0.299891] Switched to NOHz mode on CPU #1
    [ 0.304354] pnp: PnP ACPI init
    [ 0.304444] ACPI: bus type pnp registered
    [ 0.305074] pnp 00:00: [mem 0x00000000-0x0009ffff]
    [ 0.305077] pnp 00:00: [mem 0x000e0000-0x000fffff]
    [ 0.305079] pnp 00:00: [mem 0x00100000-0xcff8ffff]
    [ 0.305081] pnp 00:00: [mem 0xcff90000-0xcff9ffff]
    [ 0.305084] pnp 00:00: [mem 0xcffa0000-0xcfffffff]
    [ 0.305086] pnp 00:00: [mem 0xfec00000-0xfec27fff]
    [ 0.305088] pnp 00:00: [mem 0xfed14000-0xfed19fff]
    [ 0.305090] pnp 00:00: [mem 0xfed1c000-0xfed1ffff]
    [ 0.305092] pnp 00:00: [mem 0xfed20000-0xfed3ffff]
    [ 0.305094] pnp 00:00: [mem 0xfed45000-0xfed8ffff]
    [ 0.305096] pnp 00:00: [mem 0xfeda0000-0xfedbffff]
    [ 0.305098] pnp 00:00: [mem 0xfee00000-0xfee00fff]
    [ 0.305100] pnp 00:00: [mem 0xffb00000-0xffbfffff]
    [ 0.305102] pnp 00:00: [mem 0xffe00000-0xffffffff]
    [ 0.305176] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.305248] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.305318] system 00:00: [mem 0x00100000-0xcff8ffff] could not be reserved
    [ 0.305389] system 00:00: [mem 0xcff90000-0xcff9ffff] has been reserved
    [ 0.305459] system 00:00: [mem 0xcffa0000-0xcfffffff] has been reserved
    [ 0.305530] system 00:00: [mem 0xfec00000-0xfec27fff] could not be reserved
    [ 0.305600] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.305671] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.305741] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.305812] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.305882] system 00:00: [mem 0xfeda0000-0xfedbffff] has been reserved
    [ 0.305952] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.306023] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.306097] system 00:00: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.306169] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.320363] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
    [ 0.320409] system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.320482] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.346696] pnp 00:02: [bus 00-ff]
    [ 0.346698] pnp 00:02: [io 0x0cf8-0x0cff]
    [ 0.346701] pnp 00:02: [io 0x0000-0x0cf7 window]
    [ 0.346703] pnp 00:02: [io 0x0d00-0xffff window]
    [ 0.346705] pnp 00:02: [mem 0x000a0000-0x000bffff window]
    [ 0.346708] pnp 00:02: [mem 0x000d0000-0x000dffff window]
    [ 0.346710] pnp 00:02: [mem 0xd0000000-0xefffffff window]
    [ 0.346712] pnp 00:02: [mem 0xf4000000-0xfebfffff window]
    [ 0.346714] pnp 00:02: [mem 0xfec28000-0xfecfffff window]
    [ 0.346717] pnp 00:02: [mem 0xfed00400-0xfed13fff window]
    [ 0.346719] pnp 00:02: [mem 0xfed1a000-0xfed1bfff window]
    [ 0.346721] pnp 00:02: [mem 0xfed40000-0xfed44fff window]
    [ 0.346724] pnp 00:02: [mem 0xfed90000-0xfed9ffff window]
    [ 0.346726] pnp 00:02: [mem 0xfedc0000-0xfedfffff window]
    [ 0.346728] pnp 00:02: [mem 0xfee01000-0xffafffff window]
    [ 0.346730] pnp 00:02: [mem 0xffc00000-0xffdfffff window]
    [ 0.346792] pnp 00:02: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.346941] pnp 00:03: [io 0x0000-0x000f]
    [ 0.346943] pnp 00:03: [io 0x0081-0x0083]
    [ 0.346945] pnp 00:03: [io 0x0087]
    [ 0.346947] pnp 00:03: [io 0x0089-0x008b]
    [ 0.346949] pnp 00:03: [io 0x008f]
    [ 0.346951] pnp 00:03: [io 0x00c0-0x00df]
    [ 0.346953] pnp 00:03: [dma 4]
    [ 0.346985] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.347002] pnp 00:04: [io 0x0061]
    [ 0.347037] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.347048] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.347060] pnp 00:05: [irq 13]
    [ 0.347091] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.347116] pnp 00:06: [io 0x0060]
    [ 0.347119] pnp 00:06: [io 0x0064]
    [ 0.347125] pnp 00:06: [irq 1]
    [ 0.347157] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.347183] pnp 00:07: [irq 12]
    [ 0.347219] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.347230] pnp 00:08: [io 0x0070-0x0071]
    [ 0.347236] pnp 00:08: [irq 8]
    [ 0.347268] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.347639] pnp 00:09: [io 0x0080]
    [ 0.347641] pnp 00:09: [io 0x0084-0x0086]
    [ 0.347643] pnp 00:09: [io 0x0088]
    [ 0.347645] pnp 00:09: [io 0x008c-0x008e]
    [ 0.347647] pnp 00:09: [io 0x002e-0x002f]
    [ 0.347649] pnp 00:09: [io 0x0062]
    [ 0.347650] pnp 00:09: [io 0x0066]
    [ 0.347652] pnp 00:09: [io 0x0480-0x048f]
    [ 0.347654] pnp 00:09: [io 0xe000-0xe07f]
    [ 0.347656] pnp 00:09: [io 0xe080-0xe0ff]
    [ 0.347658] pnp 00:09: [io 0xe400-0xe47f]
    [ 0.347660] pnp 00:09: [io 0xe480-0xe4ff]
    [ 0.347662] pnp 00:09: [io 0xe800-0xe87f]
    [ 0.347664] pnp 00:09: [io 0xe880-0xe8ff]
    [ 0.347666] pnp 00:09: [io 0xec00-0xec7f]
    [ 0.347667] pnp 00:09: [io 0xec80-0xecff]
    [ 0.347669] pnp 00:09: [io 0xd800-0xd87f]
    [ 0.347671] pnp 00:09: [io 0xd880-0xd89f]
    [ 0.347673] pnp 00:09: [io 0xeeb0-0xeebf]
    [ 0.347675] pnp 00:09: [io 0xeec0-0xeeff]
    [ 0.347677] pnp 00:09: [io 0x0690-0x06ff]
    [ 0.347679] pnp 00:09: [io 0x0010-0x001f]
    [ 0.347681] pnp 00:09: [io 0x0024-0x0025]
    [ 0.347683] pnp 00:09: [io 0x0028-0x0029]
    [ 0.347685] pnp 00:09: [io 0x002c-0x002d]
    [ 0.347686] pnp 00:09: [io 0x0030-0x0031]
    [ 0.347692] pnp 00:09: [io 0x0034-0x0035]
    [ 0.347694] pnp 00:09: [io 0x0038-0x0039]
    [ 0.347696] pnp 00:09: [io 0x003c-0x003d]
    [ 0.347698] pnp 00:09: [io 0x0050-0x0053]
    [ 0.347700] pnp 00:09: [io 0x0063]
    [ 0.347701] pnp 00:09: [io 0x0065]
    [ 0.347703] pnp 00:09: [io 0x0072-0x0077]
    [ 0.347705] pnp 00:09: [io 0x0090-0x009f]
    [ 0.347707] pnp 00:09: [io 0x00a4-0x00a5]
    [ 0.347709] pnp 00:09: [io 0x00a8-0x00a9]
    [ 0.347711] pnp 00:09: [io 0x00ac-0x00ad]
    [ 0.347713] pnp 00:09: [io 0x00b0-0x00b5]
    [ 0.347715] pnp 00:09: [io 0x00b8-0x00b9]
    [ 0.347717] pnp 00:09: [io 0x00bc-0x00bd]
    [ 0.347719] pnp 00:09: [io 0x04d0-0x04d1]
    [ 0.347814] system 00:09: [io 0x0480-0x048f] has been reserved
    [ 0.347884] system 00:09: [io 0xe000-0xe07f] has been reserved
    [ 0.347954] system 00:09: [io 0xe080-0xe0ff] has been reserved
    [ 0.348023] system 00:09: [io 0xe400-0xe47f] has been reserved
    [ 0.348092] system 00:09: [io 0xe480-0xe4ff] has been reserved
    [ 0.348161] system 00:09: [io 0xe800-0xe87f] has been reserved
    [ 0.348231] system 00:09: [io 0xe880-0xe8ff] has been reserved
    [ 0.348300] system 00:09: [io 0xec00-0xec7f] has been reserved
    [ 0.348372] system 00:09: [io 0xec80-0xecff] has been reserved
    [ 0.348442] system 00:09: [io 0xd800-0xd87f] has been reserved
    [ 0.348511] system 00:09: [io 0xd880-0xd89f] has been reserved
    [ 0.348580] system 00:09: [io 0xeeb0-0xeebf] has been reserved
    [ 0.348649] system 00:09: [io 0xeec0-0xeeff] has been reserved
    [ 0.348719] system 00:09: [io 0x0690-0x06ff] has been reserved
    [ 0.348790] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.348860] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.373796] pnp 00:0a: [mem 0xfed40000-0xfed44fff]
    [ 0.373798] pnp 00:0a: [io 0x004e-0x004f]
    [ 0.373800] pnp 00:0a: [io 0x0680-0x068f]
    [ 0.373836] pnp 00:0a: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
    [ 0.373854] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
    [ 0.373888] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.400457] pnp 00:0c: [io 0x03f8-0x03ff]
    [ 0.400464] pnp 00:0c: [irq 4]
    [ 0.427076] pnp 00:0c: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.453838] pnp 00:0d: Plug and Play ACPI device, IDs PNP0401 (disabled)
    [ 0.480366] pnp: PnP ACPI: found 14 devices
    [ 0.480434] ACPI: ACPI bus type pnp unregistered
    [ 0.487001] pci 0000:00:1e.0: BAR 15: assigned [mem 0xd0000000-0xd3ffffff pref]
    [ 0.487085] pci 0000:00:1e.0: BAR 14: assigned [mem 0xd4000000-0xd9ffffff]
    [ 0.487157] pci 0000:00:1b.0: BAR 0: assigned [mem 0xda000000-0xda003fff 64bit]
    [ 0.487245] pci 0000:00:1b.0: BAR 0: set to [mem 0xda000000-0xda003fff 64bit] (PCI address [0xda000000-0xda003fff])
    [ 0.487331] pci 0000:00:1e.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.487402] pci 0000:00:1c.1: BAR 15: assigned [mem 0xda100000-0xda2fffff 64bit pref]
    [ 0.487485] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
    [ 0.487555] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.487623] pci 0000:00:01.0: bridge window [io disabled]
    [ 0.487693] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff]
    [ 0.487765] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.487849] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.487918] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    [ 0.487991] pci 0000:00:1c.0: bridge window [mem 0xffd00000-0xffdfffff]
    [ 0.488064] pci 0000:00:1c.0: bridge window [mem pref disabled]
    [ 0.488138] pci 0000:00:1c.1: PCI bridge to [bus 03-04]
    [ 0.488208] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    [ 0.488282] pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff]
    [ 0.488355] pci 0000:00:1c.1: bridge window [mem 0xda100000-0xda2fffff 64bit pref]
    [ 0.488441] pci 0000:00:1c.2: PCI bridge to [bus 05-05]
    [ 0.488508] pci 0000:00:1c.2: bridge window [io disabled]
    [ 0.488581] pci 0000:00:1c.2: bridge window [mem 0xffc00000-0xffcfffff]
    [ 0.488654] pci 0000:00:1c.2: bridge window [mem pref disabled]
    [ 0.488730] pci 0000:06:0b.0: BAR 15: assigned [mem 0xd0000000-0xd3ffffff pref]
    [ 0.488811] pci 0000:06:0b.0: BAR 16: assigned [mem 0xd4000000-0xd7ffffff]
    [ 0.488882] pci 0000:06:0b.1: BAR 1: assigned [mem 0xd8000000-0xd8003fff]
    [ 0.488956] pci 0000:06:0b.1: BAR 1: set to [mem 0xd8000000-0xd8003fff] (PCI address [0xd8000000-0xd8003fff])
    [ 0.489041] pci 0000:06:0b.0: BAR 0: assigned [mem 0xd8004000-0xd8004fff]
    [ 0.489115] pci 0000:06:0b.0: BAR 0: set to [mem 0xd8004000-0xd8004fff] (PCI address [0xd8004000-0xd8004fff])
    [ 0.489200] pci 0000:06:0b.1: BAR 0: assigned [mem 0xd8005000-0xd80057ff]
    [ 0.489274] pci 0000:06:0b.1: BAR 0: set to [mem 0xd8005000-0xd80057ff] (PCI address [0xd8005000-0xd80057ff])
    [ 0.489358] pci 0000:06:0b.0: BAR 13: assigned [io 0x1000-0x10ff]
    [ 0.489427] pci 0000:06:0b.0: BAR 14: assigned [io 0x1400-0x14ff]
    [ 0.489497] pci 0000:06:0b.3: BAR 0: assigned [mem 0xd8005800-0xd80058ff]
    [ 0.489572] pci 0000:06:0b.3: BAR 0: set to [mem 0xd8005800-0xd80058ff] (PCI address [0xd8005800-0xd80058ff])
    [ 0.489656] pci 0000:06:0b.0: CardBus bridge to [bus 07-0a]
    [ 0.489724] pci 0000:06:0b.0: bridge window [io 0x1000-0x10ff]
    [ 0.489796] pci 0000:06:0b.0: bridge window [io 0x1400-0x14ff]
    [ 0.489871] pci 0000:06:0b.0: bridge window [mem 0xd0000000-0xd3ffffff pref]
    [ 0.489954] pci 0000:06:0b.0: bridge window [mem 0xd4000000-0xd7ffffff]
    [ 0.490039] pci 0000:00:1e.0: PCI bridge to [bus 06-07]
    [ 0.490108] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
    [ 0.490182] pci 0000:00:1e.0: bridge window [mem 0xd4000000-0xd9ffffff]
    [ 0.490254] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xd3ffffff pref]
    [ 0.490349] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.490420] pci 0000:00:01.0: setting latency timer to 64
    [ 0.490429] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.490502] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.490510] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [ 0.490583] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.490592] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.490665] pci 0000:00:1c.2: setting latency timer to 64
    [ 0.490673] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.490682] pci 0000:06:0b.0: enabling device (0000 -> 0003)
    [ 0.490756] pci 0000:06:0b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 0.490832] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    [ 0.490834] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
    [ 0.490837] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfdffffff]
    [ 0.490840] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.490842] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.490845] pci_bus 0000:02: resource 1 [mem 0xffd00000-0xffdfffff]
    [ 0.490847] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 0.490849] pci_bus 0000:03: resource 1 [mem 0xfa000000-0xfbffffff]
    [ 0.490852] pci_bus 0000:03: resource 2 [mem 0xda100000-0xda2fffff 64bit pref]
    [ 0.490855] pci_bus 0000:05: resource 1 [mem 0xffc00000-0xffcfffff]
    [ 0.490857] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
    [ 0.490859] pci_bus 0000:06: resource 1 [mem 0xd4000000-0xd9ffffff]
    [ 0.490862] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xd3ffffff pref]
    [ 0.490864] pci_bus 0000:06: resource 4 [io 0x0000-0xffff]
    [ 0.490867] pci_bus 0000:06: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.490869] pci_bus 0000:07: resource 0 [io 0x1000-0x10ff]
    [ 0.490872] pci_bus 0000:07: resource 1 [io 0x1400-0x14ff]
    [ 0.490874] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd3ffffff pref]
    [ 0.490877] pci_bus 0000:07: resource 3 [mem 0xd4000000-0xd7ffffff]
    [ 0.490963] NET: Registered protocol family 2
    [ 0.491248] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.492732] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.499013] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.499934] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.500037] TCP reno registered
    [ 0.500113] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.500238] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.500664] NET: Registered protocol family 1
    [ 0.500886] pci 0000:01:00.0: Boot video device
    [ 0.500912] PCI: CLS 32 bytes, default 64
    [ 0.500979] Unpacking initramfs...
    [ 0.535672] Freeing initrd memory: 2132k freed
    [ 0.536590] Simple Boot Flag value 0xb read from CMOS RAM was invalid
    [ 0.536662] Simple Boot Flag at 0x7c set to 0x1
    [ 0.537206] audit: initializing netlink socket (disabled)
    [ 0.537289] type=2000 audit(1310243563.536:1): initialized
    [ 0.537864] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.540443] VFS: Disk quotas dquot_6.5.2
    [ 0.540667] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.540930] msgmni has been set to 6542
    [ 0.541262] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.541390] io scheduler noop registered
    [ 0.541459] io scheduler deadline registered
    [ 0.541578] io scheduler cfq registered (default)
    [ 0.541776] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.541814] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.541889] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.541942] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.542049] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.542102] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
    [ 0.542218] pcieport 0000:00:1c.2: setting latency timer to 64
    [ 0.542271] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
    [ 0.542391] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.542462] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.542533] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.542560] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.542631] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.542704] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.542725] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.542799] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.542821] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.542891] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 0.542964] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.543061] intel_idle: MWAIT substates: 0x22220
    [ 0.543063] intel_idle: does not run on family 6 model 15
    [ 0.543073] ERST: Table is not found!
    [ 0.543213] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.564034] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.757615] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.810208] Linux agpgart interface v0.103
    [ 0.810379] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.814755] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.814861] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.815104] mousedev: PS/2 mouse device common for all mice
    [ 0.815258] rtc_cmos 00:08: RTC can wake from S4
    [ 0.834943] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.836797] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    [ 0.836896] rtc0: alarms up to one year, 114 bytes nvram, hpet irqs
    [ 0.836976] cpuidle: using governor ladder
    [ 0.837042] cpuidle: using governor menu
    [ 0.837348] TCP cubic registered
    [ 0.837415] NET: Registered protocol family 17
    [ 0.837490] Registering the dns_resolver key type
    [ 0.837659] PM: Hibernation image not present or could not be loaded.
    [ 0.837665] registered taskstats version 1
    [ 0.838340] rtc_cmos 00:08: setting system clock to 2011-07-09 20:32:44 UTC (1310243564)
    [ 0.838465] Initializing network drop monitor service
    [ 0.840013] Freeing unused kernel memory: 712k freed
    [ 0.840372] Write protecting the kernel read-only data: 6144k
    [ 0.840765] Freeing unused kernel memory: 60k freed
    [ 0.844098] Freeing unused kernel memory: 784k freed
    [ 0.855991] udevd[48]: starting version 171
    [ 0.939897] usbcore: registered new interface driver usbfs
    [ 0.940955] usbcore: registered new interface driver hub
    [ 0.941892] usbcore: registered new device driver usb
    [ 0.969586] SCSI subsystem initialized
    [ 0.976084] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.976200] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.976293] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.976297] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.976415] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 0.983378] ehci_hcd 0000:00:1d.7: using broken periodic workaround
    [ 0.983460] ehci_hcd 0000:00:1d.7: debug port 1
    [ 0.987430] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.987451] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xffaffc00
    [ 0.999115] libata version 3.00 loaded.
    [ 1.000039] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.000272] hub 1-0:1.0: USB hub found
    [ 1.000342] hub 1-0:1.0: 8 ports detected
    [ 1.002403] ata_piix 0000:00:1f.2: version 2.13
    [ 1.002506] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.002584] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
    [ 1.005170] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.153375] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.153767] scsi0 : ata_piix
    [ 1.153945] scsi1 : ata_piix
    [ 1.154611] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xaf10 irq 14
    [ 1.154682] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xaf18 irq 15
    [ 1.154800] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.154904] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.154923] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.155059] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.160051] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000afe0
    [ 1.160289] hub 2-0:1.0: USB hub found
    [ 1.160360] hub 2-0:1.0: 2 ports detected
    [ 1.160502] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.160577] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.160581] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.160655] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.180052] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000af80
    [ 1.180261] hub 3-0:1.0: USB hub found
    [ 1.180332] hub 3-0:1.0: 2 ports detected
    [ 1.180469] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.180544] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.180548] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.180622] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.206720] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000af60
    [ 1.206935] hub 4-0:1.0: USB hub found
    [ 1.207006] hub 4-0:1.0: 2 ports detected
    [ 1.207144] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [ 1.207220] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.207224] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.207298] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.216718] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000af40
    [ 1.216926] hub 5-0:1.0: USB hub found
    [ 1.216996] hub 5-0:1.0: 2 ports detected
    [ 1.313799] ata1.00: ATA-7: TOSHIBA MK1234GSX, AH001M, max UDMA/100
    [ 1.313873] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.320342] ata1.00: configured for UDMA/100
    [ 1.320580] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1234GS AH00 PQ: 0 ANSI: 5
    [ 1.331080] ata2.00: ATAPI: PIONEER DVD-RW DVR-K16S, 1.17, max UDMA/33
    [ 1.360458] ata2.00: configured for UDMA/33
    [ 1.383510] scsi 1:0:0:0: CD-ROM PIONEER DVD-RW DVR-K16S 1.17 PQ: 0 ANSI: 5
    [ 1.395021] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [ 1.395170] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.395242] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.395268] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.409585] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.409668] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.410066] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.429811] sda: sda1 sda2 sda3 sda4
    [ 1.430324] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.486697] usb 3-1: new full speed USB device number 2 using uhci_hcd
    [ 1.540020] Refined TSC clocksource calibration: 1994.999 MHz.
    [ 1.540095] Switching to clocksource tsc
    [ 2.014954] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.951205] udevd[245]: starting version 171
    [ 4.375423] Detected Toshiba ACPI Bluetooth device - installing RFKill handler
    [ 4.377182] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
    [ 4.464646] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 4.464694] ACPI: Lid Switch [LID]
    [ 4.464751] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 4.464757] ACPI: Power Button [PWRB]
    [ 4.464806] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.464810] ACPI: Power Button [PWRF]
    [ 4.468874] acpi device:1e: registered as cooling_device0
    [ 4.469003] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1d/LNXVIDEO:00/input/input4
    [ 4.469010] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    [ 4.470072] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.470966] ACPI: AC Adapter [ADP1] (on-line)
    [ 4.472259] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.472266] ACPI: Battery Slot [BAT1] (battery present)
    [ 4.472287] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 4.472294] ACPI: Battery Slot [BAT2] (battery absent)
    [ 4.511094] iTCO_vendor_support: vendor-support=0
    [ 4.639541] thermal LNXTHERM:00: registered as thermal_zone0
    [ 4.639544] ACPI: Thermal Zone [THRM] (43 C)
    [ 4.693186] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 4.693282] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0xd860)
    [ 4.693360] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.711995] parport_pc 00:0d: [io 0x0378-0x037a]
    [ 4.712003] parport_pc 00:0d: [io 0x0778-0x077a]
    [ 4.712080] parport_pc 00:0d: [irq 7]
    [ 4.712083] parport_pc 00:0d: [dma 1]
    [ 4.721387] sdhci: Secure Digital Host Controller Interface driver
    [ 4.721390] sdhci: Copyright(c) Pierre Ossman
    [ 4.723125] sdhci-pci 0000:06:0b.3: SDHCI controller found [104c:803c] (rev 0)
    [ 4.723223] sdhci-pci 0000:06:0b.3: enabling device (0000 -> 0002)
    [ 4.723232] sdhci-pci 0000:06:0b.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
    [ 4.723275] _regulator_get: 0000:06:0b.3 supply vmmc not found, using dummy regulator
    [ 4.723317] Registered led device: mmc0::
    [ 4.723379] mmc0: SDHCI controller on PCI [0000:06:0b.3] using DMA
    [ 4.737354] parport_pc 00:0d: activated
    [ 4.737359] parport_pc 00:0d: reported by Plug and Play ACPI
    [ 4.737430] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    [ 4.820210] tpm_tis 00:0a: 1.2 TPM (device-id 0xB, rev-id 16)
    [ 4.927881] intel_rng: FWH not detected
    [ 4.960488] ppdev: user-space parallel port driver
    [ 4.964564] leds_ss4200: no LED devices found
    [ 5.067658] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.084335] firewire_ohci 0000:06:0b.1: enabling device (0000 -> 0002)
    [ 5.084352] firewire_ohci 0000:06:0b.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
    [ 5.136777] firewire_ohci: Added fw-ohci device 0000:06:0b.1, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 5.336838] input: Toshiba input device as /devices/virtual/input/input5
    [ 5.336895] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19
    [ 5.336897] toshiba_acpi: HCI method: \_SB_.VALZ.GHCI
    [ 5.337522] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 5.344122] Registered led device: toshiba::illumination
    [ 5.348189] ACPI: acpi_idle registered with cpuidle
    [ 5.348320] Marking TSC unstable due to TSC halts in idle
    [ 5.348764] Switching to clocksource hpet
    [ 5.510961] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input7
    [ 5.530064] e1000e: Intel(R) PRO/1000 Network Driver - 1.3.10-k2
    [ 5.530067] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
    [ 5.530097] e1000e 0000:02:00.0: Disabling ASPM L1
    [ 5.530118] e1000e 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.530141] e1000e 0000:02:00.0: setting latency timer to 64
    [ 5.530347] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 5.530741] e1000e 0000:02:00.0: Disabling ASPM L0s
    [ 5.542011] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input8
    [ 5.611580] yenta_cardbus 0000:06:0b.0: CardBus bridge found [1179:0001]
    [ 5.611604] yenta_cardbus 0000:06:0b.0: Enabling burst memory read transactions
    [ 5.611610] yenta_cardbus 0000:06:0b.0: Using CSCINT to route CSC interrupts to PCI
    [ 5.611613] yenta_cardbus 0000:06:0b.0: Routing CardBus interrupts to PCI
    [ 5.611619] yenta_cardbus 0000:06:0b.0: TI: mfunc 0x01aa1022, devctl 0x64
    [ 5.636892] firewire_core: created device fw0: GUID 0000390000886031, S400
    [ 5.654088] e1000e 0000:02:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:15:b7:a8:5b:e9
    [ 5.654091] e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
    [ 5.654169] e1000e 0000:02:00.0: eth0: MAC: 2, PHY: 2, PBA No: FFFFFF-0FF
    [ 5.696863] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.696933] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 5.813113] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
    [ 5.813119] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
    [ 5.813126] HDA Intel 0000:00:1b.0: enabling device (0000 -> 0002)
    [ 5.813140] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 5.813203] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 5.813240] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 5.844531] yenta_cardbus 0000:06:0b.0: ISA IRQ mask 0x0c78, PCI irq 21
    [ 5.844536] yenta_cardbus 0000:06:0b.0: Socket status: 30000006
    [ 5.844541] pci_bus 0000:06: Raising subordinate bus# of parent bus (#06) from #07 to #0a
    [ 5.844554] yenta_cardbus 0000:06:0b.0: pcmcia: parent PCI bridge window: [io 0x1000-0x1fff]
    [ 5.844557] yenta_cardbus 0000:06:0b.0: pcmcia: parent PCI bridge window: [mem 0xd4000000-0xd9ffffff]
    [ 5.844561] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd4000000-0xd9ffffff: excluding 0xd4000000-0xd81fffff
    [ 5.844574] yenta_cardbus 0000:06:0b.0: pcmcia: parent PCI bridge window: [mem 0xd0000000-0xd3ffffff pref]
    [ 5.844577] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd0000000-0xd3ffffff: excluding 0xd0000000-0xd3ffffff
    [ 5.879954] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [ 5.879958] iwl3945: Copyright(c) 2003-2011 Intel Corporation
    [ 5.880080] iwl3945 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 5.880095] iwl3945 0000:05:00.0: setting latency timer to 64
    [ 5.921779] vboxdrv: Found 2 processor cores.
    [ 5.922150] VBoxDrv: dbg - g_abExecMemory=ffffffffa05e5360
    [ 5.922177] vboxdrv: fAsync=0 offMin=0x3c0 offMax=0x3294
    [ 5.922677] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 5.922680] vboxdrv: Successfully loaded version 4.0.8_OSE (interface 0x00180000).
    [ 5.935088] iwl3945 0000:05:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    [ 5.935092] iwl3945 0000:05:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [ 5.935238] iwl3945 0000:05:00.0: irq 46 for MSI/MSI-X
    [ 5.935471] Registered led device: phy0-led
    [ 6.076734] usb 3-2: new full speed USB device number 3 using uhci_hcd
    [ 6.260350] input: HDA Intel Line In at Sep Rear Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 6.365648] Bluetooth: Core ver 2.16
    [ 6.365675] NET: Registered protocol family 31
    [ 6.365678] Bluetooth: HCI device and connection manager initialized
    [ 6.365681] Bluetooth: HCI socket layer initialized
    [ 6.365682] Bluetooth: L2CAP socket layer initialized
    [ 6.367059] Bluetooth: SCO socket layer initialized
    [ 6.397150] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    [ 6.423864] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.423869] Disabling lock debugging due to kernel taint
    [ 6.470309] Bluetooth: Generic Bluetooth USB driver ver 0.6
    [ 6.470788] usbcore: registered new interface driver btusb
    [ 6.490429] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xe0000-0xfffff
    [ 6.490499] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
    [ 6.490563] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
    [ 6.589542] cfg80211: World regulatory domain updated:
    [ 6.589546] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 6.589549] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.589552] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 6.589555] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [ 6.589558] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.589561] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.589575] cfg80211: Calling CRDA for country: US
    [ 6.592441] cfg80211: Regulatory domain changed to country: US
    [ 6.592444] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 6.592447] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
    [ 6.592450] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
    [ 6.592453] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.592456] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.592459] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [ 6.592461] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
    [ 7.230839] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 7.230845] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 7.230855] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 7.230864] nvidia 0000:01:00.0: setting latency timer to 64
    [ 7.230869] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 7.231025] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 275.09.07 Wed Jun 8 14:16:46 PDT 2011
    [ 7.672048] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 8.024321] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.235206] Adding 4000180k swap on /dev/sda2. Priority:-1 extents:1 across:4000180k
    [ 10.230429] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 10.283546] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 11.855962] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    [ 11.855968] e1000e 0000:02:00.0: eth0: 10/100 speed: disabling TSO
    [ 35.639276] NET: Registered protocol family 10
    [ 46.030030] eth0: no IPv6 routers present
    [ 542.872512] iwl3945 0000:05:00.0: loaded firmware version 15.32.2.9
    [ 542.941963] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Those last two lines are after running `sudo ifconfig wlan0 up`. Running the program, `sudo iwlist wlan0 scan`, comes up with an appropriate list of access points. Yet when I run `sudo netcfg -u profile`, I get a "FAIL" message and "wlan0: link is not ready" shows up again in dmesg.
    Output of lsmod | grep iwl
    iwl3945 74149 0
    iwl_legacy 52750 1 iwl3945
    mac80211 211822 2 iwl3945,iwl_legacy
    cfg80211 146401 3 iwl3945,iwl_legacy,mac80211
    Output of lspci for my networking cards
    02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
    05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    My ethernet controller (wired) works fine.

    EDIT: SOLVED
    Solution: I feel sort of silly. I had mistaken my wifi switch for some sort of card eject/lock switch. Oh well, live and learn I suppose....
    Hello I am having a similar problem. I tried to manually bring up my wireless device with the "ifconfig wlan0 up" but I get the following error:
    SIOCSIFFLAGS: Operation not possible due to RF-kill
    After some research I found a suggestion to install rfkill and ensure the following line was uncommented in /etc/conf.d/rfkill
    RFKILL_UNBLOCK="all"
    Then add rfkill to my /etc/rc.d/conf under daemons and restart. Despite this I still get the same error when I try to run the ifconfig command.
    Here is my demsg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f692400 (usable)
    [ 0.000000] BIOS-e820: 000000003f692400 - 0000000040000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
    [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 1420 /0DT492, BIOS A01 07/10/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x3f692 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 FC0000000 write-back
    [ 0.000000] 1 base 03F800000 mask FFF800000 uncachable
    [ 0.000000] 2 base 03F700000 mask FFFF00000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 3f468000 - 3f682000
    [ 0.000000] Allocated new RAMDISK: 375e4000 - 377fdc50
    [ 0.000000] Move RAMDISK from 000000003f468000 - 000000003f681c4f to 375e4000 - 377fdc4f
    [ 0.000000] ACPI: RSDP 000fbbf0 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 3f693e00 0005C (v01 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: FACP 3f693c9c 000F4 (v04 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: DSDT 3f694400 05633 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
    [ 0.000000] ACPI: FACS 3f6a2c00 00040
    [ 0.000000] ACPI: HPET 3f693f00 00038 (v01 DELL M08 00000001 ASL 00000061)
    [ 0.000000] ACPI: APIC 3f694000 00068 (v01 DELL M08 27D7070A ASL 00000047)
    [ 0.000000] ACPI: MCFG 3f693fc0 0003E (v16 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: SLIC 3f69409c 00024 (v01 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: BOOT 3f693bc0 00028 (v01 DELL M08 27D7070A ASL 00000061)
    [ 0.000000] ACPI: SSDT 3f6927b1 004CC (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 126MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0003f692
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0003f692
    [ 0.000000] On node 0 totalpages: 259617
    [ 0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map f6df3200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 254 pages used for memmap
    [ 0.000000] HighMem zone: 32150 pages, LIFO batch:7
    [ 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] enabled)
    [ 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[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:b8000000)
    [ 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 12 pages/cpu @f6800000 s27648 r0 d21504 u2097152
    [ 0.000000] pcpu-alloc: s27648 r0 d21504 u2097152 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257587
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/5872116e-5d3c-4b91-8061-d3f4e14e0ada ro
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 4155424 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 (000377fe:0003f692)
    [ 0.000000] Memory: 1016960k/1038920k available (3376k kernel code, 21508k reserved, 1390k data, 512k init, 129616k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc14a8000 - 0xc1528000 ( 512 kB)
    [ 0.000000] .data : 0xc134c3bf - 0xc14a7c00 (1390 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc134c3bf (3376 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f600c000 soft=f600e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1496.306 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 2993.30 BogoMIPS (lpj=4987686)
    [ 0.003469] pid_max: default: 32768 minimum: 301
    [ 0.003587] Security Framework initialized
    [ 0.003655] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003749] Mount-cache hash table entries: 512
    [ 0.004058] Initializing cgroup subsys ns
    [ 0.004125] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.004209] Initializing cgroup subsys cpuacct
    [ 0.004289] Initializing cgroup subsys memory
    [ 0.004366] Initializing cgroup subsys devices
    [ 0.004432] Initializing cgroup subsys freezer
    [ 0.004498] Initializing cgroup subsys net_cls
    [ 0.004564] Initializing cgroup subsys blkio
    [ 0.006717] CPU: Physical Processor ID: 0
    [ 0.006782] CPU: Processor Core ID: 0
    [ 0.006847] mce: CPU supports 6 MCE banks
    [ 0.006918] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006986] using mwait in idle threads.
    [ 0.008485] ACPI: Core revision 20110316
    [ 0.013347] ftrace: allocating 15225 entries in 30 pages
    [ 0.016721] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.017179] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.050261] CPU0: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz stepping 0d
    [ 0.053330] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.053330] PEBS disabled due to CPU errata.
    [ 0.053330] ... version: 2
    [ 0.053330] ... bit width: 40
    [ 0.053330] ... generic registers: 2
    [ 0.053330] ... value mask: 000000ffffffffff
    [ 0.053330] ... max period: 000000007fffffff
    [ 0.053330] ... fixed-purpose events: 3
    [ 0.053330] ... event mask: 0000000700000003
    [ 0.070120] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.096678] CPU 1 irqstacks, hard=f60c8000 soft=f60ca000
    [ 0.096681] Booting Node 0, Processors #1 Ok.
    [ 0.096793] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.193356] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199993] Brought up 2 CPUs
    [ 0.200057] Total of 2 processors activated (5987.49 BogoMIPS).
    [ 0.201199] devtmpfs: initialized
    [ 0.201466] print_constraints: dummy:
    [ 0.201604] NET: Registered protocol family 16
    [ 0.203475] ACPI: bus type pci registered
    [ 0.203665] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.203749] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.203817] PCI: Using MMCONFIG for extended config space
    [ 0.203882] PCI: Using configuration type 1 for base access
    [ 0.203954] dmi type 0xB1 record - unknown flag
    [ 0.204679] bio: create slab <bio-0> at 0
    [ 0.204902] ACPI: EC: Look up EC in DSDT
    [ 0.226159] ACPI: SSDT 3f6931b8 001C0 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.226708] ACPI: Dynamic OEM Table Load:
    [ 0.226865] ACPI: SSDT (null) 001C0 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.227216] ACPI: SSDT 3f692c7d 004B6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.227731] ACPI: Dynamic OEM Table Load:
    [ 0.227887] ACPI: SSDT (null) 004B6 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.228404] ACPI: SSDT 3f693378 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.228935] ACPI: Dynamic OEM Table Load:
    [ 0.229092] ACPI: SSDT (null) 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.229399] ACPI: SSDT 3f693133 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.229916] ACPI: Dynamic OEM Table Load:
    [ 0.230046] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.230473] ACPI: Interpreter enabled
    [ 0.230541] ACPI: (supports S0 S3 S4 S5)
    [ 0.230809] ACPI: Using IOAPIC for interrupt routing
    [ 0.286877] ACPI: No dock devices found.
    [ 0.286943] HEST: Table not found.
    [ 0.287009] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.300195] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.325114] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.325119] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.325123] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.325127] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    [ 0.325131] pci_root PNP0A03:00: host bridge window [mem 0x40000000-0xf7ffffff] (ignored)
    [ 0.325135] pci_root PNP0A03:00: host bridge window [mem 0xfc000000-0xfebfffff] (ignored)
    [ 0.325139] pci_root PNP0A03:00: host bridge window [mem 0xfec10000-0xfecfffff] (ignored)
    [ 0.325143] pci_root PNP0A03:00: host bridge window [mem 0xfed1c000-0xfed1ffff] (ignored)
    [ 0.325147] pci_root PNP0A03:00: host bridge window [mem 0xfed90000-0xfed9ffff] (ignored)
    [ 0.325151] pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfedfffff] (ignored)
    [ 0.325154] pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xff9fffff] (ignored)
    [ 0.325158] pci_root PNP0A03:00: host bridge window [mem 0xffb00000-0xffefffff] (ignored)
    [ 0.325173] pci 0000:00:00.0: [8086:2a00] type 0 class 0x000600
    [ 0.325234] pci 0000:00:02.0: [8086:2a02] type 0 class 0x000300
    [ 0.325254] pci 0000:00:02.0: reg 10: [mem 0xfea00000-0xfeafffff 64bit]
    [ 0.325267] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.325276] pci 0000:00:02.0: reg 20: [io 0xeff8-0xefff]
    [ 0.325321] pci 0000:00:02.1: [8086:2a03] type 0 class 0x000380
    [ 0.325338] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfebfffff 64bit]
    [ 0.325447] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
    [ 0.325514] pci 0000:00:1a.0: reg 20: [io 0x6f20-0x6f3f]
    [ 0.325562] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
    [ 0.325630] pci 0000:00:1a.1: reg 20: [io 0x6f00-0x6f1f]
    [ 0.325695] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
    [ 0.325725] pci 0000:00:1a.7: reg 10: [mem 0xfed1c400-0xfed1c7ff]
    [ 0.325832] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.325840] pci 0000:00:1a.7: PME# disabled
    [ 0.325875] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
    [ 0.325903] pci 0000:00:1b.0: reg 10: [mem 0xfe9fc000-0xfe9fffff 64bit]
    [ 0.326002] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.326009] pci 0000:00:1b.0: PME# disabled
    [ 0.326044] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
    [ 0.326147] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.326154] pci 0000:00:1c.0: PME# disabled
    [ 0.326192] pci 0000:00:1c.1: [8086:2841] type 1 class 0x000604
    [ 0.326295] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.326302] pci 0000:00:1c.1: PME# disabled
    [ 0.326341] pci 0000:00:1c.3: [8086:2845] type 1 class 0x000604
    [ 0.326445] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.326451] pci 0000:00:1c.3: PME# disabled
    [ 0.326491] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
    [ 0.326595] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.326601] pci 0000:00:1c.5: PME# disabled
    [ 0.326637] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
    [ 0.326711] pci 0000:00:1d.0: reg 20: [io 0x6f80-0x6f9f]
    [ 0.326759] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
    [ 0.326827] pci 0000:00:1d.1: reg 20: [io 0x6f60-0x6f7f]
    [ 0.326875] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
    [ 0.326942] pci 0000:00:1d.2: reg 20: [io 0x6f40-0x6f5f]
    [ 0.327008] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
    [ 0.327038] pci 0000:00:1d.7: reg 10: [mem 0xfed1c000-0xfed1c3ff]
    [ 0.327145] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.327152] pci 0000:00:1d.7: PME# disabled
    [ 0.327181] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.327284] pci 0000:00:1f.0: [8086:2815] type 0 class 0x000601
    [ 0.327414] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    [ 0.327501] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
    [ 0.327573] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
    [ 0.327658] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
    [ 0.327786] pci 0000:00:1f.1: [8086:2850] type 0 class 0x000101
    [ 0.327806] pci 0000:00:1f.1: reg 10: [io 0x01f0-0x01f7]
    [ 0.327822] pci 0000:00:1f.1: reg 14: [io 0x03f4-0x03f7]
    [ 0.327837] pci 0000:00:1f.1: reg 18: [io 0x0170-0x0177]
    [ 0.327852] pci 0000:00:1f.1: reg 1c: [io 0x0374-0x0377]
    [ 0.327867] pci 0000:00:1f.1: reg 20: [io 0x6fa0-0x6faf]
    [ 0.327928] pci 0000:00:1f.2: [8086:2829] type 0 class 0x000106
    [ 0.327961] pci 0000:00:1f.2: reg 10: [io 0x6eb0-0x6eb7]
    [ 0.327976] pci 0000:00:1f.2: reg 14: [io 0x6eb8-0x6ebb]
    [ 0.327991] pci 0000:00:1f.2: reg 18: [io 0x6ec0-0x6ec7]
    [ 0.328006] pci 0000:00:1f.2: reg 1c: [io 0x6ec8-0x6ecb]
    [ 0.328021] pci 0000:00:1f.2: reg 20: [io 0x6ee0-0x6eff]
    [ 0.328036] pci 0000:00:1f.2: reg 24: [mem 0xfe9fb800-0xfe9fbfff]
    [ 0.328094] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.328100] pci 0000:00:1f.2: PME# disabled
    [ 0.328127] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
    [ 0.328148] pci 0000:00:1f.3: reg 10: [mem 0xfe9fb700-0xfe9fb7ff]
    [ 0.328198] pci 0000:00:1f.3: reg 20: [io 0x10c0-0x10df]
    [ 0.328318] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
    [ 0.328388] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.328395] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.328406] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.328583] pci 0000:0c:00.0: [8086:4222] type 0 class 0x000280
    [ 0.328643] pci 0000:0c:00.0: reg 10: [mem 0xfe8ff000-0xfe8fffff]
    [ 0.329003] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
    [ 0.329017] pci 0000:0c:00.0: PME# disabled
    [ 0.329092] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.329256] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
    [ 0.329325] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.329332] pci 0000:00:1c.1: bridge window [mem 0xfe800000-0xfe8fffff]
    [ 0.329343] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.329416] pci 0000:00:1c.3: PCI bridge to [bus 0d-0e]
    [ 0.329486] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.329493] pci 0000:00:1c.3: bridge window [mem 0xfe600000-0xfe7fffff]
    [ 0.329503] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.329654] pci 0000:09:00.0: [14e4:1713] type 0 class 0x000200
    [ 0.329729] pci 0000:09:00.0: reg 10: [mem 0xfe5f0000-0xfe5fffff 64bit]
    [ 0.330065] pci 0000:09:00.0: PME# supported from D3hot D3cold
    [ 0.330079] pci 0000:09:00.0: PME# disabled
    [ 0.330229] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
    [ 0.330299] pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.330306] pci 0000:00:1c.5: bridge window [mem 0xfe500000-0xfe5fffff]
    [ 0.330316] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.330374] pci 0000:03:01.0: [1180:0832] type 0 class 0x000c00
    [ 0.330403] pci 0000:03:01.0: reg 10: [mem 0xfe4ff800-0xfe4fffff]
    [ 0.330507] pci 0000:03:01.0: supports D1 D2
    [ 0.330510] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.330517] pci 0000:03:01.0: PME# disabled
    [ 0.330543] pci 0000:03:01.1: [1180:0822] type 0 class 0x000805
    [ 0.330571] pci 0000:03:01.1: reg 10: [mem 0xfe4ff500-0xfe4ff5ff]
    [ 0.330675] pci 0000:03:01.1: supports D1 D2
    [ 0.330678] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.330685] pci 0000:03:01.1: PME# disabled
    [ 0.330712] pci 0000:03:01.2: [1180:0592] type 0 class 0x000880
    [ 0.330739] pci 0000:03:01.2: reg 10: [mem 0xfe4ff600-0xfe4ff6ff]
    [ 0.330842] pci 0000:03:01.2: supports D1 D2
    [ 0.330845] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.330852] pci 0000:03:01.2: PME# disabled
    [ 0.330878] pci 0000:03:01.3: [1180:0852] type 0 class 0x000880
    [ 0.330905] pci 0000:03:01.3: reg 10: [mem 0xfe4ff700-0xfe4ff7ff]
    [ 0.331009] pci 0000:03:01.3: supports D1 D2
    [ 0.331012] pci 0000:03:01.3: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.331019] pci 0000:03:01.3: PME# disabled
    [ 0.331101] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.331173] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.331180] pci 0000:00:1e.0: bridge window [mem 0xfe400000-0xfe4fffff]
    [ 0.331190] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.331194] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.331198] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.331238] pci_bus 0000:00: on NUMA node 0
    [ 0.331244] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.331643] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
    [ 0.331798] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.331874] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.331953] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.332028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.332100] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.332167] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.346826] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
    [ 0.347217] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
    [ 0.347603] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *4
    [ 0.348041] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11)
    [ 0.348520] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.349285] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.350058] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
    [ 0.350808] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.351693] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.351794] vgaarb: loaded
    [ 0.351988] PCI: Using ACPI for IRQ routing
    [ 0.352053] PCI: pci_cache_line_size set to 64 bytes
    [ 0.352214] reserve RAM buffer: 000000000009f000 - 000000000009ffff
    [ 0.352218] reserve RAM buffer: 000000003f692400 - 000000003fffffff
    [ 0.352373] NetLabel: Initializing
    [ 0.352437] NetLabel: domain hash size = 128
    [ 0.352501] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.352581] NetLabel: unlabeled traffic allowed by default
    [ 0.352662] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.352736] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.352984] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.363339] Switching to clocksource hpet
    [ 0.366435] Switched to NOHz mode on CPU #0
    [ 0.366544] Switched to NOHz mode on CPU #1
    [ 0.372461] pnp: PnP ACPI init
    [ 0.372551] ACPI: bus type pnp registered
    [ 0.384786] pnp 00:00: [bus 00-ff]
    [ 0.384791] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.384794] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.384798] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.384802] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.384805] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.384809] pnp 00:00: [mem 0x40000000-0xf7ffffff window]
    [ 0.384812] pnp 00:00: [mem 0xfc000000-0xfebfffff window]
    [ 0.384815] pnp 00:00: [mem 0xfec10000-0xfecfffff window]
    [ 0.384819] pnp 00:00: [mem 0xfed1c000-0xfed1ffff window]
    [ 0.384822] pnp 00:00: [mem 0xfed90000-0xfed9ffff window]
    [ 0.384826] pnp 00:00: [mem 0xfeda7000-0xfedfffff window]
    [ 0.384829] pnp 00:00: [mem 0xfee10000-0xff9fffff window]
    [ 0.384832] pnp 00:00: [mem 0xffb00000-0xffefffff window]
    [ 0.384948] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.384985] pnp 00:01: [irq 12]
    [ 0.385025] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.385048] pnp 00:02: [io 0x0060]
    [ 0.385051] pnp 00:02: [io 0x0064]
    [ 0.385054] pnp 00:02: [io 0x0062]
    [ 0.385057] pnp 00:02: [io 0x0066]
    [ 0.385068] pnp 00:02: [irq 1]
    [ 0.385106] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.385128] pnp 00:03: [io 0x0070-0x0071]
    [ 0.385136] pnp 00:03: [irq 8]
    [ 0.385139] pnp 00:03: [io 0x0072-0x0077]
    [ 0.385180] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.385205] pnp 00:04: [io 0x0061]
    [ 0.385208] pnp 00:04: [io 0x0063]
    [ 0.385211] pnp 00:04: [io 0x0065]
    [ 0.385213] pnp 00:04: [io 0x0067]
    [ 0.385252] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.385273] pnp 00:05: [io 0x0c80-0x0cff]
    [ 0.385357] system 00:05: [io 0x0c80-0x0cff] could not be reserved
    [ 0.385428] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.385454] pnp 00:06: [dma 4]
    [ 0.385457] pnp 00:06: [io 0x0000-0x000f]
    [ 0.385461] pnp 00:06: [io 0x0080-0x0085]
    [ 0.385463] pnp 00:06: [io 0x0087-0x008f]
    [ 0.385466] pnp 00:06: [io 0x00c0-0x00df]
    [ 0.385469] pnp 00:06: [io 0x0010-0x001f]
    [ 0.385472] pnp 00:06: [io 0x0090-0x0091]
    [ 0.385475] pnp 00:06: [io 0x0093-0x009f]
    [ 0.385516] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.385537] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.385545] pnp 00:07: [irq 13]
    [ 0.385589] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.385643] pnp 00:08: [mem 0xfed00000-0xfed003ff]
    [ 0.385718] system 00:08: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.385789] system 00:08: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.385983] pnp 00:09: [io 0x0900-0x097f]
    [ 0.385987] pnp 00:09: [io 0x0092]
    [ 0.385990] pnp 00:09: [io 0x00b2-0x00b3]
    [ 0.385993] pnp 00:09: [io 0x0020-0x0021]
    [ 0.385996] pnp 00:09: [io 0x00a0-0x00a1]
    [ 0.385999] pnp 00:09: [irq 0 disabled]
    [ 0.386002] pnp 00:09: [io 0x04d0-0x04d1]
    [ 0.386005] pnp 00:09: [io 0x1000-0x1005]
    [ 0.386008] pnp 00:09: [io 0x1008-0x100f]
    [ 0.386036] pnp 00:09: disabling [io 0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386121] pnp 00:09: disabling [io 0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386286] system 00:09: [io 0x0900-0x097f] has been reserved
    [ 0.386354] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.386423] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.386446] pnp 00:0a: [io 0xf400-0xf4fe]
    [ 0.386449] pnp 00:0a: [io 0x0086]
    [ 0.386452] pnp 00:0a: [io 0x1006-0x1007]
    [ 0.386455] pnp 00:0a: [io 0x100a-0x1059]
    [ 0.386458] pnp 00:0a: [io 0x1060-0x107f]
    [ 0.386461] pnp 00:0a: [io 0x1080-0x10bf]
    [ 0.386464] pnp 00:0a: [io 0x10c0-0x10df]
    [ 0.386467] pnp 00:0a: [io 0x1010-0x102f]
    [ 0.386470] pnp 00:0a: [io 0x0809]
    [ 0.386496] pnp 00:0a: disabling [io 0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386581] pnp 00:0a: disabling [io 0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386666] pnp 00:0a: disabling [io 0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386765] pnp 00:0a: disabling [io 0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x1000-0x107f]
    [ 0.386932] system 00:0a: [io 0xf400-0xf4fe] has been reserved
    [ 0.387000] system 00:0a: [io 0x1080-0x10bf] has been reserved
    [ 0.387068] system 00:0a: [io 0x10c0-0x10df] has been reserved
    [ 0.387136] system 00:0a: [io 0x0809] has been reserved
    [ 0.387203] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.400920] pnp 00:0b: [mem 0x00000000-0x0009efff]
    [ 0.400924] pnp 00:0b: [mem 0x0009f000-0x0009ffff]
    [ 0.400927] pnp 00:0b: [mem 0x000c0000-0x000cffff]
    [ 0.400931] pnp 00:0b: [mem 0x000e0000-0x000fffff]
    [ 0.400934] pnp 00:0b: [mem 0x00100000-0x3f6923ff]
    [ 0.400937] pnp 00:0b: [mem 0x3f692400-0x3f6fffff]
    [ 0.400940] pnp 00:0b: [mem 0x3f700000-0x3f7fffff]
    [ 0.400943] pnp 00:0b: [mem 0x3f700000-0x3fefffff]
    [ 0.400946] pnp 00:0b: [mem 0xfff00000-0xffffffff]
    [ 0.400949] pnp 00:0b: [mem 0xffa00000-0xffafffff]
    [ 0.400952] pnp 00:0b: [mem 0xfec00000-0xfec0ffff]
    [ 0.400955] pnp 00:0b: [mem 0xfee00000-0xfee0ffff]
    [ 0.400958] pnp 00:0b: [mem 0xfed20000-0xfed8ffff]
    [ 0.400961] pnp 00:0b: [mem 0xfeda0000-0xfeda3fff]
    [ 0.400964] pnp 00:0b: [mem 0xfeda4000-0xfeda4fff]
    [ 0.400967] pnp 00:0b: [mem 0xfeda5000-0xfeda5fff]
    [ 0.400970] pnp 00:0b: [mem 0xfeda6000-0xfeda6fff]
    [ 0.400973] pnp 00:0b: [mem 0xfed18000-0xfed1bfff]
    [ 0.400976] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
    [ 0.401112] system 00:0b: [mem 0x00000000-0x0009efff] could not be reserved
    [ 0.401183] system 00:0b: [mem 0x0009f000-0x0009ffff] could not be reserved
    [ 0.401252] system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.401321] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.401391] system 00:0b: [mem 0x00100000-0x3f6923ff] could not be reserved
    [ 0.401460] system 00:0b: [mem 0x3f692400-0x3f6fffff] has been reserved
    [ 0.401529] system 00:0b: [mem 0x3f700000-0x3f7fffff] has been reserved
    [ 0.401598] system 00:0b: [mem 0x3f700000-0x3fefffff] could not be reserved
    [ 0.401667] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.401736] system 00:0b: [mem 0xffa00000-0xffafffff] has been reserved
    [ 0.401805] system 00:0b: [mem 0xfec00000-0xfec0ffff] could not be reserved
    [ 0.401874] system 00:0b: [mem 0xfee00000-0xfee0ffff] has been reserved
    [ 0.401942] system 00:0b: [mem 0xfed20000-0xfed8ffff] has been reserved
    [ 0.402011] system 00:0b: [mem 0xfeda0000-0xfeda3fff] has been reserved
    [ 0.402080] system 00:0b: [mem 0xfeda4000-0xfeda4fff] has been reserved
    [ 0.402148] system 00:0b: [mem 0xfeda5000-0xfeda5fff] has been reserved
    [ 0.402219] system 00:0b: [mem 0xfeda6000-0xfeda6fff] has been reserved
    [ 0.402289] system 00:0b: [mem 0xfed18000-0xfed1bfff] has been reserved
    [ 0.402358] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.402429] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.402514] pnp: PnP ACPI: found 12 devices
    [ 0.402579] ACPI: ACPI bus type pnp unregistered
    [ 0.439832] pci 0000:00:1c.5: BAR 15: assigned [mem 0x40000000-0x401fffff 64bit pref]
    [ 0.439917] pci 0000:00:1c.5: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.439986] pci 0000:00:1c.1: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.440081] pci 0000:00:1c.1: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.440151] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40400000-0x405fffff]
    [ 0.440222] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.440306] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.440376] pci 0000:00:1c.0: PCI bridge to [bus 0b-0b]
    [ 0.440443] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.440517] pci 0000:00:1c.0: bridge window [mem 0x40400000-0x405fffff]
    [ 0.440589] pci 0000:00:1c.0: bridge window [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.440677] pci 0000:00:1c.1: PCI bridge to [bus 0c-0c]
    [ 0.440744] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 0.440817] pci 0000:00:1c.1: bridge window [mem 0xfe800000-0xfe8fffff]
    [ 0.440889] pci 0000:00:1c.1: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.440976] pci 0000:00:1c.3: PCI bridge to [bus 0d-0e]
    [ 0.441043] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.441115] pci 0000:00:1c.3: bridge window [mem 0xfe600000-0xfe7fffff]
    [ 0.441187] pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.441274] pci 0000:00:1c.5: PCI bridge to [bus 09-09]
    [ 0.441342] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.441413] pci 0000:00:1c.5: bridge window [mem 0xfe500000-0xfe5fffff]
    [ 0.441485] pci 0000:00:1c.5: bridge window [mem 0x40000000-0x401fffff 64bit pref]
    [ 0.441572] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 0.441638] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.441710] pci 0000:00:1e.0: bridge window [mem 0xfe400000-0xfe4fffff]
    [ 0.441781] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.441870] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.441942] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.441955] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.442026] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.442038] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.442109] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.442119] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.442190] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.442201] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.442207] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    [ 0.442211] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    [ 0.442215] pci_bus 0000:0b: resource 0 [io 0x4000-0x4fff]
    [ 0.442218] pci_bus 0000:0b: resource 1 [mem 0x40400000-0x405fffff]
    [ 0.442222] pci_bus 0000:0b: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.442226] pci_bus 0000:0c: resource 0 [io 0x3000-0x3fff]
    [ 0.442230] pci_bus 0000:0c: resource 1 [mem 0xfe800000-0xfe8fffff]
    [ 0.442233] pci_bus 0000:0c: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.442237] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
    [ 0.442241] pci_bus 0000:0d: resource 1 [mem 0xfe600000-0xfe7fffff]
    [ 0.442245] pci_bus 0000:0d: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.442248] pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    [ 0.442252] pci_bus 0000:09: resource 1 [mem 0xfe500000-0xfe5fffff]
    [ 0.442256] pci_bus 0000:09: resource 2 [mem 0x40000000-0x401fffff 64bit pref]
    [ 0.442260] pci_bus 0000:03: resource 1 [mem 0xfe400000-0xfe4fffff]
    [ 0.442263] pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
    [ 0.442267] pci_bus 0000:03: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.442328] NET: Registered protocol family 2
    [ 0.442487] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.442867] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.443500] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.443819] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.443888] TCP reno registered
    [ 0.443951] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.444025] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.444241] NET: Registered protocol family 1
    [ 0.444324] pci 0000:00:02.0: Boot video device
    [ 0.444542] PCI: CLS 64 bytes, default 64
    [ 0.444604] Unpacking initramfs...
    [ 0.497373] Freeing initrd memory: 2152k freed
    [ 0.498538] Simple Boot Flag at 0x79 set to 0x1
    [ 0.498947] apm: BIOS not found.
    [ 0.499191] audit: initializing netlink socket (disabled)
    [ 0.499270] type=2000 audit(1311732031.496:1): initialized
    [ 0.499711] highmem bounce pool size: 64 pages
    [ 0.499780] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.502730] VFS: Disk quotas dquot_6.5.2
    [ 0.502908] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.503131] msgmni has been set to 1737
    [ 0.503467] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.503585] io scheduler noop registered
    [ 0.503650] io scheduler deadline registered
    [ 0.503729] io scheduler cfq registered (default)
    [ 0.503977] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.504049] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.504155] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.504219] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.504319] pcieport 0000:00:1c.3: setting latency timer to 64
    [ 0.504383] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.504482] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.504545] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
    [ 0.504797] intel_idle: MWAIT substates: 0x22220
    [ 0.504800] intel_idle: does not run on family 6 model 15
    [ 0.504808] ERST: Table is not found!
    [ 0.504887] isapnp: Scanning for PnP cards...
    [ 0.861991] isapnp: No Plug & Play device found
    [ 0.862125] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.064028] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.066832] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.066941] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.067133] mousedev: PS/2 mouse device common for all mice
    [ 1.067295] rtc_cmos 00:03: RTC can wake from S4
    [ 1.070090] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.090146] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.090247] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.090347] cpuidle: using governor ladder
    [ 1.090411] cpuidle: using governor menu
    [ 1.090805] TCP cubic registered
    [ 1.090869] NET: Registered protocol family 17
    [ 1.090940] Registering the dns_resolver key type
    [ 1.091021] Using IPI No-Shortcut mode
    [ 1.091192] PM: Hibernation image not present or could not be loaded.
    [ 1.091199] registered taskstats version 1
    [ 1.091987] rtc_cmos 00:03: setting system clock to 2011-07-27 02:00:33 UTC (1311732033)
    [ 1.092123] Initializing network drop monitor service
    [ 1.092277] Freeing unused kernel memory: 512k freed
    [ 1.092674] Write protecting the kernel text: 3380k
    [ 1.092770] Write protecting the kernel read-only data: 1028k
    [ 1.107041] udevd[48]: starting version 171
    [ 1.114908] Linux agpgart interface v0.103
    [ 1.121178] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
    [ 1.121359] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
    [ 1.122127] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    [ 1.122374] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
    [ 1.134889] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.135457] ACPI: Lid Switch [LID]
    [ 1.135611] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.135702] ACPI: Power Button [PBTN]
    [ 1.135836] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 1.135920] ACPI: Sleep Button [SBTN]
    [ 1.165275] [drm] Initialized drm 1.1.0 20060810
    [ 1.206851] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.206929] i915 0000:00:02.0: setting latency timer to 64
    [ 1.232385] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.232394] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.232466] [drm] Driver supports precise vblank timestamp query.
    [ 1.290108] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.290525] [drm] initialized overlay support
    [ 1.500042] Refined TSC clocksource calibration: 1496.249 MHz.
    [ 1.500113] Switching to clocksource tsc
    [ 1.652818] fbcon: inteldrmfb (fb0) is primary device
    [ 1.701242] Console: switching to colour frame buffer device 180x56
    [ 1.708681] fb0: inteldrmfb frame buffer device
    [ 1.708727] drm: registered panic notifier
    [ 1.722258] acpi device:35: registered as cooling_device0
    [ 1.722670] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input4
    [ 1.722770] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
    [ 1.722857] [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.
    [ 1.723157] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.857654] SCSI subsystem initialized
    [ 1.888922] libata version 3.00 loaded.
    [ 1.893097] ata_piix 0000:00:1f.1: version 2.13
    [ 1.893119] ata_piix 0000:00:1f.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.893250] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 1.893737] scsi0 : ata_piix
    [ 1.893897] scsi1 : ata_piix
    [ 1.894413] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
    [ 1.894485] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
    [ 1.894822] ata2: port disabled. ignoring.
    [ 2.053718] ata1.00: ATAPI: CD-RW/DVD-ROM DW224EV, D.CF, max UDMA/33
    [ 2.066932] ata1.00: configured for UDMA/33
    [ 2.069600] scsi 0:0:0:0: CD-ROM TEAC CDRWDVD DW224EV D.CF PQ: 0 ANSI: 5
    [ 2.078842] ahci 0000:00:1f.2: version 3.0
    [ 2.078863] ahci 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 2.079123] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
    [ 2.079207] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode
    [ 2.079291] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc ems
    [ 2.079375] ahci 0000:00:1f.2: setting latency timer to 64
    [ 2.084142] scsi2 : ahci
    [ 2.084346] scsi3 : ahci
    [ 2.084543] scsi4 : ahci
    [ 2.084859] ata3: SATA max UDMA/133 abar m2048@0xfe9fb800 port 0xfe9fb900 irq 45
    [ 2.084935] ata4: DUMMY
    [ 2.084964] ata5: SATA max UDMA/133 abar m2048@0xfe9fb800 port 0xfe9fba00 irq 45
    [ 2.087493] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
    [ 2.087564] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.087898] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.403362] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.403454] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.406706] ata3.00: ATA-8: FUJITSU MHW2080BH, 0085001C, max UDMA/100
    [ 2.409686] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 31/32), AA
    [ 2.413635] ata3.00: configured for UDMA/100
    [ 2.416701] scsi 2:0:0:0: Direct-Access ATA FUJITSU MHW2080B 0085 PQ: 0 ANSI: 5
    [ 2.431871] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 2.435016] sd 2:0:0:0: [sda] Write Protect is off
    [ 2.438062] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.438092] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.481026] sda: sda1 sda2 sda3 sda4
    [ 2.484500] sd 2:0:0:0: [sda] Attached SCSI disk
    [ 3.080357] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.235421] udevd[242]: starting version 171
    [ 6.112926] wmi: Mapper loaded
    [ 6.146108] thermal LNXTHERM:00: registered as thermal_zone0
    [ 6.146113] ACPI: Thermal Zone [THM] (51 C)
    [ 6.146168] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.146178] ACPI: Battery Slot [BAT0] (battery present)
    [ 6.350955] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.351124] ACPI: AC Adapter [AC] (off-line)
    [ 6.396340] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 6.644301] r592 0000:03:01.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    [ 6.644566] r592: driver successfully loaded
    [ 6.699202] ACPI: acpi_idle registered with cpuidle
    [ 6.703690] Monitor-Mwait will be used to enter C-1 state
    [ 6.704291] Monitor-Mwait will be used to enter C-2 state
    [ 6.707773] Monitor-Mwait will be used to enter C-3 state
    [ 6.707782] Marking TSC unstable due to TSC halts in idle
    [ 6.708021] Switching to clocksource hpet
    [ 6.748943] tg3.c:v3.117 (January 25, 2011)
    [ 6.748973] tg3 0000:09:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 6.748993] tg3 0000:09:00.0: setting latency timer to 64
    [ 6.777884] input: Dell WMI hotkeys as /devices/virtual/input/input5
    [ 6.781361] iTCO_vendor_support: vendor-support=0
    [ 6.792450] tg3 0000:09:00.0: eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1a:a0:ff:18:0a
    [ 6.792457] tg3 0000:09:00.0: eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0])
    [ 6.792462] tg3 0000:09:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[0]
    [ 6.792467] tg3 0000:09:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    [ 6.798284] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 6.798408] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
    [ 6.798487] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.801214] firewire_ohci 0000:03:01.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 6.806086] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 6.860147] firewire_ohci: Added fw-ohci device 0000:03:01.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    [ 6.864325] sdhci: Secure Digital Host Controller Interface driver
    [ 6.864328] sdhci: Copyright(c) Pierre Ossman
    [ 6.905947] sdhci-pci 0000:03:01.1: SDHCI controller found [1180:0822] (rev 22)
    [ 6.905970] sdhci-pci 0000:03:01.1: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    [ 6.907018] _regulator_get: 0000:03:01.1 supply vmmc not found, using dummy regulator
    [ 6.908074] Registered led device: mmc0::
    [ 6.909131] mmc0: SDHCI controller on PCI [0000:03:01.1] using DMA
    [ 7.025015] sr 0:0:0:0: Attached scsi generic sg0 type 5
    [ 7.025072] sd 2:0:0:0: Attached scsi generic sg1 type 0
    [ 7.028152] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 7.151001] usbcore: registered new interface driver usbfs
    [ 7.151243] usbcore: registered new interface driver hub
    [ 7.152609] usbcore: registered new device driver usb
    [ 7.330432] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
    [ 7.346790] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input8
    [ 7.360146] firewire_core: created device fw0: GUID 374fc00003055581, S400
    [ 7.371707] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.580439] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 7.580508] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    [ 7.580544] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 7.580549] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 7.580597] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 7.593422] ehci_hcd 0000:00:1a.7: debug port 1
    [ 7.597307] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 7.597332] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
    [ 7.610090] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 7.610350] hub 1-0:1.0: USB hub found
    [ 7.610357] hub 1-0:1.0: 4 ports detected
    [ 7.610503] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 7.610534] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 7.610540] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 7.610553] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 7.620125] ehci_hcd 0000:00:1d.7: debug port 1
    [ 7.624008] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 7.624033] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
    [ 7.636706] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 7.636983] hub 2-0:1.0: USB hub found
    [ 7.636990] hub 2-0:1.0: 6 ports detected
    [ 7.652500] uhci_hcd: USB Universal Host Controller Interface driver
    [ 7.652595] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 7.653363] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 7.653370] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 7.653388] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 7.670218] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
    [ 7.670496] hub 3-0:1.0: USB hub found
    [ 7.670503] hub 3-0:1.0: 2 ports detected
    [ 7.670641] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 7.670654] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 7.670659] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 7.670672] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 7.676788] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
    [ 7.677040] hub 4-0:1.0: USB hub found
    [ 7.677047] hub 4-0:1.0: 2 ports detected
    [ 7.677185] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    [ 7.677199] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 7.677204] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 7.677216] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 7.693417] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
    [ 7.693690] hub 5-0:1.0: USB hub found
    [ 7.693697] hub 5-0:1.0: 2 ports detected
    [ 7.693825] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 7.693838] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 7.693843] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 7.693855] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 7.706742] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
    [ 7.707004] hub 6-0:1.0: USB hub found
    [ 7.707011] hub 6-0:1.0: 2 ports detected
    [ 7.707138] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
    [ 7.707151] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 7.707156] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 7.707168] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 7.720067] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
    [ 7.720328] hub 7-0:1.0: USB hub found
    [ 7.720335] hub 7-0:1.0: 2 ports detected
    [ 7.725543] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 7.731070] HDA Intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 7.731112] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 7.791352] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
    [ 7.791357] iwl3945: Copyright(c) 2003-2011 Intel Corporation
    [ 7.791444] iwl3945 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 7.791461] iwl3945 0000:0c:00.0: setting latency timer to 64
    [ 7.884213] iwl3945 0000:0c:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
    [ 7.884219] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
    [ 7.884373] iwl3945 0000:0c:00.0: irq 47 for MSI/MSI-X
    [ 7.884664] Registered led device: phy0-led
    [ 7.892327] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    [ 8.036178] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
    [ 8.073586] input: HDA Intel Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 8.073775] input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.073882] input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 9.476644] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 9.636841] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 9.685426] Adding 4096568k swap on /dev/sda2. Priority:-1 extents:1 across:4096568k
    [ 11.639232] tg3 0000:09:00.0: irq 48 for MSI/MSI-X
    [ 13.282530] tg3 0000:09:00.0: eth0: Link is up at 100 Mbps, full duplex
    [ 13.282535] tg3 0000:09:00.0: eth0: Flow control is off for TX and off for RX
    [ 27.318984] NET: Registered protocol family 10
    [ 38.070217] eth0: no IPv6 routers present
    [ 1205.294621] chromium-sandbo (1490): /proc/1488/oom_adj is deprecated, please use /proc/1488/oom_score_adj instead.
    Here is my rfkill list output:
    0: dell-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
    my lsmod and lspci output is the same.
    I am on an dell insprion 1420. I have also tried to disable the dell-laptop module to no avail
    Last edited by n0dl (2011-07-27 14:45:25)

  • Cannot move any files into trash to delete them. I get a Trash warning box saying "The Finder cannot complete the operation because some data in 'file name' could not be read or written.(Error code - 36)".Macbook has so much data it is almost not working

    Cannot move any files into trash to delete them. I get a Trash warning box saying "The Finder cannot complete the operation because some data in 'file name' could not be read or written.(Error code - 36)".Macbook has so much data it is almost not working.
    I have tried reseting to factory settings by removing battery and holding down the power switch for more than 5 sec but this does nothing.
    Any ideas would be greatly appreciated as I think with so much unwanted data on the desktop and other places the whole os will crash very soon.
    Thanks, Rick

    The hard drive may be dying anyway, or the directory damaged because it is so full.  You should never let the hard drive get over 85% full.
    A -36 error is a read/write error.
    All you did with the power is reset the SMC.  Does nothing to reset everything to factory settings. 
    Do you have your original 10.4 installer discs for the MacBook?
    Is your data backed up?

  • "wireless radio is not working" is the message after trying to set it up

    Photosmart C309a printer.   Windows Vista    Printer used to work wirelessly & then it stopped.   I reloaded the drivers & tried to re-establish the wireless connection but got this error message.   The printer works fine when connected with a cable.

    Hello, 
    Is there Blue light glowing on wireless button ( below the Power button ) ? 
    Please perform the below step  ..
    On printer control panel, 
    Press SETUP button, 
    Press > to select NETWORK and then press OK
    Press > to select Wireless Network Test  and press OK  ( printer would start to print a Wireless Network Test Page )
    From the printer page , answer the follwing question ..
    On the report, under Diagnostics Summary, What does the ‘Wireless On’ indicate:” Pass or Fail?
    What does the ‘Wireless Working’ indicate:” Pass or Fail?
    From Report, How many ‘Wireless Networks Detected ‘: “0 – 20”.
    Regards,
    Jabzi
    Help the community by marking this post .
    Was your question answered? Mark it as an Accepted Solution! 
    See a great post? Give it a Kudos!
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • How do I correct the "Wireless Radio is not working" problem on my Photosmart C410 Printer?

    HP Photosmart Prem C410a All-in-One
    Windows 7 64-bit
    Wireless Radio is not working
    Trying to change from USB to wireless setup
    purchased at Staples on 8/19/2010 - means warrenty has expired

    With the printer ON, unplug power from the back of the printer for 30 seconds.  Does that reset the radio?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

Maybe you are looking for

  • Address Book entries have disappered

    I was sitting on the airplane doing a long list of corrections to my addressbook when I got the spinning beachball of death. I did a force quit of Address Book and the next time I opened it everything was gone...except ironically, my address and Appl

  • Wont let me into itunes store due to network settings, please help!

    I previously had no problems with the store and have regularly purchased from it. Since going wireless I can no longer get in and now when I try through modem it doesn't work either. I have flushed the DNS settings as advised, but, no joy. If anyone

  • AP Outgoing Payment Query with Crystal Report

    Hi Experts, I'm trying to make query for AP Outgoing Payment followings. However, I couldn't get result of Outgoing Payment Number, TrsfrSum, CashSum, CheckSum. Is anyone could advise for this matter? Thanks, SELECT T0.DocDate as 'Posting Date', T0.D

  • How do you change default swatches?

    Where is the default color swatches file located for Photoshop CS6? I'm tired of constantly deleting dozens of useless swatches; I want Photoshop to start with a blank Swatches palette every time.

  • Report All SCCM clients and Collections

    Hi all I'm trying to create report All SCCM clients and Collections But I can't convert multiple rows (collections) in one row I got: Name        Collection Name ps1             serverDP ps1               Adobe ps2                CRT ps2