USB MIDI Controller no longer working after Logic 8 upgrade

Hello, my M-Audio O2 USB MIDI Controller worked brilliantly with Logic Pro 7 after simply plugging it in. I never needed to install any drivers or do any setup. Now, after upgrading to Logic Pro 8 it isn't recognized and does not work. Does anyone know what's going on and can anyone please give me some advice on how to fix this problem? Thanks

Go to Logic-Pro beside the Apple Logo at the top of your screen to the Left,
then Preference,
then scroll to Control-Surface settings,
now select set-up
From there delete and then reinstall your control-Surface, do it manually as the Scan doesn't work all the time,
Fr.BlayZay.

Similar Messages

  • USB Hub(s) no longer working after 10.8.5 update

    Installed the 10.8.5 update via software update on my iMac 3.4Ghz i7 (no DVD drive) and had the Bluetooth unavailable issue I have seen mentioned elsewhere. Managed to restore Bluetooth via a restartwith all USB devices disconnected. However I have two USB hubs that no longer work. One is a colourful freebie so maybe not a surprise but the other is a powered D link USB 2.0 DUB-H7 which worked fine before the update. Now no device that is connected to it is recognized no matter which USB port the hub  is plugged in to. Leaves me somewhat short of USB ports.

    I've been struggling with this for 2 days, since I upgraded to 10.8.5 which I needed to go to get the latest iTunes, which I needed to upgrade my iPhone and iPad to IOS7 . . . yes, right down the garden path I walked
    MacBook Pro 17", early 2009.
    After the 10.8.5 upgrade Bluetooth is Not Available, same as seanluck13.
    -System Preferences: no sign of Bluetooth
    -System Search: no sign of Bluetooth
    -System Profile Information: Bluetooth: No Information Found
    -So Bluetooth is absent, removed, not present -- AGHHHHH!!!!!
    Apple BT keyboard and trackpad can't be used. MacBook trackpad is worn out and I get wrist strain trying to activate it!
    I read on a forum that a fix was to reinstall the system over the internet after a CMD-OPT-R restart. Did that -- 5 HOURS LATER -- NO CHANGE, BLUETOOTH STILL ABSENT !@(%&( )TY(@Q#*!!
    Please someone help me before I throw this Mac down the garbage shoot. At the moment that's only a fantasy.

  • USB MIDI controller no longer recognized by mac (not even in System Information).

    Hello!
    I have an M-Audio Keystation 49e that I have been using with my MBP (early 2008 model) for a few years with absolutely zero problems ever. I recently bought a very generic Chinese MIDI interface ("Sanoxy" brand) to go between my full-size Yamaha and mac so that performances of parts into logic would be on weighted keys and such.
    For a while I used both the MIDI interface with the Yamaha and the little 49-key MIDI controller (via USB and also powered by the USB) with no problems. I believe this problem occurred when I tried to use both the MIDI interface and MIDI controller on one USB port using a Targus external number pad (unpowered) that has two USB ports on it (bad idea I'm sure). I did this because my MBP only has two USB ports on it and I was using the other for my audio interface.
    I have reset PRAM more than a couple times, reset SMC, cleaned caches (even though this could be done more thouroughly maybe with a recommended program besides Cocktail - trial is expired), even replaced AppleMIDIUSBDriver.plugin from my parents iMac which the MIDI controller still works on. All this and nothing. The keyboard is not recognized as even being plugged into the USB port on System Information even though the lights are on, much less AMS.
    Any other information you need I'd be happy to let you know.
    Super thanks!
    Cody

    Bumpitty bump bump

  • USB Card Reader no longer works after Lion update.

    My USB card reader/writers no loger work since I "upgraded" to Lion 10.7.4. All was well with Snow Leopard, but with no built-in SD card reader I must rely on USB readers. Anyone know how to fix this issue? Are there updates avaiable or coming soon to resolve this issue?

    Hi MissMedia 83 and welcome to the forums!!
    This has been a trend that a lot of AppleCare advisors have been seeing as call drivers. Essentially, many of the USB internet modems that are used widely require a 32bit kernel to operate. In Snow Leopard, although the system was in 64bit by defauly, people had the option of booting the computer into a 32bit mode to use the USB modems successfully.
    With Lion, however, no such options exists. If your USB modem device is only compatible with a 32bit machine, then your only options are to either downgrade to Snow Leopard or find a different provider that supports 64bit.
    Sorry to be the bearer of crappy news. My suggestion is to use something like a pocket wifi or personal hotspot, where you have a wifi network that is being created by a small device that connects to the cell network. Much much easier and your computer thinks it's just a regular wifi network.
    This is what I think the issue is anyway. Could be wrong.
    Any other suggestions?

  • Screen saver no longer working after Lion upgrade.

    Hi,
    After standard upgrade about 2 weeks ago (mid July 2012) the screen saver no longer works. I mean I can certainly access the application and the desktop can be made to cycle through different photos etc. But when I configure the screen saver it just refuses to go into screen saver mode at all.
    I'm not seeing too much occurance of this through the postings which is a bit worrisome as I'd thought this would be a much wider issue.
    Cheers,
    Herbie

    Please follow these instructions:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    https://discussions.apple.com/thread/3258472

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • ITunes no longer working after Song Upgrade.

    I got onto iTunes store, was offered to upgrade 32 of my songs, I said "Yes". After the upgrading completed, iTunes main window pane no longer worked for anything but the iTunes store. It will play my music if I manually select it from the disk (via Finder) but does not seem to be able to display any of my playlists or my music library.
    I am running Safari 3.0 (as an FYI).
    Mac OS X 10.4.9 (on an intel mini).

    Unfortunately uninstalling and reinstalling, or repairing the current copy of iTunes alone doesn't fix the problem....
    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Printing No Longer Working After Recent Upgrade

    My printing suddenly stopped working after the latest upgrade (which upgraded the kernel from 2.6.15.2 to 2.6.15.4). 
    I discovered that arch is no longer auto-loading the parport_pc module.  This is strange.  If I run "hwdetect --show-modules", parport_pc is shown. 
    I do have MOD_AUTOLOAD="yes" in my rc.conf file.
    The quick fix is to add "parport_pc" to the list of MODULES in rc.conf.
    Are others having this problem?
    Rob

    I just read your post.  I am sorry I could not join irc.  I was actually at work.  It is very hard for me to use irc at work.  Firewalls make life difficult!
    In any event, I think I solved the problem. 
    Please see http://bbs.archlinux.org/viewtopic.php?t=18747
    Here is the complete post:
    In my /etc/modprobe.conf file, there was the folloiwng line:
    # Load lp support with parport_pc
    install parport_pc modprobe -i parport_pc ; modprobe lp ; true
    I believe that this line was in the original /etc/modprobe.conf file that came with arch 0.7. I don't remember ever adding it.
    I commented out this line and I removed "parport_pc" from the list of MODULES to be loaded in /etc/rc.conf.
    I rebooted and it worked. The modules lp, parport and parport_pc were all autoloaded at boot-up.
    I should also note that right after the arch upgrade, I was experiencing CUPS daemon failure once and awhile at boot up. Somtimes cupsd loaded and sometimes it failed at boot up. Now it seems that cupsd loads reliably at every bootup. Problem solved!
    The following are the remaining lines in my /etc/modprobe.conf:
    # Load ppp-generic with modem drivers
    install Intel536 modprobe -i Intel536 ; modprobe ppp-generic ; true
    install Intel537 modprobe -i Intel537 ; modprobe ppp-generic ; true
    install ltmodem modprobe -i ltmodem ; modprobe ppp-generic ; true
    install ltserial modprobe -i ltserial ; modprobe ppp-generic ; true
    install slamr modprobe -i slamr ; modprobe ppp-generic ; true
    install slusb modprobe -i slusb ; modprobe ppp-generic ; true
    # OSS Compatibility
    #install snd-pcm modprobe -i snd-pcm ; modprobe snd-pcm-oss ; true
    #install snd-seq modprobe -i snd-seq ; modprobe snd-seq-oss ; true
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF version 1.0.10 ---
    alias snd-card-0 snd-opl3sa2
    alias sound-slot-0 snd-opl3sa2
    options snd-opl3sa2 fm_port=-1 midi_port=-1 port=0x538 wss_port=0x530
    options isapnp=0 dma1=1 dma2=0 irq=5
    # --- END: Generated by ALSACONF, do not edit. ---
    The modem driver lines came with the original /etc/modprobe.conf file in arch 0.7.
    Should I also comment them all out?
    Perhaps I should only have the lines for my old ISA sound card in the /etc/modprobe.conf file. Please let me know.
    Has there been a change in the kernel or udev which makes it neccesary to make all these changes in the /etc/modprobe.conf file?
    Rob

  • IPad messages no longer works after ios7 upgrade

    After upgrading to ios7 on my iPad messages no longer works.
    After I enter To: I am unable to get to the message field to enter the message.
    Reboot does not solve the issue,

    This issue has been resolved!

  • Flashcards for screen brightness no longer work after BIOS upgrade

    I have a Toshiba Satellite T135D/1320S laptop, and last night I upgraded the BIOS to v1.90 under the recently released recall notice.  AFter installing the BIOS, however, the Flashcard brightness controls no longer work. Whenever I press FN-6 or FN-7, the screen brightness Flashcard pops up and the toggle on the slider bar moves back and forth, but the brightness of the screen does not change.
    I have disabled and re-enabled the Flashcards as suggested in a separate forum, and I've also downloaded the most recent display driver (AMD display driver v8.615).  Neither effort corrected the problem.
    Anyone have any other suggestions?

    Satellite T135D-S1320
    Sometimes it helps to reset the machine. With the battery and AC adapter removed, close the Power switch for half-a-minute. Re-attach those, press the Power button to turn the computer on, and then immediately press the F2 key while the Toshiba logo is displayed. Press F9 to restore the BIOS default settings, press F10, and then select Yes (Exit Saving Changes). The computer will restart.
    Another things to try is reinstalling the TVAP.
       Toshiba Value Added Package for Windows 7 (64)
    -Jerry

  • Illustrator will no longer work after Yosemite upgrade!!!

    I downloaded Yosemite on my Macbook Pro and now Illustrator will no longer work. A warning pops up that I need the newest Java runtime which I already have. What should I do? Please help

    Prompted to install Java SE 6 Runtime | Mac OS 10.9
    Mylenium

  • IPad 2 hdmi to tv no longer working after ios8 upgrade?

    Hi,
    Would anyone know why my hdmi to TV cable is no longer supported after upgrading to ios8 please?
    When connected, the system states that the device is not supported but was fine with ios7.
    Hopefully this is a bug but if not, feel reluctant to update ever again!
    Thank you in advance..Neil.

    Hi,
    Would anyone know why my hdmi to TV cable is no longer supported after upgrading to ios8 please?
    When connected, the system states that the device is not supported but was fine with ios7.
    Hopefully this is a bug but if not, feel reluctant to update ever again!
    Thank you in advance..Neil.

  • Magic mouse no longer works after Lion upgrade

    After upgrading to Lion my magic mouse failed to work. I plugged in an older USB mouse and thankfully it does work. It appears the System Preference for Blue Tooth no longer has my machine name in it, instead it has "Name not available" and the "On" check box will not stay checked when I reopen the preference. The syncing process "Set Up New Device..." doesn't seem to work either, it searches but doesn't find eventually the flashing LED on the mouse goes out.
    I've tried to solve this but failed. I believe its something wrong with the installation of Lion on my iMac because I installed Lion on my lap top and the magic mouse WILL sync with it.
    What do you suggest I do to remedy this situation?

    Solved it myself. Re installed Lion.
    Thanks Radio for your help

  • Scan via Preview no longer working after Lion Upgrade

    After upgrading to Lion, I can no longer use Preview to scan a document from my Kodak ESP9.  I have a range of issues, but the most common is that after telling preview to look for networked scanners, and then selecting the Kodak, it open a box that should automatically start a preview scan.  Instead, the box shows the SCAN and OVERVIEW button but nothing else, the screen is jsut blank.
    I have updated Kodak's sofware and firmware to Lion versions.
    Anyone have an idea how to get this working again?  It was flawless before the Lion upgrade.
    Thanks.

    Please follow these instructions:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    https://discussions.apple.com/thread/3258472

  • Backup drive no longer working after Lion upgrade

    After upgrading to OS Lion, WD network hard drive is no longer supported by Time Machine.  It was working fine on Snow Leopard. Is there a setting that will allow me to get my data back?

    Please follow these instructions:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    https://discussions.apple.com/thread/3258472

Maybe you are looking for

  • Can you tell me how to get back to just one window at a time?

    I sometimes like to use the tile tabs option, however, now every time I open a new window, there is always a minimum of two tabs. I just want to go back to viewing one window at a time when I am opening different windows.

  • How to convert a string value to date

    Dear All, I am new to powershell script, i was trying to store a Ad user password set date to a variable add, add a number of days to get the expire date. but when i try to convert the variable to date value, I am getting the error as below. Please h

  • SPECIAL STOCK Indictor u201CE - Orders on Handu201D

    Hi, Our existing process is as follows: We have Material with Serial Number activated. a. We sale to the Camera to our customer. Here the Status of the Serial Number becomes u201CECUSu201D. b. Due to some reason, the Customer Return the Camera. We cr

  • Re: Goddam might not have been initialized driving me nuts

    Anything you do with finalPrice before this line is ignored because you simply add two other variables and overwrite finalPrice: finalPrice = ingredientsPrice + basePrice; //final price is calculatedPerhaps you should be discounting finalPrice after

  • How do I keep my tabs open?

    With the latest build of Firefox Android, the tab bar will not remain open. As soon as I start interacting with the page, the tab bar slides closed. I'd like for it to remain open.