Mac OSX 10.5.8 ate my textedit document!

I write using TextEdit. I use only a LaCie USB hard drive, which I have to use since the internal HD broke one week after warranty. When it got bumped, my Macbook Pro froze. I shut the lid to hibernate, but it would not restart when I opened the lid.
So I rebooted, but saw a file I was using in Textedit was completely gone. It had been saved many times before, and autosave was enabled in Textedit. nothing could find it. I even used a linux Caine LiveCD and Photorec but have not been able to recover more than a few fragments in over a week of FT work.
I made copies of 2 sleepimage and 2 swapfiles, is there a way to use these?
I also tried a deep search using spotlight for contents of the missing file with no luck. Somehow I think when the HD lost full connection while my document was loaded in RAM, it overwrote or corrupted all or part of the file. Perhaps when
I shut the lid the document was saved in the sleepimage. I may have had secure sleep enabled, Im unsure.
Please help. Im using OSX 10.5.8.
I do regular backups, but still lost days and many pages of writing.
I ordered a new internal HD and will do an exact copy of the entire disk, including nonallocated space, in order to try more repairs and forensics.

It doesn't sound promising, but if you haven't already done so, check the contents of this folder:
/Users/username/Library/Autosave Information

Similar Messages

  • Update Issue Mac Osx 10:7:5

    Can not instal Mac Osx 10:7:5 update due to.  The volume does not meet the requirements for this update. Help

    Copy these commands into TextEdit, replace the bracketed part with your username and the quoted parts with the ext HD's name, retaining the quotes.
    sudo chflags 0 /Volumes/"name of ext HD"
    sudo chmod a+rx /Volumes/"name of ext HD"
    sudo chown -R <your username w/o brackets>:admin /Volumes/"name of ext HD"
    Launch the Terminal app in /Applications/Utilities, copy and paste the first one into the window that pops up, and hit the return key. When the Password: prompt pops up, carefully type in your admin password, since nothing shows on the screen, and hit the return key. Copy & paste the other two, one at a time, following each with hitting the return key. You won't get the password prompt, since the initial one's good for five minutes.
    Quit the Terminal app and you should be able to read and write to the ext HD. This assumes there's no OS or Time Machine backup on the HD. If there is, don't run the third command.

  • Is it possible to make a CD/DVD cover from exisitng Mac OSX software?

    Is it possible to make a CD/DVD cover from existing Mac OSX software?

    Depends on what you mean by cover and how elaborate you want it to be.
    You could likely create one in TextEdit, but it wouldn't be simple.
    I can't think of anything else bundled with the OS that would do that.
    There isn't anything "purpose-made" for that task.

  • Script won't run on machine w/MAC OSX Server 10.4.9

    Why won't the following script work on a machine that is running MAC OSX Server 10.4.9. On Machines running Mac OS X 10.4.9 it works fine, but on my server machine it won't name the file as per the script--the menu dialog box pops ("save as") up asking for a file name.??
    The only difference between the machines as far as I can tell is the OS.
    Thanks.
    Pedro
    global fileSpec
    tell application "TextEdit"
    activate
    tell application "Finder" to set visible of process "TextEdit" to false
    tell application "Finder"
    set theFileName to "Date.rtf"
    set fileSpec to "Photo [Data]:Archive error LOG:" & theFileName
    end tell
    save document 1 in fileSpec
    tell text of document 1
    set the size to 20
    set the font to "Lucida Grande"
    end tell
    close document 1 saving yes
    end tell
    G5   Mac OS X (10.4.9)  

    Edit: sorry, you should be choosing a folder, not a file. Try this script instead.
    tell application "Finder"
        activate
        set tempy to choose folder
        display dialog ("" & tempy)
    end tell

  • Issue with the recent MAC OSX 10.7.5 update

    The recent MAC OSX 10.7.5 update rendered my WD external backup disk unusable. The iMAC only recognizes it as read-only now despite having 2 TB of available space. It doesn't even show on my desktop anymore.  I have tried disk repair but it couldn't be repaired. Any suggestions?

    Copy these commands into TextEdit, replace the bracketed part with your username and the quoted parts with the ext HD's name, retaining the quotes.
    sudo chflags 0 /Volumes/"name of ext HD"
    sudo chmod a+rx /Volumes/"name of ext HD"
    sudo chown -R <your username w/o brackets>:admin /Volumes/"name of ext HD"
    Launch the Terminal app in /Applications/Utilities, copy and paste the first one into the window that pops up, and hit the return key. When the Password: prompt pops up, carefully type in your admin password, since nothing shows on the screen, and hit the return key. Copy & paste the other two, one at a time, following each with hitting the return key. You won't get the password prompt, since the initial one's good for five minutes.
    Quit the Terminal app and you should be able to read and write to the ext HD. This assumes there's no OS or Time Machine backup on the HD. If there is, don't run the third command.

  • Long-press keyboard function missing in Mac OSX Lion

    I am running Mac OSX 10.7.3 and FF 11.
    When typing in text/input boxes, e.g., Gmail, Mac's long-press key functions are not present. For that matter, many Mac keyboard functions are not present.
    For example, if I use Chrome or TextEdit and press and hold down U, I am presented with a pop-up displaying 5 U options (accents, umlauts, etc). Also, if I press Cmd+Forward Arrow Key, the cursor moves to the end of the line. None of these keyboard functions work in FF.
    Basically, Chrome worked like any other Mac app - FF doesn't. Any ideas?
    Thank,
    Martin

    does any one face this kind of problem?
    fwrite() and fread() takes long time?
    Is there any problem in read/write to a fat32 file on MAC?

  • Help in running Code::Blocks on Mac OSX. Should I use something else?

    I'm starting to learn programming and can't seem to get Code::Blocks running on my lap top. Terminal says "Can't execute binary file." I'm trying to build the first "Hello World" C++ program but it would not build or run. Sometimes I get the message that it cannot access folder also.
    Here's my code:
    #include <iostream>
    using namespace std;
    int main()
    cout << "Hello World !" << endl;
    What C++ software do you recommend to start? Should I use any other than Code::Blocks?

    As far as text editors, TextEdit will work, but as far as I know, you will constantly run into issues with formatting, spell-check, and other things. If you are guilty of "Which Button Do I Press?" then my first choice is likely not for you.
    If you are comfortable using the "Terminal" app, then I suggest using EMACS, (or just emacs). There is a built-in tutorial, and it is a very powerful editor, although for a non command line user it can be daunting, as most of the formatting and editing commands are all control characters (so regular characters are always entered as text). Emacs will do nice highlighting of various language elements just like XCode does. vi is another command line editing tool available on every version of UNIX. Emacs comes with Mac OS/X, as does vi. I have no idea if vi helps with programming as the first thing I do when I start to work on any Unix or Linux box is copy over some version of emacs, so i don't use it except sparingly.
    You can also continue to use XCode to edit the source files, as it does a nice job as a WYSIWYG editor and prompts you with help along the way. Just keep a terminal window open to use the command line to compile and link your program, but edit it in XCode and do a SAVE before you switch back to the terminal window.
    I also use BBEdit from Bare Bones, and some people like TextWrangler. There are at least a dozen other text editors out there that have features you can enable for programming. Do a google search for Mac OSX text editors and you'll see what I mean.
    I advise AGAINST using TextEdit, unless you set the file to "Plain Text". Also, don't use a .txt extension. Use .c, .cc, .ccp, .m, .mm, .js, or whatever the compiler expects to see for a specific language. Binaries will nearly always have a .o extension, and the final binary depends on the language, the linker and what options you provide. The default for c is a.out (or at least it used to be).
    You will also want to learn how to use "make", but that is another discussion.
    For starters, remember that "man" is your friend. If you want to look up information on Unix, and the command line on the Mac is talking to Unix, aka Darwin. Type "man man" for help getting started with the man command, and "man make" to get started with make. Note at the end of most man pages the section that says "See also", as this tells you about related commands.

  • I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported..pls advise

    I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported......Is there a way to run FCP6 on lion withoput this error? Any help would be appreciated.....

    Hi Shane,
    Just one more quesiton re: this topic, I am looking to get rosetta but do not have Leopard or Snow Leopard...
    I read that it is not on Snow Leopard only on Leopard....so do I need to get only Leopard? Can u advise?
    Alternatively I do have Mac OS X Tiger so is it on this and can I install it from here?
    Please excuse my lack of knowledge here, just trying to get my FCP 6 up and running asap....
    Best Rgds.

  • Why can't I open a GarageBand recording on my iPhone in GarageBand on Mac OSX?

    I recorded an acoustic performance of my vocal quart last night on an iPhone running GarageBand 2.0.1 on iOS 7.1.2.  But I can't open it in GarageBand 11 (6.0.5) on Mac OSX 10.9.5.  What gives?
    Not only will it not open (and the software on my Mac platform is way more recent than on my iPhone, so you'd think it would be upward compatible), but when I try to open this iOS-created file on the Mac, it asks me where I want to save it ... it's already saved, I'm just trying to open it.
    I've looked at the reviews for the latest GarageBand, which it tells me I need to upgrade to, and they are terrible!  Many report that they wish they hadn't upgraded and that they could get back to an older version of GarageBand on their Mac.
    Does this mean I'm stuck and the two GarageBand platforms are not compatible and that I won't be able to open this file?  ... other thanes an mp3 in iTunes ...
    Thanks for any insights you can give me.

    BigMacUser wrote:
    I recorded an acoustic performance of my vocal quart last night on an iPhone running GarageBand 2.0.1 on iOS 7.1.2.  But I can't open it in GarageBand 11 (6.0.5) on Mac OSX 10.9.5. 
    [...] when I try to open this iOS-created file on the Mac, it asks me where I want to save it
    it sounds like it's opening fine, but you're just not letting it finish.
    it's asking you to save a version of the song for the mac; if it saved over the original file, it could no longer be opened on the iOS device, if you needed to alter something later

  • Firefox no longer working with Mac OSX 10.4.11

    i'm using Mac OSX 10.4.11 and Firefox 3.6.12. As i understand it any of ur upgrades no longer work with this computer system. ( I tried to upgrade last week and ur site said upgrades no available gfor my platform version. Last week every time i conducted a search (default Google) i was redirected to http://search.creativecommons.org/?q=crossword+puzzles&sourceid=Mozilla-search.what gives? Have I been hijacked? also sites that I use daily are clipped and entire pages are smaller than usual . see www.shockwave.com
    If u are no longer supporting Mac users, please let us know in advance or at least post it on ur site. Can no longer use Firefox...

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Cmd+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    Firefox > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    Tools > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    If you open about:crashes, you should get links to online crash reports. You could post some of the crash IDs for review by volunteers here.
    Given the timing, another issue might be some ads or media in the page. There are some add-ons to block such things...

  • I have a 3 year old MacBook Pro with MAC OSX 10.6.8, iPhoto '09 version 8.1.2 and have downloaded two software programs: one is Aperture 3.2 and the other is Photoshop Elements 9 (which I got from a friend who didn't need it). I am totally happy with the

    I have a 3 year old MacBook Pro with MAC OSX 10.6.8, iPhoto ’09 version 8.1.2 and have downloaded two software programs: one is Aperture 3.2 and the other is Photoshop Elements 9 (which I got from a friend who didn’t need it).
    I am totally happy with the way iPhoto organizes my photos and how I can work with iMovie to create slide shows with music from iTunes, etc.
    I have been shooting mostly high resolution jpegs and I continue to learn more and more about photography, post processing etc. I realize that the small adjustments I can make in iPhoto are good, and are adequate most of the time. However, a have started to experiment with shooting RAW images and would like to go the next step, ie. post processing.I am totally technically challenged and need SIMPLE, INTUITIVE programs and am certainly NOT anywhere ready for Photoshop CS whatever!
    After having these programs sit on my computer, I decided to try to see if I could figure them out. When I opened Aperture, this is what first comes up.
    “Welcome to Aperture 3.2
    Your library needs to be upgraded to work with this version of Aperture. Once upgraded, you will not be able to use this library with previous versions of Aperture.
    Upgrading a library from previous versions of Aperture 3 generally takes a few minutes or less, though larger libraries will take longer. After that, Aperture 3.2 will upgrade your library's thumbnails, but you can use the application during that time.
    Tip: To open a different library, quit Aperture and hold the Option key down while starting Aperture
    Current Library Location:
    Jadzia (home)   -----Pictures------Aperture Library
                                                      QUIT             UPGRADE”
    I have heard horror stories  about moving your entire library to Aperture, ending up with 2 libraries, etc. etc. hence my previous reluctance in attempting Aperture. In addition, many of my photography friends are saying: Go with Lightroom 3.....you’ll love it!
    So here is my dilemma.  I don’t want to mess around with my iPhoto library. All I want to be able to do, is to isolate a few photos, export them to Aperture, Elements, and work on them there, then bring them back into iPhoto.
    Can I do this? Should I forget about Aperture and Elements and look at purchasing yet another program like Lightroom?

    Export those few photos via the File ➙ Export ➙ File Export menu option with Kind = Original to the Desktop.  Then import them into the Aperture library. That would keep one copy in your iPhoto library and another in your Aperture library to edit, etc.
    You can use Photoshop Elements 9 from within iPhoto as your editor of choice. However, if you edit a raw file in iPhoto with PSE9 the resulting edited version must be saved outside the iPhoto Library and imported back in as a new file.  For editing jpegs just do a Save (not a Save As) and it all will be kept within iPhoto. 
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • Canon  Vixia HV30 capture issue on CS6 (Mac OSX)

    This might be (hopefully) something in setup, but under Mac OSX Lion (10.7.4) / Premiere CS6, i am unable to capture video from my Canon Vixia HV30 - it's either i get a monstruous noise or simply get a 'capture device offline' message.
    No one ever had a similar problem even withanother cam here? I posted weeks ago but never got any reply.
    Am using the same cam under Windows with Premiere CS4 and never faced such an issue.
    Matter of some sort of CODEC ?  Does not seem to require any specific driver for Mac based on Canon website.
    Any suggestion?
    Thanks,
    Rob

    Solved... (Almost!)
    Someone pointed out that Canon has a software (they said there was no driver for Mac OS X so I had stopped looking...) But if it may help others, there is a ''CameraWindow'' for Mac OS X 10.6, 10.7 and 10.8  available. 
    As soon as I installed it, I could capture both from Adobe Premiere CS6 and iMovie.
    One problem remaining though : the noise (feedback-like) that gets out from... the system's sound card ! (when capture is ongoing). I have to shut down the volume completely.  Never had this issue under Windows, need to figure out why this happens now.
    Jeff thanks again for your assistance, even though the solution was somewhere else.
    If anyone has a clue for the noise issue ... please let me know
    Rob

  • Mac OSX Mountain Lion crashes randomly.

    I've made a clean install of Mac OSX Mountain Lion in my 15" Macbook Pro late 2009 laptop. I kept reciving these intermittent lock ups and then the Macbook pro reboots (while thankfully saving whatever it needed to save before it reboots) by itself with a message saying that the macbook pro had a problem and had to restart automatically. Did any of you have the same problem? and if so do you have a solution to fix it?

    I am having the same issue with my late 2010 model macbook pro 15 inch. When the computer restarts, the Problem Report for OS X screen comes up with the following in the Details section (third time this has happened in the last 3 hours or so, any help would be great:
    Interval Since Last Panic Report:  41834 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    383CDF66-BAA3-435A-9D01-B4EDB6118596
    Thu Jul 26 22:11:52 2012
    panic(cpu 2 caller 0xffffff7f85161c85): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8118b4d000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80f59a2f70 : 0xffffff8004a1d5f6
    0xffffff80f59a2fe0 : 0xffffff7f85161c85
    0xffffff80f59a3070 : 0xffffff7f8525b5b7
    0xffffff80f59a30d0 : 0xffffff7f8525b62b
    0xffffff80f59a3140 : 0xffffff7f85570883
    0xffffff80f59a3280 : 0xffffff7f8528175d
    0xffffff80f59a32b0 : 0xffffff7f8516b9e6
    0xffffff80f59a3360 : 0xffffff7f851670b8
    0xffffff80f59a3550 : 0xffffff7f851682e4
    0xffffff80f59a3620 : 0xffffff7f86251494
    0xffffff80f59a36e0 : 0xffffff7f86281f8b
    0xffffff80f59a3770 : 0xffffff7f86267638
    0xffffff80f59a37d0 : 0xffffff7f86267efc
    0xffffff80f59a3820 : 0xffffff7f862682e6
    0xffffff80f59a38c0 : 0xffffff7f86268d06
    0xffffff80f59a3900 : 0xffffff7f86223f31
    0xffffff80f59a3a80 : 0xffffff7f862652ee
    0xffffff80f59a3b40 : 0xffffff7f86222a3a
    0xffffff80f59a3ba0 : 0xffffff8004e64929
    0xffffff80f59a3bc0 : 0xffffff8004e65ed0
    0xffffff80f59a3c20 : 0xffffff8004e638ef
    0xffffff80f59a3d70 : 0xffffff8004a981a1
    0xffffff80f59a3e80 : 0xffffff8004a20abd
    0xffffff80f59a3eb0 : 0xffffff8004a10448
    0xffffff80f59a3f00 : 0xffffff8004a195fb
    0xffffff80f59a3f70 : 0xffffff8004aa5ad6
    0xffffff80f59a3fb0 : 0xffffff8004aced13
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f850fa 000->0xffffff7f853fcfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8506f000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f850e6000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f850a3000
             com.apple.nvidia.nv50hal(8.0)[9CD95A4A-FD94-349E-A4B6-FC3B74E197F5]@0xffffff7f8 540a000->0xffffff7f8572cfff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f850 fa000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8506f000
             com.apple.GeForce(8.0)[91C40470-82BA-329A-A9D7-4C70F28275FD]@0xffffff7f86216000 ->0xffffff7f862d8fff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f850 fa000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f850e6000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f8506f000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f850a3000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12A269
    Kernel version:
    Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    Kernel UUID: 8D5F8EF3-9D12-384B-8070-EF2A49C45D24
    Kernel slide:     0x0000000004800000
    Kernel text base: 0xffffff8004a00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 4410256819990
    last loaded kext at 61111055965: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7f86d9a000, size 229376)
    last unloaded kext at 168006988398: com.apple.driver.AppleUSBUHCI          5.1.5 (addr 0xffffff7f85a7e000, size 65536)
    loaded kexts:
    com.logmein.driver.LogMeInSoundDriver          1.0.0
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.ntfs          3.10
    com.apple.driver.AGPM          100.12.69
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.GeForce          8.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AppleIntelHDGraphics          8.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.AppleMuxControl          3.2.6
    com.apple.driver.AppleIntelHDGraphicsFB          8.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.0
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AirPort.Brcm4331          600.15.20
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.2
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435435313236344243313036372E4D313646
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.20)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: MATSHITADVD-R   UJ-898, 8.47 GB
    Serial ATA Device: ST9500420ASG, 500.11 GB
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

  • Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1

    Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1.
    My garage band & reason software don´t open anymore giving me a error messasge regarding the midi drivers in the operating system.
    Please help!!!
    Thanks,
    Paolo

    Somewhere at either Macworld or here I learned that DVDSP 2, DVDSP 3 and now DVDSP 4 "internally" are major re-writes.
    Support for HD among a few other items along with QT 7 which comes with Tiger means sincerely that one set of applications/OS is not going to be stable.
    Personally I think of all the issues possible its DVDSP vs QT.
    Unless you move to DVDSP v4 the alternative is to wipe the disk and go back to Jaguar (10.2) or perhaps Panther but avoid upgrading QT beyond 6. I advocate wiping the disk because I'n not sure an archive and install to down shift to an earlier version of the OS is possible. If it is I'd still worry about mis-matched files in all sorts of locations.

  • HT1893 After installing Mac OSX Snow Leopart 10.6.3 my HP Photosmart C5500 won't scan to computer.  The printer is working. What do I have to do to be able to scan again?

    After installing Mac OSX Snow Leopart 10.6.3 my HP Photosmart C5500 won't scan to computer.  The printer is working. What do I have to do to be able to scan again?

    Often, you have to download updated vendor software drivers when you switch operating systems. HP doesn't list a C5500 on their web site, however, here's the link to the OS X 10.6 C5540 software.  If you have one of the other C55xx models, look for the updated driver/scan software on their software/driver download section of HP.Com.

Maybe you are looking for

  • Creating process to get current row id

    Hello, I need to create a process while submitting in the process I need to have a pl/sql to update the row in the database. When I put hard coded value it is working fine, however when I refer the current column (being selected), it doesn't fire the

  • Airport Connection 'Drops' on Mac Pro Running 10.5.6

    I have read the many incidents on this forum of Leopard problems / connection inconsistencies via Airport & a a wireless router. It has become almost impossible to sort the wheat out from the chaff with regards to solutions for this problem. I have t

  • How to install 7.5.3 (or other 7.x) on a Mac SE?

    Hi all I rescued this Mac SE from being trashed... it's working fine and has System 7.1 on it. I even managed to get a LocalTalk to Ethernet bridge, but AppleTalk doesn't seem to work properly. It says it can't be loaded when I try to activate it, an

  • Permit Group to logoff and shadow users (2012 R2)

    Hello everyone, I'm looking for a way to grant users permission to shadow und logoff RDS user sessions. To do this I first need to get the user's session host und unified session id: $Session = Get-RDUserSession -ConnectionBroker $ConnectionBroker -C

  • I have included content in my post that is not permitted.

    And what content might that be? I removed mention of F**mville and M**fia wars facebook apps and that fixed it. But I know I've seen far worse than than after clicking "quote original".