Odd suspend issue--- can't 'make' it suspend.

Basically suspend and hibernate work, buuuuttt...
They only work when laptop-mode times out and sets the comp to suspend, then later into hibernate. It will not actually suspend when I give it a 'sudo pm-suspend' or hibernate with a 'sudo pm-hibernate'. I have never actually messed with suspend/hibernate, so I really have no idea what I am doing, or where to find the logs for it. Usually I do not use it, but for some reason it's bugging me lately.
Edit: The biggest peeve I have is that it will not suspend when I close the lid. Perhaps I should have stuck to using a GUI for this, I may have messed up my laptop-mode.conf somehow.
# Configuration for Laptop Mode Tools
# There is a "system" to the configuration setting names:
# CONTROL_something=0/1 Determines whether Laptop Mode Tools controls
# something
# LM_something=value Value of "something" when laptop mode is active
# NOLM_something=value Value of "something" when laptop mode is NOT
# active
# AC_something=value Value of "something" when the computer is running
# on AC power
# BATT_something=value Value of "something when the computer is running
# on battery power
# There can be combinations of LM_/NOLM_ and AC_/BATT_ prefixes, but the
# available prefixes are different for each setting. The available ones are
# documented in the manual page, laptop-mode.conf(8). If there is no LM_/
# NOLM_ in a setting name, then the value is used independently of laptop
# mode state, and similarly, if there is no AC_/BATT_, then the value is used
# independently of power state.
# Some options only work on ACPI systems. They are marked ACPI-ONLY.
# Note that this configuration file is a fragment of shell script: you
# can use all the features of the shell scripting language to achieve your
# desired configuration.
# Modules
# Laptop Mode Tools modules have separate configuration files, that can be
# found in /etc/laptop-mode/conf.d. Please look through these configuration
# files as well, there are many useful power saving tools in there!
# Configuration debugging
# Set this to 1 if you want to see a lot of information when you start/stop
# laptop_mode.
VERBOSE_OUTPUT=0
# When to enable laptop mode
# "Laptop mode" is the mode in which laptop mode tools makes the computer
# consume less power. This includes the kernel "laptop_mode" feature, which
# allows your hard drives to spin down, as well as various other settings which
# can be tweaked by laptop mode tools. You can enable or disable all of these
# settings using the CONTROL_... options further down in this config file.
# Enable laptop mode when on battery power.
ENABLE_LAPTOP_MODE_ON_BATTERY=1
# Enable laptop mode when on AC power.
ENABLE_LAPTOP_MODE_ON_AC=0
# Enable laptop mode when the laptop's lid is closed, even when we're on AC
# power? (ACPI-ONLY)
ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED=1
# When to enable data loss sensitive features
# When data loss sensitive features are disabled, laptop mode tools acts as if
# laptop mode were disabled, for those features only.
# Data loss sensitive features include:
# - laptop_mode (i.e., delayed writes)
# - hard drive write cache
# All of the options that follow can be set to 0 in order to prevent laptop
# mode tools from using them to stop data loss sensitive features. Use this
# when you have a battery that reports the wrong information, that confuses
# laptop mode tools.
# Disabling data loss sensitive features is ACPI-ONLY.
# Disable all data loss sensitive features when the battery level (in % of the
# battery capacity) reaches this value.
#MINIMUM_BATTERY_CHARGE_PERCENT=5
# Disable data loss sensitive features when the battery reports its state
# as "critical".
DISABLE_LAPTOP_MODE_ON_CRITICAL_BATTERY_LEVEL=1
# Controlled hard drives and partitions
# For spinning down your hard drives, laptop mode will remount file systems and
# adjust hard drive spindown timeouts. These parameters specify which
# devices and partitions are affected by laptop mode.
# The drives that laptop mode controls.
# Separate them by a space, e.g. HD="/dev/hda /dev/hdb". The default is a
# wildcard, which will get you all your IDE and SCSI/SATA drives.
HD="/dev/sda"
# The partitions (or mount points) that laptop mode controls.
# Separate the values by spaces. Use "auto" to indicate all partitions on drives
# listed in HD. You can add things to "auto", e.g. "auto /dev/hdc3". You can
# also specify mount points, e.g. "/mnt/data".
PARTITIONS="auto /dev/mapper/*"
# If this is enabled, laptop mode tools will assume that SCSI drives are
# really SATA drives that only _look_ like SCSI drives, and will use hdparm
# to control them. Set this to 0 if you have /dev/sd devices and you want
# laptop mode tools to use the "sdparm" command to control them.
ASSUME_SCSI_IS_SATA=1
# Hard drive behaviour settings
# These settings specify how laptop mode tools will adjust the various
# parameters of your hard drives and file systems.
# Maximum time, in seconds, of work that you are prepared to lose when your
# system crashes or power runs out. This is the maximum time that Laptop Mode
# will keep unsaved data waiting in memory before spinning up your hard drive.
LM_BATT_MAX_LOST_WORK_SECONDS=600
LM_AC_MAX_LOST_WORK_SECONDS=360
# Should laptop mode tools control readahead?
CONTROL_READAHEAD=1
# Read-ahead, in kilobytes. You can spin down the disk while playing MP3/OGG
# by setting the disk readahead to a reasonable size, e.g. 3072 (3 MB).
# Effectively, the disk will read a complete MP3 at once, and will then spin
# down while the MP3/OGG is playing. Don't set this too high, because the
# readahead is applied to _all_ files that are read from disk.
LM_READAHEAD=3072
NOLM_READAHEAD=3072
# Should laptop mode tools add the "noatime" option to the mount options when
# laptop mode is enabled?
CONTROL_NOATIME=0
# Should laptop use relatime instead of noatime? The "relatime" mount option has
# more standards-compliant semantics, and allows more applications to work,
# while retaining a low level of atime updates (i.e., disk writes).
USE_RELATIME=1
# Should laptop mode tools control the hard drive idle timeout settings?
CONTROL_HD_IDLE_TIMEOUT=1
# Idle timeout values. (hdparm -S)
# Default is 2 hours on AC (NOLM_HD_IDLE_TIMEOUT_SECONDS=7200) and 20 seconds
# for battery and for AC with laptop mode on.
LM_AC_HD_IDLE_TIMEOUT_SECONDS=20
LM_BATT_HD_IDLE_TIMEOUT_SECONDS=20
NOLM_HD_IDLE_TIMEOUT_SECONDS=7200
# Should laptop mode tools control the hard drive power management settings?
CONTROL_HD_POWERMGMT=1
# Power management for HD (hdparm -B values)
BATT_HD_POWERMGMT=1
LM_AC_HD_POWERMGMT=254
NOLM_AC_HD_POWERMGMT=254
# Should laptop mode tools control the hard drive write cache settings?
CONTROL_HD_WRITECACHE=1
# Write cache settings for HD (hdparm -W values)
NOLM_AC_HD_WRITECACHE=1
NOLM_BATT_HD_WRITECACHE=0
LM_HD_WRITECACHE=0
# Settings you probably don't want to touch
# It is usually not necessary to change these parameters. They are included
# for completeness' sake.
# Change mount options on partitions in PARTITIONS? You don't really want to
# disable this. If you do, then your hard drives will probably not spin down
# anymore.
CONTROL_MOUNT_OPTIONS=1
# Dirty synchronous ratio. At this percentage of dirty pages the process
# which calls write() does its own writeback.
LM_DIRTY_RATIO=60
NOLM_DIRTY_RATIO=40
# Allowed dirty background ratio, in percent. Once DIRTY_RATIO has been
# exceeded, the kernel will wake pdflush which will then reduce the amount
# of dirty memory to dirty_background_ratio. Set this nice and low, so once
# some writeout has commenced, we do a lot of it.
LM_DIRTY_BACKGROUND_RATIO=1
NOLM_DIRTY_BACKGROUND_RATIO=10
# kernel default settings -- don't touch these unless you know what you're
# doing.
DEF_UPDATE=5
DEF_XFS_AGE_BUFFER=15
DEF_XFS_SYNC_INTERVAL=30
DEF_XFS_BUFD_INTERVAL=1
DEF_MAX_AGE=30
# This must be adjusted manually to the value of HZ in the running kernel
# on 2.4, until the XFS people change their 2.4 external interfaces to work in
# centisecs. This can be automated, but it's a work in progress that still
# needs some fixes. On 2.6 kernels, XFS uses USER_HZ instead of HZ for
# external interfaces, and that is currently always set to 100. So you don't
# need to change this on 2.6.
XFS_HZ=100
# Seconds laptop mode has to to wait after the disk goes idle before doing
# a sync.
LM_SECONDS_BEFORE_SYNC=2
Edit/Update: After playing with it for a little while, I decided to try without starting laptop-mode-tools with the startup... and low and behold, it functioned perfectly.
Now all I need is to figure out a clean way of setting the CPU freq on and off AC and I am all set.
Last edited by LeoSolaris (2009-02-25 16:42:17)

Hello misslissa:
Welcome to Apple discussions.
Try this:
Boot from your software install DVD and then run repair disk (fsck is not recommended by Apple after OS X 10.4).
A question…. did the problem just start out of the blue, or have there been hardware changes?
Barry

Similar Messages

  • I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4: - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet

    I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4:
    - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet I need to shut down and restart CS6.
    - Camera RAW: if I change any setting in Camera RAW (except exposure), having first optimized the exposure, the exposure will automatically return to zero. Sometimes when I've set exposure and cropped the picture in Camera RAW Plug-In, the effects are lost just by opening the picture in CS6.
    - Sometimes if I crop a picture in Camera RAW, it may be impossible to open it again from Bridge!
    - I cannot do lens corrections in Camera RAW, at all. The Camera RAW comment is that "it cannot load the correct lens type". Why?

    Are you writing that when you select  a large number of images in the bridge  like a hundred thumbnails  when you then use Bridge menu Tools>Photoshop>Contact Sheet II that Photoshop only produces a single contact sheet for the first few thumbnails and fails to produce additional contact sheets for the other selected thumbnails? Photoshop contact sheet II script should create as many contact sheet as needed  for the numbers of thumbnails selected.  Perhaps the script is hung or you have exhausted  your machine resources.
    ACR Crop tool does not crop the RAW file it records crop settings to be used during the conversion process.    Camera RAW DATA is not altered.  The only changes made to RAW Files is ACR Metadata may be added.  Anything you do in ACR can be un-done in ACR.    If you can not open a RAW File in ACR the Files is either corrupt or from a new camera ACR does not support yet.  ACR should not corrupt RAW files.
    If you do not have a lens profile for ACR I think you should still be able to do lens correction manually in ACR.
    Some of what you write I don't follow could you post some screen captures of your problems often a picture helps.

  • I recently started using iPhone 4S. But I can't make messaging to anyone. It is updated to iOS 6. Everytime I send message, it shows me message is not delivered! Is it an issue with all iPhone 4S, iOS 6?? Help me! Thanks in advance !! :)

    I recently started using iPhone 4S. But I can't make messaging to anyone. It is updated to iOS 6. Everytime I send message, it shows me message is not delivered! Is it an issue with all iPhone 4S, iOS 6?? Help me! Thanks in advance !!

    Try resetting your phone by holding down the home and off button until the apple symbol comes up. Then if still doing, restore your phone in itunes from your backup.

  • Can we make advance payments and issue a new PO for undelivered goods?

    Hi Experts,
    Can we make advance payments and issue a new PO for undelivered goods?
    Regards,
    R

    Hi Rounak,
    Yes, you can create a standalone AP Down Payment Invoice and adjust  it against the invoice you create later or you can create a payment on account outgoing payment and then reconcile it with the invoice in the ougoing payment screen.
    Regards,
    Rakesh N

  • How can I make sure that in RAM our sql server is not facing any mermory crunch issue?

    The SQL server process always show RAM is highly used while its a default behaviour of sql server.
    How can I make sure that in RAM our sql server is not facing any mermory crunch issue?
    Thanks

    The SQL server process always show RAM is highly used while its a default behaviour of sql server.
    How can I make sure that in RAM our sql server is not facing any mermory crunch issue?
    Thanks
    The best way to make sure you are not facing memory pressure is to use perfmon counters and monitor various memory counters
    For SQL Server 2005 - 2008 r2 use below counters
    SQLServer:Buffer Manager--Buffer Cache hit ratio(BCHR): IIf your BCHR is high 90 to 100 Then it points to fact that You don't have memory pressure. Keep in mind that suppose somebody runs a query which request large amount of pages in that
    case momentarily BCHR might come down to 60 or 70 may be less but that does not means it is a memory pressure it means your query requires large memory and will take it. After that query completes you will see BCHR risiing again
    SQLServer:Buffer Manager--Page Life Expectancy(PLE): PLE shows for how long page remain in buffer pool. The longer it stays the better it is. Its common misconception to take 300 as a baseline for PLE.   But it is not,I read it from
    Jonathan Kehayias book( troubleshooting SQL Server) that this value was baseline when SQL Server was of 2000 version and max RAM one could see was from 4-6 G. Now with 200G or RAM coming into picture this value is not correct. He also gave the formula( tentative)
    how to calculate it. Take the base counter value of 300 presented by most resources, and then determine a multiple of this value based on the configured buffer cache size, which is the 'max server memory' sp_ configure option in SQL Server, divided by 4 GB.
      So, for a server with 32 GB allocated to the buffer pool, the PLE value should be at least (32/4)*300 = 2400. So far this has done good to me so I would recommend you to use it.  
    SQLServer:Buffer Manager--CheckpointPages/sec: Checkpoint pages /sec counter is important to know about memory pressure because if buffer cache is low then lots of new pages needs to be brought into and flushed out from buffer pool, 
    due to load checkpoint's work will increase and will start flushing out dirty pages very frequently. If this counter is high then your SQL Server buffer pool is not able to cope up with requests coming and we need to increase it by increasing buffer pool memory
    or by increasing physical RAM and then making adequate changes in Buffer pool size. Technically this value should be low if you are looking at line graph in perfmon this value should always touch base for stable system.  
    SQLServer:Buffer Manager--Freepages: This value should not be less you always want to see high value for it.  
    SQLServer:Memory Manager--Memory Grants Pending: If you see
    memory grants pending in buffer pool your server is facing SQL Server memory crunch and increasing memory would be a good idea. For memory grants please read this article: 
    SQLServer:memory Manager--Target Server Memory: This is amount of memory SQL Server is trying to acquire.
    SQLServer:memory Manager--Total Server memory This is current memory SQL Server has acquired.
       8.  Free List Stalls/sec – Number of requests per second that had to wait for a free page
       9. Free Pages – Total number of pages on all free lists (free lists track all of the pages in the buffer pool that are not currently allocate to a data page, and are therefore available for usage immediately)
    NOTE: If you have NUMA system don't use PLE to monitor memory condition it wont give correct value
    From 2012 Onwards
    Memory management has become easy from 2012 onwards as
    Max server memory also allocated memory for requests which require memory >8KB
    SQLServer:Memory Manager:Free Memory (KB)
    SQLServer:Memory Manager:Target Server Memory (KB)
    SQLServer:Memory Manager:Total Server Memory (KB)
    For NUMA system its also wort monitoring each node.
    Object - SQLServer:Memory Node:Total Node Memory
      (KB)
    Object - SQLServer:Memory Node:Target Node Memory
      (KB)
    Object - SQLServer:Memory Node:Free Node Memory
      (KB)
    Ideally if target server memory is less than or equal to total server memory there wont be memory pressure if target is > total it does not always means its memory pressure
    BCHR would also give you good idea about memory pressure
    If memory grants pending is frequently non zero there is memory pressure
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Record about my phone (bought in Verizon store and connected to Verizon for 4 years) has been corrupted and now I can not make any changes to my data plan. Several sessions with the technical support and management have not resolved this issue. Each time

    Record about my phone (bought in Verizon store and connected to Verizon for 4 years) has been corrupted and now I can not make any changes to my data plan. Several sessions with the technical support and management have not resolved this issue. Each time technical people and top managers promised that this issue will be resolve tomorrow and they will cal me. Nothing happend!! I can not even cancel my service not just to upgrade it. Completely locked. 
    Any advice?
    Thanks.
    Alex.

    Cannot figure out what your talking about since it makes no sense.
    If you are the account owner you can go to the My Verizon web portal http://www.verizonwireless.com
    You must log in with your cell number and your my Verizon portal password. Not the account pin.
    Once there you can change your plan and services. However repeated incorrect login attempts will lock you out of the site. It a fraud prevention measure.
    1-800-922-0204 call support with your cell number and or account number and account pin and they can assist you.
    If you don't have the information then there is nothing they can do.
    If you can verify who you are they may be able to reset your account access. But only if you are the account owner.
    Good Luck

  • Iphone 5 can't make/receive calls/text (possibly 2g issue)

    Hi,
    Just obtained an iPhone 5 on t-mobile. Everything seems to be working fine including 3g network/wifi. However, I can't make/receive any calls. I get full reception, EE written on the top left but outgoing calls always fail. Incoming calls also fail. I've checked with t-mobile, my SIM is fully activated and have also successfully tested my SIM in another iPhone 5.
    I've tried Apple's troubleshooting assistant here http://www.apple.com/uk/support/iphone/assistant/calls/. None of these worked.
    I've got an appointment booked in with Apple on the 14th but was hoping there might be a quick fix I can sort myself before then. Is anyone else having this issue?
    Any help is appreciated.
    Thanks,
    Yasin

    You restore the phone as new to get rid of the passcode.

  • Weired issue odd IP's can ping the VIP and even can't on the Nexus 9K switch.

    Hello experts!
    we have two nexus 9k core, attached to the HP Blade v7000 chasis and VPC configured. All Vlans are HSRP are configured. VPC is configured successfully. But the weird this is that source IP address 10.1.2.3 can ping the dest VIP (on the loadblanacer) but 10.1.2.4 can't ie all odd IP's can ping the vip and even IP's can't ping and this is happening in all other Vlans. No firewall no security applience ... windows firewalls are turned off, no ACL's on the swtiches. If I shut down the interface on nexus 1 then all IP's can ping the VIP, as soon as I unshut the interface then .4 stops pinging, and if I shutdown the interface on nexus 2 then all IP's can ping. 10 gig links are connected to Flex fabric card and vpc port channel is up. Any thoughts or help ?
                                   Nexus 1                                                                                                                        Nexus 2

    Hello experts!
    we have two nexus 9k core, attached to the HP Blade v7000 chasis and VPC configured. All Vlans are HSRP are configured. VPC is configured successfully. But the weird this is that source IP address 10.1.2.3 can ping the dest VIP (on the loadblanacer) but 10.1.2.4 can't ie all odd IP's can ping the vip and even IP's can't ping and this is happening in all other Vlans. No firewall no security applience ... windows firewalls are turned off, no ACL's on the swtiches. If I shut down the interface on nexus 1 then all IP's can ping the VIP, as soon as I unshut the interface then .4 stops pinging, and if I shutdown the interface on nexus 2 then all IP's can ping. 10 gig links are connected to Flex fabric card and vpc port channel is up. Any thoughts or help ?
                                   Nexus 1                                                                                                                        Nexus 2

  • Weired issue odd IP's can ping the VIP and even can't!

    Hello experts!
    we have two nexus 9k core, attached to the HP Blade v7000 chasis and VPC configured. All Vlans are HSRP are configured. VPC is configured successfully. But the weird this is that source IP address 10.1.2.3 can ping the dest VIP (on the loadblanacer) but 10.1.2.4 can't ie all odd IP's can ping the vip and even IP's can't ping and this is happening in all other Vlans. No firewall no security applience ... windows firewalls are turned off, no ACL's on the swtiches. If I shut down the interface on nexus 1 then all IP's can ping the VIP, as soon as I unshut the interface then .4 stops pinging, and if I shutdown the interface on nexus 2 then all IP's can ping. 10 gig links are connected to Flex fabric card and vpc port channel is up. Any thoughts or help ?
                                   Nexus 1                                                                                                                        Nexus 2

    Nexus 1
    show hsrp active brief
                         P indicates configured to preempt.
                         |
    Interface   Grp Prio P State    Active addr      Standby addr     Group addr
    Vlan99      1   120  P Active   local            10.104.0.3       10.104.0.1      (conf)
    Vlan160     5   120  P Active   local            10.104.5.3       10.104.5.1      (conf)
    Vlan200     6   120  P Active   local            10.104.6.3       10.104.6.1      (conf)
    Vlan210     7   120  P Active   local            10.104.7.3       10.104.7.1      (conf)
    Vlan310     9   120  P Active   local            10.104.9.3       10.104.9.1      (conf)
    Vlan350     11  120  P Active   local            10.104.11.3      10.104.11.1     (conf)
    Vlan450     13  120  P Active   local            10.104.13.3      10.104.13.1     (conf)
    Vlan700     14  120  P Active   local            10.104.14.6      10.104.14.4     (conf)
    Vlan750     15  120  P Active   local            10.104.15.3      10.104.15.1     (conf)
    =======================
    Nexus 2
    show hsrp active brief
                         P indicates configured to preempt.
                         |
    Interface   Grp Prio P State    Active addr      Standby addr     Group addr
    Vlan100     3   120  P Active   local            10.104.2.2       10.104.2.1
      (conf)
    Vlan150     4   120  P Active   local            10.104.4.2       10.104.4.1
      (conf)
    Vlan199     2   120  P Active   local            10.104.1.2       10.104.1.1
      (conf)
    Vlan300     8   120  P Active   local            10.104.8.2       10.104.8.1
      (conf)
    Vlan320     10  120  P Active   local            10.104.10.2      10.104.10.1
      (conf)
    Vlan400     12  120  P Active   local            10.104.12.2      10.104.12.1
      (conf)
    Vlan760     16  120  P Active   local            10.104.16.2      10.104.16.1

  • How can I make my 3G take over when my wi-fi has connectivity issues?

    My wi-fi usually works fine but every so often it starts to work very slowly and usually not at all. How can I make it where I always stay connected to the wi-fi for the speed and convenience, but then my phone switches over to 3G connection when it can't receive data via it? I have an iPhone 4S so I've been having trouble making this work.

    You can turn off WiFi from the pull-up menu on the bottom (swipe up from bottom of device and click on the WiFi symbol to turn it off).
    You can see link for more advice:
    http://support.apple.com/kb/TS1398

  • Odd font issue with Safari, iWeb

    Ok, so I've been having this odd font issue with Safari for quite a while now, and I haven't been able to fix it. Some text on several different websites come up in a different font than the default font for Safari. I've tried changing the default font to something else, changing the text encoding and nothing. This has been happening with several releases of Safari.
    Now, last night I discovered the same thing is happening with iWeb. Some of the text fields come up with the same font as the one in Safari! I don't even know which font it is. So somehow these are linked.
    I'm at work right now, but I can get a screen shot of the font once I get home.
    Any ideas on how to remedy this?

    Hi Tom, thanks for the response. I tried searching for those two fonts in my font book and they weren't in there. See below for screen shots of the odd text I'm getting:
    iWeb
    Uploaded with plasq's Skitch!
    Safari
    Uploaded with plasq's Skitch!
    If anyone can help resolve I'd greatly appreciate it. As much as I like Safari, this odd font makes me close Safari after a few mins of browsing =\

  • How can I make my print job go fast again?

    How can I make my print job go fast again? Since february when there was a update for snow leopard, all of my print jobs almost take forever to finish.. a pdf file 10MB size will take about 1 hour to send to the printer that is a Nashuatech mp c3500.
    And yes, if the pdf for example is 20MB size, it will take about 2 hours to get it done..
    My equipment is:
    Macbook pro OS X 10.6.8
    Nashuatech NRG MPC3500

    Sometimes, Software Update doesn't apply updates entirely correctly, and odd issues can happen.
    You might download and install the latest combo update for 10.6.8, which is at http://support.apple.com/kb/DL1399 . Before installing, bring up Disk Utlity (on your hard drive in applications/utilties) and repair permissions. Install the update, then repair permissions again when done.

  • I have recently purchased an iTunes gift card to make purchases in my favorite game but for some reason I can't make in app purchases. Someone said that I have to have a credit card but I don't want one of those. Can someone help?

    I bought an iTunes gift card to purchase certain things in my favorite app. Well when I try to buy things inside the game it does not give me the option to approve the purchase and it never shows up. I have reset the app, I have deleted the app and downloaded again, I have turned my ipod off and on, I have made sure all updates are up to date and nothing has changed. I saw a similar question like mine and the answer was that you have to have a credit card linked to your iTunes account to make in app purchases and I was thinking they were right until I talked to a few friends who cancelled their credit cards and took them off of the account and can still make in app purchases so that can't be the issues. Can someone please help me this is driving me crazy I have talked to iTunes support but they weren't much support.

    Not clear what you mean by iTunes help. You can contact iTunes support by:
    Apple - Support - iTunes - Contact Us

  • Can't make a workable custom codec with ProRes 422 (HQ)

    I've only just now found that there is a Support Community for Compressor.  Wish I'd known sooner.
    I see my version of Compressor is 3.5.3.
    I've been on a little saga.
    I started out with the challenge of converting some MP4 files from a Blackberry Playbook into ProRes 422 (HQ) for editing in Final Cut. I used Compressor and the task looked fairly straight forward. I used the ProRes setting in the Compressor, converted my files and imported them into Final Cut. Video was fine but I soon found out that the audio needed rendering every time I put a clip into the Timeline. I went on-line to various chat rooms with this problem. Pretty soon a fellow was telling me that the ProRes 422 (HQ) setting in Compressor had "Audio Pass-through" as default and that this was the cause of my problem. Change it, he said, to "Linear PCM".
    It took me a fair while to figure out that the ProRes setting in Compressor did not allow itself to be modified and that I'd have to create a custom preset if I was to make these changes. I set about to do that. I was able to select "QuickTime Movie" and then in "Video/Settings" choose "ProRes 422 (HQ)", in "Audio", "Linear PCM". This did solve the audio problem. Now files imported into Final Cut did not need rendering. But another problem became evident.
    Whereas the ProRes 422 setting that came with Compressor in its summary page listed: "Width" and "Height" as "(100% of source)", the custom ProRes 422 (HQ) setting I'd just created has "Width" and "Height" as "320" and "240". In short the 19:9 aspect ratio of the original footage was lost. What I got both in the conversion and in Final Cut was a squished SD image.
    I've played like heck with Compressor trying to see if there was some place I could get this custom version of ProRes to correspond to the aspect ratio seen in the Audio Pass-through version that came loaded in Compressor. No luck. All very mysterious.
    My next step was to look to create another custom codec that would have the proper 1280 X 720 ratio. Turns out  "HDV 720p 30fps" does, so now I've been converting to that. Looks fine in Final Cut - proper picture and sound.
    I've been playing around a bit more and see now that I can create a custom setting using "Apple Intermediate Codec". I've tried it and it works too.
    So after all this, my question: Should I be using that codec instead? Or does it really matter what codec I use for editing? Is the only real issue what codec I decide to use to output?
    And while I'm at it: Does anybody have ideas why trying to create a custom setting with ProRes 422 (HQ) does not work - for my purposes at least.
    I must admit this converting codecs is pretty new to me. Hopefully with time this experience will get easier and clearer.
    John

    Setting a Compressor ProRes Custom Setting:
    1) Pick Apple ProRes 422...
    2) Drag the PreRes 422 setting to the Bach Window. You can only make a custom setting from the Batch Window...
    3) Select enable for the audio. Click on setting to make sure it is set right. Uncheck Allow Job Segmenting... Make sure Streaming is set to none*....
    4) Select the Geomenty tab... Pick Custom (16:9):
    5) Click Save As and name your custom setting...
    6) You new custom setting will show up in the Custum folder for later use:
    Another thing you can do is make Droplet of this custom setting. Menu... File... Create Droplet... Save the Droplet into a folder somewhere on your computer.
    A Droplet will start the transcoding automatically. Drag the Droplet onto a video icon and let it do it's job.
    * ProRes doesn't need the Fast Start setting. If this is set it will take almost twice as long to do the encoding. Same with Allow Job Segmenting using Qmaster.
    I did the above on the fly and hope everything is clear for you to understand.

  • Regarding not being able to make an in-app purchase: all it says is that i can't make In-app purchases at this time.

    regarding not being able to make an in-app purchase: all it says is that i can't make In-app purchases at this time. Any suggestions? I'm new to the apple world. I just switched from an Android today.

    Contact iTunes store support for this. Go to http://www.apple.com/support/itunes/contact/ and click the blue link next to the green shopping bag. Follow the steps and send them an email explaining your issue.

Maybe you are looking for

  • Defaulting to connect to unsecured wireless networks

    I noticed that the iPhone's wifi defaults to unsecured networks, even if there are stronger secured networks that are saved in your phone. As an example, by my house I can view optimum wifi in the list, but it is too far away to actually connect to.

  • Flash 9E OCX Errors

    While trying to view or dowload webcam picture. I continue to get iexplore msg with a problem with Flash 9E OCX error reports. What needs to be done to correct this problem. Thanks for your help

  • I have made a slideshow in iphoto can i email the slideshow?

    I have made a slideshow in iPhoto can I email the slideshow? Or do half to do something else to e-mail after I made a slideshow in IPhoto?

  • Changing Default Project Directory

    Does anyone know how to change the default project directory? I can move events; that's no problem. But I can't seem to move the default project directory off my main MacBook Pro drive. Thanks.

  • I rented  a movie but i cant find it anywhere but its using space

    so with the app "12 days of gifts" (made by apple) i rented a free movie , it downloaded but i cant find it anywhere , i checked videos and nothing, i connected it to my PC and it says "other" is using 4.5 gbs of memory , i dont want to restore my ip