Solved: kernel spams log with "link down" on laptop mode

Hi,
Today I installed laptop-mode-tools and started the daemon. Power consumption really is lower, so I rather keep it running.
Everything is fine when on AC but when unplugging it from the power the kernel starts spamming the syslog:
2011-05-16T22:43:06.137119+02:00 localhost kernel: [11472.137548] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:07.140457+02:00 localhost kernel: [11473.140969] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:08.143784+02:00 localhost kernel: [11474.144418] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:09.147118+02:00 localhost kernel: [11475.147850] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:10.150459+02:00 localhost kernel: [11476.151266] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:11.153784+02:00 localhost kernel: [11477.154701] Trying 10/HALF
2011-05-16T22:43:11.153804+02:00 localhost kernel: [11477.154709] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:12.157117+02:00 localhost kernel: [11478.158138] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:13.160457+02:00 localhost kernel: [11479.161564] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:14.163784+02:00 localhost kernel: [11480.164996] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:15.167117+02:00 localhost kernel: [11481.168435] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:16.170459+02:00 localhost kernel: [11482.171860] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:17.173784+02:00 localhost kernel: [11483.175293] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:18.177117+02:00 localhost kernel: [11484.178730] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:19.180479+02:00 localhost kernel: [11485.182191] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:20.183783+02:00 localhost kernel: [11486.185587] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:21.187116+02:00 localhost kernel: [11487.189031] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:22.190459+02:00 localhost kernel: [11488.192443] Trying 10/HALF
2011-05-16T22:43:22.190479+02:00 localhost kernel: [11488.192450] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:23.193783+02:00 localhost kernel: [11489.195886] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:24.197116+02:00 localhost kernel: [11490.199319] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:25.200478+02:00 localhost kernel: [11491.202781] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:26.203783+02:00 localhost kernel: [11492.206177] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:27.207115+02:00 localhost kernel: [11493.209621] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:28.210458+02:00 localhost kernel: [11494.213036] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:29.213782+02:00 localhost kernel: [11495.216478] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:30.217115+02:00 localhost kernel: [11496.219906] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:31.220456+02:00 localhost kernel: [11497.223332] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:32.223782+02:00 localhost kernel: [11498.226773] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:33.227116+02:00 localhost kernel: [11499.230206] Trying 10/HALF
2011-05-16T22:43:33.227136+02:00 localhost kernel: [11499.230213] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:34.230457+02:00 localhost kernel: [11500.233631] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:35.233781+02:00 localhost kernel: [11501.237064] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:36.237115+02:00 localhost kernel: [11502.240499] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:37.240487+02:00 localhost kernel: [11503.243952] tg3 0000:03:00.0: eth0: Link is down
Yes, it is rsyslog instead of syslog-ng because I use systemd. But I don't think systemd should interfere with laptop-mode-tools. I also laptop-mode-tools through the rc-script since I didn't see a systemd service file but I don't see any chance of being the cause there either.
When I plug it in again laptop mode tools goes into AC mode and the stream of "Link is down"-messages stops.
Unloading the tg3 module also helps stopping that messages but that is obviously not a solution since I don't want to manually load the module every time I want to use a lan cable.
Is this "Trying 10/HALF" the cause? Is this 10 mbit with half duplex and somehow the card doesn't like this?
edit: Yes, the throttling is the problem.
In /etc/laptop-mode/conf.d/ethernet.conf I set BATT_THROTTLE_ETHERNET=0 and the problem is gone.
Last edited by Cdh (2011-05-17 07:26:59)

Hi,
Today I installed laptop-mode-tools and started the daemon. Power consumption really is lower, so I rather keep it running.
Everything is fine when on AC but when unplugging it from the power the kernel starts spamming the syslog:
2011-05-16T22:43:06.137119+02:00 localhost kernel: [11472.137548] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:07.140457+02:00 localhost kernel: [11473.140969] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:08.143784+02:00 localhost kernel: [11474.144418] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:09.147118+02:00 localhost kernel: [11475.147850] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:10.150459+02:00 localhost kernel: [11476.151266] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:11.153784+02:00 localhost kernel: [11477.154701] Trying 10/HALF
2011-05-16T22:43:11.153804+02:00 localhost kernel: [11477.154709] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:12.157117+02:00 localhost kernel: [11478.158138] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:13.160457+02:00 localhost kernel: [11479.161564] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:14.163784+02:00 localhost kernel: [11480.164996] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:15.167117+02:00 localhost kernel: [11481.168435] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:16.170459+02:00 localhost kernel: [11482.171860] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:17.173784+02:00 localhost kernel: [11483.175293] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:18.177117+02:00 localhost kernel: [11484.178730] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:19.180479+02:00 localhost kernel: [11485.182191] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:20.183783+02:00 localhost kernel: [11486.185587] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:21.187116+02:00 localhost kernel: [11487.189031] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:22.190459+02:00 localhost kernel: [11488.192443] Trying 10/HALF
2011-05-16T22:43:22.190479+02:00 localhost kernel: [11488.192450] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:23.193783+02:00 localhost kernel: [11489.195886] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:24.197116+02:00 localhost kernel: [11490.199319] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:25.200478+02:00 localhost kernel: [11491.202781] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:26.203783+02:00 localhost kernel: [11492.206177] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:27.207115+02:00 localhost kernel: [11493.209621] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:28.210458+02:00 localhost kernel: [11494.213036] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:29.213782+02:00 localhost kernel: [11495.216478] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:30.217115+02:00 localhost kernel: [11496.219906] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:31.220456+02:00 localhost kernel: [11497.223332] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:32.223782+02:00 localhost kernel: [11498.226773] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:33.227116+02:00 localhost kernel: [11499.230206] Trying 10/HALF
2011-05-16T22:43:33.227136+02:00 localhost kernel: [11499.230213] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:34.230457+02:00 localhost kernel: [11500.233631] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:35.233781+02:00 localhost kernel: [11501.237064] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:36.237115+02:00 localhost kernel: [11502.240499] tg3 0000:03:00.0: eth0: Link is down
2011-05-16T22:43:37.240487+02:00 localhost kernel: [11503.243952] tg3 0000:03:00.0: eth0: Link is down
Yes, it is rsyslog instead of syslog-ng because I use systemd. But I don't think systemd should interfere with laptop-mode-tools. I also laptop-mode-tools through the rc-script since I didn't see a systemd service file but I don't see any chance of being the cause there either.
When I plug it in again laptop mode tools goes into AC mode and the stream of "Link is down"-messages stops.
Unloading the tg3 module also helps stopping that messages but that is obviously not a solution since I don't want to manually load the module every time I want to use a lan cable.
Is this "Trying 10/HALF" the cause? Is this 10 mbit with half duplex and somehow the card doesn't like this?
edit: Yes, the throttling is the problem.
In /etc/laptop-mode/conf.d/ethernet.conf I set BATT_THROTTLE_ETHERNET=0 and the problem is gone.
Last edited by Cdh (2011-05-17 07:26:59)

Similar Messages

  • [SOLVED] Kernel 4.0 with Radeon HD problem: Purple Line

    Hi All,
    This is my first post on the Arch forums! and probably going to get flamed a bit too as this is not an Arch specific problem. I am just hoping you guys will be able to help point me in to the right direction. The reason I am posting here on the Arch forums as it does affect Arch Linux now the kernel package has ticked over to 4.0.
    The problem, is that after updating to Kernel 4.0, there is now a vertical purple line on the left hand side of my screen as soon as X is started - when using HDMI. I believe the problem lies in the Kernel, how would I go about reporting a potential kernel bug and what kind of logs (and how) would they expect me to provide?
    My hardware (Radeon HD 6570):
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 6570/7570/8550]
    It works perfectly on 3.19 but 4.0 and 4.1-rc the purple line is present. In addition to the purple line, the display is not quite as crisp - slightly blurry.
    I am using open source drivers - I have tried Mesa 10.5 and 10.6 (development) makes no difference.
    Have tried on both Arch Linux and Linux Mint - again distro makes no difference.
    Only happens when using HDMI out, VGA is fine.
    Image: https://lh3.googleusercontent.com/-i_dX … 203014.jpg
    Any help would be greatly appreciated
    RESOLUTION: Bug Report @ kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=97561
    WORKAROUND:
    xrandr --output HDMI-0 --auto --set audio off
    PS. I learnt a lot moving to Arch... great distro!!
    Last edited by rlees85 (2015-04-30 21:11:10)

    I'm also having video issues since updating to kernel 4.0.1.  A lot of video tearing and "glitching".  I have a Radeon card as well:
    $ lspci | grep Radeon
    05:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Venus XTX [Radeon HD 8890M / R9 M275X] (rev ff)
    I'm going to try and downgrade my kernel to confirm if that's the cause.  There weren't many other packages that upgraded, though...
    **EDIT**  The kernel is definitely the issue, or at least something conflicting with the kernel.  I'm having bad luck.  This is the second package upgrade in a week to make my system screwy (wpa_supplicant being the first). 
    Unfortunately, I'm not real sure myself on how to go about filing an effective bug report.  Once more info on that is forthcoming, I'll re-upgrade my kernel and provide any relevant logs, etc.  Or file a separate report if the issues aren't closely related.  Thanks!
    Last edited by Forgotten Path (2015-04-29 20:48:07)

  • Problems with shutting down the laptop and speakers

    it is not always the case but most of the times it happens that my hp speakers do not work  most of the timesand secondly i cannot signout the laptop whenever i try to do so as when i click the option it is not likely to work and then screen gets blank and then i have to forcefully shut down with the power button. my product os HP PAVILION G6 NOTEBOOK PC AND WINDOWS 8 .
    Product name: HP Pavilion g6 Notebook PC
    Product number: D5N05EA#A2N
    Windows 8 Single Language 64-bit

    Hi faizraja,
    Thank you for your query,  I will do my best to assist you.
    I grasp that it will not shutdown from the menu options and the speakers don't work most of the time.
    I would try a Refresh Your PC to Resolve Problems (Windows 8). Just to be on the safe side, I suggest backing up your personal files to prevent loss.
    Here is a link to  No Sound from Speakers (Windows 8) to assist with the speaker issue. Are you accidentally muting your system?  Here is a link to HP Pavilion g6 Notebook PC Maintenance and Service Guide, please not page 12 item 3 for this option.
    If this has not helped, I suggest you do a recovery back to factory. Performing an HP System Recovery (Windows 8).
    You will receive a prompt to backup your personal data to prevent loss. If you have not done one recently, I suggest you do one now.
    Restoring Files that were Backed Up Using HP Recovery Manager (Windows 8)
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • SOLVED: Limit default view with Multiple non-destructive filters mode

    This was solved:
    I deleted the { subPaths: "word" } within my dataset. The dataset was pulling and displaying the subpath content which I don't need.
    ==================================================================
    Hi,
    I’m using the Multiple Filters Mode Sample to filter headlines in my xml file by the keywords associated with them.
    My question is, with no filters selected, how do you display only one headline for the default view? So, instead of the <headline> node repeating itself for every keyword within that node, it just displays one headline. I just want to display only one headline instead of repeating the headline based on the amount of keywords associated with it.
    If you view the donut example given a donut is displayed for every topping associated with it.
    I’m not as experienced with JS but I thought that if I create an array of all the possible keyword combinations and then use an if-then to display just one combination then it might work. The problem is that the amount of keywords will grow with time. I might amass 15-20 keywords in the next month, so an array might not be practical.
    Also, my “Remove All Filters” doesn’t work. The debugger is giving me an error that states: ‘documents.forms.0.noneCB’ is null or not an object -This would mean that the checkbox has not been selected is this correct?
    I’ve included the code and my xml data below. Any assistance would be greatly appreciated!
    <html>
    <head>
    <script language="JavaScript" type="text/javascript" src="/SpryAssets/xpath.js"></script>
    <script language="JavaScript" type="text/javascript" src="/SpryAssets/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript" src="/SpryAssets/SpryDataExtensions.js"></script>
    <script type="text/javascript">
    <!--
    var dsHeadlines = new Spry.Data.XMLDataSet("headlines_test.xml", "/headlines/headline", { subPaths: "word" });
    function ffNone(ds, row, index){ return (row.word == "None") ? row : null; };
    function ffJudicial(ds, row, index){ return (row.word == "Judicial leadership") ? row : null; };
    function ffProBono(ds, row, index){ return (row.word == "Pro bono") ? row : null; };
    function ffHearings(ds, row, index){ return (row.word == "ATJ hearings and events") ? row : null; };
    function ffCreation(ds, row, index){ return (row.word == "ATJ entities creation and structure") ? row : null; };
    function ToggleFilter(enable, f)
                if (enable)
                            dsHeadlines.addFilter(f, true);
                else
                            dsHeadlines.removeFilter(f, true);
    function RemoveAllFilters()
                document.forms[0]["noneCB"].checked = false;
                document.forms[0]["judicialCB"].checked = false;
                document.forms[0]["probonoCB"].checked = false;
                document.forms[0]["hearingsCB"].checked = false;
                document.forms[0]["creationCB"].checked = false;
                dsHeadlines.removeAllFilters(true);
    -->
    </script>
    </head>
    <body>
                <div class="liveSample" style="float: left; margin-bottom: 4px;">
                <form action="">
                <p>Select any of the following:</p>
                <ul style="list-style:none">
                    <li><label><input name="noneCB" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffNone);" />None</label></li>
                    <li><label><input name="judicialCB" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffJudicial);" />Judicial leadership</label></li>
                    <li><label><input name="probonoCB" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffProBono);" />Pro Bono</label></li>
                    <li><label><input name="hearingsCB" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffHearings);" />ATJ hearings/events</label></li>
                    <li><label><input name="creationCB" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffCreation);" />ATJ entities: creation and structure</label></li>
    </ul>
                <p><label>Filter Mode: <select onchange="dsHeadlines.setFilterMode(this.value, true);"><option value="and" selected="selected">-- AND --</option><option value="or">-- OR --</option></select></label>
                <input type="button" value="Remove All Filters" onclick="RemoveAllFilters();" /></p>
                </form>
                </div>
                <div spry:region="dsHeadlines">
                    <table>
                        <tr><th>Title</th><th>Date</th><th>State</th></tr>
                        <tr spry:repeat="dsHeadlines"><td valign="top"><a href="{hyperlink}">{title}</a><p></p></td><td valign="top">{date}</td><td valign="top">{state}</td></tr>
                    </table>
                </div>
    </body>
    </html>
    <?xml version="1.0" encoding="UTF-8"?>
    <headlines>
      <headline>
        <id>1</id>
        <title>
          <![CDATA[Save the date! 2009 National Meeting of State Access to Justice Chairs will take place in Orlando in Saturday, May 16, 2009. Invitations will be mailed out in late January.]]>
        </title>
        <hyperlink>
          <![CDATA[http://www.abanet.org/legalservices/sclaid/atjresourcecenter/annualmeeting.html]]>
        </hyperlink>
        <state>FL</state>
        <date>20090516</date>
        <word id="0001">None</word>
      </headline>
      <headline>
        <id>2</id>
        <title>
          <![CDATA[ABA Day in Washington. ABA Day legislative visits on April 21-22 will focus solely on access to justice issues. Register and receive materials, training, and schedule of events free before March 14 at: http://www.abanet.org/poladv/abaday09/.]]>
        </title>
        <hyperlink>
          <![CDATA[http://www.abanet.org/poladv/abaday09/]]>
        </hyperlink>
        <state>DC</state>
        <date>20090421</date>
        <word id="0002">Pro bono</word>
        <word id="0004">ATJ hearings and events</word>
        <word id="0005">Judicial leadership</word>
      </headline>
      <headline>
        <id>3</id>
        <title>
          <![CDATA[North Carolina Bar Association and North Carolina Bar Association Foundation host second annual 4ALL Statewide Service Day ask-a-lawyer event at five call centers around the state. (3/6/2009)]]>
        </title>
        <hyperlink>
          <![CDATA[http://www.4allnc.org/]]>
        </hyperlink>
        <state>NC</state>
        <date>20090306</date>
        <word id="0002">Pro bono</word>
      </headline>
      <headline>
        <id>4</id>
        <title>
          <![CDATA[Wyoming Access to Justice Commission holds its first meeting. (2/27/2009)]]>
        </title>
        <hyperlink>
          <![CDATA[http://www.nlada.org/DMS/Documents/1236184561.24/AJC%20Appointing%20Order%202009.pdf]]>
        </hyperlink>
        <state>WY</state>
        <date>20090227</date>
        <word id="0003">ATJ entities creation and structure</word>
      </headline>
      <headline>
        <id>5</id>
        <title>
          <![CDATA[Tennessee’s Supreme Court launches Access to Justice Campaign with the first in a series of public hearings. (2/26/2009)]]>
        </title>
        <state>TN</state>
        <date>20090226</date>
        <word id="0003">ATJ entities creation and structure</word>
        <word id="0004">ATJ hearings and events</word>
        <word id="0005">Judicial leadership</word>
      </headline>
    </headlines>

    1) I deleted bridge-utils, netcfg
    2) I edited /etc/hostapd/hostapd.conf:
    interface=wlan0
    #bridge=br0
    edited /etc/dnsmasq.conf:
    interface=wlan0
    dhcp-range=192.168.0.2,192.168.0.255,255.255.255.0,24h
    and edited /etc/rc.local:
    ifconfig wlan0 192.168.0.1 netmask 255.255.255.0
    ifconfig wlan0 up
    3) I added in autostart these daemons: hostapd, dnsmasq and iptables.
    Profit!

  • Autohibernate with pm-utils and laptop-mode

    Hi all,
    I know this is a frequent problem but I cannot find any solution around the web.
    I am using pm-utils and am able to suspend to disk and ram properly.
    Now I want to hibernate automatically based on battery condition of my laptop.
    I have installed acpi and laptop-mode-tool,  and both seem to work correctly, my battery status appear on conky, and every other events based on laptop-mode run smoothly.
    I even wrote an /etc/laptop-mode/auto-hibernate.conf according to this post https://bbs.archlinux.org/viewtopic.php?id=50702.
    But the problem is still there, the laptop doesn't autohibernate on low battery.
    If anyone has managed to autohibernate based on low battery, I will glad to know his/her solution,
    regards
    Last edited by capnion (2012-01-25 10:38:18)

    even if im not using the tools you pasted. this is what ive done (since my battery hardware is a bit shaky, i had to add some cornercases, which lead to me creating a new script).
    some bits have been taken from the web (notify-send function for example).
    see if it works for you. of course, input will be appreciated too!.
    #!/bin/bash
    # power management script for my crappy laptop
    #BAT_FILE='/proc/acpi/battery/BAT0/state'
    BAT_BASE='/sys/class/power_supply/BAT0/'
    BAT_FILE='/sys/class/power_supply/BAT0/voltage_now'
    PDIR="/run/"
    LCK_FILE=${PDIR}`basename $0`.pid
    SAFE_STATE='5000000'
    MIN_STATE='10000000'
    MAX_STATE='12500000'
    THRESHOLD='10500000'
    HIB_SECS=60
    notify() {
    # Usage: notify "title" "description" [options to pass to send-notify"
    title="$1"
    body="$2"
    shift 2
    opts="$*"
    # Send messages to users listed by the 'users' command, but only once
    # Maybe sh has a better way of doing set operations, but this works:
    SENT=""
    for USER in $(users); do
    case $SENT in
    "$USER") ;;
    *" $USER") ;;
    "$USER "*) ;;
    *" $USER "*) ;;
    # use 'su USER' to send the message
    *) SENT="$SENT $USER";DISPLAY=:0 su $USER -c "notify-send $opts \"$title\" \"$body\"" ;;
    esac
    done
    # test if we are root.
    if [ $EUID != 0 ]; then
    sudo "$0" "$@"
    exit $?
    fi
    #test if we are running already
    echo "LCK_FILE=$LCK_FILE"
    if [ -f "${LCK_FILE}" ]; then
    MYPID=`head -n 1 "${LCK_FILE}"`
    TEST_RUNNING=`ps -p ${MYPID}|grep ${MYPID}`
    if [ -z "${TEST_RUNNING}" ]; then
    #the process is not running
    echo $$ > "$LCK_FILE"
    else
    echo "`basename $0` is already running [${MYPID}]"
    exit 0
    fi
    else
    echo $$ > "$LCK_FILE"
    fi
    if [ -a "$BAT_BASE" ]; then
    PRESENT=$(cat ${BAT_BASE}/present)
    if [ $PRESENT == '0' ]; then
    echo "Battery not present!"
    rm "${LCK_FILE}"
    exit 0
    else
    CURR_STATE=$(cat ${BAT_BASE}/voltage_now)
    CHAR_STATE=$(cat ${BAT_BASE}/status)
    fi
    else
    echo "Something wrong, file missing!"
    rm "${LCK_FILE}"
    exit 1
    fi
    if [ $CURR_STATE -lt $SAFE_STATE ]; then
    echo "buggy batt, ignored result: $CURR_STATE"
    rm "${LCK_FILE}"
    exit 0
    fi
    if [ $CURR_STATE -lt $THRESHOLD ]; then
    if [ $CHAR_STATE != "Charging" ]; then
    echo "battery level low, hibernating in $HIB_SECS seconds"
    notify "BATTERY STATUS" "battery level low, hibernating in $HIB_SECS seconds. Connect to AC to cancel"
    sleep $HIB_SECS
    CHAR_STATE=$(cat ${BAT_BASE}/status)
    if [ $CHAR_STATE != "Charging" ]; then
    /usr/sbin/pm-hibernate
    # notify "BATTERY STATUS" "Comming out of hibernate!!"
    rm "${LCK_FILE}"
    exit 0
    fi
    notify "BATTERY STATUS" "Charger plugged. hibernate disabled"
    fi
    else
    echo "battery state: $CHAR_STATE"
    echo "battery level: $CURR_STATE"
    # notify "battery level:" "$CURR_STATE"
    fi
    rm "${LCK_FILE}"
    it is run by root every minute. it warns through notify-send one minute prior to hibernating, and aborts if the laptop was plugged within that minute.
    some variables should be tweaked for your battery
    EDIT: fixed a bug when testing if battery was being charged/discharged. added test for root.
    Last edited by eldragon (2012-01-25 14:33:40)

  • Ethernet/networking link down // AppleYukon2 - en0 link down

    *Massive writing into a Volume located on a NAS // Ethernet/networking link down // AppleYukon2 - en0 link down*
    Scenario
    Writing a massive data into a volume (sparsebundle) on a NAS (network attached store).
    *Problem / Error*
    Always during this process the Ethernet link down.
    Then the MAC OS X (10.5.6) freeze – no reset, no shutdown and no volume eject – after trying some clicks the spinning wheel comes and only soft reset or hard reset shutdown.
    *Technical Info*
    Wireless Device: Linksys - WRT54G firmware updated
    NAS/External Hard Drive: Iomega - Home Network HD firmware updated
    MacBook Pro // Mac OS X (10.5.6) // 2.2 GHz Intel Core 2 Duo // 2 GB
    Logs
    +LOG 1+
    Apr 8 18:56:30 wslyMac /System/Library/CoreServices/backupd[207]: Backup requested by user
    Apr 8 18:56:30 wslyMac /System/Library/CoreServices/backupd[207]: Starting standard backup
    Apr 8 18:56:36 wslyMac /System/Library/CoreServices/backupd[207]: Mounted network destination using URL: smb://admin@STORAGE-7AB4/TimeMachine
    Apr 8 18:56:36 wslyMac /System/Library/CoreServices/backupd[207]: Backup destination mounted at path: /Volumes/TimeMachine-1
    Apr 8 18:56:58 wslyMac kernel[0]: AppleYukon2: 00000000,00000001 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 18:57:07 wslyMac hdiejectd[231]: running
    Apr 8 18:57:08 wslyMac kernel[0]: jnl: disk1s2: replay_journal: from: 8088064 to: 15072256 (joffset 0x7d0000)
    Apr 8 18:57:25 wslyMac kernel[0]: jnl: disk1s2: journal replay done.
    Apr 8 18:57:25 wslyMac fseventsd[37]: event logs in /Volumes/TimeMachine_Backup/.fseventsd out of sync with volume. destroying old logs. (1989 18 2969)
    Apr 8 18:57:25 wslyMac /System/Library/CoreServices/backupd[207]: Disk image /Volumes/TimeMachine-1/wslyMac_001b63b30d6b.sparsebundle mounted at: /Volumes/TimeMachine_Backup
    Apr 8 18:57:25 wslyMac /System/Library/CoreServices/backupd[207]: Backing up to: /Volumes/TimeMachine_Backup/Backups.backupdb
    Apr 8 18:57:29 wslyMac fseventsd[37]: log dir: /Volumes/TimeMachine_Backup/.fseventsd getting new uuid: CBE196F1-1008-4BFB-8D4A-AD9504E68ACF
    Apr 8 18:57:59 wslyMac /System/Library/CoreServices/backupd[207]: Event store UUIDs don't match for volume: Macintosh HD
    Apr 8 18:58:00 wslyMac /System/Library/CoreServices/backupd[207]: No pre-backup thinning needed: 29.79 GB requested (including padding), 245.17 GB available
    Apr 8 19:20:31 wslyMac kernel[0]: AppleYukon2: 00000000,00000017 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 19:21:35 wslyMac kernel[0]: AppleYukon2: 00000000,0000001b sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 19:21:53 wslyMac kernel[0]: AppleYukon2: 00000000,0000001e sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 19:23:32 wslyMac kernel[0]: AppleYukon2: 00000000,00000004 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 19:23:37 wslyMac kernel[0]: AppleYukon2: 00000000,00000001 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 19:23:41 wslyMac kernel[0]: AppleYukon2: 00000000,00000011 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 19:25:32 wslyMac kernel[0]: smbiodsendall: Timed out waiting on the response for 0x32
    Apr 8 19:25:38 wslyMac kernel[0]: AppleYukon2: 00000000,000003e8 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket timedout
    Apr 8 19:32:07 localhost kernel[0]: npvhash=4095
    +LOG 2+
    Apr 8 22:03:19 wslyMac /System/Library/CoreServices/backupd[356]: Backup requested by user
    Apr 8 22:03:19 wslyMac /System/Library/CoreServices/backupd[356]: Starting standard backup
    Apr 8 22:03:19 wslyMac /System/Library/CoreServices/backupd[356]: Mounted network destination using URL: smb://admin@STORAGE-7AB4/TimeMachine
    Apr 8 22:03:19 wslyMac /System/Library/CoreServices/backupd[356]: Backup destination mounted at path: /Volumes/TimeMachine-1
    Apr 8 22:03:26 wslyMac /System/Library/CoreServices/backupd[356]: Disk image /Volumes/TimeMachine-1/wslyMac_001b63b30d6b.sparsebundle mounted at: /Volumes/TimeMachine_Backup
    Apr 8 22:03:26 wslyMac /System/Library/CoreServices/backupd[356]: Backing up to: /Volumes/TimeMachine_Backup/Backups.backupdb
    Apr 8 22:03:26 wslyMac /System/Library/CoreServices/backupd[356]: Ownership is disabled on the backup destination volume. Enabling.
    Apr 8 22:03:26 wslyMac KernelEventAgent[35]: tid 00000000 received unknown event (256)
    Apr 8 22:03:27 wslyMac /System/Library/CoreServices/backupd[356]: Event store UUIDs don't match for volume: Macintosh HD
    Apr 8 22:08:22 wslyMac /System/Library/CoreServices/backupd[356]: Backup content size: 66.6 GB excluded items size: 44.6 GB for volume Macintosh HD
    Apr 8 22:08:22 wslyMac /System/Library/CoreServices/backupd[356]: No pre-backup thinning needed: 26.46 GB requested (including padding), 249.57 GB available
    Apr 8 22:08:22 wslyMac /System/Library/CoreServices/backupd[356]: Waiting for index to be ready (909 > 0)
    Apr 8 22:40:50 wslyMac kernel[0]: AppleYukon2: 00000000,0000009c sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 22:40:50 wslyMac kernel[0]: AppleYukon2: 00000000,00000008 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 22:40:50 wslyMac kernel[0]: AppleYukon2: 00000000,00000004 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    Apr 8 22:41:20 wslyMac kernel[0]: smbiodreconnect: Reconnected to STORAGE-7AB4
    Apr 8 22:41:49: --- last message repeated 1 time ---
    Apr 8 22:41:49 wslyMac kernel[0]: disk1s2: 0x48 (UNDEFINED).
    Apr 8 22:41:50 wslyMac kernel[0]:
    Apr 8 22:41:50: --- last message repeated 1 time ---
    Apr 8 22:41:50 wslyMac kernel[0]: jnl: disk1s2: dojnlio: strategy err 0x5
    Apr 8 22:41:50 wslyMac kernel[0]: jnl: disk1s2: end_transaction: only wrote 0 of 463360 bytes to the journal!
    Apr 8 22:41:50 wslyMac kernel[0]: smbiodreconnect: Reconnected to STORAGE-7AB4
    Apr 8 22:41:50 wslyMac fseventsd[39]: disk logger: failed to open output file /Volumes/TimeMachine_Backup/.fseventsd/00000000005a57d8 (Invalid argument). mount point /Volumes/TimeMachine_Backup/.fseventsd
    Apr 8 22:41:50 wslyMac kernel[0]: smbfssmb_reopenfile: Reopen 1a with open deny modes failed because the modify time has changed was 1239244850s 0ns now 1239244910s 0ns!
    Apr 8 22:41:50 wslyMac kernel[0]: smbfssmb_reopenfile: Warning: pid 360(diskimages-helpe) reopening of 1a failed with error 5
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in ci_ftruncate:ftruncate(53 /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A- AE37-350EFD1764B1/live.0.indexPostings, 131072) error:22
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in initPayload:ftruncate err: 22
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexGeneral in notify_lowspace:low space for device 234881029 (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)
    Apr 8 22:41:50 wslyMac mds[33]: (Error) Volume: LOW DISK SPACE device:234881029
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in ci_ftruncate:ftruncate(54 /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A- AE37-350EFD1764B1/live.0.indexPostings, 131072) error:22
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in initPayload:ftruncate err: 22
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in ci_ftruncate:ftruncate(48 /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98- 813F-46DA8DCFF8AF/live.0.indexPostings, 4096) error:22
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in initPayload:ftruncate err: 22
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in copyFileOrFd:error (22) opening 0.indexGroups
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in recoverIndex:Unrecoverable error: could not recover groups file (0.)
    Apr 8 22:41:50 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in CIMetaInfoCreate:Tried to create index when index already existed /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A- AE37-350EFD1764B1
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Error: (-50) SrcErr:NO Copying /Applications/Utilities/System Profiler.app/Contents/version.plist to /Volumes/TimeMachine_Backup/Backups.backupdb/wslyMac/2009-04-08-220327.inProgre ss/0788B97B-3F1C-4331-90E0-7FAE0EDDC3D1/Macintosh HD/Applications/Utilities/System Profiler.app/Contents
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Error: (-50) SrcErr:NO Copying /Applications/Utilities/System Profiler.app/Contents to /Volumes/TimeMachine_Backup/Backups.backupdb/wslyMac/2009-04-08-220327.inProgre ss/0788B97B-3F1C-4331-90E0-7FAE0EDDC3D1/Macintosh HD/Applications/Utilities/System Profiler.app
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Indexing a file failed. Returned -1132 for: /Applications/Utilities/System Profiler.app, /Volumes/TimeMachine_Backup/Backups.backupdb/wslyMac/2009-04-08-220327.inProgre ss/0788B97B-3F1C-4331-90E0-7FAE0EDDC3D1/Macintosh HD/Applications/Utilities/System Profiler.app
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Aborting backup because indexing of file failed.
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Stopping backup.
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Error: (-50) SrcErr:NO Copying /Applications/Utilities/System Profiler.app to /Volumes/TimeMachine_Backup/Backups.backupdb/wslyMac/2009-04-08-220327.inProgre ss/0788B97B-3F1C-4331-90E0-7FAE0EDDC3D1/Macintosh HD/Applications/Utilities
    Apr 8 22:41:50 wslyMac /System/Library/CoreServices/backupd[356]: Copied 1738 files (4.0 GB) from volume Macintosh HD.
    Apr 8 22:41:55 wslyMac /System/Library/CoreServices/backupd[356]: Backup canceled.
    Apr 8 22:41:56 wslyMac /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[117]: StatusMonitor::volumesChangedCallBack returned -47
    Apr 8 22:42:06: --- last message repeated 1 time ---
    Apr 8 22:42:06 wslyMac /System/Library/CoreServices/backupd[356]: Failed to eject volume /Volumes/TimeMachine_Backup (FSVolumeRefNum: -113; status: -47; dissenting pid: 0)
    Apr 8 22:42:06 wslyMac /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[117]: StatusMonitor::volumesChangedCallBack returned -47
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in ci_ftruncate:ftruncate(43 /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98- 813F-46DA8DCFF8AF/live.0.indexIds, 32768) error:22
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in openindexfile:ftruncate error: 22, size: 32768, live.0.indexIds
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in ContentIndexOpenBulk:Could not open /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98- 813F-46DA8DCFF8AF/live.0.; needs recovery
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in copyFileOrFd:error (22) opening 0.indexGroups
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in recoverIndex:Unrecoverable error: could not recover groups file (0.)
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98 -813F-46DA8DCFF8AF)(Error) IndexCI in CIMetaInfoCreate:Tried to create index when index already existed /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/B8028080-DC7D-4A98- 813F-46DA8DCFF8AF
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in copyFileOrFd:error (22) opening 0.indexGroups
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in recoverIndex:Unrecoverable error: could not recover groups file (0.)
    Apr 8 22:42:56 wslyMac mds[33]: (/Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A -AE37-350EFD1764B1)(Error) IndexCI in CIMetaInfoCreate:Tried to create index when index already existed /Volumes/TimeMachine_Backup/.Spotlight-V100/Store-V1/Stores/DE7D5030-E962-480A- AE37-350EFD1764B1
    Apr 8 22:50:21 localhost kernel[0]: npvhash=4095
    Apr 8 22:50:17 localhost com.apple.launchctl.System[2]: fsck_hfs: Volume is journaled. No checking performed.
    Apr 8 22:50:17 localhost com.apple.launchctl.System[2]: fsck_hfs: Use the -f option to force checking.
    Apr 8 22:50:21 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Apr 8 22:50:21 localhost com.apple.launchd[1] (com.apple.blued): Unknown key for boolean: EnableTransactions
    Apr 8 22:50:21 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Apr 8 22:50:21 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Apr 8 22:50:21 localhost DirectoryService[11]: Launched version 5.6 (v514.24)
    Apr 8 22:50:27 localhost kernel[0]: hi mem tramps at 0xffe00000
    Apr 8 22:50:22 localhost DirectoryService[11]: Improper shutdown detected
    Apr 8 22:50:27 localhost kernel[0]: PAE enabled
    Apr 8 22:50:27 localhost kernel[0]: 64 bit mode enabled
    Apr 8 22:50:27 localhost kernel[0]: Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
    Apr 8 22:50:27 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Apr 8 22:50:27 localhost kernel[0]: vmpagebootstrap: 511374 free pages and 12914 wired pages
    Apr 8 22:50:27 localhost kernel[0]: migtable_maxdispl = 79
    Apr 8 22:50:22 localhost kextd[10]: 417 cached, 0 uncached personalities to catalog
    Apr 8 22:50:27 localhost kernel[0]: 101 prelinked modules
    Apr 8 22:50:27 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Apr 8 22:50:27 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Apr 8 22:50:27 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
    Apr 8 22:50:27 localhost kernel[0]: calling mpopolicyinit for TMSafetyNet
    Apr 8 22:50:27 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Apr 8 22:50:27 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
    Apr 8 22:50:27 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
    Apr 8 22:50:27 localhost kernel[0]: calling mpopolicyinit for mb
    Apr 8 22:50:27 localhost kernel[0]: Seatbelt MACF policy initialized
    Apr 8 22:50:27 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
    Apr 8 22:50:27 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Apr 8 22:50:27 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Apr 8 22:50:27 localhost kernel[0]: MAC Framework successfully initialized
    Apr 8 22:50:27 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers
    Apr 8 22:50:27 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Apr 8 22:50:27 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Apr 8 22:50:27 localhost kernel[0]: mbinit: done
    Apr 8 22:50:27 localhost kernel[0]: Security auditing service present
    Apr 8 22:50:27 localhost kernel[0]: BSM auditing present
    Apr 8 22:50:27 localhost kernel[0]: rooting via boot-uuid from /chosen: 402D8D77-0836-3192-8A63-554D726141DC
    Apr 8 22:50:27 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Apr 8 22:50:27 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001e52fffe3817fa; max speed s800.
    Apr 8 22:50:27 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/FUJITSU MHY2120BH Media/IOGUIDPartitionScheme/Customer@2
    Apr 8 22:50:27 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Apr 8 22:50:27 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 15129600 to: 2979328 (joffset 0x7d01000)
    Apr 8 22:50:27 localhost kernel[0]: [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
    Apr 8 22:50:27 localhost kernel[0]: [Bluetooth::CSRHIDTransition] transition complete.
    Apr 8 22:50:27 localhost kernel[0]: [HCIController][configurePM] power parent ready after 1 tries
    Apr 8 22:50:27 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
    Apr 8 22:50:27 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Apr 8 22:50:27 localhost kernel[0]: HFS: Removed 4 orphaned unlinked files or directories
    Apr 8 22:50:27 localhost kernel[0]: Jettisoning kernel linker.
    Apr 8 22:50:27 localhost kernel[0]: Resetting IOCatalogue.
    Apr 8 22:50:27 localhost kernel[0]: GFX0: family specific matching fails
    Apr 8 22:50:27 localhost kernel[0]: Matching service count = 1
    Apr 8 22:50:27 localhost kernel[0]: Matching service count = 2
    Apr 8 22:50:27: --- last message repeated 4 times ---
    Apr 8 22:50:27 localhost kernel[0]: Previous Shutdown Cause: 5
    Apr 8 22:50:27 localhost kernel[0]: NVDANV50HAL loaded and registered.
    Apr 8 22:50:27 localhost kernel[0]: GFX0: family specific matching fails
    Apr 8 22:50:27 localhost kernel[0]: ath_attach: devid 0x24
    Apr 8 22:50:27 localhost kernel[0]: Override HT40 CTL Powers. EEPROM Version is 14.4, Device Type 5
    Apr 8 22:50:27 localhost kernel[0]: mac 12.10 phy 8.1 radio 12.0
    Apr 8 22:50:27 localhost kernel[0]: GFX0: family specific matching fails
    Apr 8 22:50:27: --- last message repeated 1 time ---
    Apr 8 22:50:27 localhost kernel[0]: Matching service count = 0
    Apr 8 22:50:27 localhost kernel[0]: yukon: Ethernet address 00:1b:63:b3:0d:6b
    Apr 8 22:50:27 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:1e:52:71:2c:52
    Apr 8 22:50:30 localhost mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[16]: starting
    Apr 8 22:50:30 localhost fseventsd[38]: event logs in /.fseventsd out of sync with volume. destroying old logs. (3603 22 3778)
    Apr 8 22:50:30 localhost rpc.statd[30]: statd.notify - no notifications needed
    Apr 8 22:50:31 localhost kernel[0]: AirPort: Link Down on en1
    Apr 8 22:50:30 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[33]: Login Window Application Started -- Threaded auth
    Apr 8 22:50:30 localhost fseventsd[38]: log dir: /.fseventsd getting new uuid: B621E1D8-11D5-49D5-90F5-6E32BEDC8615
    Apr 8 22:50:30 localhost bootlog[45]: BOOT_TIME: 1239241808 0
    Apr 8 22:50:30 localhost blued[46]: Apple Bluetooth daemon started.
    Apr 8 22:50:31 wslyMac configd[14]: setting hostname to "wslyMac.local"
    Apr 8 22:50:33 wslyMac kernel[0]: AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0
    Apr 8 22:50:35 wslyMac org.ntp.ntpd[26]: Error : nodename nor servname provided, or not known
    Apr 8 22:50:35 wslyMac ntpdate[60]: can't find host time.apple.com
    Apr 8 22:50:35 wslyMac ntpdate[60]: no servers can be used, exiting
    Apr 8 22:50:39 wslyMac kernel[0]: IOHIDSystem: Seize of IOHIDPointing failed.
    Apr 8 22:50:39 wslyMac kernel[0]: IOHIDSystem: Seize of IOHIDEventDriver failed.
    Apr 8 22:50:39 wslyMac kextd[10]: writing kernel link data to /var/run/mach.sym
    Apr 8 22:50:43 wslyMac /usr/sbin/ocspd[75]: starting
    Apr 8 22:50:43 wslyMac com.apple.SystemStarter[28]: Starting HP IO Monitor
    Apr 8 22:50:43 wslyMac com.apple.SystemStarter[28]: Starting HP Trap Monitor
    Apr 8 22:50:43 wslyMac com.apple.SystemStarter[28]: /Library/StartupItems/HP Trap Monitor/HP Trap Monitor: line 15: /Library/Printers/hp/hpio/HPIO Trap Monitor.app/Contents/MacOS/HPIO Trap Monitor: No such file or directory
    Apr 8 22:50:46 wslyMac loginwindow[33]: Login Window Started Security Agent
    Apr 8 22:52:36 wslyMac authorizationhost[95]: MechanismInvoke 0x125de0 retainCount 2
    Apr 8 22:52:36 wslyMac SecurityAgent[96]: MechanismInvoke 0x101660 retainCount 1
    Apr 8 22:52:37 wslyMac SecurityAgent[96]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Apr 8 22:52:37 wslyMac loginwindow[33]: Login Window - Returned from Security Agent
    Apr 8 22:52:37 wslyMac SecurityAgent[96]: MechanismDestroy 0x101660 retainCount 1
    Apr 8 22:52:37 wslyMac authorizationhost[95]: MechanismDestroy 0x125de0 retainCount 2
    Apr 8 22:52:37 wslyMac loginwindow[33]: USER_PROCESS: 33 console
    Apr 8 22:52:37 wslyMac com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[91]): Exited: Terminated
    Apr 8 22:52:37 wslyMac com.apple.launchd[108] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions
    Apr 8 22:52:42 wslyMac Dock[118]: _DESCRegisterDockExtraClient failed 268435459
    Apr 8 22:52:44 wslyMac /System/Library/CoreServices/coreservicesd[56]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(wsly Hiroyuki Mompean Ueda's Public Folder) returned -14135
    Apr 8 22:53:02 wslyMac /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 24]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
    Apr 8 22:53:02 wslyMac /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[1 24]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
    Apr 8 22:54:42 wslyMac kernel[0]: AppleYukon2 - en0 link down
    Apr 8 22:54:46 wslyMac kernel[0]: AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0
    Apr 8 22:54:52 wslyMac kernel[0]: AppleYukon2 - en0 link down
    Apr 8 22:54:53 wslyMac kernel[0]: AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0

    I've had this problem with this computer as soon as I remember starting to use it.
    You should have taken it back to apple immediately.
    You need to try a clean install of the OS.. yosemite has known bugs especially with the wireless and if you upgrade installed the OS it can just get worse.
    You should do a clone of the hard disk and a Time Machine backup etc.. to make sure you don't lose files.. but a clean install will at least show if it is driver issue or actual faulty hardware. Is the laptop still in warranty / Applecare.. if so return it to apple for checking.

  • [SOLVED] Broadcom wireless BCM4322 with b43 no connection (recently)

    Hi there,
    recently (not sure when exactly, as my Notebook is mostly docked with ethernet LAN) my wireless stopped connecting to different routers. This came to my attention about 3 weeks ago.
    My wireless card is a Broadcom, see
    $ lspci -vnn | grep 14e4
    0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
    and used to run just fine using the b43 driver blacklisting the b43legacy. Now wireless stopped working, and I am not able to connect to networks either protected by WPA/2 or even WEP, somehow the authentication fails.
    I am using NetworkManager with Gnome 3.4.2 and re-installed the b43-firmware from AUR today
    $ uname -a
    Linux Spiff 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64 GNU/Linux
    $ pacman -Qi networkmanager
    Name : networkmanager
    Version : 0.9.6.0-1
    $ pacman -Qi b43-firmware
    Name : b43-firmware
    Version : 5.100.138-2
    URL : http://linuxwireless.org/en/users/Drivers/b43
    Depends On : linux>=3.2
    Installed Size : 1052,00 KiB
    Architecture : any
    Build Date : Mi 12 Sep 2012 13:27:09 CEST
    Install Date : Mi 12 Sep 2012 13:27:13 CEST
    Install Reason : Explicitly installed
    Description : Firmware for Broadcom B43 wireless networking chips
    I switched from initscripts to systemd somewhere in July, but not sure if it is coincidence, as all modules still load fine, and I can see SSIDs as before.
    $ dmesg | grep b43
    [ 1672.938354] b43-phy1: Broadcom 4322 WLAN found (core revision 16)
    [ 1673.004863] Registered led device: b43-phy1::tx
    [ 1673.004881] Registered led device: b43-phy1::rx
    [ 1673.004901] Registered led device: b43-phy1::radio
    [ 1700.930077] b43-phy1: Loading firmware version 666.2 (2011-02-23 01:15:07)
    $ lsmod | grep b43
    b43 353762 0
    ssb 49827 1 b43
    pcmcia 35785 2 b43,ssb
    bcma 25146 1 b43
    mac80211 416391 1 b43
    mmc_core 81526 4 b43,ssb,sdhci,sdhci_pci
    cfg80211 173210 2 b43,mac80211
    I started the NetworkManager from the console and attached the log (excerpt, see full debug log with link below)
    NetworkManager[2572]: <info> Config: set interface ap_scan to 1
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: authenticating -> disconnected
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: authenticating -> disconnected
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: authenticating -> disconnected
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    NetworkManager[2572]: <warn> Activation (wlan0/wireless): association took too long.
    NetworkManager[2572]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    NetworkManager[2572]: <warn> Activation (wlan0/wireless): asking for new secrets
    NetworkManager[2572]: <info> (wlan0): supplicant interface state: scanning -> disconnected
    NetworkManager[2572]: <warn> Couldn't disconnect supplicant interface: This interface is not connected.
    NetworkManager[2572]: <warn> No agents were available for this request.
    NetworkManager[2572]: <info> (wlan0): device state change: need-auth -> failed (reason 'no-secrets') [60 120 7]
    NetworkManager debug log
    Google resp. searching the forums did not give me a clue. However I switched to the broadcom-wl driver, and now wireless is working again. Nevertheless I would like to use the b43 driver, mainly for the reason that my neighborhood is quite busy with WLAN, and I like to run my router on channel 13, but the broadcom-wl driver only seems to support channel 1-11 in contrast to the b43 driver; also b43 is the OpenSource recommended one, according to the wiki.
    Any help or ideas is appreciated. Thanks in advance, best regards,
    christoph
    Last edited by roepi (2013-11-24 18:43:55)

    Koven wrote:My only limitation right now is that I can't connect to any hidden ESSID network
    Hmmm, my limitation with the wl driver is, that channel 12/13 is not supported. As far as I found out there is no way to make it work, as the driver itself does not support it.
    Koven wrote:Wiki says b43 is supported for BCM4322 but if you go to the link they give you it says it's not supported.
    On the b43 Linux Wireless site as well as in the wiki the BCM4322 [14e4:432b] is listed as "Not in kernel26-lts" and "partially in 2.6.39+". Where did you find it is not supported at all?
    However it used to work on my machine month ago flawlessly with the b43 driver, but somehow stopped working. That's why.

  • [SOLVED] kernel crash with PCI wifi card

    HI,
    I id install and start to use arch just two weeks ago :-)
    I was able to solve problems until now.
    I am not sure if this is problem of arch kernel, maybe it will be general.
    I did insert PCI wifi card to my PC with arch. Card is Z-COM XI-626 : LAST LINE:
    lspci
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
    00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
    00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b5)
    00:1c.7 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation H67 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    03:00.0 IDE interface: VIA Technologies, Inc. VT6415 PATA IDE Host Controller
    04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    06:00.0 PCI bridge: ASMedia Technology Inc. ASM108x PCIe to PCI Bridge Controller (rev 01)
    07:00.0 Network controller: Intersil Corporation ISL3874 [Prism 2.5]/ISL3872 [Prism 3] (rev 01)
    It start to work very nicely, I could connect to the network with NetworkManager in gnome.
    BUT
    after while connection is not working.
    the is in message LOG:
    Dec 6 07:53:09 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
    Dec 6 07:53:09 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 4 of 5 (IP6 Configure Timeout) complete.
    Dec 6 07:53:09 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started...
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> Policy set 'Auto moje_wifi' (wlan0) as default for IPv4 routing and DNS.
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> Activation (wlan0) successful, device activated.
    Dec 6 07:53:10 localhost NetworkManager[686]: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.
    Dec 6 07:53:10 localhost dbus[661]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Dec 6 07:53:10 localhost dbus[661]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Dec 6 08:02:58 localhost kernel: [ 1889.872241] Pid: 0, comm: swapper Tainted: G C 3.1.4-1-ARCH #1
    Dec 6 08:02:58 localhost kernel: [ 1889.872243] Call Trace:
    Dec 6 08:02:58 localhost kernel: [ 1889.872244] <IRQ> [<ffffffff810c6cfd>] __report_bad_irq+0x3d/0xe0
    Dec 6 08:02:58 localhost kernel: [ 1889.872252] [<ffffffff810c713d>] note_interrupt+0x14d/0x210
    Dec 6 08:02:58 localhost kernel: [ 1889.872255] [<ffffffff810c5079>] handle_irq_event_percpu+0xc9/0x2a0
    Dec 6 08:02:58 localhost kernel: [ 1889.872257] [<ffffffff810c5298>] handle_irq_event+0x48/0x70
    Dec 6 08:02:58 localhost kernel: [ 1889.872259] [<ffffffff810c7a7a>] handle_fasteoi_irq+0x5a/0xe0
    Dec 6 08:02:58 localhost kernel: [ 1889.872262] [<ffffffff81016992>] handle_irq+0x22/0x40
    Dec 6 08:02:58 localhost kernel: [ 1889.872265] [<ffffffff8140d01a>] do_IRQ+0x5a/0xe0
    Dec 6 08:02:58 localhost kernel: [ 1889.872268] [<ffffffff81409c6e>] common_interrupt+0x6e/0x6e
    Dec 6 08:02:58 localhost kernel: [ 1889.872269] <EOI> [<ffffffff8131d3aa>] ? poll_idle+0x3a/0x80
    Dec 6 08:02:58 localhost kernel: [ 1889.872273] [<ffffffff8131d383>] ? poll_idle+0x13/0x80
    Dec 6 08:02:58 localhost kernel: [ 1889.872275] [<ffffffff8131d756>] cpuidle_idle_call+0xc6/0x350
    Dec 6 08:02:58 localhost kernel: [ 1889.872277] [<ffffffff81013229>] cpu_idle+0xc9/0x120
    Dec 6 08:02:58 localhost kernel: [ 1889.872280] [<ffffffff813e6912>] rest_init+0x96/0xa4
    Dec 6 08:02:58 localhost kernel: [ 1889.872282] [<ffffffff8194fc15>] start_kernel+0x3bf/0x3cc
    Dec 6 08:02:58 localhost kernel: [ 1889.872285] [<ffffffff8194f347>] x86_64_start_reservations+0x132/0x136
    Dec 6 08:02:58 localhost kernel: [ 1889.872287] [<ffffffff8194f140>] ? early_idt_handlers+0x140/0x140
    Dec 6 08:02:58 localhost kernel: [ 1889.872289] [<ffffffff8194f44d>] x86_64_start_kernel+0x102/0x111
    Dec 6 08:03:05 localhost NetworkManager[686]: <info> (wlan0): roamed from BSSID 00:19:0A:01:1A:66 (moje_wifi) to (none) ((none))
    Dec 6 08:03:05 localhost kernel: [ 1896.943757] wlan0: interrupt delivery does not seem to work
    Dec 6 08:03:07 localhost kernel: [ 1898.942477] wlan0: interrupt delivery does not seem to work
    Dec 6 08:03:10 localhost kernel: [ 1902.180399] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:12 localhost kernel: [ 1904.179118] wlan0: interrupt delivery does not seem to work
    Dec 6 08:03:14 localhost kernel: [ 1906.177838] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:16 localhost kernel: [ 1908.176557] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:18 localhost kernel: [ 1910.175277] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:20 localhost kernel: [ 1912.173997] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:22 localhost kernel: [ 1914.172716] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:24 localhost kernel: [ 1916.171436] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:26 localhost kernel: [ 1918.170157] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:28 localhost kernel: [ 1920.168875] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:30 localhost kernel: [ 1922.167595] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:32 localhost kernel: [ 1924.166315] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:32 localhost kernel: [ 1924.279547] ------------[ cut here ]------------
    Dec 6 08:03:32 localhost kernel: [ 1924.279553] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x257/0x260()
    Dec 6 08:03:32 localhost kernel: [ 1924.279555] Hardware name: System Product Name
    Dec 6 08:03:32 localhost kernel: [ 1924.279556] NETDEV WATCHDOG: wifi0 (hostap_pci): transmit queue 0 timed out
    Dec 6 08:03:32 localhost kernel: [ 1924.279558] Modules linked in: fuse ext2 mbcache snd_hda_codec_hdmi orinoco_pci orinoco cfg80211 snd_hda_codec_realtek i915 drm_kms_helper drm i2c_i801 hostap_pci hostap i2c_algo_bit i2c_core eeepc_wmi asus_wmi sparse_keymap rfkill psmouse pci_hotplug serio_raw snd_hda_intel mei(C) snd_hda_codec iTCO_wdt iTCO_vendor_support snd_hwdep snd_pcm snd_timer snd evdev r8169 mii pcspkr intel_agp intel_gtt button video lib80211 wmi processor soundcore snd_page_alloc btrfs zlib_deflate crc32c libcrc32c hid_a4tech usbhid hid sd_mod ahci pata_acpi libahci pata_via libata xhci_hcd ehci_hcd scsi_mod usbcore
    Dec 6 08:03:32 localhost kernel: [ 1924.279599] Pid: 0, comm: swapper Tainted: G C 3.1.4-1-ARCH #1
    Dec 6 08:03:32 localhost kernel: [ 1924.279600] Call Trace:
    Dec 6 08:03:32 localhost kernel: [ 1924.279602] <IRQ> [<ffffffff81061b9f>] warn_slowpath_common+0x7f/0xc0
    Dec 6 08:03:32 localhost kernel: [ 1924.279610] [<ffffffff81025047>] ? intel_pmu_enable_all+0xa7/0x110
    Dec 6 08:03:32 localhost kernel: [ 1924.279612] [<ffffffff81061c96>] warn_slowpath_fmt+0x46/0x50
    Dec 6 08:03:32 localhost kernel: [ 1924.279615] [<ffffffff8107e472>] ? __queue_work+0xe2/0x490
    Dec 6 08:03:32 localhost kernel: [ 1924.279617] [<ffffffff81364377>] dev_watchdog+0x257/0x260
    Dec 6 08:03:32 localhost kernel: [ 1924.279620] [<ffffffff81071e61>] run_timer_softirq+0x131/0x440
    Dec 6 08:03:32 localhost kernel: [ 1924.279622] [<ffffffff81364120>] ? qdisc_reset+0x50/0x50
    Dec 6 08:03:32 localhost kernel: [ 1924.279624] [<ffffffff8101c139>] ? read_tsc+0x9/0x20
    Dec 6 08:03:32 localhost kernel: [ 1924.279626] [<ffffffff810691c0>] __do_softirq+0xb0/0x270
    Dec 6 08:03:32 localhost kernel: [ 1924.279629] [<ffffffff81096158>] ? tick_dev_program_event+0x48/0x110
    Dec 6 08:03:32 localhost kernel: [ 1924.279631] [<ffffffff8109623f>] ? tick_program_event+0x1f/0x30
    Dec 6 08:03:32 localhost kernel: [ 1924.279634] [<ffffffff8140c76c>] call_softirq+0x1c/0x30
    Dec 6 08:03:32 localhost kernel: [ 1924.279637] [<ffffffff81016a15>] do_softirq+0x65/0xa0
    Dec 6 08:03:32 localhost kernel: [ 1924.279639] [<ffffffff810696ce>] irq_exit+0x9e/0xc0
    Dec 6 08:03:32 localhost kernel: [ 1924.279641] [<ffffffff8140d10e>] smp_apic_timer_interrupt+0x6e/0x99
    Dec 6 08:03:32 localhost kernel: [ 1924.279643] [<ffffffff8140afde>] apic_timer_interrupt+0x6e/0x80
    Dec 6 08:03:32 localhost kernel: [ 1924.279644] <EOI> [<ffffffff81279e9b>] ? intel_idle+0xcb/0x120
    Dec 6 08:03:32 localhost kernel: [ 1924.279649] [<ffffffff81279e7d>] ? intel_idle+0xad/0x120
    Dec 6 08:03:32 localhost kernel: [ 1924.279651] [<ffffffff8131d756>] cpuidle_idle_call+0xc6/0x350
    Dec 6 08:03:32 localhost kernel: [ 1924.279654] [<ffffffff81013229>] cpu_idle+0xc9/0x120
    Dec 6 08:03:32 localhost kernel: [ 1924.279657] [<ffffffff813e6912>] rest_init+0x96/0xa4
    Dec 6 08:03:32 localhost kernel: [ 1924.279659] [<ffffffff8194fc15>] start_kernel+0x3bf/0x3cc
    Dec 6 08:03:32 localhost kernel: [ 1924.279662] [<ffffffff8194f347>] x86_64_start_reservations+0x132/0x136
    Dec 6 08:03:32 localhost kernel: [ 1924.279664] [<ffffffff8194f140>] ? early_idt_handlers+0x140/0x140
    Dec 6 08:03:32 localhost kernel: [ 1924.279666] [<ffffffff8194f44d>] x86_64_start_kernel+0x102/0x111
    Dec 6 08:03:32 localhost kernel: [ 1924.279668] ---[ end trace 6f3b132eb24e1d2e ]---
    Dec 6 08:03:32 localhost kernel: [ 1924.279669] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:32 localhost kernel: [ 1924.279694] hostap_pci: wifi0: resetting card
    Dec 6 08:03:34 localhost kernel: [ 1926.278267] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:36 localhost kernel: [ 1928.163754] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:36 localhost kernel: [ 1928.276987] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:38 localhost kernel: [ 1930.162473] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:38 localhost kernel: [ 1930.222552] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:38 localhost kernel: [ 1930.262615] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:38 localhost kernel: [ 1930.262619] wifi0: Port type setting to 1 failed
    Dec 6 08:03:38 localhost kernel: [ 1930.275703] wifi0 Tx timed out! Resetting card
    Dec 6 08:03:40 localhost kernel: [ 1932.261129] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:40 localhost kernel: [ 1932.261131] wifi0: MAC port 0 enabling failed
    Dec 6 08:03:40 localhost kernel: [ 1932.261150] hostap_pci: wifi0: resetting card
    Dec 6 08:03:43 localhost kernel: [ 1934.463052] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:43 localhost kernel: [ 1934.463064] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:45 localhost kernel: [ 1936.461771] wifi0: interrupt delivery does not seem to work
    Dec 6 08:03:45 localhost kernel: [ 1936.501864] hostap_pci: wifi0: already resetting card - ignoring reset request
    Dec 6 08:03:45 localhost kernel: [ 1936.501866] wifi0: Port type setting to 1 failed
    Dec 6 08:03:45 localhost kernel: [ 1936.521925] wifi0: MAC port 0 enabling failed
    Dec 6 08:04:13 localhost kernel: [ 1964.923031] hostap_pci: wlan0: resetting card
    Dec 6 08:04:15 localhost kernel: [ 1967.125469] wlan0: interrupt delivery does not seem to work
    Dec 6 08:04:15 localhost kernel: [ 1967.125474] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:04:17 localhost kernel: [ 1969.124179] wifi0: interrupt delivery does not seem to work
    Dec 6 08:04:17 localhost kernel: [ 1969.164257] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:04:17 localhost kernel: [ 1969.164259] wlan0: Port type setting to 1 failed
    Dec 6 08:04:17 localhost kernel: [ 1969.184273] wlan0: MAC port 0 enabling failed
    Dec 6 08:06:13 localhost kernel: [ 2084.846529] hostap_pci: wlan0: resetting card
    Dec 6 08:06:15 localhost kernel: [ 2087.048638] wlan0: interrupt delivery does not seem to work
    Dec 6 08:06:15 localhost kernel: [ 2087.048649] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:06:17 localhost kernel: [ 2089.047356] wifi0: interrupt delivery does not seem to work
    Dec 6 08:06:17 localhost kernel: [ 2089.087406] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:06:17 localhost kernel: [ 2089.087407] wlan0: Port type setting to 1 failed
    Dec 6 08:06:17 localhost kernel: [ 2089.107404] wlan0: MAC port 0 enabling failed
    Dec 6 08:08:13 localhost kernel: [ 2204.769302] hostap_pci: wlan0: resetting card
    Dec 6 08:08:15 localhost kernel: [ 2206.971827] wlan0: interrupt delivery does not seem to work
    Dec 6 08:08:15 localhost kernel: [ 2206.971832] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:08:17 localhost kernel: [ 2208.970532] wifi0: interrupt delivery does not seem to work
    Dec 6 08:08:17 localhost kernel: [ 2209.010630] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:08:17 localhost kernel: [ 2209.010634] wlan0: Port type setting to 1 failed
    Dec 6 08:08:19 localhost kernel: [ 2211.009274] wlan0: interrupt delivery does not seem to work
    Dec 6 08:08:19 localhost kernel: [ 2211.009275] wlan0: MAC port 0 enabling failed
    Dec 6 08:10:13 localhost kernel: [ 2324.691574] hostap_pci: wlan0: resetting card
    Dec 6 08:10:15 localhost kernel: [ 2326.891711] wlan0: interrupt delivery does not seem to work
    Dec 6 08:10:15 localhost kernel: [ 2326.891716] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:10:17 localhost kernel: [ 2328.890393] wifi0: interrupt delivery does not seem to work
    Dec 6 08:10:17 localhost kernel: [ 2328.930472] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:10:17 localhost kernel: [ 2328.930473] wlan0: Port type setting to 1 failed
    Dec 6 08:10:17 localhost kernel: [ 2328.950482] wlan0: MAC port 0 enabling failed
    Dec 6 08:12:13 localhost kernel: [ 2444.616669] hostap_pci: wlan0: resetting card
    Dec 6 08:12:15 localhost kernel: [ 2446.818212] wlan0: interrupt delivery does not seem to work
    Dec 6 08:12:15 localhost kernel: [ 2446.818218] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:12:17 localhost kernel: [ 2448.816887] wifi0: interrupt delivery does not seem to work
    Dec 6 08:12:17 localhost kernel: [ 2448.856917] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:12:17 localhost kernel: [ 2448.856919] wlan0: Port type setting to 1 failed
    Dec 6 08:12:17 localhost kernel: [ 2448.876938] wlan0: MAC port 0 enabling failed
    Dec 6 08:14:13 localhost kernel: [ 2564.540113] hostap_pci: wlan0: resetting card
    Dec 6 08:14:15 localhost kernel: [ 2566.741388] wlan0: interrupt delivery does not seem to work
    Dec 6 08:14:15 localhost kernel: [ 2566.741394] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:14:17 localhost kernel: [ 2568.740062] wifi0: interrupt delivery does not seem to work
    Dec 6 08:14:17 localhost kernel: [ 2568.780120] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:14:17 localhost kernel: [ 2568.780121] wlan0: Port type setting to 1 failed
    Dec 6 08:14:17 localhost kernel: [ 2568.800135] wlan0: MAC port 0 enabling failed
    Dec 6 08:16:13 localhost kernel: [ 2684.463514] hostap_pci: wlan0: resetting card
    Dec 6 08:16:15 localhost kernel: [ 2686.664525] wlan0: interrupt delivery does not seem to work
    Dec 6 08:16:15 localhost kernel: [ 2686.664530] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:16:17 localhost kernel: [ 2688.663241] wifi0: interrupt delivery does not seem to work
    Dec 6 08:16:17 localhost kernel: [ 2688.703314] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:16:17 localhost kernel: [ 2688.703315] wlan0: Port type setting to 1 failed
    Dec 6 08:16:17 localhost kernel: [ 2688.723340] wlan0: MAC port 0 enabling failed
    Dec 6 08:18:13 localhost kernel: [ 2804.386357] hostap_pci: wlan0: resetting card
    Dec 6 08:18:15 localhost kernel: [ 2806.587699] wlan0: interrupt delivery does not seem to work
    Dec 6 08:18:15 localhost kernel: [ 2806.587704] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:18:17 localhost kernel: [ 2808.586422] wifi0: interrupt delivery does not seem to work
    Dec 6 08:18:17 localhost kernel: [ 2808.626468] hostap_pci: wlan0: already resetting card - ignoring reset request
    Dec 6 08:18:17 localhost kernel: [ 2808.626471] wlan0: Port type setting to 1 failed
    Dec 6 08:18:19 localhost kernel: [ 2810.625118] wlan0: interrupt delivery does not seem to work
    Dec 6 08:18:19 localhost kernel: [ 2810.625121] wlan0: MAC port 0 enabling failed
    please, have anybody idea what is wrong?
    thanks for help / tips ...
    Last edited by jancici (2012-03-21 08:47:06)

    okay, I did blacklist hostap_pci, I did find out that with orinoco_pci module it is more stable
    BUT
    sometimes it hang up with same error message
    Dec 6 23:03:45 localhost kernel: [ 2465.908317] ------------[ cut here ]------------
    Dec 6 23:03:45 localhost kernel: [ 2465.908324] WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x257/0x260()
    Dec 6 23:03:45 localhost kernel: [ 2465.908326] Hardware name: System Product Name
    Dec 6 23:03:45 localhost kernel: [ 2465.908328] NETDEV WATCHDOG: eth1 (orinoco_pci): transmit queue 0 timed out
    Dec 6 23:03:45 localhost kernel: [ 2465.908329] Modules linked in: fuse ext2 mbcache snd_hda_codec_hdmi snd_hda_codec_realtek orinoco_pci orinoco r8169 cfg80211 mii
    i915 drm_kms_helper drm snd_hda_intel evdev snd_hda_codec mei(C) i2c_algo_bit rfkill intel_agp psmouse wmi i2c_i801 i2c_core intel_gtt snd_hwdep snd_pcm button proc
    essor video snd_timer snd soundcore snd_page_alloc btrfs zlib_deflate crc32c libcrc32c hid_a4tech usbhid hid sd_mod ahci pata_acpi libahci xhci_hcd pata_via libata e
    hci_hcd scsi_mod usbcore
    Dec 6 23:03:45 localhost kernel: [ 2465.908365] Pid: 0, comm: kworker/0:1 Tainted: G C 3.1.4-1-ARCH #1
    Dec 6 23:03:45 localhost kernel: [ 2465.908366] Call Trace:
    Dec 6 23:03:45 localhost kernel: [ 2465.908368] <IRQ> [<ffffffff81061b9f>] warn_slowpath_common+0x7f/0xc0
    Dec 6 23:03:45 localhost kernel: [ 2465.908375] [<ffffffff81025047>] ? intel_pmu_enable_all+0xa7/0x110
    Dec 6 23:03:45 localhost kernel: [ 2465.908378] [<ffffffff81061c96>] warn_slowpath_fmt+0x46/0x50
    Dec 6 23:03:45 localhost kernel: [ 2465.908381] [<ffffffff810f1743>] ? perf_ctx_unlock+0x23/0x30
    Dec 6 23:03:45 localhost kernel: [ 2465.908383] [<ffffffff81364377>] dev_watchdog+0x257/0x260
    Dec 6 23:03:45 localhost kernel: [ 2465.908386] [<ffffffff81071e61>] run_timer_softirq+0x131/0x440
    Dec 6 23:03:45 localhost kernel: [ 2465.908388] [<ffffffff81364120>] ? qdisc_reset+0x50/0x50
    Dec 6 23:03:45 localhost kernel: [ 2465.908390] [<ffffffff8101c139>] ? read_tsc+0x9/0x20
    Dec 6 23:03:45 localhost kernel: [ 2465.908392] [<ffffffff810691c0>] __do_softirq+0xb0/0x270
    Dec 6 23:03:45 localhost kernel: [ 2465.908395] [<ffffffff81096158>] ? tick_dev_program_event+0x48/0x110
    Dec 6 23:03:45 localhost kernel: [ 2465.908397] [<ffffffff8109623f>] ? tick_program_event+0x1f/0x30
    Dec 6 23:03:45 localhost kernel: [ 2465.908400] [<ffffffff8140c76c>] call_softirq+0x1c/0x30
    Dec 6 23:03:45 localhost kernel: [ 2465.908403] [<ffffffff81016a15>] do_softirq+0x65/0xa0
    Dec 6 23:03:45 localhost kernel: [ 2465.908404] [<ffffffff810696ce>] irq_exit+0x9e/0xc0
    Dec 6 23:03:45 localhost kernel: [ 2465.908407] [<ffffffff8140d10e>] smp_apic_timer_interrupt+0x6e/0x99
    Dec 6 23:03:45 localhost kernel: [ 2465.908409] [<ffffffff8140afde>] apic_timer_interrupt+0x6e/0x80
    Dec 6 23:03:45 localhost kernel: [ 2465.908410] <EOI> [<ffffffff81279e9b>] ? intel_idle+0xcb/0x120
    Dec 6 23:03:45 localhost kernel: [ 2465.908415] [<ffffffff81279e7d>] ? intel_idle+0xad/0x120
    Dec 6 23:03:45 localhost kernel: [ 2465.908417] [<ffffffff8131d756>] cpuidle_idle_call+0xc6/0x350
    Dec 6 23:03:45 localhost kernel: [ 2465.908419] [<ffffffff81013229>] cpu_idle+0xc9/0x120
    Dec 6 23:03:45 localhost kernel: [ 2465.908422] [<ffffffff813f8944>] start_secondary+0x202/0x209
    Dec 6 23:03:45 localhost kernel: [ 2465.908424] ---[ end trace 58cac98ca8b4102b ]---
    Dec 6 23:03:45 localhost kernel: [ 2465.908433] eth1: Tx timeout! ALLOCFID=0128, TXCOMPLFID=03eb, EVSTAT=808b
    maybe I need some more modern card, something with atheros chipset ...

  • Please help with a Kernel Panic Log

    I was wondering if anyone could help me with my wife's kernel panic log. I have reseated her ram twice, and did the command option p +r to reset pram and she is still getting them.  I can boot in safe mode with no kp's. I definitely don't know what I am doing just reading as many posts as possible. The computer is a Macbook Pro 2.4 ghz intel core 2 duo upgrade to 6gb of ram about 6mths ago.  The most recent change she has made when getting her first kp was at her new job she logged on to the wireless network and said she was getting a lot of page erros from sites. They are a PC based network, and that's all i really know. Any help would be greatly appreciated.

    Current Flash - Adobe Flash Player 11.2.202.235. Preference panes are in /Home/Library/Preference Panes/ or /Library/Preference Panes/. Also, search for SIMBL and remove all instances if you find it. Use EasyFind 4.9.
    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
    AppZapper 2.0.1
    AppDelete 3.2.6
    Automaton 1.50
    Hazel
    AppCleaner 2.1.0
    CleanApp
    iTrash 1.8.2
    Amnesia
    Uninstaller 1.15.1
    Spring Cleaning 11.0.1
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • Occasional problem with eth0 link down after booting

    Hi,
    Every so often after booting up the PC there is not any working network connection. Looking through the output of dmesg, I find "eth0 link down" messages. Not knowing a lot about networking lead me to resort to rebooting to resolve the problem, and rebooting does indeed resolve the problem. Today I discovered the post at  [url http://bbs.archlinux.org/viewtopic.php?id=117728] which suggests similar behaviour.
    I played around with ifconfig and initially thought I was seeing the same behaviour, but believe I was mistaken. I can't actually confirm until it happens if my new found knowledge will actually resolve the problem without rebooting.
    I'd like to try and track down the source of the problem, and either file a bug report or take some other (configuration) measure, but need help tracing it.
    Hardware in question is: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
    and I'm using the testing repository in Arch. Any help appreciated.
    Cheers,
    James.

    I have the exact same problem and I have the exact same ethernet controller/chip.
    I've not looked that much why it was doing this. Maybe auto-negotiation fail for I don't know which reason, maybe something else, hard to tell. I might try to investigate this a bit more next time it does me this.
    That said, what I'm doing when I'm seeing that my eth0 has no carrier, I'm doing a "ip link set eth0 down", wait a few seconds, and then a "ip link set eth0 up", and then it's usually fine. Since I'm personally using static IP addresses, I also have to re-add the default route after that, i.e. a "ip route add default via 192.168.1.1" to be able to go out of my LAN again. This will be different if you are using DHCP.

  • Modem router link down in a small network when I connect any mac with OSX

    With OS9 I have no problems at all the other machines are PCs, I try whith 2 diferent laptops, and 2 macmini and the internet connection throught a modem router link down inmediatly... and the modem try to connect many times automaticly, and connect for few minutes... after that being link down again... any ideas what the problem is? I think a protocol interference may cause this, but I don't know what really... thanks

    Start by changing the wireless names to SMB compatible names.. ie short, no spaces and pure alphanumeric. Make sure the HP is in range of the router.
    You can use the WPS setup via the utility main menu. There is no WPS button as such but apple has had to provide some way to handle this directly.
    http://store.apple.com/us_smb_78313/question/answers/readonly/does-the-airport-e xtreme-support-wifi-protected-setup/Q7JJ79KC7F2DTCYJP

  • Hello anybody hear to solve my problem.my phone linked with developer apple id and password its factory unlock but i am unable to active it....so please please help me...

    hello anybody hear to solve my problem.my phone linked with developer apple id and password its factory unlock but i am unable to active it....so please please help me...
    <Email Edited by Host>

    when i coneect phone to my computer for activation i promt for apple id and password for activation.and it is showin apple id like  ''ad*****@gmail.com'' but it is not my apple id and i tried with my another apple id but not working i upload screen shoot from itune   thanks.......

  • Weekly Crashes, Kernel Panics, Freezes, Reboot, Shut Downs, HELP!

    I've posted this problem everywhere but no one seems to care or have anything useful to say, so I'm asking you guys now.
    _My current situation:_
    I have a Unibody MacBook Pro 15 inch, 2.53 GHz, 4GB RAM, bought in Late 2008, so it's the first generation of Unibodies.
    It came with Leopard and *everything was perfect and wonderful, until I upgraded to Snow Leopard*.
    Since then, approximately once or twice a week, I get various problems that involve a hard reset of the computer. This is sometimes a *complete freeze, a spontaneous reboot, a power-off without warning, or a kernel panic*. So sometimes the computer will reboot on its own, sometimes it will power off without rebooting, and sometimes it just freezes requiring me to power it off by holding the power button.
    For example, the problem I just had 10 minutes ago can be described as follows:
    The mouse suddenly moves a lot faster than usual, and seems to freeze from time to time. The Skype audio conversation I am having still works perfectly fine. I try to click, press exposé, but nothing reacts. The mouse reacts to movement, but moves way too fast. Then, all of a sudden, the last bit of audio from Skype keeps *looping forever*, and everything has frozen, including the mouse. Then the computer goes black and starts to reboot automatically.
    This has happened many times before. Often, the computer would start to reboot (totally on its own), I would hear the startup chime, and then it would go black again, and start booting *all over again*.
    Sometimes the screensaver just freezes, with random thick grey horizontal lines scanning and flickering across the screen. It won't react to anything, even the Caps Lock key won't light up when pressed.
    I have noticed that these problems only seem happen when I am using the *9600M graphics card*. Not when using the 9400M. This is not for sure, as I rarely use the 9400M.
    However, before you say it's a graphics card failure, let me just clarify that NONE of this happened on Leopard for a year. Absolutely nothing. Now I don't believe that by coincidence, my graphics card failed for no reason right on the day I upgraded to Snow Leopard.
    I have talked with a genius and all he could say that he has no idea and that there's nothing he can do. He said it could be RAM or it could be the graphics card, but that's just based on what I told him. He could take the machine for some time and run tests on it, but I can't live without my computer at the moment, it is crucial for my studies, I'd rather have it crash every 4 days than not have a computer at all for a few days.
    _What I have tried so far:_
    I have run the basic Apple Hardware Test, I haven't run the Extended one yet.
    I used Tech Tool Pro's non-booting interface and it shows no problems.
    I repaired permissions more times that the number of atoms in the universe.
    I checked the hard drive for errors using Disk Utility, nothing.
    I will try reinstalling Snow Leopard if the upcoming 10.6.3 update doesn't solve the problem.
    *Then I will reinstall Leopard.*
    Until then, can anyone think of anything that could help? I'm looking for SOFTWARE related issues, not hardware. If my problem is hardware, I'm doomed, as I am out of warranty, and I'm NOT paying any amount of money to fix this as I've only bought this super expensive computer a year and a half ago.
    So, please help me. I'm very annoyed. My 8 year old Pentium III with Windows 2000 is more stable than this.

    Here are two extracts from the Console.app, both generated during the time of two separate crashes, I would like someone who knows anything about the Console messages to have a look through it and check what's similar in both of them, and maybe point to what may be the cause. I found that each time there's something about "64 bit mode enabled" and also something like "launchd[1] has started up". I don't know what these mean but all I know is that these messages were generated during at least two crashes. The way the last two crashes happened were as follows: the mouse started being over sensitive, as I moved my finger over the trackpad, the pointer moved way too fast compared to normally. I could not click anything, and the rest of the screen was frozen, except for the strange mouse pointer. The Skype conversation in the background was still working fine, except that the person reported not seeing me anymore on the webcam. My green iSight light was still on though. Then the mouse froze and in one case the system rebooted on its own, in another case I had to do it manually.
    Here are the two logs:
    *Crash 1:*
    07/03/2010 2:30 PM DashboardClient[13061] com.iSlayer.iStatpro4.widget: battery
    07/03/2010 2:32 PM kernel npvhash=4095
    07/03/2010 2:30 PM com.apple.Dock.agent[12087] 2010-03-07 14:30:01.052 DashboardClient[13061:a03] com.iSlayer.iStatpro4.widget: battery
    07/03/2010 2:32 PM kernel PAE enabled
    07/03/2010 2:32 PM kernel 64 bit mode enabled
    07/03/2010 2:32 PM kernel Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
    07/03/2010 2:32 PM kernel vmpagebootstrap: 901534 free pages and 81506 wired pages
    07/03/2010 2:32 PM kernel standard timeslicing quantum is 10000 us
    07/03/2010 2:32 PM kernel migtable_maxdispl = 73
    07/03/2010 2:32 PM kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    07/03/2010 2:32 PM kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    07/03/2010 2:32 PM kernel calling mpopolicyinit for TMSafetyNet
    07/03/2010 2:32 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    07/03/2010 2:32 PM kernel calling mpopolicyinit for Quarantine
    07/03/2010 2:32 PM kernel Security policy loaded: Quarantine policy (Quarantine)
    07/03/2010 2:32 PM kernel calling mpopolicyinit for Sandbox
    07/03/2010 2:32 PM kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    07/03/2010 2:32 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    07/03/2010 2:32 PM kernel The Regents of the University of California. All rights reserved.
    07/03/2010 2:32 PM kernel MAC Framework successfully initialized
    07/03/2010 2:32 PM kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    07/03/2010 2:32 PM kernel IOAPIC: Version 0x11 Vectors 64:87
    07/03/2010 2:32 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    07/03/2010 2:32 PM kernel mbinit: done (64 MB memory set for mbuf pool)
    07/03/2010 2:32 PM kernel FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffeba1c22; max speed s800.
    07/03/2010 2:32 PM kernel rooting via boot-uuid from /chosen: 0AEC9911-1DFB-3496-BDBA-AE75675FF976
    07/03/2010 2:32 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    07/03/2010 2:32 PM kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    07/03/2010 2:32 PM kernel AppleIntelCPUPowerManagementClient: ready
    07/03/2010 2:32 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS543232L9SA02 Media/IOGUIDPartitionScheme/Customer@2
    07/03/2010 2:32 PM kernel BSD root: disk0s2, major 14, minor 2
    07/03/2010 2:32 PM kernel wl0: Broadcom BCM432b 802.11 Wireless Controller
    07/03/2010 2:32 PM kernel 5.10.91.26
    07/03/2010 2:32 PM kernel jnl: unknown-dev: replay_journal: from: 20630528 to: 24843776 (joffset 0x10c51000)
    07/03/2010 2:32 PM kernel USBMSC Identifier (non-unique): 57442D574341535533373133343733 0x1058 0x1100 0x165
    07/03/2010 2:32 PM kernel jnl: unknown-dev: journal replay done.
    07/03/2010 2:32 PM kernel AppleIntelCPUPowerManagement: initialization complete
    07/03/2010 2:32 PM kernel hfs: Removed 13 orphaned / unlinked files and 1 directories
    07/03/2010 2:32 PM com.apple.launchd[1] * launchd[1] has started up. *
    07/03/2010 2:32 PM DirectoryService[15] Improper shutdown detected
    07/03/2010 2:32 PM kernel systemShutdown false
    07/03/2010 2:32 PM bootlog[38] BOOT_TIME: 1267972320 0
    07/03/2010 2:32 PM blued[39] Apple Bluetooth daemon started
    07/03/2010 2:32 PM com.apple.SecurityServer[23] Session 0x5fbff962 created
    07/03/2010 2:32 PM kernel NVEthernet: Ethernet address 00:23:32:ba:1c:22
    07/03/2010 2:32 PM kernel AirPort_Brcm43xx: Ethernet address 00:23:12:56:ca:1b
    07/03/2010 2:32 PM kernel IO80211Controller::dataLinkLayerAttachComplete(): adding AppleEFINVRAM notification
    07/03/2010 2:32 PM fseventsd[32] event logs in /.fseventsd out of sync with volume. destroying old logs. (329490 24 329573)
    07/03/2010 2:32 PM kernel Waiting for DSMOS...
    07/03/2010 2:32 PM fseventsd[32] log dir: /.fseventsd getting new uuid: AA13EA28-864B-4F4F-B84B-80C79998CDC7
    07/03/2010 2:32 PM mDNSResponder[27] mDNSResponder mDNSResponder-214.0.2 (Dec 15 2009 16:58:04) starting
    07/03/2010 2:32 PM com.apple.usbmuxd[20] usbmuxd-176 built for iTunesNineDot on Sep 24 2009 at 16:11:05, running 32 bit
    07/03/2010 2:32 PM com.apple.SecurityServer[23] Entering service
    07/03/2010 2:32 PM kernel AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    07/03/2010 2:32 PM kernel AGC: 2.8.16, HW version=1.7.3, flags:0, features:1
    07/03/2010 2:32 PM kernel Previous Shutdown Cause: 3
    07/03/2010 2:32 PM kernel NVDANV50HAL loaded and registered.
    07/03/2010 2:32 PM kernel DSMOS has arrived
    07/03/2010 2:32 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[28] Login Window Application Started
    07/03/2010 2:32 PM kernel Warning - com.apple.driver.InternalModemSupport declares no kernel dependencies; using com.apple.kernel.6.0.
    07/03/2010 2:32 PM configd[13] bootpsessiontransmit: bpf_write(en1) failed: Network is down (50)
    07/03/2010 2:32 PM configd[13] DHCP en1: INIT-REBOOT transmit failed
    07/03/2010 2:32 PM kernel NVEthernet::setLinkStatus - Valid but not Active
    07/03/2010 2:32 PM configd[13] network configuration changed.
    07/03/2010 2:32 PM configd[13] setting hostname to "Mate-Dobrays-MacBook-Pro.local"
    07/03/2010 2:32 PM kernel Auth result for: 00:24:17:80:32:9b MAC AUTH succeeded
    07/03/2010 2:32 PM kernel AirPort: Link Up on en1
    07/03/2010 2:32 PM configd[13] network configuration changed.
    07/03/2010 2:32 PM configd[13] setting hostname to "wilson-pc.lan"
    07/03/2010 2:32 PM com.apple.SecurityServer[23] Session 0x224052 created
    07/03/2010 2:32 PM com.apple.SecurityServer[23] Session 0x224052 attributes 0x30
    07/03/2010 2:32 PM com.wacom.pentablet[79] I/O warning : failed to load external entity "/Library/Preferences/com.pentablet.defaults.xml"
    07/03/2010 2:32 PM TabletDriver[79] ISO keyboard: OSI
    07/03/2010 2:32 PM com.wacom.pentablet[79] TabletDriver[79]: ISO keyboard: OSI
    07/03/2010 2:32 PM loginwindow[28] Login Window Started Security Agent
    07/03/2010 2:32 PM kernel hfs: early journal init: volume on disk1s2 is read-only and journal is dirty. Can not mount volume.
    07/03/2010 2:32 PM kernel hfs: early journal init: volume on disk1s3 is read-only and journal is dirty. Can not mount volume.
    07/03/2010 2:32 PM kernel jnl: disk1s2: replay_journal: from: 3993600 to: 10738176 (joffset 0x962000)
    07/03/2010 2:32 PM WindowServer[62] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    07/03/2010 2:32 PM com.apple.WindowServer[62] Sun Mar 7 14:32:53 wilson-pc.lan WindowServer[62] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    07/03/2010 2:32 PM SecurityAgent[102] Showing Login Window
    07/03/2010 2:33 PM fseventsd[32] event logs in /Volumes/Backup/.fseventsd out of sync with volume. destroying old logs. (84617 13 84617)
    07/03/2010 2:33 PM kernel jnl: disk1s2: journal replay done.
    07/03/2010 2:33 PM kernel hfs: Removed 0 orphaned / unlinked files and 6 directories
    07/03/2010 2:33 PM kernel jnl: disk1s3: replay_journal: from: 11076608 to: 11964928 (joffset 0x52d000)
    07/03/2010 2:33 PM fseventsd[32] log dir: /Volumes/Backup/.fseventsd getting new uuid: 964EA63A-6944-44C2-8DE9-F9D9BC55A00F
    07/03/2010 2:33 PM fseventsd[32] event logs in /Volumes/Data/.fseventsd out of sync with volume. destroying old logs. (80679 1 84618)
    07/03/2010 2:33 PM fseventsd[32] log dir: /Volumes/Data/.fseventsd getting new uuid: 3417F84D-92E0-4503-BC6B-A1165B0EEF49
    07/03/2010 2:33 PM kernel jnl: disk1s3: journal replay done.
    07/03/2010 2:33 PM SecurityAgent[102] User info context values set for matedobray
    07/03/2010 2:33 PM SecurityAgent[102] Login Window Showing Progress
    07/03/2010 2:33 PM SecurityAgent[102] Login Window done
    07/03/2010 2:33 PM loginwindow[28] Login Window - Returned from Security Agent
    07/03/2010 2:33 PM loginwindow[28] USER_PROCESS: 28 console
    07/03/2010 2:33 PM com.apple.launchd.peruser.501[114] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    07/03/2010 2:33 PM com.apple.launchd.peruser.501[114] (com.micromat.TechToolProStartupAgent[147]) posix_spawn("/Library/PreferencePanes/TechTool Protection.prefPane/Contents/PlugIns/TechTool Pro Startup.app/Contents/MacOS/TechTool Pro Startup", ...): No such file or directory
    07/03/2010 2:33 PM com.apple.launchd.peruser.501[114] (com.micromat.TechToolProStartupAgent[147]) Exited with exit code: 1
    07/03/2010 2:33 PM com.wacom.pentablet[146] I/O warning : failed to load external entity "/Library/Preferences/com.pentablet.defaults.xml"
    07/03/2010 2:33 PM com.apple.launchd.peruser.501[114] (com.apple.Kerberos.renew.plist[143]) Exited with exit code: 1
    07/03/2010 2:33 PM TabletDriver[146] ISO keyboard: OSI
    07/03/2010 2:33 PM com.wacom.pentablet[146] TabletDriver[146]: ISO keyboard: OSI
    07/03/2010 2:33 PM [0x0-0x12012].com.skype.skype[163] Main starting with pid 163 parent pid 114
    07/03/2010 2:33 PM Skype[163] SkypeApplication::init called
    07/03/2010 2:33 PM mdworker[109] (Error) SyncInfo: Catalog changed during searchfs too many times -- falling back to fsw search /
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    07/03/2010 2:33 PM Skype[163] ERROR: MacChatMessage wrapper could not FindObjectByDbID by object DBID
    *Crash 2:*
    12/03/2010 4:21 PM osascript[1296] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
    /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    12/03/2010 4:21 PM [0x0-0x10010].com.skype.skype[147] 2010-03-12 16:21:01.844 osascript[1296:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
    12/03/2010 4:21 PM [0x0-0x10010].com.skype.skype[147] /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    12/03/2010 4:21 PM [0x0-0x10010].com.skype.skype[147] osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    12/03/2010 4:21 PM kernel NVDA(OpenGL): Channel exception! exception type = 0x8 = Fifo: Watchdog Timeout Error
    12/03/2010 4:21 PM kernel NVDA(OpenGL): Channel timeout!
    12/03/2010 4:21 PM kernel NVDA(OpenGL): Channel exception! exception type = 0x8 = Fifo: Watchdog Timeout Error
    12/03/2010 4:22 PM kernel NVDA(OpenGL): Channel timeout!
    12/03/2010 4:22 PM kernel NVDA(OpenGL): Channel exception! exception type = 0x8 = Fifo: Watchdog Timeout Error
    12/03/2010 4:22 PM kernel npvhash=4095
    12/03/2010 4:22 PM kernel PAE enabled
    12/03/2010 4:22 PM kernel 64 bit mode enabled
    12/03/2010 4:22 PM kernel Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
    12/03/2010 4:22 PM kernel vmpagebootstrap: 901520 free pages and 81520 wired pages
    12/03/2010 4:22 PM kernel standard timeslicing quantum is 10000 us
    12/03/2010 4:22 PM kernel migtable_maxdispl = 73
    12/03/2010 4:22 PM kernel AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    12/03/2010 4:22 PM kernel AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    12/03/2010 4:22 PM kernel calling mpopolicyinit for TMSafetyNet
    12/03/2010 4:22 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/03/2010 4:22 PM kernel calling mpopolicyinit for Quarantine
    12/03/2010 4:22 PM kernel Security policy loaded: Quarantine policy (Quarantine)
    12/03/2010 4:22 PM kernel calling mpopolicyinit for Sandbox
    12/03/2010 4:22 PM kernel Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/03/2010 4:22 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/03/2010 4:22 PM kernel The Regents of the University of California. All rights reserved.
    12/03/2010 4:22 PM kernel MAC Framework successfully initialized
    12/03/2010 4:22 PM kernel using 16384 buffer headers and 4096 cluster IO buffer headers
    12/03/2010 4:22 PM kernel IOAPIC: Version 0x11 Vectors 64:87
    12/03/2010 4:22 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    12/03/2010 4:22 PM kernel mbinit: done (64 MB memory set for mbuf pool)
    12/03/2010 4:22 PM kernel rooting via boot-uuid from /chosen: 0AEC9911-1DFB-3496-BDBA-AE75675FF976
    12/03/2010 4:22 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/03/2010 4:22 PM kernel com.apple.AppleFSCompressionTypeZlib load succeeded
    12/03/2010 4:22 PM kernel AppleIntelCPUPowerManagementClient: ready
    12/03/2010 4:22 PM kernel wl0: Broadcom BCM432b 802.11 Wireless Controller
    12/03/2010 4:22 PM kernel 5.10.91.26
    12/03/2010 4:22 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@B/AppleMCP79AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS543232L9SA02 Media/IOGUIDPartitionScheme/Customer@2
    12/03/2010 4:22 PM kernel BSD root: disk0s2, major 14, minor 2
    12/03/2010 4:22 PM kernel jnl: unknown-dev: replay_journal: from: 9866752 to: 14461440 (joffset 0x10c51000)
    12/03/2010 4:22 PM kernel FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 002332fffeba1c22; max speed s800.
    12/03/2010 4:22 PM kernel USBMSC Identifier (non-unique): 57442D574341535533373133343733 0x1058 0x1100 0x165
    12/03/2010 4:22 PM kernel AppleIntelCPUPowerManagement: initialization complete
    12/03/2010 4:22 PM kernel jnl: unknown-dev: journal replay done.
    12/03/2010 4:22 PM kernel hfs: Removed 7 orphaned / unlinked files and 0 directories
    12/03/2010 4:22 PM com.apple.launchd[1] * launchd[1] has started up. *
    12/03/2010 4:22 PM DirectoryService[15] Improper shutdown detected
    12/03/2010 4:22 PM kernel systemShutdown false

  • [SOLVED] Kernel panic - unable to mount root fs

    I'm having some trouble with my Toshiba NB255 netbook. It no longer boots after I performed a major pacman upgrade. It hangs with this error message:
    http://imgur.com/Cxj1z
    I did some research and found a couple of threads with problems similar to mine:
    https://bbs.archlinux.org/viewtopic.php?id=98771
    https://bbs.archlinux.org/viewtopic.php?id=98496
    From what I could tell, both had something to do with the initrd, but I'm not sure what to do in my specific situation. Additionally, according to my pacman.log the initrd was updated successfully during the upgrade. I did, however, also recently install some stuff to try to get my iPhone to tether to the netbook over USB (
    menu.lst: (the "root=" part of the first option was originally in the disk-by-uuid format, I changed it trying to fix the issue)
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # [url]http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution[/url]
    # general configuration:
    timeout 2
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    dmesg.log:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003f5d0000 (usable)
    BIOS-e820: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    BIOS-e820: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    BIOS-e820: 000000003f5e3000 - 0000000040000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x3f5d0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DFFFF uncachable
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask 0C0000000 write-back
    1 base 03F600000 mask 0FFE00000 uncachable
    2 base 03F800000 mask 0FF800000 uncachable
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (reserved)
    modified: 0000000000001000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009dc00 (usable)
    modified: 000000000009dc00 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 00000000000e0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003f5d0000 (usable)
    modified: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    modified: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    modified: 000000003f5e3000 - 0000000040000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7d40] f7d40
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 3f453000 - 3f5c0000
    Allocated new RAMDISK: 00100000 - 0026c574
    Move RAMDISK from 000000003f453000 - 000000003f5bf573 to 00100000 - 0026c573
    ACPI: RSDP 000f7ca0 00024 (v02 TOSCPL)
    ACPI: XSDT 3f5d7ae9 00074 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: FACP 3f5dfc60 000F4 (v03 TOSCPL TOSCPL00 06040000 PTL 00000002)
    ACPI: DSDT 3f5d8c7f 06F6D (v01 TOSCPL TOSCPL00 06040000 MSFT 03000000)
    ACPI: FACS 3f5e2fc0 00040
    ACPI: TCPA 3f5dfd54 00032 (v01 Phoeni x 06040000 TL 00000000)
    ACPI: HPET 3f5dfd86 00038 (v01 DELL M09 06040000 LOHR 0000005A)
    ACPI: MCFG 3f5dfdbe 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: SLIC 3f5dfdfa 00176 (v01 TOSCPL TOSCPL00 06040000 LOHR 00000000)
    ACPI: APIC 3f5dff70 00068 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: BOOT 3f5dffd8 00028 (v01 TOSCPL TOSCPL00 06040000 LTP 00000001)
    ACPI: SSDT 3f5d80df 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8039 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d7b5d 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: Local APIC address 0xfee00000
    125MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    Zone PFN ranges:
    DMA 0x00000001 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0003f5d0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009d
    0: 0x00000100 -> 0x0003f5d0
    On node 0 totalpages: 259422
    free_area_init_node: node 0, pgdat c1402fc0, node_mem_map c1563020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3950 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 252 pages used for memmap
    HighMem zone: 31958 pages, LIFO batch:7
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2000000 s34388 r0 d22956 u2097152
    pcpu-alloc: s34388 r0 d22956 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257394
    Kernel command line: root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 5190700 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (52 early reservations)
    #1 [0000001000 - 0000002000] EX TRAMPOLINE
    #2 [0001000000 - 000155ad84] TEXT DATA BSS
    #3 [000155b000 - 0001561164] BRK
    #4 [00000f7d50 - 0000100000] BIOS reserved
    #5 [00000f7d40 - 00000f7d50] MP-table mpf
    #6 [000009dc00 - 000009e071] BIOS reserved
    #7 [000009e1c1 - 00000f7d40] BIOS reserved
    #8 [000009e071 - 000009e1c1] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 000026d000] NEW RAMDISK
    #13 [0001562000 - 0001563000] BOOTMEM
    #14 [0001563000 - 0001d53000] BOOTMEM
    #15 [000155adc0 - 000155adc4] BOOTMEM
    #16 [000155ae00 - 000155aec0] BOOTMEM
    #17 [000155aec0 - 000155af14] BOOTMEM
    #18 [0001d53000 - 0001d56000] BOOTMEM
    #19 [000155af40 - 000155af4c] BOOTMEM
    #20 [0001561180 - 0001561780] BOOTMEM
    #21 [000155af80 - 000155afa5] BOOTMEM
    #22 [000155afc0 - 000155afe7] BOOTMEM
    #23 [0001561780 - 0001561924] BOOTMEM
    #24 [0001561940 - 0001561980] BOOTMEM
    #25 [0001561980 - 00015619c0] BOOTMEM
    #26 [00015619c0 - 0001561a00] BOOTMEM
    #27 [0001561a00 - 0001561a40] BOOTMEM
    #28 [0001561a40 - 0001561a80] BOOTMEM
    #29 [0001561a80 - 0001561ac0] BOOTMEM
    #30 [0001561ac0 - 0001561b00] BOOTMEM
    #31 [0001561b00 - 0001561b40] BOOTMEM
    #32 [0001561b40 - 0001561b80] BOOTMEM
    #33 [0001561b80 - 0001561bc0] BOOTMEM
    #34 [0001561bc0 - 0001561c00] BOOTMEM
    #35 [0001561c00 - 0001561c40] BOOTMEM
    #36 [0001561c40 - 0001561c50] BOOTMEM
    #37 [0001561c80 - 0001561c90] BOOTMEM
    #38 [0001561cc0 - 0001561d3d] BOOTMEM
    #39 [0001561d40 - 0001561dbd] BOOTMEM
    #40 [0002000000 - 000200e000] BOOTMEM
    #41 [0002200000 - 000220e000] BOOTMEM
    #42 [0001561dc0 - 0001561dc4] BOOTMEM
    #43 [0001561e00 - 0001561e04] BOOTMEM
    #44 [0001561e40 - 0001561e48] BOOTMEM
    #45 [0001561e80 - 0001561e88] BOOTMEM
    #46 [0001561ec0 - 0001561f68] BOOTMEM
    #47 [0001561f80 - 0001561fe8] BOOTMEM
    #48 [0001d56000 - 0001d5a000] BOOTMEM
    #49 [0001d5a000 - 0001dda000] BOOTMEM
    #50 [0001dda000 - 0001e1a000] BOOTMEM
    #51 [000220e000 - 000270142c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0003f5d0)
    Memory: 1016576k/1038144k available (2930k kernel code, 21112k reserved, 1209k data, 408k init, 128840k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc140b000 - 0xc1471000 ( 408 kB)
    .data : 0xc12dc8fc - 0xc140adc0 (1209 kB)
    .text : 0xc1000000 - 0xc12dc8fc (2930 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1662.845 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3327.26 BogoMIPS (lpj=5542816)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: Atom events, Intel PMU driver.
    ... version: 3
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20100121
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
    APIC calibration not consistent with PM-Timer: 299ms instead of 100ms
    APIC delta adjusted to PM-Timer: 1039171 (3117494)
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU0: Thermal monitoring enabled (TM1)
    Brought up 2 CPUs
    Total of 2 processors activated (6653.18 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using MMCONFIG for extended config space
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: SSDT 3f5d89a8 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d833e 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 3f5d8bab 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8923 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
    pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
    pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
    pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
    pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
    pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
    pci 0000:00:1b.0: reg 10: [mem 0xf0300000-0xf0303fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
    pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
    pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
    pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
    pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
    pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:07:00.0: reg 10: [mem 0xf0100000-0xf010ffff 64bit]
    pci 0000:07:00.0: supports D1
    pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    pci 0000:07:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:09:00.0: reg 10: [io 0x2000-0x20ff]
    pci 0000:09:00.0: reg 18: [mem 0xf050c000-0xf050cfff 64bit pref]
    pci 0000:09:00.0: reg 20: [mem 0xf0508000-0xf050bfff 64bit pref]
    pci 0000:09:00.0: supports D1 D2
    pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:09:00.0: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    reserve RAM buffer: 000000003f5d0000 - 000000003fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 8 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x0800-0x080f] has been reserved
    system 00:01: [io 0x1000-0x107f] has been reserved
    system 00:01: [io 0x1180-0x11bf] has been reserved
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:01: [io 0xfe00] has been reserved
    system 00:01: [io 0x164e-0x174c] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
    pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: BAR 14: assigned [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    pci 0000:00:1d.7: BAR 0: assigned [mem 0x40a00000-0x40a003ff]
    pci 0000:00:1d.7: BAR 0: set to [mem 0x40a00000-0x40a003ff] (PCI address [0x40a00000-0x40a003ff]
    pci 0000:00:1f.2: BAR 5: assigned [mem 0x40a00400-0x40a007ff]
    pci 0000:00:1f.2: BAR 5: set to [mem 0x40a00400-0x40a007ff] (PCI address [0x40a00400-0x40a007ff]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem disabled]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:1c.0: enabling device (0000 -> 0003)
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
    pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:05: resource 1 [mem 0x40000000-0x401fffff]
    pci_bus 0000:05: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:07: resource 1 [mem 0xf0100000-0xf01fffff]
    pci_bus 0000:07: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
    pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:09: resource 1 [mem 0x40600000-0x409fffff]
    pci_bus 0000:09: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    pci 0000:00:02.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1460k freed
    Simple Boot Flag at 0x35 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1285380584.433:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1736
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:1c.0: setting latency timer to 64
    pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:1c.1: setting latency timer to 64
    pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    pcieport 0000:00:1c.2: setting latency timer to 64
    pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
    pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    pcieport 0000:00:1c.1: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.1: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.1:pcie01 failed with error -13
    pcieport 0000:00:1c.2: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.2: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.2:pcie01 failed with error -13
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Checking image partition /dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    udev: starting version 160
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00500 irq 27
    ata2: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00580 irq 27
    ata3: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00600 irq 27
    ata4: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00680 irq 27
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata1.00: ATA-8: Hitachi HTS545025B9A300, PB2OC64G, max UDMA/133
    ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54502 PB2O PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda3): mounted filesystem with writeback data mode
    udev: starting version 160
    cfg80211: Calling CRDA to update world regulatory domain
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    Linux agpgart interface v0.103
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/PNP0C0D:00/input/input2
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input3
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    ACPI: Power Button [PWRF]
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: using broken periodic workaround
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40a00000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    ACPI: AC Adapter [ACAD] (off-line)
    usb 1-4: new high speed USB device using ehci_hcd and address 2
    r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    r8169 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    r8169 0000:09:00.0: setting latency timer to 64
    r8169 0000:09:00.0: (unregistered net_device): unknown MAC, using family default
    r8169 0000:09:00.0: irq 28 for MSI/MSI-X
    r8169 0000:09:00.0: eth0: RTL8101e at 0xf8664000, 88:ae:1d:46:3e:b2, XID 0c200000 IRQ 28
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
    agpgart-intel 0000:00:00.0: detected 8188K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    ath9k 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    ath9k 0000:07:00.0: setting latency timer to 64
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
    ath: EEPROM regdomain: 0x65
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x65
    ACPI: Battery Slot [BAT1] (battery present)
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [drm] Initialized drm 1.1.0 20060810
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    usb 1-8: new high speed USB device using ehci_hcd and address 3
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    i915 0000:00:02.0: setting latency timer to 64
    i915 0000:00:02.0: irq 29 for MSI/MSI-X
    [drm] set up 7M of stolen space
    phy0: Selected rate control algorithm 'ath9k_rate_control'
    Registered led device: ath9k-phy0::radio
    Registered led device: ath9k-phy0::assoc
    Registered led device: ath9k-phy0::tx
    Registered led device: ath9k-phy0::rx
    phy0: Atheros AR9285 Rev:2 mem=0xf8160000, irq=17
    fuse init (API version 7.13)
    [drm] initialized overlay support
    Initializing USB Mass Storage driver...
    scsi4 : usb-storage 1-4:1.0
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:c211)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input6
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    Console: switching to colour frame buffer device 128x37
    fb0: inteldrmfb frame buffer device
    registered panic notifier
    [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    hda_codec: ALC259: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    scsi 4:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    sd 4:0:0:0: Attached scsi generic sg1 type 0
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    EXT3-fs (sda3): using internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    EXT3-fs (sda4): using internal journal
    EXT3-fs (sda4): mounted filesystem with writeback data mode
    Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    pacman.log: (the latest update + my attempt at iphone USB tethering)
    [2010-09-25 00:08] Running 'pacman -Syu'
    [2010-09-25 00:08] synchronizing package lists
    [2010-09-25 00:08] starting full system upgrade
    [2010-09-25 00:14] Running 'pacman -Syyu'
    [2010-09-25 00:14] synchronizing package lists
    [2010-09-25 00:14] upgraded pacman (3.4.0-2 -> 3.4.1-1)
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syyu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:16] Running 'pacman -Syyu'
    [2010-09-25 00:16] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:26] removed libelf (0.8.13-1)
    [2010-09-25 00:26] removed libv4l (0.6.4-1)
    [2010-09-25 00:26] installed goffice (0.8.9-1)
    [2010-09-25 00:26] upgraded abiword (2.8.6-1 -> 2.8.6-2)
    [2010-09-25 00:26] upgraded apvlv (0.0.9.7-1 -> 0.0.9.8-1)
    [2010-09-25 00:27] upgraded tzdata (2010j-1 -> 2010l-1)
    [2010-09-25 00:27] Generating locales...
    [2010-09-25 00:27] en_US.UTF-8... done
    [2010-09-25 00:27] en_US.ISO-8859-1... done
    [2010-09-25 00:27] Generation complete.
    [2010-09-25 00:27] upgraded glibc (2.12-4 -> 2.12.1-1)
    [2010-09-25 00:27] upgraded m4 (1.4.14-2 -> 1.4.15-1)
    [2010-09-25 00:27] upgraded autoconf (2.66-2 -> 2.67-1)
    [2010-09-25 00:27] upgraded glib2 (2.24.1-1 -> 2.24.2-1)
    [2010-09-25 00:27] installed iana-etc (2.30-1)
    [2010-09-25 00:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2010-09-25 00:27] upgraded filesystem (2010.02-4 -> 2010.09-1)
    [2010-09-25 00:27] upgraded dbus-core (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded xproto (7.0.17-1 -> 7.0.18-1)
    [2010-09-25 00:27] upgraded libxau (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded libxcb (1.6-1 -> 1.7-1)
    [2010-09-25 00:27] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
    [2010-09-25 00:27] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
    [2010-09-25 00:27] upgraded dbus (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-09-25 00:27] upgraded lua (5.1.4-5 -> 5.1.4-6)
    [2010-09-25 00:27]
    [2010-09-25 00:27] ==> awesome installation notes:
    [2010-09-25 00:27] ----------------------------------------
    [2010-09-25 00:27] During some updates of awesome, the config file syntax changes heavily.
    [2010-09-25 00:27] This means that your configuration file (~/.config/awesome/rc.lua) for
    [2010-09-25 00:27] any other than this particular version of awesome may or may not work.
    [2010-09-25 00:27]
    [2010-09-25 00:27] upgraded awesome (3.4.5-2 -> 3.4.6-1)
    [2010-09-25 00:27] upgraded bzip2 (1.0.5-5 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded cabextract (1.2-2 -> 1.3-1)
    [2010-09-25 00:27] upgraded ppl (0.10.2-3 -> 0.11-1)
    [2010-09-25 00:27] upgraded cloog-ppl (0.15.9-1 -> 0.15.9-2)
    [2010-09-25 00:27] upgraded consolekit (0.4.1-2 -> 0.4.1-4)
    [2010-09-25 00:27] The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2010-09-25 00:27] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2010-09-25 00:27] will be removed from @INC in a future release.
    [2010-09-25 00:27] The directory /usr/bin/perlbin/site will not be added to $PATH in a
    [2010-09-25 00:27] future release.
    [2010-09-25 00:27] upgraded perl (5.10.1-5 -> 5.12.1-2)
    [2010-09-25 00:27] upgraded openssl (1.0.0.a-2 -> 1.0.0.a-3)
    [2010-09-25 00:27] upgraded curl (7.21.0-1 -> 7.21.1-1)
    [2010-09-25 00:27] upgraded util-linux-ng (2.18-2 -> 2.18-3)
    [2010-09-25 00:27] upgraded module-init-tools (3.11.1-2 -> 3.12-1)
    [2010-09-25 00:27] upgraded udev (160-1 -> 162-1)
    [2010-09-25 00:27] upgraded device-mapper (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:27] upgraded dhcpcd (5.2.5-1 -> 5.2.7-1)
    [2010-09-25 00:27] upgraded libldap (2.4.22-1 -> 2.4.23-1)
    [2010-09-25 00:27] upgraded libgpg-error (1.7-3 -> 1.9-2)
    [2010-09-25 00:27] upgraded libksba (1.0.7-1 -> 1.0.8-1)
    [2010-09-25 00:27] upgraded libassuan (2.0.0-1 -> 2.0.1-1)
    [2010-09-25 00:27] upgraded dirmngr (1.1.0rc1-1 -> 1.1.0-1)
    [2010-09-25 00:27] upgraded gcc-libs (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:27] upgraded espeak (1.43.03-1 -> 1.44.05-1)
    [2010-09-25 00:27] upgraded feh (1.8-1 -> 1.9-1)
    [2010-09-25 00:27] upgraded x264 (20100722-1 -> 20100826-1)
    [2010-09-25 00:27] upgraded libvpx (0.9.1-1 -> 0.9.2-1)
    [2010-09-25 00:27] upgraded libdrm (2.4.21-1 -> 2.4.21-2)
    [2010-09-25 00:27] upgraded libva (0.31.0_p13-2 -> 1.0.4-1)
    [2010-09-25 00:27] upgraded ffmpeg (24460-1 -> 24953-1)
    [2010-09-25 00:27] upgraded nspr (4.8.4-1 -> 4.8.6-1)
    [2010-09-25 00:27] upgraded sqlite3 (3.6.23.1-1 -> 3.7.2-1)
    [2010-09-25 00:27] upgraded nss (3.12.6-3 -> 3.12.7-1)
    [2010-09-25 00:28] upgraded xulrunner (1.9.2.8-1 -> 1.9.2.10-1)
    [2010-09-25 00:28] upgraded firefox (3.6.8-1 -> 3.6.10-1)
    [2010-09-25 00:28] upgraded flashplugin (10.1.53.64-1 -> 10.1.85.3-1)
    [2010-09-25 00:28] installed elfutils (0.148-1)
    [2010-09-25 00:28] upgraded gcc (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:28] ==> Unregistering cabalized packages...
    [2010-09-25 00:28] ==> Done.
    [2010-09-25 00:29] ==> All cabalized and yaourt-installed packages need to be reinstalled now.
    [2010-09-25 00:29] ==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.
    [2010-09-25 00:29] upgraded ghc (6.12.1-4 -> 6.12.3-1)
    [2010-09-25 00:29] upgraded git (1.7.2-1 -> 1.7.3-1)
    [2010-09-25 00:29] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-09-25 00:29] upgraded pinentry (0.8.0-1 -> 0.8.0-2)
    [2010-09-25 00:29] upgraded gnupg2 (2.0.15-1 -> 2.0.16-2)
    [2010-09-25 00:29] upgraded grep (2.6.3-1 -> 2.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10 (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10-base (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded vim-runtime (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] upgraded ruby (1.9.1_p429-1 -> 1.9.2_p0-3)
    [2010-09-25 00:29] Updating desktop and mime database...done.
    [2010-09-25 00:29] upgraded gvim (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-mtl (1.1.0.2-3 -> 1.1.0.2-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-utf8-string (0.3.6-3 -> 0.3.6-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-x11 (1.5.0.0-2 -> 1.5.0.0-5)
    [2010-09-25 00:29] upgraded libtool (2.2.10-1 -> 2.2.10-3)
    [2010-09-25 00:29] upgraded lcms (1.18-3 -> 1.19-1)
    [2010-09-25 00:29] upgraded imagemagick (6.6.2.10-1 -> 6.6.4.3-1)
    [2010-09-25 00:29] upgraded iproute2 (2.6.34-2 -> 2.6.35-3)
    [2010-09-25 00:29] upgraded iptables (1.4.8-1 -> 1.4.9-1)
    [2010-09-25 00:29] upgraded irssi (0.8.15-1 -> 0.8.15-3)
    [2010-09-25 00:29] upgraded jack (0.118.0-3 -> 0.118.0-4)
    [2010-09-25 00:29] upgraded libxi (1.3-2 -> 1.3.2-1)
    [2010-09-25 00:29] upgraded jasper (1.900.1-5 -> 1.900.1-6)
    [2010-09-25 00:29] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-09-25 00:30] >>> Updating module dependencies. Please wait ...
    [2010-09-25 00:30] >>> MKINITCPIO SETUP
    [2010-09-25 00:30] >>> ----------------
    [2010-09-25 00:30] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-09-25 00:30] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-09-25 00:30] >>> More information about mkinitcpio setup can be found here:
    [2010-09-25 00:30] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-09-25 00:30]
    [2010-09-25 00:30] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-09-25 00:30] ==> Building image "default"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:30] :: Parsing hook [udev]
    [2010-09-25 00:30] :: Parsing hook [autodetect]
    [2010-09-25 00:30] :: Parsing hook [pata]
    [2010-09-25 00:30] :: Parsing hook [scsi]
    [2010-09-25 00:30] :: Parsing hook [sata]
    [2010-09-25 00:30] :: Parsing hook [filesystems]
    [2010-09-25 00:30] :: Generating module dependencies
    [2010-09-25 00:30] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-09-25 00:30] ==> SUCCESS
    [2010-09-25 00:30] ==> Building image "fallback"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:31] :: Parsing hook [udev]
    [2010-09-25 00:31] :: Parsing hook [pata]
    [2010-09-25 00:31] :: Parsing hook [scsi]
    [2010-09-25 00:33] :: Parsing hook [sata]
    [2010-09-25 00:34] :: Parsing hook [filesystems]
    [2010-09-25 00:35] :: Generating module dependencies
    [2010-09-25 00:35] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-09-25 00:35] ==> SUCCESS
    [2010-09-25 00:35] upgraded kernel26 (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded kernel26-headers (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded lftp (4.0.9-1 -> 4.0.10-1)
    [2010-09-25 00:35] upgraded libass (0.9.9-1 -> 0.9.11-1)
    [2010-09-25 00:35] upgraded libcdaudio (0.99.12-4 -> 0.99.12-5)
    [2010-09-25 00:35] upgraded libcups (1.4.4-1 -> 1.4.4-3)
    [2010-09-25 00:35] upgraded libdatrie (0.2.3-1 -> 0.2.4-1)
    [2010-09-25 00:35] upgraded libfetch (2.32-1 -> 2.33-1)
    [2010-09-25 00:35] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-09-25 00:35] upgraded libid3tag (0.15.1b-5 -> 0.15.1b-6)
    [2010-09-25 00:35] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-09-25 00:35] upgraded libproxy (0.3.1-1 -> 0.4.6-1)
    [2010-09-25 00:35] installed v4l-utils (0.8.1-1)
    [2010-09-25 00:35] upgraded libxvmc (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:35] upgraded lirc-utils (0.8.6-3 -> 0.8.6-4)
    [2010-09-25 00:35] upgraded lvm2 (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:35] upgraded man-pages (3.25-1 -> 3.26-1)
    [2010-09-25 00:35] upgraded mathomatic (15.1.5-1 -> 15.2.1-1)
    [2010-09-25 00:35] upgraded mdadm (3.1.2-2 -> 3.1.4-1)
    [2010-09-25 00:35] upgraded mkinitcpio-busybox (1.16.2-1 -> 1.17.2-1)
    [2010-09-25 00:35] upgraded modemmanager (0.3-2 -> 0.4-1)
    [2010-09-25 00:35] upgraded mpfr (3.0.0-1 -> 3.0.0-2)
    [2010-09-25 00:35] upgraded smbclient (3.5.4-1 -> 3.5.5-1)
    [2010-09-25 00:35] upgraded mplayer (31774-1 -> 32227-1)
    [2010-09-25 00:35] upgraded murrine-themes-collection (20100201-1 -> 20100910-1)
    [2010-09-25 00:35] upgraded nano (2.2.4-1 -> 2.2.5-1)
    [2010-09-25 00:35] upgraded ncmpcpp (0.5.4-1 -> 0.5.5-1)
    [2010-09-25 00:35] upgraded networkmanager (0.8-1 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded network-manager-applet (0.8-3 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded tcp_wrappers (7.6-11 -> 7.6-12)
    [2010-09-25 00:35] upgraded openssh (5.5p1-1 -> 5.6p1-1)
    [2010-09-25 00:35] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-09-25 00:35] upgraded pacman-mirrorlist (20100621-1 -> 20100825-1)
    [2010-09-25 00:35] upgraded perl-list-moreutils (0.22-2 -> 0.22-4)
    [2010-09-25 00:35] upgraded pixman (0.18.2-1 -> 0.18.4-1)
    [2010-09-25 00:35] upgraded poppler-data (0.4.2-1 -> 0.4.3-1)
    [2010-09-25 00:35] upgraded psmisc (22.11-1 -> 22.13-1)
    [2010-09-25 00:35] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-09-25 00:36] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-09-25 00:36] upgraded renderproto (0.11-1 -> 0.11.1-1)
    [2010-09-25 00:36] upgraded rpcbind (0.2.0-1 -> 0.2.0-2)
    [2010-09-25 00:36] upgraded rxvt-unicode-256color (9.07-8 -> 9.07-9)
    [2010-09-25 00:36] warning: /etc/slim.conf installed as /etc/slim.conf.pacnew
    [2010-09-25 00:36] upgraded slim (1.3.1-7 -> 1.3.2-1)
    [2010-09-25 00:36] warning: /etc/sudoers installed as /etc/sudoers.pacnew
    [2010-09-25 00:36] upgraded sudo (1.7.3-1 -> 1.7.4.p4-1)
    [2010-09-25 00:36] upgraded synergy (1.3.1-7 -> 1.3.4-2)
    [2010-09-25 00:36] upgraded syslog-ng (3.1.1-1 -> 3.1.2-1)
    [2010-09-25 00:36] upgraded sysvinit (2.86-5 -> 2.88-1)
    [2010-09-25 00:36] upgraded upower (0.9.4-1 -> 0.9.5-1)
    [2010-09-25 00:36] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-09-25 00:36] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
    [2010-09-25 00:36] upgraded vim-colorsamplerpack (8.03-1 -> 8.03-2)
    [2010-09-25 00:36] upgraded vlc (1.1.1-3 -> 1.1.4-2)
    [2010-09-25 00:36] upgraded wine (1.2-1 -> 1.3.3-1)
    [2010-09-25 00:36] upgraded xextproto (7.1.1-1 -> 7.1.2-1)
    [2010-09-25 00:36] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-09-25 00:36] upgraded xfce-utils (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfconf (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfdesktop (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfsprogs (3.1.2-1 -> 3.1.3-1)
    [2010-09-25 00:36] Reading package info from stdin ... done.
    [2010-09-25 00:36] upgraded xmonad (0.9.1-4 -> 0.9.1-8)
    [2010-09-25 00:36] upgraded xorg-server-utils (7.5-4 -> 7.5-6)
    [2010-09-25 00:36] upgraded xorg-utils (7.6-2 -> 7.6-3)
    [2010-09-25 00:36] upgraded xterm (259-1 -> 261-1)
    [2010-09-25 00:36] upgraded xz (4.999.9beta-5 -> 4.999.9beta_174_g41bc-1)
    [2010-09-25 00:36] upgraded youtube-dl (2010.07.14-1 -> 2010.08.04-1)
    [2010-09-25 00:41] Running 'pacman -S xcompmgr'
    [2010-09-25 00:41] installed xcompmgr (1.1.5-1)
    [2010-09-27 23:25] Running 'pacman -S libimobiledevice'
    [2010-09-27 23:25] installed libplist (1.3-1)
    [2010-09-27 23:25] installed usbmuxd (1.0.4-2)
    [2010-09-27 23:25] installed libimobiledevice (1.0.2-1)
    [2010-09-27 23:27] Running 'pacman -U /home/brandon/downloads/ipheth-utils/ipheth-utils-1.0-1-i686.pkg.tar.xz'
    [2010-09-27 23:27] >>> Reloading udev rules
    [2010-09-27 23:27] >>> You can load the iPhone Ethernet Driver now - ipheth
    [2010-09-27 23:27] installed ipheth-utils (1.0-1)
    Last edited by bas1 (2010-09-30 01:48:43)

    karol wrote:
    bas1 wrote:I guess the thing to do would be to try to re-generate the initrd via chroot, but I have no idea how to do this.
    http://wiki.archlinux.org/index.php/Chroot
    You may try to add or remove some hooks as this mysteriously helped some folks.
    Good luck.
    Well, chrooting and regenerating the initial ramdisk has fixed it! Thanks for the help!!
    Edit:  and just FYI, I didn't change any hooks in /etc/mkinitcpio.conf when I re-generated.  But yeah, if someone else has this issue, try playing with them.
    Last edited by bas1 (2010-09-30 01:59:47)

  • I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!

    I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!
    I have created a navigation system on the master pages and set the presentation to links only mode. I also have other links scattered throughout the program, like a linkable table of contents, etc. Some of them work, some of them don't. Not sure why. Anyone out there having similar issues? Or have any idea on how I can solve this issue? Any help would be appreciated!
    Thanks!

    Links should not create any problems in Keynote.  If they are set up correctly on text, the text will be underlined. Objects that have links will have a curved arrow bottom right, if you click the arrow a popup will display the link information.
    Try this repair for Keynote,  ensure you complete all the tasks and in the order shown:

    delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application

    empty the trash:  Finder > Empty Trash

    Shut down your Mac, wait 30 seconds, then power on the Mac, immediately after the start chime, hold down the Shift key
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4  
    Let the Mac fully boot up, it will take longer as the OS is repairing the drive

    when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions

    when complete, restart the Mac normally, Apple menu > Restart

    install Keynote from the Mac App Store
    let us know if this helped

Maybe you are looking for

  • DV 16:9 vs FCP vs QT vs iMovie vs iDVD vs "Anamorphicizer"

    Hi DV gurus I know there's a lot of stuff on 16:9 DV available, but I would like to know what is it with QT and 16:9 DV... bare with me... If I export a DV 16:9 project from FCP to a QT movie with current settings, the resulting QT movie does not dis

  • Security Update 2015-003

    i have second screen connected to my imac, after install security update 2015-003 , the second screen goto off after 1-3 min . what i must do ??

  • How to get the terminal name of http user?

    Hi Gurus, I use function TH_USER_LIST to get all online users. But for http users I can only get their IP address, but no terminal name. I searched the forum and tried the function RFC_IP_TO_HOST. However, when I input IP address it didn't return the

  • Better Delete Logic??

    Hi All, I have requirement to write a function module to delete records from 125 Y(custom) tables This is my scenario. delete from y100 where docno eq v_docno. if sy-subrc eq 0.   delete from y101 where docno eq v_docno.   if sy-subrc eq 0.      ....

  • Dock icons disappear after 10.5.7 upgrade & .mac sync

    Hi - I have recently upgraded to 10.5.7, but now I am "loosing" dock icons after a .Mac (mobileme) sync. If I place an icon in the dock, it will remain in-place for about ~5 seconds then disappear completely. I tried renaming my ~/Library, logging ou