I915 power consumption issue after switch to systemd?

After switching to systemd I noticed a massive increase of power consumption on my Thinkpad X220 (i5 Sandy Bridge).
The strange thing is, that after some reboots it randomly seems to catch the i915 power saving mode and the consumption gets from ~24W to ~7W at idle. But only after several reboots.
Adding the good old i915.i915_enable_rc6=1 to the boot parameters doesn't make any differences. But looking at the powertop detail outputs it seems to be a i915 issue.
Using the latest linux kernel from core (3.6.4) and latest intel drivers (2.20.12).

I started to get suspicious because I have only ever had the issue in my office. Last week, when I encrypted my drive, my machine wrote to disk for more than 14 hours solid. I then did all the set up and all the restoring from backup etc. with no issue whatsoever. Lenovo ran the thing for 48 hours straight with no problem. But once in my office...
So I asked the local IT people if they could think of anything other than overheating and explained the issue. They took my laptop yesterday , booted it from a hardware testing CD and ran it for a couple of hours sitting on top of a hot computer in the server room which is definitely hot. (It has a whole bunch of computers, I guess.) No issue. They then ran stress tests for a while in the same place. No problem. Highest recorded temp: 65C.
The head of IT then took my power adapter to a more general IT service to be tested and inspected. They looked at it, they opened the plug to check the fuse, they tested it. No problem. Of course, the guy also explained why he was asking and the other IT person said, "Oh, is that on level 1?" "Yes..." So apparently there was another machine (a Mac), I think, doing just the same thing in an office in my part of the building. Testing showed that the power spikes and when the power spikes, the laptop shut down as a safety measure. Solution: they installed a UPS for that one laptop. They didn't tell anybody else, including the local IT people.
What the local IT people were going to do was to install equipment to monitor the power in my office and see if anything weird was causing my laptop to react. However, that was when this was an extremely-unlikely-but-we-are-getting-desperate-for-theories scenario. Clearly, that theory no longer seems wildly implausible at all. So the current hypothesis is that it is most likely that my machine is also reacting to the spikes in power by shutting itself off. (I'm not sure why it should have just started doing this but who knows what the state of the electricals is and how that might vary?)
I have been told that a surge protector will do no good. (They've given me one anyway but apparently it will not deal with spikes in phase 3 power or something - I didn't understand this bit but the head IT person said he didn't understand it either but the electricals IT person showed him with graphs on the whiteboard. So it must be true.)
The current plan is to try to get the UPS from central IT which was provided for the other laptop since that person's discipline has since moved to another floor of the building so the UPS probably went back to central IT. They are going to ask during a meeting tomorrow about this possibility. Otherwise, they are planning to order a UPS for me on Monday.
I'm somewhat surprised that the abrupt shutdowns haven't screwed my data. I've lost work but not seen fs corruption. I didn't take my laptop today. I'll need it next week but I do not plan to plug it in in my office until I have a UPS.
I'm pretty annoyed, to be honest. I've wasted hours on this and got incredibly stressed about it. The IT people have also wasted a (smaller) amount of time. I hoped to have a new draft of an article I'm working on written by the end of reading week but that didn't happen due to all of this. And they *knew*. It would be different if this was an unknown problem just discovered - of course, one could understand that. But there's a known problem which can cause this type of problem and presumably could well damage equipment without these sorts of safety shutdown features and they don't tell anybody.
And, no, I doubt very much indeed that a damaged personal machine would be considered the institution's liability. (Maybe if it was a student's machine and the student was required to use it or something but even then...)
I can't believe it does much good to their equipment either.
The local IT people did know there was an issue with some burnt out devices but that was about eight years ago and only got mentioned as a outside possibility when other diagnostics turned up no result.
What gets me is that the proposed solution will only solve the issue for me - not for anybody else in my part of the building on level 1.

Similar Messages

  • Sound issue after switch off HDMI divice

    I have installed video card and plug it to TV through HDMI divice, after switching off my TV i have no sound.  message that no out put divice is installed. 

    Hi,
    For the issue, please check your Sound setting.
    Firstly, let us unplug the HDMI Device.
    Meanwhile, please open Control Panel>Sound:
    Please check your default sound device to see if it remains use HDMI.
    In addition, let us use the Audio troubleshooter, it can diagnose and fix common sound playback and hardware problems.
    http://go.microsoft.com/fwlink/?LinkId=260596
    Keep post.
    Regard,
    Kelvin hsu
    TechNet Community Support

  • [SOLVED] [no] Problem [at all] with NTFS after switch to systemd

    Hi.
    I've recently switched to systemd (thanks for this great Wiki page!). All is right except automount of NFTS partions. In old config, I don't have any entry in fstab, but there is a rule for udev:
    KERNEL!="sd[a-z][0-9]", GOTO="media_by_label_auto_mount_end"
    # Import FS infos
    IMPORT{program}="/sbin/blkid -o udev -p %N"
    # Get a label if present, otherwise specify one
    ENV{ID_FS_LABEL}!="", ENV{dir_name}="%E{ID_FS_LABEL}"
    ENV{ID_FS_LABEL}=="", ENV{dir_name}="usbhd-%k"
    # Global mount options
    ACTION=="add", ENV{mount_options}="relatime"
    # Filesystem-specific mount options
    #ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=100,umask=002"
    ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=100,uid=fran,umask=000"
    # Mount the device
    #ACTION=="add", RUN+="/bin/mkdir -p /media/%E{dir_name}", RUN+="/bin/mount -o $env{mount_options} /dev/%k /media/%E{dir_name}"
    ACTION=="add", RUN+="/bin/mkdir -p /media/%E{dir_name}", RUN+="/bin/mount -t ntfs-3g -o $env{mount_options} /dev/%k /media/%E{dir_name}"
    # Clean up after removal
    ACTION=="remove", ENV{dir_name}!="", RUN+="/bin/umount -l /media/%E{dir_name}", RUN+="/bin/rmdir /media/%E{dir_name}"
    # Exit
    LABEL="media_by_label_auto_mount_end"
    I think this rule should work with systemd. It seems to work, because:
    [root@HermesT rules.d]# systemctl list-units | grep 'media'
    media-Almacen.mount loaded active mounted /media/Almacen
    media-COMPAQ.mount loaded active mounted /media/COMPAQ
    media-SYSTEM.mount loaded active mounted /media/SYSTEM
    But:
    [root@HermesT media]# ls
    ls: cannot access COMPAQ: Transport endpoint is not connected
    ls: cannot access Almacen: Transport endpoint is not connected
    ls: cannot access SYSTEM: Transport endpoint is not connected
    Almacen COMPAQ MIO SYSTEM almacen hdusb usbhd-sda3 usbhd-sda4 usbhd-sdb1 usbhd-sdb2 usbhd-sdb5 usbhd-sdb6 usbhd-sdc1 usbhd-sdc2 usbhd-sdc5 usbhd-sdc6
    ¿some ideas?
    Thanks.
    Last edited by HermesT (2012-10-27 20:20:41)

    Thanks aking9:
    It seems there is no difference whether  fstab entry (a very old one, comented a long time ago) is active or not. None of both below helps to solve it.
    /dev/sda5 /media/Almacen ntfs-3g defaults,users,umask=002 0 0
    #/dev/sda5 /media/Almacen ntfs-3g defaults,users,locale=es_ES.UTF-8,umask=002 0 0
    Despite of great work done by Arch team, systemd is an "esoteric" world for me.
    Where can I now configure such thing?
    Added:
    journalctl log for ntfs-3g.
    First, fstab with locale (deprecated?). Second fstab with nls. Third, no fstab entry:
    Oct 26 18:30:04 HermesT ntfs-3g[700]: Unmounting /dev/sda5 (Almacen)
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Version 2012.1.15 external FUSE 29
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Mounted /dev/sda5 (Read-Write, label "Almacen", NTFS 3.1)
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Cmdline options: rw,noexec,nosuid,nodev,locale=es_ES.UTF-8,umask=002,users
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Mount options: rw,noexec,nosuid,nodev,users,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096,default_permissions
    Oct 26 18:30:31 HermesT ntfs-3g[225]: Global ownership and permissions enforced, configuration type 7
    Oct 26 19:10:41 HermesT ntfs-3g[225]: Unmounting /dev/sda5 (Almacen)
    Oct 26 19:57:45 HermesT ntfs-3g[229]: [101B blob data]
    Oct 26 20:06:53 HermesT ntfs-3g[229]: Unmounting /dev/sda5 (Almacen)
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Version 2012.1.15 external FUSE 29
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Mounted /dev/sda5 (Read-Write, label "Almacen", NTFS 3.1)
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Cmdline options: rw,noexec,nosuid,nodev,nls=utf8,umask=002,users
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Mount options: rw,noexec,nosuid,nodev,nls=utf8,users,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096,default_permissions
    Oct 26 20:07:15 HermesT ntfs-3g[279]: Global ownership and permissions enforced, configuration type 7
    Oct 26 20:08:37 HermesT ntfs-3g[279]: [101B blob data]
    Oct 26 20:24:30 HermesT ntfs-3g[279]: Unmounting /dev/sda5 (Almacen)
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Version 2012.1.15 external FUSE 29
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Mounted /dev/sda5 (Read-Write, label "Almacen", NTFS 3.1)
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Cmdline options: rw,nodev,nosuid,uid=1002,gid=100,dmask=0077,fmask=0177,uhelper=udisks
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Mount options: rw,nodev,nosuid,uhelper=udisks,allow_other,nonempty,relatime,fsname=/dev/sda5,blkdev,blksize=4096,default_permissions
    Oct 26 20:26:05 HermesT ntfs-3g[795]: Global ownership and permissions enforced, configuration type 7
    None of them solved the problem.
    Last edited by HermesT (2012-10-26 18:58:02)

  • IPhone 5 Power button issues after recent update.

    After this most recent update, my power button is not working as it normally does.  It takes two or three attempts to turn the phone off and more than once to turn it.  Sometimes it turns on and immediately turns off.  This is happening only after this update.

    Yes 7.1.2  I had a 7.1 backup, and no issues with that... but then I did a clean DL of 7.1.2 and once again with NO apps on the iphone power button issues... as mentioned.  So it is not the apps, nor songs, nor anything else...just 7.1.2  I am now running 7.1  no issues.

  • [SOLVED] (Auto)mounting in KDE not working after switch to systemd

    After I switched to systemd (everything else works fine now) I cannot mount any disk (CD/DVD/USB disk) with KDE 4.9.2.
    I only get the error message "cannot mount the following device: [...]".
    This is also the case when logged in as root, so it's probably not a problem with permissions.
    Manually mounting works fine.
    These lines show up in syslog when attaching a USB disk:
    Nov  3 12:04:49 localhost kernel: [  310.752533] sd 5:0:0:0: [sdb] Attached SCSI removable disk
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** ADDING /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** UPDATING /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** ADDED /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** EMITTING ADDED for /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** ADDING /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** UPDATING /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** ADDED /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
    Nov  3 12:04:49 localhost udisks-daemon[752]: **** EMITTING ADDED for /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0/host5/target5:0:0/5:0:0:0/block/sdb/sdb1
    Nov  3 12:04:51 localhost udisks-daemon[752]: **** USING MOUNT OPTIONS 'uhelper=udisks,nodev,nosuid,uid=1000,gid=1001,shortname=mixed,dmask=0077,utf8=1,showexec,flush' FOR DEVICE /dev/sdb1
    The error is only displayed in KDE, does not appear in the log.
    I have no idea where to look for a missing or wrong setting, so I would appreciate any advice.
    If you need more information about my system, feel free to ask.
    Last edited by iromeister (2012-12-12 17:39:47)

    I'm not sure I really agree with IgnorantGuru in that I used to use a script which mounted my floppy with udisk --sorry old school--and with the systemd change, I now only had to change my script back to the KISS principle of mount and umount, without udisk, to make it work.  I don't understand all the complaints about the direction arch is going.  To me it's the same as it's always been.  Arch is for competent linux users, simple as that.  If you don't want to do the work and figure it out--as best you can--on your own, then the forum is your friend. 
    edit: @alwaysanoob:  Recently, with the change away from consolekit to logind, check to see if your polkit.service is active as many posts are showing that the polkit upgrade is not always activated due to conflicting group id's.  I myself had this problem as polkit was trying to use group id 102 which was already taken by an old install of gdm--which I had to remove--before the polkit.service could be started properly after a reinstall of polkit
    Last edited by bgc1954 (2012-11-05 05:03:48)

  • Some issues after switching from 686 to x86_64

    Hi all,
    after switching from i686 to x86_64 using this link I am now facing some minor issues with some packages. I already activated the multilib repository but some problems remain. I checked the binaries in /usr/bin for 32 bit executables as described in the above link and there are 177 "bad" binaries left. I thought all of these were not executable, but surprisingly wine was. Strange!
    ffmpeg is another 32 bit executable and not runnable. So I tried to reinstall it, but that failed:
    > pacman -S ffmpeg
    warning: ffmpeg-1:2.6.1-1 is up to date -- reinstalling
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ffmpeg-compat: requires libx264.so=144-32
    libx264 is installed and didn't want to be reinstalled either:
    > pacman -S libx264
    warning: libx264-2:144.20150223-1 is up to date -- reinstalling
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ffmpeg: requires libx264.so=144-32
    :: ffmpeg-compat: requires libx264.so=144-32
    Can someone give me a hint, what's the best way to solve this problem?
    Thanks in advance, Zmann

    I think the first issue you will run in to is that the interface for an old P4 hdd will probably not be the same as a new computer.  Besides that, it will probably be vastly slower than what comes with a new computer.  I think that is not the best idea.
    The only wat to really "trasition" between two archtectures that I know of is to copy configuration files over and have pacman dump a list of explicitly installed packages from the main repos.  Then use that information to reinstall all those packages.

  • HP Pavilion G6-2148TX Power Up Issue after fan replacement

    Hi there,
    After replacing the fan, I have a power up issue with the laptop. Basically, the laptop will only power on with the power cable disconnected at the motherboard. It was by mistake that after the fan was replaced and everything was put back together, that I noticed that the battery was not charging.
    I then reopened the machine and reconnected the power cable to the motherboard and nothing - no power.
    When plugging in the power source with the battery in place, the LED adjacent to the power socket lights up WHITE then stays ORANGE and will not power up. No other lights, no fan noise, nothing.
    If I remove the battery, the LED adjacent to the power socket lights up WHITE and stays white however will not power up either. Same agin, no other LEDs, not fan noise, nothing.
    I have now opened the machine back up and disconnected the power from the motherboard. Put it all back together and the laptop powers up as normal with the battery and it works fine. (Well until the battery runs out anyway)
    I am looking for some advice on what the issue could be given my findings.
    Thanks in advance.
    This question was solved.
    View Solution.

    Hi @funksoulbro ,
    Welcome to the HP Forums!
    It is a great  place to find answers and information.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I see that after you replaced the fan, when you tried to power on the notebook you noticed it was not charging.
    You reopened the notebook and noticed you had failed to replace the power connector on the motherboard so you reconnected it.
    Once you did that when you tried to power up the notebook the led adjacent to the power socket turns white but then goes to orange and remains.
    If you disconnect the power connection  you can boot up on battery and it works fine.
    Here are two links that I think may help.
    Using and Testing the AC Power Adapter
    Battery Does Not Power Notebook or Hold a Charge
    I hope this helps.
    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!

  • Keyboard and gfx issues after switching to xf86-video-radeonhd

    After recently switching from an nVidia gfx card to a ATI Radeon HD2400, I instaled xf86-video-radeonhd driver. I noticed several issues that I haven't experienced before:
    1. Keyboard frequently repeat a keystroke that I only pressed once (e.g. aaaaarch when i type arch)
    2. Keyboard frequently skip keystrokes when I type fast (e.g. "achlinx rcks" when i type "archlinux rocks")
    3. After X11 starts, if I try to switch to virtual console (ctrl+alt+F1), the system freezes and turns zombie. This combined with my recently switch to ext4 had caused more than enough data loss.
    4. I hav a dual monitor setup, one of them needs 59.9Hz refresh rate, and the other needs 60.0Hz  refresh rate. If I configure the monitor as right-of or left-of in xorg.conf, xrandr always gets the refresh rate wrong. I have to manually issue xrandr commands.
    I noticed that my keyboard got recognized twice in Xorg.log, Could this have caused 1) and 2)?//
    xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    # Option "AllowEmptyInput" "false"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Module"
    Load "ddc"
    Load "dri"
    Load "drm"
    Load "glx"
    EndSection
    Section "Monitor"
    Identifier "Dell22"
    Option "RightOf" "Mac22"
    EndSection
    Section "Monitor"
    Identifier "Mac22"
    EndSection
    Section "Device"
    Identifier "rhd2400"
    Driver "radeonhd"
    Option "XAANoOffscreenPpixmaps" "true"
    # Option "monitor-DVI-I_1/digital" "Dell22"
    # Option "monitor-DVI-I_2/digital" "Mac22"
    # Option "RROutputOrder" "Mac22"
    Option "DRI" "on"
    Option "AccelMethod" "exa"
    Option "AGPMode" "4"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "rhd2400"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 3360 1050
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection

    Hate to reply to my own thread. But the keyboard problem has been solved by moving the keyboard to a different port. Apparently not all ports behind the workstation are 2.0 ports? Funny this was never a problem before until I switch to a radeon gfx card.

  • Power/sleep issues after upgrading to 10.8.5

    mac mini
    2.6 GHz intel core i7
    512 SSD
    16 GB RAM
    everything was working beautifully for quite a long time, in fact, i've never had any issues at all.  upgraded to 10.8.5 build 12F37 last night and now the computer won't wake from sleep.  it has to be forced off and then restarted in order to get it to "come back".
    reset the PRAM and the SMC, i'm hoping that resolves the issue, but i'd love to hear if anyone else is having the same issue and how they solved it.
    thanks!

    Also it happens without the MBOX 2 connected, which is USB audio interface by the way, and with just a Seagate external USB 3 Drive connected, which I use for backing up and has worked fine without these sleep issues up to 10.8.4.
    So it is like this...you put the computer to sleep, it goes to sleep, external drive spins off, after a few seconds external drive spins on again for no reason, display stays in sleep, but not rest of the system, as when you wake up a good indication to see whether it has woken up from deep sleep or just display sleep is that if you had wifi on and connected, when it wakes up now it is always connected to wifi, whereas when normally the imac wakes up from deep sleep the wifi connection(just the connection not the wifi interface) is off and is looking for it and connecting to it after you have woken it up. Something totally going wrong with the power management since 10.8.5, no doubt. Ι initially had installed 108.5 from the software update window, done the combo update on top now, and still no change in this behaviour. Strange that it let's me install the 10.8.5 combo, as before, if you had installed the update, it would not let you do it again...Not sure about what this is...
    I had different but still sleep issues with an imac late 2009 i7 27inch, after a certain update in Snow Leopard, where again I had done the update through the software update window, instead of downloading the combo one...back then it was that it wouldn't actually go to deep sleep, just display sleep.
    It is so frustrating that this happens. The biggest issue is that if you leave the computer supposedly at this sleep for a long time it does not wake up from the mouse or elsewhere...!!!!
    And another update, removing the Seagate MyBackup(USB 3) or whatever it is called, putting the computer to sleep, and waking up, it does actually behave as it should, it wakes up and the wifi is looking for the connection and connects after a few seconds, it is not connected as when you have a USB device connected(the MBOX 2 or the Seagate external USB 3 drive in my case) which it seems wakes up the computer from deep sleep(which means it is on and the wifi connects in the background)immediately after a few moments you put it to sleep(observation is that MBOX keeps on going on and off sleep as led's go off and on at regular intervals and the same seems to happen with the external drive....).
    The cure...in Snow Leopard with the sleep problems after an update, was to re-install leopard and do the combo update, meaning re-installing the whole system, which is quite a pain in the back side. I hope this is not the case in Mountain Lion otherwise we should be compensated for Apple ruining our system and organisation. The only cure I see for the minute and I am not sure if it will work is to revert to an earlier Time-Machine Backup which was made when the system was still in 10.8.4. And if this works, I will not do the 10.8.5 stnadalone or combo update until Apple start becoming serious with us, and not mess with our work and computers which they sold to us as the perfect machines...
    On another note my 27" i7 2012 imac had also these backlight uniformity problems, where part of the screen is slightly darker(on the right hand side, nothing major but noticeable as the same colour has a different hue in the brighetr area of the screen) so I am quite fed up with this drop in QC at Apple, not only in hardware but in software...I am currently waiting for a replacement, but this is nothing to do with this update.
    I seriously hope that they release 10.8.6 soon and that it will solve these issues which people who installed 10.8.5 already are experiencing. In fact even their suggestion, if it will be one, let's see, for people to consider going to an earlier backup where the system worked fine(what I am considering to do now), will be unreasonable and undermine their ability to create problem free updates and software which affect basic functions of the system such as sleep, and they will have no excuse, as it is not us who did something wrong to our system, it is their update which they fed to our systems through their software update, and let's say as the ordinary mac user thought it would be good to do...so there is an element of fooling people there as well...What if someone just bought their mac recently and did not have a backup but had already set up(customised) their system to a signinicant degree before the 10.8.5 update? I believe that we should be covered and compensated for such things, as I have lost time and money dealing with these issues in the past.
    Don't they properly test these updates, with all their fleet of different mac models, testing them with general peripherals connected to them, that people normally use, such as USB DEVICES, Audio Interfaces, External USB Drives? Come on they make billions for god's sake. We're spending 2 grand on a system that is touted as heaven on earth and it does many things brilliantly, but does fail on some, and what I really get is all these ridiculous issues every now and then which make me lose time and money, as I just want to have a system that sleeps and wakes properly!!!!!!! I AM NOT HAPPY, and it is Apple's Programmers which messed it up for me again...No bonuses this month please.

  • [Solved] Several problems after switch to systemd

    After many issues with today's update (like broken locale, broken suspend2ram, broken shutdown/restart, broken autologin, broken CPU clocking, broken fan control and broken wicd) I'm stuck with three of them, the most important being wicd.
    Autologin is working now and after login I have to enter a password for wicd (which was not the case before the update). After entering the password I get the dbus connection error: https://wiki.archlinux.org/index.php/wi … or_message If I kill wicd (which is runnig directly after boot, but not running properly), starting and stopping and starting again with systemctl works fine. But the autostart mostly fails for some reason (in rare cases it works though). I'm quite new to systemd and don't even know hot to open the new journal in a proper editor to search for errors efficiently.
    The second thing is that the locale is being reset to C or POSIX I suppose, at least it's not German as it should be and also is set in /etc/locale.conf.
    The third thing is that the Thinkpad fan control fails to start, too. I created a .conf file to load the thinkpad_acpi module which seems to work. If I start /usr/sbin/tpfand manually, the fan control works. But here also the autostart fails.
    Sorry for the confused description containing about nothing on error or debug information, but I don't really know where to start digging and get useful information about systemd.
    Thanks for any hint,
    PhotonX
    Last edited by PhotonX (2012-09-02 10:21:10)

    Aw, I think that's something I should be able to think of.
    Here is the log, but the last piece is just trying to fix things:
    [2012-08-27 14:25] synchronizing package lists
    [2012-08-27 14:26] Running 'pacman -S core/wireless_tools core/initscripts core/hwids core/libgssglue extra/xorg-server extra/xorg-server-common extra/xf86-video-intel extra/xorg-server-devel'
    [2012-08-27 14:26] upgraded wireless_tools (29-6 -> 29-7)
    [2012-08-27 14:26] upgraded initscripts (2012.08.2-1 -> 2012.08.3-1)
    [2012-08-27 14:26] upgraded hwids (20120730-1 -> 20120815-1)
    [2012-08-27 14:26] upgraded libgssglue (0.3-1 -> 0.4-1)
    [2012-08-27 14:26] upgraded xorg-server-common (1.12.3.901-1 -> 1.12.4-1)
    [2012-08-27 14:26] upgraded xorg-server (1.12.3.901-1 -> 1.12.4-1)
    [2012-08-27 14:26] upgraded xf86-video-intel (2.20.4-1 -> 2.20.5-1)
    [2012-08-27 14:26] upgraded xorg-server-devel (1.12.3.901-1 -> 1.12.4-1)
    [2012-08-27 14:27] Running 'pacman -U /tmp/yaourt-tmp-photon/PKGDEST.SLU/orta-gtk-theme-1.4.1-8-any.pkg.tar.xz'
    [2012-08-27 14:27] ==> to install chrom(e/ium) themes, just run
    [2012-08-27 14:27] orta-install-chrome-themes
    [2012-08-27 14:27]
    [2012-08-27 14:27] or to remove
    [2012-08-27 14:27] orta-install-chrome-themes --remove
    [2012-08-27 14:27]
    [2012-08-27 14:27] upgraded orta-gtk-theme (1.4.1-7 -> 1.4.1-8)
    [2012-08-29 13:32] Running 'pacman -Syy'
    [2012-08-29 13:32] synchronizing package lists
    [2012-08-29 13:33] Running 'pacman -S -u'
    [2012-08-29 13:33] starting full system upgrade
    [2012-08-29 13:34] upgraded ethtool (1:3.4-1 -> 1:3.5-1)
    [2012-08-29 13:34] upgraded firefox (14.0.1-1 -> 15.0-1)
    [2012-08-29 13:35] upgraded firefox-i18n-de (14.0.1-1 -> 15.0-1)
    [2012-08-29 13:35] upgraded gc (7.2-1 -> 7.2.d-1)
    [2012-08-29 13:35] upgraded hspell (1.1-2 -> 1.2-1)
    [2012-08-29 13:35] upgraded libatasmart (0.18-2 -> 0.19-1)
    [2012-08-29 13:35] upgraded libwbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 13:35] >>> Updating module dependencies. Please wait ...
    [2012-08-29 13:35] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-29 13:35] ==> Building image from preset: 'default'
    [2012-08-29 13:35] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-29 13:35] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-29 13:35] -> Running build hook: [base]
    [2012-08-29 13:35] -> Running build hook: [udev]
    [2012-08-29 13:35] -> Running build hook: [autodetect]
    [2012-08-29 13:35] -> Running build hook: [pata]
    [2012-08-29 13:35] -> Running build hook: [scsi]
    [2012-08-29 13:35] -> Running build hook: [sata]
    [2012-08-29 13:35] -> Running build hook: [filesystems]
    [2012-08-29 13:35] -> Running build hook: [usbinput]
    [2012-08-29 13:35] -> Running build hook: [fsck]
    [2012-08-29 13:35] ==> Generating module dependencies
    [2012-08-29 13:35] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-29 13:35] ==> Image generation successful
    [2012-08-29 13:35] ==> Building image from preset: 'fallback'
    [2012-08-29 13:35] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-29 13:35] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-29 13:35] -> Running build hook: [base]
    [2012-08-29 13:35] -> Running build hook: [udev]
    [2012-08-29 13:35] -> Running build hook: [pata]
    [2012-08-29 13:35] -> Running build hook: [scsi]
    [2012-08-29 13:35] -> Running build hook: [sata]
    [2012-08-29 13:35] -> Running build hook: [filesystems]
    [2012-08-29 13:35] -> Running build hook: [usbinput]
    [2012-08-29 13:35] -> Running build hook: [fsck]
    [2012-08-29 13:35] ==> Generating module dependencies
    [2012-08-29 13:35] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-29 13:36] ==> Image generation successful
    [2012-08-29 13:36] upgraded linux (3.4.9-1 -> 3.5.3-1)
    [2012-08-29 13:36] upgraded linux-headers (3.4.9-1 -> 3.5.3-1)
    [2012-08-29 13:36] upgraded lirc-utils (1:0.9.0-22 -> 1:0.9.0-26)
    [2012-08-29 13:36] upgraded sane (1.0.22-9 -> 1.0.23-1)
    [2012-08-29 13:36] upgraded smbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 13:36] upgraded syslinux (4.05-6 -> 4.05-7)
    [2012-08-29 13:37] upgraded tp_smapi (0.41-3 -> 0.41-5)
    [2012-08-29 13:37] upgraded udisks (1.0.4-4 -> 1.0.4-5)
    [2012-08-29 13:58] Running 'pacman -S --asdeps --needed extra/python-gobject'
    [2012-08-29 13:58] installed python-cairo (1.10.0-1)
    [2012-08-29 13:58] installed python-gobject (3.2.2-1)
    [2012-08-29 13:59] Running 'pacman -U /tmp/yaourt-tmp-photon/PKGDEST.WKI/orta-gtk-theme-1.4.1-9.2.1-any.pkg.tar.xz'
    [2012-08-29 13:59] ==> to install chrom(e/ium) themes, just run
    [2012-08-29 13:59] orta-install-chrome-themes
    [2012-08-29 13:59]
    [2012-08-29 13:59] or to remove
    [2012-08-29 13:59] orta-install-chrome-themes --remove
    [2012-08-29 13:59]
    [2012-08-29 13:59] upgraded orta-gtk-theme (1.4.1-8 -> 1.4.1-9.2.1)
    [2012-08-29 14:00] Running 'pacman -U /tmp/yaourt-tmp-photon/PKGDEST.u1D/xfce4-places-plugin-1.4.0-1-i686.pkg.tar.xz'
    [2012-08-29 14:00] upgraded xfce4-places-plugin (1.3.0-3 -> 1.4.0-1)
    [2012-08-29 14:20] Running 'pacman -S community/python2-configglue'
    [2012-08-29 14:20] installed python2-configglue (1.0.3-1)
    [2012-08-29 14:21] Running 'pacman -R python2-configparser'
    [2012-08-29 14:21] Running 'pacman -R python2-configglue'
    [2012-08-29 14:21] removed python2-configglue (1.0.3-1)
    [2012-08-29 16:58] Running 'pacman -S community/mupdf'
    [2012-08-29 16:59] installed jbig2dec (0.11-5)
    [2012-08-29 16:59] installed mupdf (1.1-1)
    [2012-08-31 13:11] Running 'pacman -Sy'
    [2012-08-31 13:11] synchronizing package lists
    [2012-08-31 13:12] Running 'pacman -S -u'
    [2012-08-31 13:12] starting full system upgrade
    [2012-08-31 13:15] Running 'pacman -Sy'
    [2012-08-31 13:15] synchronizing package lists
    [2012-08-31 13:15] Running 'pacman -S -u'
    [2012-08-31 13:15] starting full system upgrade
    [2012-08-31 13:17] removed libsystemd (188-2)
    [2012-08-31 13:17] removed systemd-tools (188-2)
    [2012-08-31 13:17] Generating locales...
    [2012-08-31 13:17] de_DE.UTF-8... done
    [2012-08-31 13:17] en_US.UTF-8... done
    [2012-08-31 13:17] ru_RU.UTF-8... done
    [2012-08-31 13:17] Generation complete.
    [2012-08-31 13:17] upgraded glibc (2.16.0-3 -> 2.16.0-4)
    [2012-08-31 13:17] upgraded libdrm (2.4.38-1 -> 2.4.39-1)
    [2012-08-31 13:17] upgraded libglapi (8.0.4-2 -> 8.0.4-3)
    [2012-08-31 13:18] upgraded libgl (8.0.4-2 -> 8.0.4-3)
    [2012-08-31 13:18] upgraded ati-dri (8.0.4-2 -> 8.0.4-3)
    [2012-08-31 13:18] upgraded cracklib (2.8.18-2 -> 2.8.19-1)
    [2012-08-31 13:18] error: problem occurred while upgrading filesystem
    [2012-08-31 13:18] upgraded filesystem (2012.7-1 -> 2012.8-1)
    [2012-08-31 13:19] Running 'pacman -Sy'
    [2012-08-31 13:19] synchronizing package lists
    [2012-08-31 13:19] Running 'pacman -S -u'
    [2012-08-31 13:19] starting full system upgrade
    [2012-08-31 13:20] upgraded gdk-pixbuf2 (2.26.2-1 -> 2.26.3-1)
    [2012-08-31 13:20] upgraded gnutls (3.0.22-1 -> 3.1.0-1)
    [2012-08-31 13:21] upgraded hedgewars (0.9.17-3 -> 0.9.17-4)
    [2012-08-31 13:21] upgraded imagemagick (6.7.8.9-1 -> 6.7.9.2-1)
    [2012-08-31 13:21] ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    [2012-08-31 13:21] :: Append 'init=/bin/systemd' to your kernel command line in your
    [2012-08-31 13:21] bootloader to replace sysvinit with systemd
    [2012-08-31 13:21] installed systemd (189-3)
    [2012-08-31 13:21] upgraded initscripts (2012.08.3-1 -> 2012.08.3-2)
    [2012-08-31 13:21] upgraded intel-dri (8.0.4-2 -> 8.0.4-3)
    [2012-08-31 13:21] upgraded libwebkit (1.8.2-1 -> 1.8.3-1)
    [2012-08-31 13:21] upgraded mesa (8.0.4-2 -> 8.0.4-3)
    [2012-08-31 13:21] upgraded pkg-config (0.27-1 -> 0.27.1-1)
    [2012-08-31 13:21] upgraded svga-dri (8.0.4-2 -> 8.0.4-3)
    [2012-08-31 13:21] upgraded unetbootin (578-1 -> 581-1)
    [2012-08-31 13:22] Running 'pacman -Sy'
    [2012-08-31 13:22] synchronizing package lists
    [2012-08-31 13:24] Running 'pacman -Syu'
    [2012-08-31 13:24] synchronizing package lists
    [2012-08-31 13:42] Running 'pacman -U /tmp/yaourt-tmp-photon/PKGDEST.K4x/jre-7.7-1-i686.pkg.tar.xz'
    [2012-08-31 13:44] upgraded jre (7.6-1 -> 7.7-1)
    [2012-08-31 13:44] Running 'pacman -U /tmp/yaourt-tmp-photon/PKGDEST.OwW/orta-gtk-theme-1.4.1-9.4-any.pkg.tar.xz'
    [2012-08-31 13:44] ==> to install chrom(e/ium) themes, just run
    [2012-08-31 13:44] orta-install-chrome-themes
    [2012-08-31 13:44]
    [2012-08-31 13:44] or to remove
    [2012-08-31 13:44] orta-install-chrome-themes --remove
    [2012-08-31 13:44]
    [2012-08-31 13:44] upgraded orta-gtk-theme (1.4.1-9.2.1 -> 1.4.1-9.4)
    [2012-08-31 14:08] Running 'pacman -Sy'
    [2012-08-31 14:08] synchronizing package lists
    [2012-08-31 15:29] Running 'pacman -U libsystemd-188-2-i686.pkg.tar.xz systemd-tools-188-2-i686.pkg.tar.xz'
    [2012-08-31 15:29] removed systemd (189-3)
    [2012-08-31 15:29] installed libsystemd (188-2)
    [2012-08-31 15:29] installed systemd-tools (188-2)
    [2012-08-31 15:35] Running 'pacman -U initscripts-2012.08.3-1-any.pkg.tar.xz'
    [2012-08-31 15:35] upgraded initscripts (2012.08.3-2 -> 2012.08.3-1)
    [2012-08-31 15:40] Running 'pacman -U wireless_tools-29-6-i686.pkg.tar.xz initscripts-2012.08.2-1-any.pkg.tar.xz'
    [2012-08-31 15:40] upgraded wireless_tools (29-7 -> 29-6)
    [2012-08-31 15:40] upgraded initscripts (2012.08.3-1 -> 2012.08.2-1)
    [2012-08-31 15:46] Running 'pacman -U ethtool-1:3.4-1-i686.pkg.tar.xz'
    [2012-08-31 15:46] upgraded ethtool (1:3.5-1 -> 1:3.4-1)
    [2012-08-31 15:47] Running 'pacman -U syslinux-4.05-6-i686.pkg.tar.xz linux-3.4.9-1-i686.pkg.tar.xz linux-headers-3.4.9-1-i686.pkg.tar.xz'
    [2012-08-31 15:49] Running 'pacman -U syslinux-4.05-6-i686.pkg.tar.xz'
    [2012-08-31 15:49] upgraded syslinux (4.05-7 -> 4.05-6)
    [2012-08-31 21:53] Running 'pacman -U filesystem-2012.7-1-any.pkg.tar.xz'
    [2012-08-31 21:53] error: problem occurred while upgrading filesystem
    [2012-08-31 21:53] upgraded filesystem (2012.8-1 -> 2012.7-1)
    [2012-08-31 21:53] Running 'pacman -U filesystem-2012.7-1-any.pkg.tar.xz'
    [2012-08-31 21:53] error: problem occurred while upgrading filesystem
    [2012-08-31 21:53] upgraded filesystem (2012.7-1 -> 2012.7-1)
    [2012-08-31 21:55] Running 'pacman -U filesystem-2012.7-1-any.pkg.tar.xz'
    [2012-08-31 21:55] upgraded filesystem (2012.7-1 -> 2012.7-1)
    [2012-08-31 21:57] Running 'pacman -Sy'
    [2012-08-31 21:57] synchronizing package lists
    [2012-08-31 21:59] Running 'pacman -S extra/ethtool'
    [2012-08-31 21:59] upgraded ethtool (1:3.4-1 -> 1:3.5-1)
    [2012-08-31 21:13] Running 'pacman -S core/systemd-sysvcompat'
    [2012-08-31 21:13] Running 'pacman -S core/systemd'
    [2012-08-31 21:14] removed libsystemd (188-2)
    [2012-08-31 21:14] removed systemd-tools (188-2)
    [2012-08-31 21:14] :: Append 'init=/bin/systemd' to your kernel command line in your
    [2012-08-31 21:14] bootloader to replace sysvinit with systemd
    [2012-08-31 21:14] installed systemd (189-3)
    [2012-08-31 21:15] Running 'pacman -S community/systemd-arch-units'
    [2012-08-31 21:15] installed systemd-arch-units (20120704-5)
    [2012-08-31 21:24] Running 'pacman -S core/initscripts'
    [2012-08-31 21:25] upgraded initscripts (2012.08.2-1 -> 2012.08.3-2)
    [2012-08-31 22:28] Running 'pacman -Sy'
    [2012-08-31 22:28] synchronizing package lists
    [2012-08-31 22:29] Running 'pacman -S core/syslinux'
    [2012-08-31 22:29] upgraded syslinux (4.05-6 -> 4.05-7)
    [2012-08-31 22:31] Running 'pacman -Sy'
    [2012-08-31 22:31] synchronizing package lists
    [2012-08-31 22:31] Running 'pacman -S core/wireless_tools'
    [2012-08-31 22:31] upgraded wireless_tools (29-6 -> 29-7)
    [2012-08-31 22:33] Running 'pacman -Sy'
    [2012-08-31 22:33] synchronizing package lists
    [2012-08-31 22:34] Running 'pacman -S -u'
    [2012-08-31 22:34] starting full system upgrade
    [2012-08-31 22:34] upgraded filesystem (2012.7-1 -> 2012.8-1)
    [2012-08-31 22:37] Running 'pacman -S core/systemd-sysvcompat'
    [2012-08-31 22:37] Running 'pacman -R initscripts sysvinit'
    [2012-08-31 22:37] warning: /etc/rc.conf saved as /etc/rc.conf.pacsave
    [2012-08-31 22:37] warning: /etc/inittab saved as /etc/inittab.pacsave
    [2012-08-31 22:37] removed initscripts (2012.08.3-2)
    [2012-08-31 22:37] removed sysvinit (2.88-6)
    [2012-08-31 22:37] Running 'pacman -S core/systemd-sysvcompat'
    [2012-08-31 22:37] installed systemd-sysvcompat (189-3)
    [2012-08-31 23:09] Running 'pacman -R wicd'
    [2012-08-31 23:09] Running 'pacman -R wicd wicd-gtk'
    [2012-08-31 23:09] removed wicd-gtk (1.7.2.4-3)
    [2012-08-31 23:09] removed wicd (1.7.2.4-3)
    [2012-08-31 23:10] Running 'pacman -S extra/wicd-gtk'
    [2012-08-31 23:10]
    [2012-08-31 23:10] ==> You need to restart the dbus service after
    [2012-08-31 23:10] ==> upgrading wicd.
    [2012-08-31 23:10] ==> Disable networkmanager,dhcdbd or other networking
    [2012-08-31 23:10] ==> utility and add 'wicd' to DAEMONS
    [2012-08-31 23:10] ==> in /etc/rc.conf
    [2012-08-31 23:10] ==> 'dbus' HAS to be before 'wicd' in rc.conf in the
    [2012-08-31 23:10] ==> DAEMONS array.
    [2012-08-31 23:10] ==> Wireless Interface Connection Daemon
    [2012-08-31 23:10]
    [2012-08-31 23:10] ==> To run: wicd-cli or wicd-curses
    [2012-08-31 23:10] installed wicd (1.7.2.4-3)
    [2012-08-31 23:10]
    [2012-08-31 23:10] ==> You need to restart the dbus service after
    [2012-08-31 23:10] ==> upgrading wicd.
    [2012-08-31 23:10] ==> Disable networkmanager,dhcdbd or other networking
    [2012-08-31 23:10] ==> utility and add 'wicd' to DAEMONS
    [2012-08-31 23:10] ==> in /etc/rc.conf
    [2012-08-31 23:10] ==> 'dbus' HAS to be before 'wicd' in rc.conf in the
    [2012-08-31 23:10] ==> DAEMONS array.
    [2012-08-31 23:10] ==> Wireless Interface Connection Daemon
    [2012-08-31 23:10]
    [2012-08-31 23:10] ==> To run: wicd-cli or wicd-curses
    [2012-08-31 23:10] installed wicd-gtk (1.7.2.4-3)

  • Is anyone having Web Sharing issues after switching from 10.6 to Mountain Lion?

    I want to upgrade to Mountain Lion from Snow Leopard (10.6.8) but I wanted to see if anyone is experiencing any issues with their Web Sharing after making the switch. I use Web Sharing daily to build and test  web sites for my clients and when I made the switch to 10.6 none of my database driven sites worked. Ultimately I had to install a new version of PHP 5 because 10.6 came with and older version.  And I had to reinstall SQL for my databases along with some other related items.  It wasn't a major problem but it took a couple of days to track down the issue.  Anyone seen any weirdness like that with Mountain Lion?

    Web sharing is absent in Mountain Lion. Apple removed the feature. There're some unofficial hacks to bring it back, search the forums.

  • Ipod issues after switching from PC to Mac

    I finally got my music library and songs moved to the new Intel Mac using the ipod and all is synced up again, however the ipod now moves considerably slower than it used to. Sometimes it takes up to 10 seconds to skip to the next track.
    My questions are:
    1) Would a restore from the new Mac make things run smoother?
    2) If so, before I do, I have more files on the PC I'd like to move over, so I need to complete that first, right?
    3) Some of these files on the PC are very large (1-5GB), is that a problem to move them using the ipod?
    Thanks for the help!
    JV
    Intel imac, ipod Photo 60GB   Mac OS X (10.4.4)   Windows convert!

    1. Yes.
    2. You can use a product such as MacDrive to read Mac formatted disks on a PC.
    3. The FAT32 disk format used by a Windows iPod cannot accomodate files larger than 4GB regardless of the capacity of the drive; either put it in the Mac format and use MacDrive, or compress larger files before putting them onto the iPod. There is no issue with smaller files.
    (10503)

  • Operation Issues after switching to Org.Struc. replication from HR ? :-(

    Hi guys,
    Currently I have my Org.Structure created manually, however some guys are working in the ALE model in order to replicate Org.Struc. data from HR to SRM.
    MY QUESTION IS: my new Org. Structure will have different ID's. 
    - What will happen with my current operation?  I can see that all my SC and PO documents are linked to the "old" struc. ID's.     
    - What should I do in order to minimize the issues during this transition ?
    Thanks for your help !
    Best regards,
    Diego

    Hi guys,
    Thanks for your help.
    First of all: YES I need to accomplish this in my Productive Environment.
    Second: I have 1800 end users approx. right now, so it would be difficult to ask them to finish the approvals by themselves =(
    Third: my biggest concern was related to the Purchaser workload, I have seen in BBP_PD that a PO document has a Purch.Org and Purch.Group linked (OU Id's).     With my new Org.Structure this ID's will be a different ones !    How could I solve this ?
    Thank so much for your help !
    Best regards !
    Diego

  • Power Manager issue when switching to and from AC

    Currently I have several Lenovo Brand laptops in my environment T500, T510, T520, T530 and a T430s Running a custom image of Windows 7 Pro with a few Windows 7 Enterprise.
    Here is the problem.  I can boot fine, but the boot state is important whether I'm on AC or not on AC.  What happens if I boot while on AC everything is fine until I unplug the Adapter.  The Power indicator start flickering rapidly..Actually pulsating rapidly is more accurate and the laptop becomes unresponsive until the AC Adapter is PLUGGED back in.
    If I boot off AC everything is fine until I plug it up then the Power indicator pulsates rapidly and the machine is unresponvie again until the AC Adapter is UNPLUGGED.
    Right now the only solution is to uninstall the Power Manager software and all is fine.  Once that is done all is fine, there are enough laptop with the problem for me to worry about when it takes 2 minutes to uninstall the software and it happens to a small precentage of macines.

    See if this helps
    RESET DEVICE
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost).

  • [SOLVED]Can't print to my Brother DCP-7065dn after upgrade to systemd.

    Hi All,
    I have a pure systemd installation and I'm having issues printing. I have a Brother DCP-7065dn which works well on my Ubuntu laptop with the drivers availible from Brother. I downloaded and installed the drivers for this printer from the AUR and added the printer to cups (both lpd and usb). When I print a test page cups reports that the job completed succesfully but the printer does not print. Not sure what is wrong. Has anyone else had printing issues after upgrading to systemd? Any thought on how I can get this printer working?
    Thanks
    Edit: BTW. Brother offers deb and rpm packages for their Linux drivers. I installed the deb packages on an Ubuntu machine and I can print over the network (lpd) with no problems. I also installed the brother on may arch system using the wrong drivers just to see what would happen. Using the DCP-7045N Foomatic/Postscript driver I can communicate with the printer (progress) but printing a test page results in the printer spitting out a lot of blank pages. I can also print to an HP from my arch laptop with no problems. So the issue seems to be with the drivers for the Brother DCP-7065dn from the AUR. Not sure how I'm going to fix this. I can't install the rpm or deb packages on my machine. and I don't want to switch to a red-hat or debian system if I can avoid it.
    Final Edit: SOLVED! I need to learn to go back and read comments. In the AUR there was a comment regurding this exact issue. I needed to enable multilib repository and install lib32-glibc. Now it works. \(^_^)/
    Last edited by darthpenguin (2012-10-04 08:41:29)

    Matthew Poor wrote:
    The iMac spooled its print job, then replied "communication error". I repaired permissions, restarted everything, and same result.
    Did you add the printer using Bonjour or did you select one of the IP protocols? If the latter, then you cannot use IPP. The Canon MF driver supports LPD or HP Jetdirect.
    Matthew Poor wrote:
    Updated to Canon driver 10.2.0, printer is still not appearing in the list.
    If you mean that after you change the USE menu to "Select printer software" and the Printer Software window is empty, then try restarting your Mac. This can rebuild the printer list.
    Matthew Poor wrote:
    Both Canon MF background items are running according to Activity Monitor.
    The new MF v10.x driver does not install or use the MF Background process. So this process is a leftover from a previous driver. I would therefore recommend you trash the older driver files and run the v10.2.0 driver installer again.
    Depending on the version of driver you had installed prior to upgrading to Mavericks, the name of the folder can be different but will reside in /Library/Printers/Canon. Here you will see BJPrinter and IJScanner. Leave them alone and just remove the one or two that have MF in the name.
    You then need to navigate to /Library/Launch Agents/ and trash any Canon plist file. Then restart the Mac and run the Canon MF v10.2 installer again and then see if you can add the MF8350.

Maybe you are looking for

  • File not found error when opening .JPG files in Photoshop CC

    uninstalled and reinstalled photoshop CC and cannot resolve this issue. any time i open a .jpg file in photoshop, I get a "Could not complete your request because the file was not found." the file is obviously there, so i'm assuming its missing some

  • How To add One component to a TabbedPane

    Hi, I have a TabbedPane with four tabs in it the tabs are created dynamically it may be four or five i want to add only one component to it i.e JTable if i just add a component to the tabpan like below tabpane is an instance of JTabbedPane tableofval

  • Autoplay for SD Card doesn't work anymore

    When I right click on properties of an inserted SD Card I see Autoplay, but nothing happens when I click on it. When I click on Autoplay the Properties tab of the drive, and tell which program should open the SD Card, nothing happens. According to Tw

  • BADI_SD_SALES_ITEM  is only provided for SAP Internal Use

    Hi, I am trying to implement this BADI_SD_SALES_ITEM but appears with the text 'BADI definition BADI_SD_SALES_ITEM is only provided for SAP internal use' . Can you tell me what should i change credit limit o Can you tell me how use  this BADI_SD_SALE

  • Notebook frequently is found turned off and will not restart even when power button is held in

    I have a dv7-3060us notebook running Windows 7,  Some mornings (every few days or weeks), I find it, powered off and unresponsive.  Pressing in and holding the power button for 5-10 seconds has no effect.  I have to unplug it and remove the battery t