[SOLVED] proc/acpi/button/power missing

I have been unable to trigger an event when the power button is pressed on my laptop.
# uname -a
Linux julia 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-50 AuthenticAMD GNU/Linux
acpid version 2.0.10-2, started through rc.conf as daemon.
dbus is active, HAL is not installed.
# tail -f /var/log/messages.log
Sep 6 14:48:03 localhost -- MARK --
Sep 6 15:08:03 localhost -- MARK --
Sep 6 15:28:03 localhost -- MARK --
Sep 6 15:36:02 localhost acpid: client 1328[0:100] has disconnected
Sep 6 15:36:02 localhost acpid: client connected from 2084[0:100]
Sep 6 15:36:02 localhost acpid: 1 client rule loaded
Sep 6 15:48:03 localhost -- MARK --
Sep 6 16:08:03 localhost -- MARK --
Sep 6 16:28:03 localhost -- MARK --
Sep 6 16:48:03 localhost -- MARK --
Sep 6 16:59:43 localhost logger: PowerButton pressed: PWRF
# acpi_listen
button/power PWRF 00000080 00000002
That output indicates the power button is recognized by the kernel, but it have no idea what i should put in /etc/acpi/handler.sh to shutdown the laptop when the powerbutton is pressed.
Last edited by Lone_Wolf (2011-09-07 12:02:23)

button/power PWRF 00000080 00000002
These are the arguments passed to the handler script ($1 to $4).
handler.sh from acpid package:
case "$1" in
button/power)
#echo "PowerButton pressed!">/dev/tty5
case "$2" in
PBTN|PWRF) logger "PowerButton pressed: $2" ;;
*) logger "ACPI action undefined: $2" ;;
esac
Replace the logger "PowerButton [...]" command (which is responsible for the message.log line you quote) with a shutdown invocation.

Similar Messages

  • /proc/acpi/button does not exist.

    /proc/acpi/button does not exist. Any ideas?
    or, anyone knows which module is the owner of /proc/acpi/button?
    Thanks!

    I am having the same problem, even with a stock kernel. There is no power button
    device and therefore acpi_listen does not detect putton press events. I am on a
    Thinkpad T420s, which used to work until a recent reinstall. Here are the
    outputs that were originally requested (most of them look quite similar to
    enicham's):
    % lsmod | grep evdev
    evdev 11784 27
    % ls /dev/input
    by-id event10 event14 event2 event6 mice
    by-path event11 event15 event3 event7 mouse0
    event0 event12 event16 event4 event8 mouse1
    event1 event13 event17 event5 event9 mouse2
    % cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=sysrq kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0003 Vendor=046d Product=c52b Version=0111
    N: Name="Logitech Unifying Device. Wireless PID:101b"
    P: Phys=usb-0000:00:1a.0-1.2:1
    S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input2
    U: Uniq=
    H: Handlers=mouse0 event1
    B: PROP=0
    B: EV=17
    B: KEY=ffff0000 0 0 0 0
    B: REL=143
    B: MSC=10
    I: Bus=0003 Vendor=046d Product=c52b Version=0111
    N: Name="Logitech Unifying Device. Wireless PID:4002"
    P: Phys=usb-0000:00:1a.0-1.2:2
    S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0005/input/input3
    U: Uniq=
    H: Handlers=sysrq kbd event2
    B: PROP=0
    B: EV=12001f
    B: KEY=837fff072ff32d bf54444600000000 1 30f948b17c007 ffff73fad941dfff febeffdfffefffff fffffffffffffffe
    B: REL=40
    B: ABS=100000000
    B: MSC=10
    B: LED=1f
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
    U: Uniq=
    H: Handlers=event3
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0003 Version=0000
    N: Name="Sleep Button"
    P: Phys=PNP0C0E/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
    U: Uniq=
    H: Handlers=kbd event4
    B: PROP=0
    B: EV=3
    B: KEY=4000 0 0
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    U: Uniq=
    H: Handlers=kbd event5
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input7
    U: Uniq=
    H: Handlers=kbd event6
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=17aa Product=5054 Version=4101
    N: Name="ThinkPad Extra Buttons"
    P: Phys=thinkpad_acpi/input0
    S: Sysfs=/devices/platform/thinkpad_acpi/input/input8
    U: Uniq=
    H: Handlers=kbd rfkill event7
    B: PROP=0
    B: EV=33
    B: KEY=18040000 0 10000000000000 0 1501b00102004 c000000001104000 e000000000000 0
    B: MSC=10
    B: SW=8
    I: Bus=0003 Vendor=04f2 Product=b221 Version=0752
    N: Name="Integrated Camera"
    P: Phys=usb-0000:00:1a.0-1.6/button
    S: Sysfs=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input9
    U: Uniq=
    H: Handlers=kbd event8
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input10
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0001 Vendor=14f1 Product=506e Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/input/input12
    U: Uniq=
    H: Handlers=kbd event10
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
    U: Uniq=
    H: Handlers=event11
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    U: Uniq=
    H: Handlers=event12
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA NVidia HDMI/DP,pcm=8"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
    U: Uniq=
    H: Handlers=event13
    B: PROP=0
    B: EV=21
    B: SW=140
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA NVidia HDMI/DP,pcm=7"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
    U: Uniq=
    H: Handlers=event14
    B: PROP=0
    B: EV=21
    B: SW=140
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA NVidia HDMI/DP,pcm=3"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
    U: Uniq=
    H: Handlers=event15
    B: PROP=0
    B: EV=21
    B: SW=140
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input11
    U: Uniq=
    H: Handlers=mouse1 event16
    B: PROP=9
    B: EV=b
    B: KEY=6420 30000 0 0 0 0
    B: ABS=260800011000003
    I: Bus=0011 Vendor=0002 Product=000a Version=0000
    N: Name="TPPS/2 IBM TrackPoint"
    P: Phys=synaptics-pt/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio1/serio2/input/input18
    U: Uniq=
    H: Handlers=mouse2 event17
    B: PROP=0
    B: EV=7
    B: KEY=70000 0 0 0 0
    B: REL=3
    % pacman -Qi linux
    Name : linux
    Version : 3.14.5-1
    Description : The Linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.14.5
    Depends On : coreutils linux-firmware kmod
    mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels
    of your country
    Required By : nvidia
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 71950.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Sun 01 Jun 2014 01:40:01 AM EDT
    Install Date : Sat 07 Jun 2014 02:21:14 PM EDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    % journalctl | grep dev/input
    Jun 07 19:14:16 unmensch systemd-logind[286]: Watching system buttons on /dev/input/event6 (Power Button)
    Jun 07 19:14:16 unmensch systemd-logind[286]: Watching system buttons on /dev/input/event3 (Video Bus)
    Jun 07 19:14:16 unmensch systemd-logind[286]: Watching system buttons on /dev/input/event4 (Lid Switch)
    Jun 07 19:14:16 unmensch systemd-logind[286]: Watching system buttons on /dev/input/event5 (Sleep Button)
    Jun 07 19:14:16 unmensch systemd-logind[286]: Watching system buttons on /dev/input/event7 (ThinkPad Extra Buttons)

  • [solved] /proc/acpi/thermal_zone/: No such file or directory

    i want to monitor my laptop temperature with conky but i get 
    Conky: scandir for /proc/acpi/thermal_zone/: No such file or directory
    does anyone know what i must install in order for it to work?
    Last edited by red-guy (2011-03-21 17:05:00)

    red-guy wrote:also, why do you even bother posting if it's not to help?
    Because :
    stlarch wrote:You are just expected to try to help yourself first. Then, when you've exhausted every effort ask. It's the Arch way. The wiki is your best friend.
    And also because as forum moderator, we have to keep the boards as clean as possible. For you the problem might be new, but for many users here, they have seen these types of threads many times which have also been answered over and over again and also documented in the wiki. The wiki is a resource that has been created by the collective efforts of the Arch users - present and past. Make use of it.
    As a general rule, if you have an issue, search the wiki, then the internet, then the forums for similar threads and if you still have problems then post a thread detailing what attempts you have made in order to fix the problem. That way, people don't give you options that you have already tried and know that they don't work.
    In addition, please go through the forum rules to familiarize yourself with the basic rules and policies of the Arch forums.

  • ACPI button/lid problem

    Hello all,
    I have been running Arch on this laptop for quite some time now. Recently though I had to do a reinstall of it because I messed it up while trying to do something. Anyway, I got everything working except for the lid problem, i have the age old when I close it, it freezes. I have installed ACPI and it recognizes the Lid event, however it is still frozen I checked the /var/log/messages.log and this is what showed up:
    Jun 19 11:33:12 UsbArch logger: ACPI group/action undefined: video / VID1
    Jun 19 11:33:12 UsbArch logger: ACPI group/action undefined: video / VID
    All I can tell is that it doesnt recognize the laptop screen or something. On the last install acpi worked like a charm, I dont know why it is not working now. Any help would be much appreciated. Thank you, Levi.

    I bet it does not freeze.
    Test it, follow these steps exactly as they are written:
    Start xwindows
    open a terminal
    close the lid
    open the lid
    wait for a second
    then type this
    xset dpms force on
    then press enter
    Your monitor should come back on.
    If this works you will need to edit your /etc/acpi/actions/lm_lid.sh file
    also make sure that you install laptop_mode and acpid
    here is the content of my lm_lid.sh
    #!/bin/sh
    test -f /usr/sbin/laptop_mode || exit 0
    #lid button pressed/released event handler
    #From: http://gentoo-wiki.com/HOWTO_Automatically_turn_off_your_monitor
    if grep -q open /proc/acpi/button/lid/LID/state
    then
    XAUTHORITY="$( ps -C xinit f|sed 's/.*-auth \(.*\)serverauth.*/\1Xauthority/p' )" /usr/bin/xset -display :0.0 dpms force on
    /usr/sbin/laptop_mode auto
    /usr/bin logger dpms force on
    else
    XAUTHORITY="$( ps -C xinit f| sed -n 's/.*-auth \(.*\)serverauth.*/\1Xauthority/p' )" /usr/bin/xset -display :0.0 dpms force off
    /usr/bin logger dpms force off
    fi
    Last edited by timetrap (2008-06-20 20:20:51)

  • Button/lid (no /proc/acpi/events?)

    I must be missing something obvious but it seem that when I close my laptop's lid, the button/lid section of handler.sh is not triggered. I have acpi running fine, it even seems that other events are successfully triggered (like ac_adapter), but not button/lid. Essentially I'm trying to run 'powersave -u' when I close the lid.
    Help please?

    Thanks for the reply. It seems like this might be part of a bigger problem though, because I don't seem to have a /proc/acpi/event. What I have in /proc/acpi are ac_adapter, battery, button, embedded_controller, fan, power_resource, processor, thermal_zone, and video.
    Also, when I start my computer, Arch says that the acpi daemon started successfully. But if I stop it (also successfully) and then try to start it again, it always fails with "acpid: can't open /proc/acpi/event: Device or resource busy".
    Here's some sample output from /var/log/acpid which doesn't seem to be very useful. The exiting lines are probably me manually stopping acpid, although it never starts up again unless I reboot..
    [Fri Feb 17 10:59:02 2006] starting up
    [Fri Feb 17 10:59:02 2006] 2 rules loaded
    [Fri Feb 17 10:59:07 2006] client connected from 2788[82:82]
    [Fri Feb 17 10:59:07 2006] 1 client rule loaded
    [Fri Feb 17 10:59:39 2006] exiting
    [Fri Feb 17 11:01:34 2006] starting up
    [Fri Feb 17 11:01:34 2006] 2 rules loaded
    [Fri Feb 17 11:01:39 2006] client connected from 2729[82:82]
    [Fri Feb 17 11:01:39 2006] 1 client rule loaded
    [Fri Feb 17 11:02:12 2006] received event "thermal_zone C176 00000081 00000000"
    [Fri Feb 17 11:02:12 2006] notifying client 2729[82:82]
    [Fri Feb 17 11:02:12 2006] executing action "/etc/acpi/handler.sh thermal_zone C176 00000081 00000000"
    [Fri Feb 17 11:02:12 2006] BEGIN HANDLER MESSAGES
    cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq: No such file or directory
    cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or directory
    [Fri Feb 17 11:02:12 2006] END HANDLER MESSAGES
    [Fri Feb 17 11:02:12 2006] action exited with status 0
    [Fri Feb 17 11:02:12 2006] executing action "/etc/acpi/handler.sh thermal_zone C176 00000081 00000000"
    [Fri Feb 17 11:02:12 2006] BEGIN HANDLER MESSAGES
    cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq: No such file or directory
    cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or directory
    [Fri Feb 17 11:02:12 2006] END HANDLER MESSAGES
    [Fri Feb 17 11:02:12 2006] action exited with status 0
    [Fri Feb 17 11:02:12 2006] completed event "thermal_zone C176 00000081 00000000"
    [Fri Feb 17 11:08:30 2006] exiting
    Now I'm really confused.

  • /proc/acpi/video/* is gone [SOLVED]

    Hello!
    I noticed my precious directory was missing, when i tried manually set the LCD brightness with echo value > /proc/acpi/video/my/videoadapter. I have installed laptop-mode tools for managing the brightness when plugged in AC and when on battery.
    Thanks.
    Last edited by nybegynner (2011-02-13 20:56:50)

    Thanks, buddy!
    I'm now controlling the brightness with these settings:
    BATT_BRIGHTNESS_COMMAND="echo 3"
    LM_AC_BRIGHTNESS_COMMAND="echo 24"
    NOLM_AC_BRIGHTNESS_COMMAND="echo 24"
    BRIGHTNESS_OUTPUT="/sys/class/backlight/acpi_video0/brightness"
    (Note: The levels of brightness goes from 0 (least bright) through 24 (most bright)

  • Klaptop using /proc/acpi/sleep instead of /sys/power/state

    This is a problem in kde since it disables most of the features of klaptop. In other words for me at-least kde cpu frequency scaling, standby, suspend do not work through klaptop since it seems to use /proc/acpi/sleep instead of /sys/power/state which is the only thing available in the new kernel. I am not sure if this is a kde problem, my kernel problem, or just simply my particular problem.
    Is there a way to fix this.
    Thanks for the help,
    Matt

    It also seems kde is not reading the current cpu frequency correctly. It seems to use/proc/cpuinfo instead of /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq to get the current frequency. In addition when clicking setup helper applications under ACPI Config in klaptop I get:
    The /opt/kde/bin/klaptop_acpi_helper application does not seem to have the same size or checksum as when it was compiled we do NOT recommend you proceed with making it setuid-root without further investigation
    Are other people having these problems as well or is this unique to me.

  • Missing battery files in /proc/acpi/battery

    I'm trying to employ this script:
    http://mindspill.net/computing/linux-no … y-warning/
    to get low battery warnings. It draws info from files like
    BAT_STATE="/proc/acpi/battery/BAT1/state"
    BAT_INFO="/proc/acpi/battery/BAT1/info"
    but folder /proc/acpi/battery/ does not exist in my system. I do have /sys/class/power_supply/BAT0/ folder, but it does not containt 'state' or 'info' files.
    What should I do to make this work?
    Last edited by Lockheed (2012-06-06 10:49:13)

    Maybe I am being a bit thick, but am not well versed in scripts.
    I already modified the script to use notify-send rather than zenity
    #!/bin/bash
    # Location of acpi files.
    BAT_STATE="/proc/acpi/battery/BAT1/state"
    BAT_INFO="/proc/acpi/battery/BAT1/info"
    # Minutes from the in-built warning level that measures should be taken to prevent loosing data.
    BAT_ALERT_TIME=15
    # Log to syslog & /var/log/acpid
    LOGGER="/usr/bin/logger -t ACPID"
    if grep -q discharging $BAT_STATE
    then
    BAT_REMAIN=`awk '/remaining/ { print $3 }' $BAT_STATE` # Remaining mAh.
    BAT_DISCHARGE=`awk '/rate/ { print $3 }' $BAT_STATE` # Discharge rate in mA.
    BAT_WARN=`awk '/warning/ { print $4 }' $BAT_INFO` # Warning level in mAh.
    BAT_LOW=`awk '/low/ { print $4 }' $BAT_INFO` # Low level in mAh.
    BAT_ALERT=$(( ( ( $BAT_DISCHARGE / 60 ) * $BAT_ALERT_TIME ) )) #+ $BAT_WARN )) # Work out the charge that will have been used in $BAT_ALERT_TIME minues (and add the warning level charge as a buffer zone).
    #echo "BAT_REMAIN = $BAT_REMAIN"
    #echo "BAT_ALERT = $BAT_ALERT"
    # These environment variables are needed so that the script can post to the current display (using the zenity command). Change mention of steph to whatever your username is.
    export XAUTHORITY=/home/steph/.Xauthority
    export DISPLAY=:0
    if
    then
    # Log the fact that the (critically) low level has been reached.
    $LOGGER -p daemon.warn "Battery capacity is critically low, shutting down the system."
    # Pop up critical warning.
    /usr/bin/notify-send "Battery critically low." "HIBERNATING ($BAT_REMAIN)" &
    # zenity --warning --title "Battery Critically Low" --text "Battery capacity is critically low, shutting down the system. (remain = $BAT_REMAIN)" &
    # This is probably a good place to shut down the computer to make sure all data is written to disk. It may even be too late by now, in which case shut down the computer when it reaches the in-built warning level.
    dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Hibernate
    elif
    then
    # Log the fact that the warning level has been reached.
    $LOGGER -p daemon.warn "Battery capacity is low."
    # Pop up warning.
    /usr/bin/notify-send "Battery low." "(remain = $BAT_REMAIN)" &
    # zenity --warning --title "Battery Low" --text "Battery capacity is low. (remain = $BAT_REMAIN)" &
    elif
    then
    # Log this to let the system know that there's only a few minutes left of battery before it hit the warning level of the battery pack
    $LOGGER -p daemon.info "Battery capacity alert."
    # Pop up info.
    /usr/bin/notify-send "Battery depleting." "(remain = $BAT_REMAIN)" &
    # zenity --info --title "Battery Alert" --text "Battery capacity alert. (remain = $BAT_REMAIN)" &
    fi
    fi
    However, I suppose changing it to use acpi -V would involve more in-depth modifications which I am not sure of.

  • Where is my /proc/acpi/video interface? Can't find it!

    Hello!
    I'm using a custom kernel. (2.6.23.8) For my xorg config I need a /proc/acpi/video interface (the nvidia driver need this interface).
    I searched in the kernel config, but in Power Management / ACPI there isn't a "Video" Option.
    How can I active this interface?
    Thanks for your help!
    Best regards,
    Flasher

    Hello,
    I had the same problem a while back.  You have to go into Device Drivers / Graphics Support, and turn on the first option, "Backlight & LCD device support".  Under that option, choose "Lowlevel backlight controls".  At this point, the video option should magically appear in the ACPI section.
    Works for me.  There may other dependencies I don't know about.
    HTH,
    peart.
    Last edited by peart (2007-11-29 17:07:51)

  • Messages App - 'Accept' button is missing with incoming audio chats

    Hello,
    10.9.1 didn't solve a problem I have since 10.9.
    If somebody calls me within Messages App for an audio chat, the 'Accept' Button is missing.
    (see screenshot)
    Can anybody help?
    Kind regards
    Carl

    Hi,
    Yes.  Messages is iChat under the hood.
    Lion had iChat 6. Mountain Lion gets Messages 7.x.x and  Mavericks Messages 8
    There are separate .plist that have iMessages in the name for the account stuff like there are iChat ones for the AIM, Jabber and Yahoo accounts.
    (it is similar to the Contacts app still using a  .plist for the Address Book).
    If your settings are not that different from the defaults then you will not notice anything.
    For instance I use Arial Black and a green background (custom choice) in Preferences > Viewing.  (the default is Helvetica)
    Also in the General section I have the item about gathering all buddy lists unticked so that they are separate.
    I also use the Show Status item to display the Menu Bar icon.
    In Messages the Chats are all in the main window listed down the left with the highlighted on shown in the right hand pane.
    You can double click any of the listed ones and a separate chat will open  (the main window can then be closed/hidden) but there is no way to start a new chat in it's own window.
    If you create a new Mac User account (System Preferences > Users and Groups) and then login in to that account and use Messages there does it have the the missing buttons ?
    This will help prove it is the app (A  Restore will be needed) or something about the saved state of the app in your regular User account.
    8:51 pm      Thursday; December 19, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • /proc/acpi/fan empty

    Hey there...
    I have been trying to get at least some of the Power Management working under Linux, but haven't been too successful. Most important for me:
    Spin my fan down. The temperature seems to be at 22°C, so no cooling should be needed?
    Unfortunately I don't have any entries in /proc/acpi/fan, does this mean, it can't spin down? Or do I need to load any specific modules for this?
    Maybe related: There is only one "trip_point" defined in thermal zone:
    [root@frank /]# cat /proc/acpi/thermal_zone/THRM/temperature
    temperature: 22 C
    [root@frank /]# cat /proc/acpi/thermal_zone/THRM/state
    state: ok
    [root@frank /]# cat /proc/acpi/thermal_zone/THRM/trip_points
    critical (S5): 110 C
    [root@frank /]# cat /proc/acpi/thermal_zone/THRM/cooling_mode
    <setting not supported>
    cooling mode: critical
    Btw... the CPU is an AMD Turion64, and its frequency is scaled down by cpudyn.

    yes - I have 3 machines that don't detect fan settings... the i2c+lm_sensors stuff should handle that, but I never bothered...

  • [SOLVED] ipw2200 & wireless button (radio off)

    hi all
    i have read a ton of pages on this issue but i cannot for the life of me figure out what to do. the problem is iwconfig reports "radio off" so i would need to have a module loaded and some configurations made but what exactly? my laptop is fujitsu siemens m7400.
    maybe some kind soul could browse through these pages and give me simple instructions
    here's what i found so far:
    Fujitsu-Siemens Amilo wireless radio module: http://zwobbl.homelinux.net/pub/ (main site: http://rfswitch.sourceforge.net/ )
    Acer Hotkey driver for Linux: http://www.cakey.de/acerhk/
    Linux on an Amilo M-7400 laptop: http://tuukka.iki.fi/linux/amilo.html
    thank you very much in advance!
    Last edited by miksirikki (2008-12-10 12:42:50)

    Linux version 2.6.27-ARCH (root@T-POWA-LX) (gcc version 4.3.2 (GCC) ) #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008
    PAT WC disabled due to known CPU erratum.
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000ce000 - 00000000000d0000 (reserved)
    BIOS-e820: 00000000000d8000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000002f6e0000 (usable)
    BIOS-e820: 000000002f6e0000 - 000000002f6eb000 (ACPI data)
    BIOS-e820: 000000002f6eb000 - 000000002f700000 (ACPI NVS)
    BIOS-e820: 000000002f700000 - 0000000030000000 (reserved)
    BIOS-e820: 00000000fec10000 - 00000000fec20000 (reserved)
    BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
    BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
    DMI present.
    last_pfn = 0x2f6e0 max_arch_pfn = 0x100000
    kernel direct mapping tables up to 2f6e0000 @ 7000-d000
    RAMDISK: 2f61c000 - 2f6cff2a
    ACPI: RSDP 000F64F0, 0014 (r0 PTLTD )
    ACPI: RSDT 2F6E6530, 0030 (r1 PTLTD Montara 6040000 LTP 0)
    ACPI: FACP 2F6EAED2, 0074 (r1 INTEL MONTARAG 6040000 PTL 50)
    ACPI: DSDT 2F6E6A38, 449A (r1 WISTRO FB2I 6040000 MSFT 100000E)
    ACPI: FACS 2F6FBFC0, 0040
    ACPI: BOOT 2F6EAFD8, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
    ACPI: SSDT 2F6E6560, 04D0 (r1 INTEL GV3Ref 1001 MSFT 100000E)
    ACPI: DMI detected: Fujitsu Siemens
    0MB HIGHMEM available.
    758MB LOWMEM available.
    mapped low ram: 0 - 2f6e0000
    low ram: 00000000 - 2f6e0000
    bootmap 00009000 - 0000eedc
    (9 early reservations) ==> bootmem [0000000000 - 002f6e0000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0000100000 - 000050c240] TEXT DATA BSS ==> [0000100000 - 000050c240]
    #4 [002f61c000 - 002f6cff2a] RAMDISK ==> [002f61c000 - 002f6cff2a]
    #5 [000050d000 - 0000510000] INIT_PG_TABLE ==> [000050d000 - 0000510000]
    #6 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
    #7 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
    #8 [0000009000 - 000000f000] BOOTMAP ==> [0000009000 - 000000f000]
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x0002f6e0
    HighMem 0x0002f6e0 -> 0x0002f6e0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000000 -> 0x0000009f
    0: 0x00000100 -> 0x0002f6e0
    On node 0 totalpages: 194175
    free_area_init_node: node 0, pgdat c03d8200, node_mem_map c1000000
    DMA zone: 3967 pages, LIFO batch:0
    Normal zone: 188690 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x1008
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    mapped APIC to ffffb000 (015f4000)
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
    PM: Registered nosave memory: 00000000000ce000 - 00000000000d0000
    PM: Registered nosave memory: 00000000000d0000 - 00000000000d8000
    PM: Registered nosave memory: 00000000000d8000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 30000000:cec10000)
    PERCPU: Allocating 39324 bytes of per cpu data
    NR_CPUS: 16, nr_cpu_ids: 1, nr_node_ids 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 192657
    Kernel command line: root=/dev/disk/by-uuid/8a1bc514-ce3b-4c23-965a-63009ba03165 ro vga=773
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    TSC: PIT calibration confirmed by PMTIMER.
    TSC: using PMTIMER calibration value
    Detected 1599.808 MHz processor.
    Console: colour dummy device 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 764564k/777088k available (2148k kernel code, 11848k reserved, 844k data, 288k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xffee8000 - 0xfffff000 (1116 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf0000000 - 0xff7fe000 ( 247 MB)
    lowmem : 0xc0000000 - 0xef6e0000 ( 758 MB)
    .init : 0xc03f3000 - 0xc043b000 ( 288 kB)
    .data : 0xc03190f6 - 0xc03ec320 ( 844 kB)
    .text : 0xc0100000 - 0xc03190f6 (2148 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    CPA: page pool initialized 1 of 1 pages preallocated
    SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.93 BogoMIPS (lpj=5332693)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 2048K
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 9k freed
    ACPI: Core revision 20080609
    ACPI: Checking initramfs for custom DSDT
    ACPI: setting ELCR to 0200 (from 0c00)
    weird, boot CPU (#0) not listedby the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (3200.93 BogoMIPS).
    net_namespace: 832 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfd6c4, last bus=3
    PCI: Using configuration type 1 for base access
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in interrupt mode
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: 0000:00:02.0 reg 10 32bit mmio: [e8000000, efffffff]
    PCI: 0000:00:02.0 reg 14 32bit mmio: [e0000000, e007ffff]
    PCI: 0000:00:02.0 reg 18 io port: [1800, 1807]
    pci 0000:00:02.0: supports D1
    PCI: 0000:00:02.1 reg 10 32bit mmio: [f0000000, f7ffffff]
    PCI: 0000:00:02.1 reg 14 32bit mmio: [e0080000, e00fffff]
    pci 0000:00:02.1: supports D1
    PCI: 0000:00:1d.0 reg 20 io port: [1820, 183f]
    PCI: 0000:00:1d.1 reg 20 io port: [1840, 185f]
    PCI: 0000:00:1d.2 reg 20 io port: [1860, 187f]
    PCI: 0000:00:1d.7 reg 10 32bit mmio: [e0100000, e01003ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
    PCI: 0000:00:1f.1 reg 10 io port: [0, 7]
    PCI: 0000:00:1f.1 reg 14 io port: [0, 3]
    PCI: 0000:00:1f.1 reg 18 io port: [0, 7]
    PCI: 0000:00:1f.1 reg 1c io port: [0, 3]
    PCI: 0000:00:1f.1 reg 20 io port: [1810, 181f]
    PCI: 0000:00:1f.1 reg 24 32bit mmio: [0, 3ff]
    PCI: 0000:00:1f.3 reg 20 io port: [1880, 189f]
    PCI: 0000:00:1f.5 reg 10 io port: [1c00, 1cff]
    PCI: 0000:00:1f.5 reg 14 io port: [18c0, 18ff]
    PCI: 0000:00:1f.5 reg 18 32bit mmio: [e0100c00, e0100dff]
    PCI: 0000:00:1f.5 reg 1c 32bit mmio: [e0100800, e01008ff]
    pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1f.5: PME# disabled
    PCI: 0000:00:1f.6 reg 10 io port: [2400, 24ff]
    PCI: 0000:00:1f.6 reg 14 io port: [2000, 207f]
    pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
    pci 0000:00:1f.6: PME# disabled
    PCI: 0000:02:03.0 reg 10 32bit mmio: [e0202000, e0202fff]
    pci 0000:02:03.0: supports D1
    pci 0000:02:03.0: supports D2
    pci 0000:02:03.0: PME# supported from D0 D1 D2 D3hot
    pci 0000:02:03.0: PME# disabled
    PCI: 0000:02:05.0 reg 10 32bit mmio: [e0200000, e0201fff]
    PCI: 0000:02:05.0 reg 30 32bit mmio: [0, ffff]
    pci 0000:02:05.0: supports D1
    pci 0000:02:05.0: supports D2
    pci 0000:02:05.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:05.0: PME# disabled
    PCI: 0000:02:06.0 reg 10 32bit mmio: [e0203000, e0203fff]
    pci 0000:02:06.0: PME# supported from D0 D3hot D3cold
    pci 0000:02:06.0: PME# disabled
    PCI: 0000:02:09.0 reg 10 32bit mmio: [0, fff]
    pci 0000:02:09.0: supports D1
    pci 0000:02:09.0: supports D2
    pci 0000:02:09.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:09.0: PME# disabled
    pci 0000:00:1e.0: transparent bridge
    PCI: bridge 0000:00:1e.0 32bit mmio: [e0200000, e02fffff]
    bus 00 -> node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs *10 11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs *11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs *10 11)
    ACPI: PCI Interrupt Link [LNKF] (IRQs *10 11)
    ACPI: PCI Interrupt Link [LNKG] (IRQs *10 11)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 10 *11)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    ACPI: RTC can wake from S4
    system 00:04: ioport range 0x600-0x60f has been reserved
    system 00:04: ioport range 0x700-0x70f has been reserved
    system 00:04: ioport range 0x800-0x80f has been reserved
    system 00:04: ioport range 0x1000-0x107f has been reserved
    system 00:04: ioport range 0x1180-0x11bf has been reserved
    system 00:04: iomem range 0xfec10000-0xfec1ffff could not be reserved
    pci 0000:02:09.0: CardBus bridge, secondary bus 0000:03
    pci 0000:02:09.0: IO window: 0x003000-0x0030ff
    pci 0000:02:09.0: IO window: 0x003400-0x0034ff
    pci 0000:02:09.0: PREFETCH window: 0x40000000-0x43ffffff
    pci 0000:02:09.0: MEM window: 0x48000000-0x4bffffff
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:1e.0: IO window: 0x3000-0x3fff
    pci 0000:00:1e.0: MEM window: 0xe0200000-0xe02fffff
    pci 0000:00:1e.0: PREFETCH window: 0x00000040000000-0x00000045ffffff
    pci 0000:00:1e.0: enabling device (0005 -> 0007)
    pci 0000:00:1e.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    pci 0000:02:09.0: PCI INT A -> Link[LNKF] -> GSI 10 (level, low) -> IRQ 10
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [0, ffffffff]
    bus: 02 index 0 io port: [3000, 3fff]
    bus: 02 index 1 mmio: [e0200000, e02fffff]
    bus: 02 index 2 mmio: [40000000, 45ffffff]
    bus: 02 index 3 io port: [0, ffff]
    bus: 02 index 4 mmio: [0, ffffffff]
    bus: 03 index 0 io port: [3000, 30ff]
    bus: 03 index 1 io port: [3400, 34ff]
    bus: 03 index 2 mmio: [40000000, 43ffffff]
    bus: 03 index 3 mmio: [48000000, 4bffffff]
    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
    NET: Registered protocol family 1
    Unpacking initramfs... done
    Freeing initrd memory: 719k freed
    Simple Boot Flag at 0x36 set to 0x1
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1495
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:02.0: Boot video device
    vesafb: framebuffer at 0xe8000000, mapped to 0xf0080000, using 1536k, total 8000k
    vesafb: mode is 1024x768x8, linelength=1024, pages=9
    vesafb: scrolling: redraw
    vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver4 ports, IRQ sharing disabled
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
    serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
    serial 0000:00:1f.6: PCI INT B disabled
    input: Macintosh mouse button emulation as /class/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 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
    registered taskstats version 1
    Freeing unused kernel memory: 288k freed
    No dock devices found.
    SCSI subsystem initialized
    input: AT Translated Set 2 keyboard as /class/input/input1
    libata version 3.00 loaded.
    pata_acpi 0000:00:1f.1: enabling device (0005 -> 0007)
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pata_acpi 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    pata_acpi 0000:00:1f.1: setting latency timer to 64
    pata_acpi 0000:00:1f.1: PCI INT A disabled
    ata_piix 0000:00:1f.1: version 2.12
    ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
    Switched to high resolution mode on CPU 0
    ata1.00: ATA-6: FUJITSU MHT2060AT, 0022, max UDMA/100
    ata1.00: 117210240 sectors, multi 16: LBA
    ata1.00: configured for UDMA/100
    ata2.01: NODEV after polling detection
    ata2.00: ATAPI: QSI DVDRW SDW-041, DU05, max UDMA/33
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA FUJITSU MHT2060A 0022 PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM QSI DVDRW SDW-041 DU05 PQ: 0 ANSI: 5
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
    ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11
    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: debug port 1
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 11, io mem 0xe0100000
    USB Universal Host Controller Interface driver v3.0
    sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 MB)
    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:<6>ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb1: configuration #1 chosen from 1 choice
    sda1 sda2 sda3 sda4
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    sd 0:0:0:0: [sda] Attached SCSI disk
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    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 11, io base 0x00001820
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    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 11, io base 0x00001840
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    usb 2-2: new low speed USB device using uhci_hcd and address 2
    uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    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 11, io base 0x00001860
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    usb 2-2: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    input: Logitech USB-PS/2 Optical Mouse as /class/input/input2
    input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    kjournald starting. Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    processor ACPI0007:00: registered as cooling_device0
    ACPI: Processor [CPU0] (supports 8 throttling states)
    Marking TSC unstable due to TSC halts in idle
    ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10
    b44 0000:02:05.0: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
    ssb: Sonics Silicon Backplane found on PCI device 0000:02:05.0
    b44.c:v2.0
    eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:0a:e4:28:68:4f
    ieee80211_crypt: registered algorithm 'NULL'
    ieee80211: 802.11 data/management/control stack, git-1.1.13
    ieee80211: Copyright (C) 2004-2005 Intel Corporation <[email protected]>
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
    ipw2200: Copyright(c) 2003-2006 Intel Corporation
    ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 10
    ipw2200 0000:02:06.0: PCI INT A -> Link[LNKG] -> GSI 10 (level, low) -> IRQ 10
    ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    firmware: requesting ipw2200-bss.fw
    ipw2200: Radio Frequency Kill Switch is On:
    Kill switch must be turned off for wireless networking to work.
    ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
    Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
    Intel ICH 0000:00:1f.5: setting latency timer to 64
    intel8x0_measure_ac97_clock: measured 52820 usecs
    intel8x0: clocking to 48000
    Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
    Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button (FF) as /class/input/input3
    ACPI: Power Button (FF) [PWRF]
    input: Lid Switch as /class/input/input4
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input5
    ACPI: Sleep Button (CM) [SLP2]
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRS] (40 C)
    thermal LNXTHERM:02: registered as thermal_zone1
    ACPI: Thermal Zone [THRC] (60 C)
    Linux agpgart interface v0.103
    agpgart-intel 0000:00:00.0: Intel 855GM Chipset
    agpgart-intel 0000:00:00.0: detected 8060K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe8000000
    input: Video Bus as /class/input/input6
    ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    NET: Registered protocol family 23
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    nsc_ircc_open(), can't get iobase of 0x2f8
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    nsc_ircc_open(), can't get iobase of 0x2f8
    nsc-ircc 00:09: disabled
    parport_pc 00:08: reported by Plug and Play ACPI
    parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    intel_rng: FWH not detected
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    scsi 1:0:0:0: Attached scsi generic sg1 type 5
    Driver 'sr' needs updating - please use bus_type methods
    sr0: scsi3-mmc drive: 12x/24x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
    iTCO_vendor_support: vendor-support=0
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
    iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    ohci1394 0000:02:03.0: PCI INT A -> Link[LNKF] -> GSI 10 (level, low) -> IRQ 10
    wbsd: Winbond W83L51xD SD/MMC card interface driver
    wbsd: Copyright(c) Pierre Ossman
    mmc0: W83L51xD id 7112 at 0x820 irq 6 FIFO PnP
    ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[10] MMIO=[e0202000-e02027ff] Max Packet=[2048] IR/IT contexts=[8/8]
    input: PC Speaker as /class/input/input7
    Yenta: CardBus bridge found at 0000:02:09.0 [1734:1033]
    Yenta: Using CSCINT to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:02:09.0, mfunc 0x01001002, devctl 0x64
    Yenta: ISA IRQ mask 0x0018, PCI irq 10
    Socket status: 30000007
    Yenta: Raising subordinate bus# of parent bus (#02) from #02 to #06
    pcmcia: parent PCI bridge I/O window: 0x3000 - 0x3fff
    cs: IO port probe 0x3000-0x3fff: clean.
    pcmcia: parent PCI bridge Memory window: 0xe0200000 - 0xe02fffff
    pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x45ffffff
    Synaptics Touchpad, model: 1, fw: 5.8, id: 0x9248b1, caps: 0x904713/0x4000
    input: SynPS/2 Synaptics TouchPad as /class/input/input8
    nsc-ircc 00:09: activated
    nsc-ircc, chip->init
    nsc-ircc, Found chip at base=0x02e
    nsc-ircc, driver loaded (Dag Brattli)
    nsc-ircc 00:09: disabled
    ppdev: user-space parallel port driver
    lp0: using parport0 (interrupt-driven).
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[04e40a00f40c2035]
    cs: IO port probe 0x100-0x3af: clean.
    cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
    cs: IO port probe 0x820-0x8ff: excluding 0x840-0x847
    cs: IO port probe 0xc00-0xcf7: clean.
    cs: IO port probe 0xa00-0xaff: clean.
    EXT3 FS on sda3, internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3 FS on sda4, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k
    Clocksource tsc unstable (delta = -110163765 ns)
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    b44: eth0: Link is up at 100 Mbps, full duplex.
    b44: eth0: Flow control is off for TX and off for RX.
    ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    eth0: no IPv6 routers present
    [drm] Initialized drm 1.1.0 20060810
    pci 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:00:02.0: setting latency timer to 64
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    pci 0000:00:02.1: setting latency timer to 64
    [drm] Initialized i915 1.6.0 20060119 on minor 1
    mtrr: no MTRR for e8000000,8000000 found
    Last edited by miksirikki (2008-12-10 08:34:40)

  • Deprecated /proc/acpi/

    Hello,
    Sorry, my english sucks.
    Do you recommend to keep these options enabled in the kernel?
    Deprecated /proc/acpi files
    Deprecated power /proc/acpi directories
    Deprecated /proc/acpi/event support
    or the related acpi pkgs in Arch are updated for use /sys/ ?

    Most acpi modules should have switched to sysfs by now but you'd have to read the documentation for the acpi-module you want to use.
    I'd still keep it around. It doesn't hurt and it's shorter than /sys/devices/platform .

  • After updating to 8.1.2 my iPad continues to restart. I tried resetting all the settings and this didn't work. I tried rebooting by holding the start button & power button and it didnt work either. The problem has actually worsened. I can no longer u

    After updating to 8.1.2 my iPad continues to restart. I tried resetting all the settings and this didn't work. I tried rebooting by holding the start button & power button and it didnt work either. The problem has actually worsened. I can no longer use my iPad.

    You need to restore the iPad.
    Use iTunes to restore your iOS device to factory settings - Apple Support
    If that will not work, you will need to use Recovery Mode to restore.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support

  • My Safari Icon ( Button) is missing in my iMac after I downloaded a update. How can I get the icon back on my desktop and connecting again to the Internet ?...

    My Safari Icon ( Button) is missing on my iMac after I downloaded a update. How can I get the icon  (Button Safari) back on my desktop and connecting again to the Internet ?...
    Thanks for the help    

    Often when people think they've deleted an application, what's really happened is that they deleted its icon from the Dock. In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A to open the Applications folder. If the application is in that folder, drag it to the Dock (not to the Desktop or anywhere else.) The other Dock icons will move out of the way to make a place for it.

Maybe you are looking for