Playlist problems with music on a Mac.

I somewhat recently switched to using multiple Mac's as my main desktop machines, all running Lion.  I'm trying to do everything "the Mac way", preferring Apple-provided apps where possible.  While im 95% happy, the funny thing is that the part that works worst is playing music.  So please school me in the Mac way of making music come out of the headphone jack.
Background: For over a decade, I've been ripping all my CDs, and storing them on a server.  That's done by converting the tracks into mp3 format, and storing them in a directory tree, one directory per CD.  The names of the tracks are very simple - they are 1.mp3, 2.mp3 and so on.  Each track hasID3 tags with album, track title (usually the movement name, like Allegro or Andante), and the artist.  Each directory contains a playlist in M3U format, cunningly always called all.m3u (as it contains all tracks in this directory). Many directories also contain other playlists.  For example, if the CD had both Bruch and Mendelssohn's violin concerti, it would probably have two extra playlists, called bruch.m3u and mendelssohn.m3u.  Or if it contained Beethoven's 1st and 2nd symphonies, it would have 1.m3u and 2.m3u.  Navigation and search is done by a series of html pages that are stored in the same directory tree, making locating music (whole CDs = directories, whole works = playlists, and individual tracks = mp3 files) quite simple.
This whole directory tree is avaiable through a HTTP server, mounted as a remote file system (for example by AFP or NFS), copies exist on some of the laptops I carry with me, and much of it is also copied onto USB sticks.
With both Windows and Linux desktop machines, this was very easy to use: point a web browser at the directory tree, available through a http server within my house.  Click on an individual track (an individual mp3 file), and it immediately starts playing (since all sensible players buffer).  Point at a playlist, and it immediately starts playing.  The same player can handle mp3 and m3u files, making the user interface simple and consistent.  There are no cache consistency problems: If I quit the player, edit the playlist on the server, and then click on the playlist again, the music player will pick up the new version.
In contrast, on the Mac nearly nothing works, and the little that works works badly.
If you click on an individual track (a single mp3 file), it actually starts playing in the Safari tab.  But that player (I suspect it's a stripped-down version of Quicktime embedded in Safari) is extremely stripped down: it doesn't even attempt to display ID3 tags and claims that everything is "live broadcast".  It doesn't react to F8, so you can't quickly pause the music if the phone rings or someone comes into my office (you have to mouse over to the Safari window and click, way too slow).  And there is no way to rewind while playing.  But at least something comes out of the headphones, and it is the track I expected to hear.
Now, with playlists, this completely breaks.  If you click on the link to the m3u file in the web browser, Safari downloads the playlist, then starts iTunes. Unfortunately, it completely forgets to tell iTunes the context, so iTunes is incapable of doing anything with that playlist: the playlist "waldstein.m3u" contains entries 1.mp3, 2.mp3 and 3.mp3 for the three movements of the Waldstein sonata, but iTunes doesn't get told that the playlist was found in the directory http://homeserver.example.com/music/piano/dg_419053, and that the relative file names are in that directory.  So there is no way to play a playlist from a web browser if it is being served by http.
Strangely, if I point Safari at a html page that is on the file system (perhaps on a USB stick or a shared server), the link between Safari or Finder and iTunes works: You click on a playlist file (either on a web page or in the finder), it opens iTunes, and it starts playing the tracks.  We'll get to the broken caching below though.
OK, plan B.  Take the whole directory (many dozens of GB, hundreds of CDs), and ask iTunes to import it all.  No problem.  iTunes is even smart enough to know that 1.m3u is a playlist (for Borodin's first symphony), containing four movements 1.mp3 through 4.mp3.  Unfortunately, iTunes is also completely stupid, and thinks that all files names 1.m3u are the same playlist. So now I end up with a large playlist called 1.m3u, which contains about a dozen symphonies, sonatas, and piano concertos mangled together.  The really amazing thing is the playlist called all.m3u, which contains every bit of music I own.  The reason I say "stupid": assuming that two m3u files that are found in different locations but have the same name must be the same playlist and must be merged is really jumping to conclusions.  But at least I can sort it by album title (usually the name of the work), and track title.  But that doesn't do anything useful.  I have probably 10 recordings of Rach3, and being presented with 30 tracks, 10 of which are the first movement, then 10 second movements ... sorting them alphabetically is not useful.
Sorting in general doesn't work: If I by mistake ever sort within iTunes, then it loses the original order of the tracks within the playlist.  And I don't want to hear a symphony in the order "Allegro, Andante, Moderato", just because that's the alphabetic order of the track titles: it works out to 3rd - 2nd - 1st movement.  And I have not yet found a way to tell iTunes to revert all playlists to the order the tracks showed up in the playlist.
If you tell iTunes to start playing in the middle of a large playlist (for example just the last movement of Rach3 with Argerich), it will happily continue playing within the same playlist.  Even across track / album boundaries!  Today I was playing Bach's St' John passion out of the giant "all.m3u" playlist, and at the end, it simply drifted into Borodin's 1st symphony.  Quite the shock, musically speaking.
The final straw is this: Once you import, iTunes wants to take charge, and it caches all the metadata (namely the playlists and track filenames).  In caching this, iTunes cmpletely forgets about any form of cache coherency protocol: just because you saw a playlist once doesn't mean that it will always be in that place, and will always have the same content.  Say I have imported at home, and iTunes remembers that the 1st movement of the Waldstein is in /Volumes/HomeServer/music/piano/dg_419053/1.mp3 (and at home that file is accessible via AFP or NFS).  Now I take my MacBook to the office, open iTunes, and click, and nothing hapens: my home server is not mounted in the office.  No problem: I reach into my briefcase, which contains a 32GB USB stick.  If I now open that playlist, iTunes starts playing it ... but now I have twice as many tracks.  Do this for a while, and you end up with N copies (for large values of N) of each playlist, and at any given moment all but N-1 of those are broken.
Even worse: Say I discover that I made a mistake, and forgot to add the last movement to a playlist.  No problem, go to the server that contains the master copy, edit the .m3u file with emacs, done.  Through a variety of rsync... scripts, the various copies on other computers or USB sticks will be updated soon.  But iTunes remembers the version it imported weeks ago.  Do I have to clear my iTunes cache every time I edit anything anywhere?  Why does iTunes even have a metadata cache, if it is usually wrong?
So, let me summarize my problem.  I'm looking for a way to click on a mp3 or m3u file that's stored via some sensible protocol (be it HTTP, local files, remote files on a shared server, or file system on portable media), and just play it.  Without storing a play list, without rearranging the play list, without caching, but with a display of the ID3 tag and a working pause key.
Here are my biggest complaints about the software that ships with a Mac:
The mp3 player embedded in Safari is missing about 90% of the function.
Linkage of playlists from Safari running on HTTP to iTunes is broken (but it works from Finder, or from Safari running on files).
iTunes insists on importing or caching playlists.  I don't need that, I have better storage mechanisms.  I want iTunes to play one track or one playlist, and then be done and forget everything it ever knew.  Is there a way to tell iTunes no never remember anything, just play the one thing I ordered it to?
If we absolutely must import and cache all playlist in iTunes, at least teach it to recognize that m3u files with the same name found in different places are not the same, and shall not be merged.
Once you sort a playlist in iTunes, I don't see how you can tell it to get back to the original sort order.
Any ideas?  Other than going back to Windows and Linux desktops, which I don't find acceptable?

I would also recommend that in order to ensure the person is getting the document in a format they can understand that he prints to PDF the documents.  Macs do that very easily.
OpenOffice is free and crossplatform.  If they need to edit his documents, they should all agree to use OpenOffice.

Similar Messages

  • Problem with photoshop on my mac

    Hey...
    I have some problem with photoshop on my mac...
    When i open the photoshop my screen change his color...
    The screen changes such delicate blue color.
    and when i close the app the color has back to the original color.
    photoshop cs 6 (master collection)
    macbook pro 15"
    OS X Mountain Lion
    2.3 i7
    4 giga ram
    Have a nice day

    Not sure which screen you mean, but maybe your seeing the Application Frame in photoshop cs6.
    You can turn that off in photoshop cs6 under Window>Application Frame.
    If that's not it, could you post a screenshot?

  • I have problem with starting up my Mac Pro ?

    Dear ,
    I'have a problem with starting up my Mac Pro , please advice me how to start it

    This may help.
    http://support.apple.com/kb/TS1365
    Note: Steps 5 and 6
    Step 5
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • Why are there so many problems with the early 2008 Mac Pro ???

    Hi everybody out there using Mac Pro's early 2008,
    I found out there is a lot of problems with the early 2008 Mac Pro.
    My early 2008 Mac Pro has been repaired ones under warranty and now it stopped working again ! Also see under: Mac Pro early 2008 no chime and does not start up. Why is this ????
    It worked well for about 2 years and then it just fails and i had this failing issue twice already !!! Is this just a BAD Apple product or how do you think I need to approach this. Let’s face it, these machine don’t come cheap and you at least expect them to work without problems for 4-5 years. What is happening here ???
    Cheers, Kavango

    go to a black screen after 15 minutes or a couple hours
    That is probably an indication that you need to find a new graphics card.
    RE: Mac Pro Replacement Graphics cards
    1) Apple brand cards,
    2) "sold in the Apple store" cards, and
    3) "Mac Edition" cards ...
    ... show all the screens, including Boot up screens, Safe Mode, Installer, Recovery, debug screens, and Alt/Option boot screens. At this writing, these choices include:
    1) Apple brand cards:
    • Apple-firmware 5770, about US$250** works near full speed in every model Mac Pro, Drivers in 10.6.5
    • Apple-firmware 5870, about US$450
    2) "sold in the Apple store" cards
    • NVIDIA Quadro 4000, about US$1200
    • NVIDIA Quadro 5000, about US$2500
    3) "Mac Edition" cards -- REQUIRE 10.8.3 or later:
    • SAPPHIRE HD 7950 3GB GDDR5 MAC Edition, about US$480** Vendor recommends Mac Pro 4,1
    • EVGA GTX 680 Mac Edition, about US$600
    The cards above require no more than the provided two 6-pin aux power connectors provided in the Mac Pro through 2012 model. Aux cables may not be provided for third-party cards, but are readily available.
    If you are Meet ALL of these:
    • running 10.8.3 or later AND
    • don't care about "no boot screens" etc AND
    • can re-wire or otherwise "work out" the power cabling, THEN:
    You can use many more cards, even most "PC-only cards"

  • I have a problem with iphoto (have a mac book pro): the icon in the dock appears with a question mark, and the application is gone!!! Can someone tell what's going on? Yesterday I had the same problem with itunes

    I have a problem with iphoto (have a mac book pro): the icon in the dock appears with a question mark, and the application is gone!!! Can someone tell what's going on? Yesterday I had the same problem with itunes: I downloaded the last version (it's free), but I cannot do the same with iphoto, and more important: I need to know what is happening!!! Please help me!

    Applications should not disappear all by themselves.
    If they are then that coud indicate serious problems with your hard drive.
    Backup everything up as quickly as possible.
    Using Disk Utility verify your system disk.
    Allan

  • Strange problem with color measure in Mac.

    Hello, I am having a strange problem with color measure in Mac. For example i create a gradient in Photoshop from color 200 200 200 to color 240 240 240. When i measure the color of the gradient with the color measure tool of Photoshop or with the built in OS X color measure tool the measured color is from 200 199 197 to 240 240 238. I have measured the same gradient with Photoshop for PC and the values are OK (the same values that i create).
    I dont know what is the problem, but i belive that the colors that i create would be the same that i measure after creating them, and also the same values between Mac and PC. I will appreciate it a lot any help or information that you could give me that helps me to understand what is happening here.
    Thank you for your time
    Marcelo.

    Yep you got it, proof as monitor basicaly strips out any profiling and just delivers it straight.
    is there any way to make the OS X color measure tool to measure the original color values
    You mean the document colors - No, like I said photoshop is filtering your image through document profile, proof setup and monitor profile. Why do you want to use Digital color meter anyway for this?
    i dont understand what is the point to measure color values that will change every time a calibrate my monitor.
    Because color values are 'bigger' than whats on your monitor. Your monitor (via photoshop) is only doing the best it can to display those values - which can be anything from LAB colors outside the gamut of your monitor - to CMYK colors. Calibrating it is the only way to allow your monitor to do this in any way accurately. (not ever really possible) Monitors have a certain gamut and are only dispays/representations of the REAL colors that a document, with a profile, holds. So there's only one good reason to measure monitor values, and that's to generate a monitor profile.

  • Problems with music on iOS8?

    Hi!
    I'm currently using iOS8.0 on my iPhone 5 and have had problems with music deleting frequently and my phone freezing when I try to re-download it. for some reason it's only letting me have about 70 songs at any given point, but if I have more than that then the next time I open the music app I tend to find a lot of them have been deleted? This is incredibly irritating as I frequently use my phone for music, also whemever I'm downloading songs it tends to freeze my phone and I have to restart it.
    I've tried updating to 8.2 but it's not letting me currently.
    Any suggestions?

    Oops, it says I'm on iPhone 4 iOS 6.1.1, but I'm on iPhone5 iOS 8

  • HT201210 can I return to previous iOS version. have ios7 but having problems with music files since upgrading

    Is it safe to return to previous version of ios.  I have updated to iso7 but now having problems with music greying outl on my ipad

    Sorry, no Apple does not support downgrading

  • Playlist problems with iOS4

    Since I have updated my 2nd Gen. iPod Touch to iOS4, I have been having problems with my iPod making changes to how I have organized my music BY ITSELF. This happens at random and is very frustrating. For example, I have a playlist of Imogen Heap music that has 61 songs in it. Every now and then, I will go into my music, and the playlist has DELETED 59 of the songs on the playlist!!! What the heck is going on?
    Message was edited by: applegeek20

    Thanks Mike,
    But it looks like it's a Wacom driver issue and I'm using a Wacom pen:  https://discussions.apple.com/message/15677003#15677003
    Sorry, I should have looked into that before I posted.
    Thanks anyway,
    Cheers,
    M

  • Permissions problems with multiple discs in Mac Pro

    Hi.
    I have three discs in my Mac Pro. One is the boot drive, which is an SSD, another is a 2TB Seagate and the other is a smaller spare for setting stuff aside. The SSD and 2TB drives are NOT a fusion drive. They work okay but there are problems with permissions and I am trying to figure out what the permissions on each need to be for them to work in close harmony. The user account is on the boot drive but music and photo libraries, for example, are referenced on the big drive.
    Permissions on the boot drive show: system - r&w, wheel - ro, everyone - ro...
    On the big drive they are: Drieu(Me) - r&w, staff - r&w and everyone - ro. Ignore ownerships is not ticked and I am undecided about this.
    None of these seems to be correct. I know how much chaos can ensue if changes are made rashly, so I am loth to experiment but things are wrong enough to need to do something. Does anyone have any suggestions, given I am not sharing the machine with anyone, other than the default public folder.
    The spare drive has Drieu (Me) - r&w, system - ro, admin - r&w and everyone - ro!

    The Samsung 840 pro SSD boot disc
    10.9.5 and later turn ON kext signing, which turns OFF TRIM Enabler. A non-Apple SSD without TRIM cannot eliminate deleted files, so it will eventually become choked with an accumulation of deleted data. Doing the Install under these conditions could add 20GB or more of deleted data, and it could become super-slow.
    The 2TB disk [that was the Boot Disk]
    that permissions over the whole disc vary. Some files require that I enter the password to move them.
    Permissions for different folders vary widely. For example, System Directories are write-locked to you, and moving files from them would require that you authenticate as Admin.
    Files transferred from the desktop to this disc require to have the command key applied to move, rather than copy.
    The default in a Drive-to-Drive transfer IS Copy. To change that to Move, you must hold the Command or Option key. This is a Documented Feature, and is working as designed. Default for Folder-to-Folder On the same Drive is Move.
    I also find that when modifying blocks of files they can suddenly disappear and I have to come out and run round the block before I can go back in to finish the job. It works okay but it is unnerving, despite having a backup.
    One or both of those drives may be having problems. What you describe does not sound normal.

  • Problems with router pc and mac

    I have installed a wifi router in a pc, coaxial cable plus ethernet. Recently I bought a McBook and I have some problems with internet conexions. I can run explorer in pc or in mac but I can use the explorer with the two machines at the same time. I can work with the mac restarting the router and doing the airport configuration, then internet don´t work in the pc; if I want work with the pc I do the same operation: restart the router and detect configuration with pc.
    Anybody know what is the problem and posible solutions?
    Thank you for your help.

    See if this helps you.
    http://docs.info.apple.com/article.html?artnum=19652

  • Problem with Quadro4000 in a Mac Pro (Mid 2009)

    Does anyone has a problem with the Nvidia Quadro 4000 on his Mac Pro?

    I have a major problem, it can't boot to start up the computer, I must to hold the shift button to open and when it opens it sticks and the colors of the wallpaper is not good. Also I have a raid card. The apple service told me that the problem is the graphic card and must be replaced but I am not sure about it, unfortunately I don't have the first card to be sure.
    Do you know what the follow message means?
    Interval Since Last Panic Report:  3378 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    109D6AB4-796F-DAB1-788B-3CEBA562D0BE
    Thu Sep 19 19:20:19 2013
    panic(cpu 0 caller 0xffffff8019ab8945): Kernel trap at 0xffffff7f9b214d66, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x000000000000008c, CR3: 0x000000000e72a000, CR4: 0x0000000000000660
    RAX: 0x0000000000000000, RBX: 0x0000000000000006, RCX: 0x0000000000000005, RDX: 0x0000000000003c00
    RSP: 0xffffff81eb423280, RBP: 0xffffff81eb423280, RSI: 0x0000000000000005, RDI: 0xffffff803a7d1400
    R8:  0x0000000000000000, R9:  0xffffff803d4facb8, R10: 0xffffffffffffffff, R11: 0x00000000ffffffff
    R12: 0x0000000000000004, R13: 0xffffff81ba18f000, R14: 0xffffff81ba1a2938, R15: 0xffffff803a7d1400
    RFL: 0x0000000000010206, RIP: 0xffffff7f9b214d66, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000000000000008c, Error code: 0x0000000000000002, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81eb422f20 : 0xffffff8019a1d636
    0xffffff81eb422f90 : 0xffffff8019ab8945
    0xffffff81eb423160 : 0xffffff8019acebfd
    0xffffff81eb423180 : 0xffffff7f9b214d66
    0xffffff81eb423280 : 0xffffff7f9b1f6cec
    0xffffff81eb4232d0 : 0xffffff7f9b2252ff
    0xffffff81eb423700 : 0xffffff7f9b1d5c80
    0xffffff81eb423730 : 0xffffff7f9b2291dd
    0xffffff81eb4237b0 : 0xffffff7f9b210460
    0xffffff81eb423810 : 0xffffff7f9b210d41
    0xffffff81eb423860 : 0xffffff7f9b211294
    0xffffff81eb4238d0 : 0xffffff7f9b211a53
    0xffffff81eb423910 : 0xffffff7f9b1dcedf
    0xffffff81eb423a90 : 0xffffff7f9b20df8f
    0xffffff81eb423b50 : 0xffffff7f9b1db978
    0xffffff81eb423ba0 : 0xffffff8019e6f789
    0xffffff81eb423bc0 : 0xffffff8019e70d30
    0xffffff81eb423c20 : 0xffffff8019e6e74f
    0xffffff81eb423d70 : 0xffffff8019a98c21
    0xffffff81eb423e80 : 0xffffff8019a20b4d
    0xffffff81eb423eb0 : 0xffffff8019a10448
    0xffffff81eb423f00 : 0xffffff8019a1961b
    0xffffff81eb423f70 : 0xffffff8019aa6546
    0xffffff81eb423fb0 : 0xffffff8019acf473
         Kernel Extensions in backtrace:
            com.apple.GeForce(8.1.6)[0E3D8776-A5B7-3D82-9BFD-9188170B358D]@0xffffff7f9b1c90 00->0xffffff7f9b296fff
               dependency: com.apple.NVDAResman(8.1.6)[EA4F9902-5AAE-3F1D-A846-3796221C8C91]@0xffffff7f9a1 79000
               dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xff ffff7f9a165000
               dependency: com.apple.iokit.IOPCIFamily(2.8)[2FAEA49C-EA4C-39C6-9203-FC022277A43C]@0xffffff 7f9a0df000
               dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0 xffffff7f9a122000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12F37
    Kernel version:
    Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64
    Kernel UUID: B1B58405-A2B2-3C44-B25D-495053D52AB5
    Kernel slide:     0x0000000019800000
    Kernel text base: 0xffffff8019a00000
    System model name: MacPro5,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 213721035844
    last loaded kext at 35243841547: com.apple.driver.AppleBluetoothHIDKeyboard     170.2.4 (addr 0xffffff7f9b9f9000, size 24576)
    last unloaded kext at 96410920956: com.apple.driver.AppleUSBXHCI     630.4.5 (addr 0xffffff7f9aa9b000, size 118784)
    loaded kexts:
    com.nvidia.CUDA     1.1.0
    com.vmware.kext.vmnet     3.0.0
    com.vmware.kext.vmioplug     3.0.0
    com.vmware.kext.vmci     3.0.0
    com.vmware.kext.vmx86     3.0.0
    com.apple.driver.AppleBluetoothMultitouch     75.19
    com.apple.driver.AppleHWSensor     1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager     4.1.7f2
    com.apple.driver.AudioAUUC     1.60
    com.apple.driver.AppleTyMCEDriver     1.0.2d2
    com.apple.driver.AGPM     100.13.12
    com.apple.iokit.IOUserEthernet     1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X     7.0.0
    com.apple.filesystems.autofs     3.0
    com.apple.driver.AppleMikeyHIDDriver     124
    com.apple.driver.AppleHDA     2.4.7fc2
    com.apple.driver.AppleUpstreamUserClient     3.5.12
    com.apple.driver.AppleMCCSControl     1.1.11
    com.apple.GeForce     8.1.6
    com.apple.driver.AppleMikeyDriver     2.4.7fc2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport     4.1.7f2
    com.apple.driver.AppleLPC     1.6.3
    com.apple.driver.AppleSMBusPCI     1.0.11d1
    com.apple.driver.ApplePolicyControl     3.4.5
    com.apple.driver.ACPI_SMC_PlatformPlugin     1.0.0
    com.apple.driver.XsanFilter     404
    com.apple.iokit.SCSITaskUserClient     3.5.6
    com.apple.driver.AppleUSBHub     623.4.4
    com.apple.driver.AppleFWOHCI     4.9.9
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1
    com.apple.BootCache     34
    com.apple.driver.Intel82574L     2.3.0b5
    com.apple.driver.AirPort.Brcm4331     615.20.17
    com.apple.driver.AppleRAIDCard     304
    com.apple.driver.AppleAHCIPort     2.6.6
    com.apple.driver.AppleUSBEHCI     621.4.6
    com.apple.driver.AppleUSBUHCI     621.4.0
    com.apple.driver.AppleRTC     1.5
    com.apple.driver.AppleHPET     1.8
    com.apple.driver.AppleACPIButtons     1.8
    com.apple.driver.AppleSMBIOS     1.9
    com.apple.driver.AppleACPIEC     1.8
    com.apple.driver.AppleAPIC     1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient     214.0.0
    com.apple.nke.applicationfirewall     4.0.39
    com.apple.security.quarantine     2.1
    com.apple.driver.AppleIntelCPUPowerManagement     214.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard     170.2.4
    com.apple.driver.AppleMultitouchDriver     237.4
    com.apple.iokit.IOSerialFamily     10.0.6
    com.apple.iokit.IOSurface     86.0.4
    com.apple.kext.triggers     1.0
    com.apple.driver.DspFuncLib     2.4.7fc2
    com.apple.iokit.IOAudioFamily     1.9.2fc7
    com.apple.kext.OSvKernDSPLib     1.12
    com.apple.nvidia.gf100hal     8.1.6
    com.apple.NVDAResman     8.1.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport     4.1.7f2
    com.apple.driver.AppleSMBusController     1.0.11d1
    com.apple.iokit.IOFireWireIP     2.2.5
    com.apple.driver.AppleHDAController     2.4.7fc2
    com.apple.iokit.IOHDAFamily     2.4.7fc2
    com.apple.driver.AppleGraphicsControl     3.4.5
    com.apple.iokit.IONDRVSupport     2.3.7
    com.apple.iokit.IOGraphicsFamily     2.3.7
    com.apple.driver.AppleSMC     3.1.5d4
    com.apple.driver.IOPlatformPluginLegacy     1.0.0
    com.apple.driver.IOPlatformPluginFamily     5.4.1d11
    com.apple.driver.AppleUSBHIDMouse     175.8
    com.apple.driver.AppleHIDMouse     175.8
    com.apple.driver.AppleUSBHIDKeyboard     170.2.4
    com.apple.driver.AppleHIDKeyboard     170.2.4
    com.apple.driver.IOBluetoothHIDDriver     4.1.7f2
    com.apple.iokit.IOBluetoothFamily     4.1.7f2
    com.apple.iokit.IOUSBHIDDriver     623.4.0
    com.apple.driver.AppleUSBMergeNub     621.4.6
    com.apple.driver.AppleUSBComposite     621.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.5.6
    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.5
    com.apple.iokit.IOFireWireFamily     4.5.5
    com.apple.iokit.IOUSBUserClient     630.4.4
    com.apple.iokit.IO80211Family     530.5
    com.apple.iokit.IONetworkingFamily     3.0
    com.apple.iokit.IOSCSIParallelFamily     2.5.1
    com.apple.iokit.IOSCSIBlockCommandsDevice     3.5.6
    com.apple.iokit.IOSCSIArchitectureModelFamily     3.5.6
    com.apple.iokit.IOAHCIFamily     2.5.1
    com.apple.iokit.IOUSBFamily     630.4.5
    com.apple.driver.AppleEFINVRAM     2.0
    com.apple.driver.AppleEFIRuntime     2.0
    com.apple.iokit.IOHIDFamily     1.8.1
    com.apple.iokit.IOSMBusFamily     1.1
    com.apple.security.sandbox     220.3
    com.apple.kext.AppleMatch     1.0.0d1
    com.apple.security.TMSafetyNet     7
    com.apple.driver.DiskImages     345
    com.apple.iokit.IOStorageFamily     1.8
    com.apple.driver.AppleKeyStore     28.21
    com.apple.driver.AppleACPIPlatform     1.8
    com.apple.iokit.IOPCIFamily     2.8
    com.apple.iokit.IOACPIFamily     1.4
    com.apple.kec.corecrypto     1.0
    Model: MacPro5,1, BootROM MP51.007F.B03, 8 processors, Quad-Core Intel Xeon, 2.93 GHz, 16 GB, SMC 1.39f5
    Graphics: NVIDIA Quadro 4000, NVIDIA Quadro 4000, PCIe, 2048 MB
    Memory Module: DIMM 1, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 2, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 3, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 4, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 5, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 6, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 7, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    Memory Module: DIMM 8, 2 GB, DDR3 ECC, 1066 MHz, 0x80AD, 0x484D54313235553741465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f2 12718, 3 service, 21 devices, 5 incoming serial ports
    Network Service: LINKSYS WAG320N, AirPort, en2
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA Quadro 4000, sppci_displaycontroller, Slot-1
    PCI Card: NVIDIA Quadro 4000, NVDA,Parent, Slot-1
    PCI Card: pci1033,194, Slot-3
    PCI Card: Apple RAID Card, sppci_raid, Slot-4
    Serial ATA Device: Optiarc DVD RW AD-7240S
    Serial ATA Device: Optiarc DVD RW AD-7240S
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd500000 / 2
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfd530000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfd520000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 5
    USB Device: Smart-UPS 2200 FW:654.19.I USB FW:7.4, 0x051d  (American Power Conversion), 0x0002, 0x1d100000 / 2
    USB Device: PTK-840, 0x056a  (WACOM Co., Ltd.), 0x00ba, 0x3d100000 / 2
    FireWire Device: built-in_hub, 800mbit_speed

  • Problem with Music for an Car Audio System

    Hello,
    first I want to apologize for my bad english, because i come from Germany
    I have a Problem with my MacBook Pro 2011 and the file transfer (music) on a USB stick.
    Whenever I copy music on a USB, everything is copied twice and the second File is copied with an "." previously.
    My car detects the files as broken.
    Can anybody help me pls???

    First try  creating a folder or folders to put the music in. Drag the folder to the USB.
    See if this helps.
    The "." means a hidden file.  Does you no good.

  • Problems with Office 2011 for mac after upgrading to Mountain Lion

    Office 2011 for mac worked fine with Lion on my MacBook Air.  I had been having some problems with my computer freezing and crashing, so the folks at the Genius Bar wiped my computer clean and installed Mountain Lion for me. 
    I have full backups (Time Machine) from before the wipe on my external hard drive, but I was told not to restore from the backup, that I should drag and drop files instead.  I was also told to re-install any program for which I had the disk.  I reinstalled Office 2011 via the disk.
    Two major problems followed:
    1.     I lost all my old emails (I use Mail).  Even rebuilding the library or trying to restore them from Time Machine don't get them back. 
    2.     Word and Excel don't seem to recognize me anymore.  I can pull up and modify an old document or workbook, but I cannot "save" my changes.  I have to hit "save as." That's a pain, but there's a worse problem.
    I have no trouble saving these "save as" versions to my desktop or to my Documents file.  But I cannot save them anywhere else — even to the folder where I found the original document.  I get a message that I don't have the necessary permissions to access or modify the folders. I'm asked to authenticate, and I do, but that doesn't seem to do anything. 
    I tried Get Info on the workbooks and documents, and I'm clearly granted Read and Write permission. 
    I've done a permissions repair via Disk Utility.  There were some things to repair, but it didn't solve my problem. 
    I know I can move all documents to an external hard drive and then recreate all the folders, saving all the documents and workbooks "as" but it seems a huge amount of work.  Can anybody suggest an easier route or how to get my email history?

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  'resetpassword' (without the 's) and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/

Maybe you are looking for