Unique problem regarding keyboard and beyond.

so i have an interesting problem.
some of the buttons on my keyboard have become unresponsive, volume controls, screen brightness, etc...
when i press FN and use some of these keys they do make certain things pop up like the calculator and clock etc...
also i had left Photo Booth open last night and it is still open but it wont show up when i click on it, same with Firefox. Firefox was not previously open, but still won't open when i try and click on it.
Beyond that when i click on Force Quit to try and close Photo Booth and maybe reopen it, it doesnt show up.
The only thing unusual that i did last night was i had the screen shut for a while, which i usually don't do, so i guess that could be considered kinda out of the ordinary.

Thanks for the advice. I'll attempt that and let you know how it pans out.
Also- an update on the problem: it seems as if i cannot open any new programs, i had VLC open and i closed it and tried to open it again and it just sat on the dock bouncing up and down and not responding. everything else seems to do this as well. im afraid to close safari in fear of not being able to open it again.

Similar Messages

  • Wierd problem regarding JInternalFrames and OUTLINE_DRAG_MODE

    Hi there,
    I'm currently experiencing a strange problem regarding the use of a JDesktopPane and JInternalFrames.
    Code may look as this, its a random Example as I encounter the same results no matter how I construct the Frame and so on:
    public class Example extends JFrame{
        public Example() {
            this.setTitle("Example");
            this.setPreferredSize(new Dimension(800,800));
            this.setLocationRelativeTo(null);
            this.setDefaultCloseOperation(EXIT_ON_CLOSE);
            JPanel contentPane = (JPanel) this.getContentPane();
            contentPane.setLayout(new BorderLayout());
            JDesktopPane dp = new JDesktopPane();
            dp.setDragMode(JDesktopPane.OUTLINE_DRAG_MODE);
            contentPane.add(dp, BorderLayout.CENTER);
            this.setVisible(true);
            JInternalFrame f = new JInternalFrame("not so cool", true);
            f.setPreferredSize(new Dimension(400,400));
            f.pack();
            dp.add(f);
            f.setVisible(true);
        public static void main(String args[]){
            Example ex = new Example();
    }So, I'm currently using Netbeans and when I'm running any application/project with those settings from inside the IDE
    theres absolutley no problem. As soon as I'm running the Jar file, the drawing of the "outlines" while resizing the InternalFrame
    is kinda laggy and choppy as hell. I spent 2 hours of googling now and I still got no idea why thats the case, so I hope anyone
    here can enlighten me.
    The Java version installed is 1.6.0_10
    regards, me

    AndrewThompson64 wrote:
    (shrugs) Maybe the IDE is using -Dsun.java2d.d3d=false? In any case, very few people around here provide support* for IDEs.
    * Read that as 'speculate on why an IDE does it different - why it works in an IDE'Sir, seems like you got the point, I wasnt familiar with those command line options for the VM before, regarding Graphics options.
    Working fine as soon as I disable D3D. Should've come to that myself but oh well -.-.
    Thanks guys!

  • 870A Fuzion Power has problem with keyboard and mouse movement only in games.

    Hey guys,
    recently built a new system and chose to go with the 870A Fuzion Power mainboard, everything has gone very smoothly execpt for one problem, only when I play games like Crysis 2 ect the mouse seems to jolt around now and again and the keyboard decides to stop responding if I hold down the movement keys, and this is only in game not surfing the web for example. Now, I am using a wireless mouse and keyboard but I plugged in a PS/2 keyboard and the exact same thing happened. I've installed all of the drivers that came with this board and the drivers for the mouse and keyboard. Any of you guys ever had this sort of problem or know how to fix this?
    Thanks.

    I bought a new Macbook pro in june 2010, I didn't have any keyboard or mouse issues prior to upgrading to 10.6.4 supposedly this update was made to fix some issues with keyboard and mouse becoming unresponsive. For me the opposite happened. after the upgrade, my keyboard and mouse (trackpad) becomes sometimes partially unresponsive or totally unresponsive. the only way to solve the problem is by completely turning of the computer and turning back on.. granted it doesn't happen very often.. generally once every about 2-3 weeks but it is still annoying though..
    I didn't have a chance to use the computer too much on the previous version (10.6.3) so I don't know if it is software related or hardware related.. any thoughts?
    Message was edited by: msoued

  • Problem with keyboard and audio on Satellite L40

    Hi everybody,
    I just installed XP SP2 on my Satellite L40 (BTW thanx to all you that have helped me overcome the problems during this operation with your threads), but I have some problem with my keyboard. I have an azerty keyboard and after I installed xp, it worked as a qwerty, I repared it, now all my letters are working fine, but i have some problems with some symbols, such as @, !, _,if you understand me.
    Could somebody help me???
    I also have problems with my audio, in fact I have no audio at all, in control panel it says that no audio device is found.
    I saw some threads that said that I should first install kb888111, and another likely thing, but i can't find the other one. I've downloaded the sound driver from the toshiba website; thanx for helping me in that field also.
    bye

    I have the same problem with sound...I have found hotfix kb888111 and I instaled that one...but when i wanted to start instaling sound driver a popup window say thet there is some error and can't continue with instaling sound driver...
    I found hotfix kb888111 in this folder which i have downladed from toshiba site: english\sound driver\mshdqfe\win2k_xp\us\kb888111xps2....
    i do not know what to do.....Does anybody else knows....

  • Problem with keyboard and mouse pm8m-v

    I have gotten this pm8m-v from a freind who knew nothing about computers. He had problems with the keyboard and mouse not responding at start up or just freeze on him. So I check it out, called MSI and even sent it to them, they claimed that there was nothing wrong with the board. So here are the specs of the computer now:
    pm8m-v motherboard
    2-256MB memory PC-2700 DDR 333Mhz
    intel P4 2.6GHz
    codegen power supply 300W
    gateway CDW
    western digital 40 harddrive
    the rest is on board stuff
    the problem is still there and it is driving me crazy, can you please help?

    I had the same problem with the PM8M-V, today as a matter of fact, and I kept getting locked up at the point where I had to hit enter to load the WinXP CD to setup the system.  After finding this topic I tried a different keyboard. The one that was being used was a Kennsiington PS2 cheapo, I swapped it for a Microsoft (one of those ergonomic styles and I've had it for a long time) Keyboard PS2, and the problem went away.  I'm typing on the Kennsington right now, so it's fine just wasn't liked by the PM8M-V for some reason.

  • Problem with keyboard and IsReadOnly on a TextBox

    The problem is that the Keyboard doesn't show up when focus on a TexBox following this steps:
    1- On Page_Loaded set the TextBox property IsReadOnly = true (so you can't write/edit)
    2- Try focus on the TextBox (important)
    3- Tap a button that contains theTextBox.IsReadOnly = false;
    4- Tap TextBox. Keyboard won't appear
    This is on a Windows Phone 8.1 Runtime app
    In fact it won't appear on any other control that previous had IsReadOnly = true, not only this TextBox

    Hi SuNcO,
    If I follow your step1->step2->step3->step4, then I can reproduce your issue in my side, if I follow your step1->step3->step4, then it works very well with the Keyboard.
    I will do the further test and consult to see if there is any workaround.
    Thanks for your understanding.
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    Hey there,
    I'm having this issue as well - although the steps are a little different.
    I have a TextBox that's set to IsReadOnly = true in my XAML with a doubletap event wired to it.
    I double tap the TextBox, the event fires and the IsReadOnly property gets set to true.  However, I can't enter any text into the text box and the keyboard doesn't appear.

  • Problem regarding insert and Display BLOB Image in Tabular form

    I am trying to display and insert image in manual tabular form In Oracle APEX. but the image i uploaded was not inserted in wwv_flow_files table and in update button process i got "no data Found" Error...pls someone help me.... some part of code is bellow... SQL CODE IN REPORT REGION OF TABULAR FORM :- {
    SELECT '#ROWNUM#' "SNO",
    +' <img height="30" width="50" src="#WORKSPACE_IMAGES#'||F.FILE_NAME||'" alt="'||S.stud_fname||'" title="'||S.stud_fname||'" border="1"/>'AS "IMAGES", --- for display image from my table which is loaded through wwv_flow_files+
    APEX_ITEM.CHECKBOX(01,s.stud_id) "DELETE",https:
    s.stud_id|| apex_item.hidden(02,s.stud_id) "STUD ID",
    +.......+
    +.......+
    union all -- for inserting row
    SELECT '#ROWNUM#' "SNO",
    +'<input type="file" name="F17" size="5">'AS "IMAGES", -- for display image+
    APEX_ITEM.CHECKBOX(01,NULL) "DELETE",
    null|| apex_item.hidden(02,null) "STUD ID", }
    When i click on UPDATE BUTTON then following PROCESS CODE IS run :
    FOR i IN 1..APEX_APPLICATION.G_F02.COUNT LOOP
    IF APEX_APPLICATION.G_F02(i)IS NOT NULL THEN
    UPDATE STUDENT SET stud_fname=APEX_APPLICATION.G_F04(i),
    stud_addr =APEX_APPLICATION.G_F05(i), ......
    ELSE
    insert into FILE_ATMNT(ATMNT_KEY, ATMNT_NAME, FILE_NAME, MIME_TYPE, ATMNT_SIZE, CNTNT_TYPE, ATMNT_CNTNT, AUDIT_CRT_DATE ) SELECT id, name, filename, mime_type, doc_size,content_type, blob_content, SYSDATE FROM wwv_flow_files WHERE name = APEX_APPLICATION.G_F17(i);
    SELECT id into upload_ref from wwv_flow_files where name =APEX_APPLICATION.G_F17(i);
    ........ ( code for student insert Record )
    FILE_ATMNT is my attachment table in my workspace which updated through wwv_flow_files. My problem is that when i was click on update button image is not loaded into "wwv_flow_files" table so i didnt get image name bcz of $ name =APEX_APPLICATION.G_F17(i);$ this. so its show me no data found error.... Pls help me

    Mahesh wrote:
    Hi...i am mahesh...Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already).
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB version and edition
    <li>Web server architecture (EPG, OHS or APEX listener)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    The best way to get help is to reproduce and share the problem on apex.oracle.com.
    All code should be posted wrapped in tags<tt>\...\</tt> tags to preserve formatting and prevent it being interpreted by the forum software.
    I am trying to display and insert image in manual tabular form In Oracle APEX. but the image i uploaded was not inserted in wwv_flow_files table and in update button process i got "no data Found" Error...pls someone help me.... some part of code is bellow... CODE IN  REPORT REGION OF TABULAR FORM :-
    SELECT '#ROWNUM#' "SNO",
    '<img height="30" width="50" src="#WORKSPACE_IMAGES#'||F.FILE_NAME||'" alt="'||S.stud_fname||'" title="'||S.stud_fname||'" border="1"/>'AS "IMAGES", --- for display image from my table which is loaded through wwv_flow_files
    APEX_ITEM.CHECKBOX(01,s.stud_id) "DELETE",https://forums.oracle.com/forums/post!default.jspa?forumID=137#
    s.stud_id|| apex_item.hidden(02,s.stud_id) "STUD ID",
    ....... (some code).
    union all -- for inserting row
    SELECT '#ROWNUM#' "SNO",
    '<input type="file" name="F17" size="5">'AS "IMAGES", -- for display image
    APEX_ITEM.CHECKBOX(01,NULL) "DELETE",
    null|| apex_item.hidden(02,null) "STUD ID",
    ....... (some code )
    When i click on UPDATE BUTTON  then following PROCESS CODE IS run :
    FOR i IN 1..APEX_APPLICATION.G_F02.COUNT LOOP
    IF APEX_APPLICATION.G_F02(i)IS NOT NULL THEN
    UPDATE STUDENT SET stud_fname=APEX_APPLICATION.G_F04(i),
    stud_addr =APEX_APPLICATION.G_F05(i), ..... ( some field of table)..
    ELSE
    insert into FILE_ATMNT(ATMNT_KEY, ATMNT_NAME, FILE_NAME, MIME_TYPE, ATMNT_SIZE, CNTNT_TYPE, ATMNT_CNTNT, AUDIT_CRT_DATE ) SELECT id, name, filename, mime_type, doc_size,content_type, blob_content, SYSDATE FROM wwv_flow_files WHERE name = APEX_APPLICATION.G_F17(i);
    SELECT id into upload_ref from wwv_flow_files where name =APEX_APPLICATION.G_F17(i);
    ........ ( code for insert command )
    FILE_ATMNT is my attachment table in my workspace which updated through wwv_flow_files. My problem is that when i was click on update button image is not loaded into "wwv_flow_files" table so i didnt get image name bcz of $ name =APEX_APPLICATION.G_F17(i);$  this.  so its show me no data found error.... Pls help me
    Before considering anything else, why bother with all this extra complexity? Why not use the standard form and report pattern?

  • Using xorg 1.5 in testing with some problem with keyboard and mplayer

    I have the following lines in my xorg's log file:
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
    (WW) RADEON(0): LVDS Info:
    (WW) RADEON(0): Unknown vendor-specific block f
    (WW) RADEON(0): Unknown vendor-specific block f
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xdbffd800 is: 0xdbffd800
    (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) Warning, couldn't open module evdev
    (EE) Failed to load module "evdev" (module does not exist, 0)
    (EE) No input driver matching `evdev'
    (EE) config/hal: NewInputDeviceRequest failed
    (WW) RADEON(0): Unknown vendor-specific block f
    (WW) RADEON(0): Unknown vendor-specific block f
    1. my notebook's keyboard works well now, but when I see above error, I installed xf86-input-evdev package, then strange thing happened: when I press the up arrow key, gnome-screenshot was opened, so I cannot use the "Up" key,:( then I have to uninstall the xf86-input-evdev, but I donot know why there are error messages as shown above.
    2. The radeon driver works fine for me ---- at least I think so ----, but I cannot use mplayer -vo gl:yuv=4:lscale=1 somemediafile to play, cause it is too slow
    it says:
    do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly.
    Try adjusting the vblank_mode configuration parameter.
    my video card is x1300 on Lenovo T60.
    here is my xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Synaptics Touchpad" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dbe"
    Load "xtrap"
    Load "dri"
    Load "glx"
    Load "drm"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    # Option "Protocol" "auto"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
    Option "EmulateWheel" "on"
    Option "EmulateWheelButton" "2"
    Option "EmulateWheelTimeOut" "200"
    Option "YAxisMapping" "4 5"
    Option "XAxisMapping" "6 7"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    # Option "Device" "/dev/input/mouse2"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "TouchpadOff" "1"
    Option "SHMConfig" "true"
    EndSection
    Section "Monitor"
    #DisplaySize 290 210 # mm
    Identifier "Monitor0"
    VendorName "LEN"
    ModelName "4020"
    Option "DPMS"
    # 1024x768 96dpi
    DisplaySize 270 203
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "M52 [Mobility Radeon X1300]"
    BusID "PCI:1:0:0"
    Option "DRI" "true"
    Option "AGPMode" "4"
    Option "EnablePageFlip" "on"
    Option "ColorTiling" "on"
    Option "DynamicClocks" "on"
    Option "AccelMethod" "EXA"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    # Option "Composite" "0"
    Option "XVideo" "Enable"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    sm4tik wrote:Have a look at http://bbs.archlinux.org/viewtopic.php?id=54568
    I decided to keep the old drivers and just ignore the error. I read a dozen mail list entries etc before reverting back, and it seems laptop keyboards are often quite tricky to get working correctly. Also using a non english layout will cause some extra effort.. My suggestion is to uninstall evdev and stick to the old drivers until there's a real reason to switch to evdev.
    Well, after follow the post you gave.
    I think that evdev now is really sucks!
    I agree with you, as long as my whole computer works, I donot care such errors.

  • I have a unique problem with Typekit and Creative Cloud

    I've had CC membership for a few months now and have downloaded it onto first a laptop then a desktop. I'm having trouble on the desktop. When I try to access and download typekit fonts through an application or creative cloud, I'm getting a message come up saying "internet explorer has stopped working" and the typekit website does not open properly. I'm therefore unable to access or browse for fonts. The typekit website does not respond and a message comes up saying so. Using windows 8 I can access internet explorer through the Apps page, and browse fonts that way, but it is frustrating and inconvenient not being able to go direct to the website through an adobe application or through creative cloud. Anyone ideas why? Appreciate any help, thanks.

    Well I downloaded google chrome to my PC which is what I use on my laptop, and it seems to be working. Not sure why Internet explorer wasn't working but so far google chrome is.

  • Problems on keyboard and instalation

    I bought my Macbook Pro a few months ago. It worded well, however, anything I type on my Mac now becomes capital, which does not allow me to log in as my password is lowercase. I tried to re-install the operating system, the installation doesn't start when I hold down the C key. I would be grateful if someone can help. Thanks!

    So your capslock key permanently on + now broken?
    You will need a new keyboard.
    Book an appointment with an Apple Genius: http://www.apple.com/retail/geniusbar/
    Should be under 1st year warranty yes?

  • Keyboard and trackpad freeze and randomly become unresponsive

    I've got a MacBook Pro (15-inch Early 2011) running Mac OS X 10.8.2.
    Since a few weeks ago at random intervals my keyboard and trackpad become permanently unresponsive. I don't recall any particular cause or change that would have caused this to start happening.
    What happens is that the trackpad and keyboard will stop functioning completely. The computer, display etc. would continue to function properly:
    The clock keeps ticking.
    If music were playing it would continue etc.
    Internet connectivity (via an ethernet cable or WiFi) continues to work as well (a download will continue, and even resume if I disconnect and reconnect the ethernet cable).
    Presssing the power button will bring up the shutdown dialog as usual (but I can't use it, obviously, so a forced shutdown needs to be performed instead by holding down the power button longer).
    .. but the keyboard and trackpad are rendered inoperable, as if they were no longer connected.
    I've made no progress in finding out what could possibly be the cause of this. A few observations:
    It has never happened while not using the keyboard (e.g. watch a DVD with TV series for a few hours, and afterwards the keyboard would always be fine).
    It always happens while actively typing (e.g. while in the middle of replying to an e-mail).
    It is not a temporary problem, the keyboard and trackpad will not become responsive again after some time (the computer isn't particulary occupied with calculating something big, no beachball and no busy mechanical noises).
    It does not happen progessively. It works fine and snappy one second, and I'm touching a dead keyboard a split second later.
    I tried connecting a USB keyboard but that doesn't seem to work either (I'm mentioning this since some of the linked threads below close with that as a solution).
    Possibly related (although I haven't found anything in these threads):
    Keyboard causes trackpad to not function properly
    Keyboard and trackpack freeze
    Keyboard and Trackpad Unresponsive
    MacBook Pro Keyboard & TrackPad freeze! Totally Unresponsive!
    MacBook Pro inbuilt Keyboard and Trackpad freeze when not connected to bluetooth devices?
    I've crawled through some log files in /var/log (via the shell and through Console.app) and found a couple things that may be relevant, although they seem unrelated. Etiher way, I was surprised by what I found. All sorts of errors with regards to Bluetooth and USB stuff. I'm not aware of using either. I haven't used bluetooth in years and though I sometimes charge an iPod by USB, I haven't had any problems with that, and this keyboard/trackpad freeze has also happened on sessions where I started the laptop and never even touch the USB ports in the time leading up to the freeze.
    Sample log from when it happened. It last happened at 21:04:xx:
    Jan 14 20:18:39 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x141-192.168.178.13:0!
    Jan 14 20:23:49 KrinkleMac.local lsboxd[2155]: @AE relay 4755524c:4755524c
    Jan 14 20:26:14 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x142-192.168.178.13:0!
    Jan 14 20:29:11 KrinkleMac.local WindowServer[80]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Jan 14 20:29:16 KrinkleMac.local lsboxd[2155]: @AE relay 4755524c:4755524c
    Jan 14 20:30:13 KrinkleMac.local CalendarAgent[6449]: Unexpected EOF, returning last token as fallback
    Jan 14 20:30:43 --- last message repeated 1 time ---
    Jan 14 20:33:24 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x143-192.168.178.13:0!
    Jan 14 20:41:09 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x144-192.168.178.13:0!
    Jan 14 20:42:43 KrinkleMac.local mtmd[46]: Set snapshot time: 2013-01-14 20:42:45 +0100 (current time: 2013-01-14 20:42:43 +0100)
    Jan 14 20:42:43 KrinkleMac kernel[0]: nspace-handler-set-snapshot-time: 1358192565
    Jan 14 20:43:14 --- last message repeated 10 times ---
    Jan 14 20:43:28 KrinkleMac.local AddressBookSourceSync[6580]: *** -[IADomainCache init]: IA domains cache is out of date.
    Jan 14 20:45:12 KrinkleMac.local CalendarAgent[6449]: Unexpected EOF, returning last token as fallback
    Jan 14 20:48:09 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x145-192.168.178.13:0!
    Jan 14 20:55:54 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x146-192.168.178.13:0!
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:13 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:13 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:13 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:01:13 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:13 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:13 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:13 KrinkleMac.local blued[6615]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    Jan 14 21:01:14 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:01:39 KrinkleMac kernel[0]: USBF:          145183.427          AppleUSBHubPort[0xffffff803c3d2600]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:01:39 KrinkleMac kernel[0]: USBF:          145183.722          IOUSBCompositeDriver[0xffffff803ae3be00](CompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Jan 14 21:01:41 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:41 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:41 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:41 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:41 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:01:59 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:59 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:59 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:59 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:59 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:02 KrinkleMac kernel[0]: USBF:          145206.333          AppleUSBHub[0xffffff80476a9000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, retrying
    Jan 14 21:02:02 KrinkleMac kernel[0]: USBF:          145206.634          AppleUSBHub[0xffffff80476a9000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, after retry, resetting the port (1)
    Jan 14 21:02:12 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:12 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:12 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:12 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:12 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:12 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:02:12 KrinkleMac kernel[0]: USBF:          145216.648          AppleUSBHubPort[0xffffff803a385000]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe000404f while doing get status (first in port status change)
    Jan 14 21:02:12 KrinkleMac kernel[0]: USBF:          145216.649          AppleUSBHubPort[0xffffff8038a3ba00]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:13 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:13 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:13 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:13 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:02:13 KrinkleMac kernel[0]: E:[AppleBluetoothHCIControllerUSBTransport]WARNING !!!! [AppleBluetoothHCIControllerUSBTransport::DeviceRequestCompleteHandler] error 0xe00002ed (kIOReturnNotResponding)
    Jan 14 21:02:13 KrinkleMac kernel[0]: USBF:          145217.575          AppleUSBHubPort[0xffffff80398bf400]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.525          AppleUSBHubPort[0xffffff8039e80800]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.525          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing getting port status (2)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.525          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.529          AppleUSBHubPort[0xffffff8039e80800]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.530          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.530          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing get status (first in port status change)
    Jan 14 21:02:16 KrinkleMac kernel[0]: USBF:          145221.123          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:16 KrinkleMac kernel[0]: USBF:          145221.123          AppleUSBHubPort[0xffffff8039e80800]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:16 KrinkleMac kernel[0]: USBF:          145221.125          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:02:22 KrinkleMac kernel[0]: USBF:          145226.307          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:22 KrinkleMac kernel[0]: USBF:          145226.373          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.196          AppleUSBHubPort[0xffffff8039fd0c00]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.196          USBF:          145228.196          AppleUSBHubPort[0xffffff803a261e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing getting port status (2)AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.200          AppleUSBHubPort[0xffffff803a261e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.200          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing get status (first in port status change)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.200          AppleUSBHubPort[0xffffff8039fd0c00]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:25 KrinkleMac kernel[0]: USBF:          145229.331          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:02:25 KrinkleMac kernel[0]: USBF:          145229.766          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:02:26 KrinkleMac kernel[0]: USBF:          145230.963          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:02:26 KrinkleMac kernel[0]: USBF:          145230.963          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:02:28 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:28 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:28 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:28 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:28 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:38 KrinkleMac kernel[0]: USBF:          145242.843          AppleUSBHub[0xffffff803c64b000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, retrying
    Jan 14 21:02:38 KrinkleMac kernel[0]: USBF:          145243.145          AppleUSBHub[0xffffff803c64b000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, after retry, resetting the port (1)
    Jan 14 21:02:40 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:40 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:40 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:40 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:40 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:47 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:47 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:47 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:47 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:47 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:54 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x147-192.168.178.13:0!
    Jan 14 21:03:03 KrinkleMac kernel[0]: BRCM2070 Hub::terminate(kIOServiceSynchronous) timeout
    Jan 14 21:03:04 KrinkleMac kernel[0]: USBF:          145268.325          AppleUSBHubPort[0xffffff8039bc4c00]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:03:20 KrinkleMac kernel[0]: USBF:          145285.139          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:03:21 KrinkleMac kernel[0]: USBF:          145285.572          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:03:22 KrinkleMac kernel[0]: USBF:          145286.868          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:03:23 KrinkleMac kernel[0]: USBF:          145288.132          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:03:24 KrinkleMac kernel[0]: USBF:          145288.882          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:03:25 KrinkleMac kernel[0]: USBF:          145289.385          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:05 KrinkleMac kernel[0]: USBF:          145329.455          AppleUSBHubPort[0xffffff803a24e400]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:04:05 KrinkleMac kernel[0]: USBF:          145329.456          AppleUSBHubPort[0xffffff8038a96200]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:04:05 KrinkleMac kernel[0]: USBF:          145329.492          AppleUSBHubPort[0xffffff803a9a6600]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:04:06 KrinkleMac kernel[0]: USBF:          145330.483          AppleUSBHubPort[0xffffff803a24e400]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:04:06 KrinkleMac kernel[0]: USBF:          145330.703          IOUSBCompositeDriver[0xffffff803b7c3700](CompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Jan 14 21:04:06 KrinkleMac kernel[0]: USBF:          145330.703          IOUSBCompositeDriver[0xffffff803c98b400](CompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Jan 14 21:04:09 KrinkleMac kernel[0]: USBF:          145333.634          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:09 KrinkleMac kernel[0]: USBF:          145334. 67          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:10 KrinkleMac kernel[0]: USBF:          145334.916          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:10 KrinkleMac kernel[0]: USBF:          145335.347          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:16 KrinkleMac kernel[0]: USBF:          145340.675          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:16 KrinkleMac kernel[0]: USBF:          145341.108          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:18 KrinkleMac kernel[0]: USBF:          145343.300          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:19 KrinkleMac kernel[0]: USBF:          145343.803          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:20 KrinkleMac kernel[0]: USBF:          145344.644          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:23 KrinkleMac kernel[0]: USBF:          145348. 42          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:24 KrinkleMac kernel[0]: USBF:          145348.868          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:24 KrinkleMac kernel[0]: USBF:          145349.299          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:30 KrinkleMac kernel[0]: USBF:          145355. 76          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:30 KrinkleMac kernel[0]: USBF:          145355. 76          [0xffffff8038559600] The IOUSBFamily gave up enumerating a USB device after 10 retries.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:30 KrinkleMac kernel[0]: USBF:          145355. 76          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:42 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:04:42 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:04:42 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:04:42 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:04:44 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:05:20 localhost bootlog[0]: BOOT_TIME 1358193920 0
    Jan 14 21:05:26 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jan 14 21:05:26 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Jan 14 21:05:41 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Jan 14 21:05:41 localhost kernel[0]: PMAP: PCID enabled
    Jan 14 21:05:41 localhost kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64

    I've recorded the logs several times now and although a lot is variable (likely unrelated errors and crap). The following 5 lines consistently occur right before the freeze:
    1/18/13 11:06:10.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    1/18/13 11:06:10.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    1/18/13 11:06:10.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    1/18/13 11:06:10.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    1/18/13 11:06:24.000 PM kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    1/18/13 11:07:22.000 PM bootlog[0]: BOOT_TIME 1358546842 0
    1/18/13 11:29:27.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    1/18/13 11:29:27.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    1/18/13 11:29:27.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    1/18/13 11:29:27.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    1/18/13 11:30:02.000 PM kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    1/18/13 11:31:39.000 PM bootlog[0]: BOOT_TIME 1358548299 0

  • Keyboard and characters unique problem IN all programs

    Hello, thank you reading I have a unique problem with my computer. I have searched a great deal to locate information on my issue with no luck. It is very hard to describe the problem and I figured asking here might be the best idea. I have all the latest update software. I have not installed any new ]programs and this problem just started out of nowhere with In the last week. No wireless keyboard.
    First the computer writes capital letters on its own while I type. The letters seem to be only the n, I and s. This goes for every application or text box on the web that I can type In.
    Second the left arrow key when pressed types this ]]]]]]]]
    Third the right shift key when pressed works, but makes an error beep each time
    Fourth the enter key randomly doubles spaces rather than single space when pressed in programs like mail and word.
    Fifth the left shiFt key types IIII when pressed
    I have done the usual rebooting, repairing of the disk and permissions, emptying cache, restored defaults IN keyboard setting, sticky keys off with no luck. Once again no new programs have been installed. Issue started about the same day I registered for and started using facebook one week ago if that means anything?
    Thanks for taking a look at my Issue.
    -Brody

    Still having the same issue with my computer hs anyone ever heard of this?

  • My iMac keeps typing a minus sign. I switched my wireless keyboard for a plug in Windows keyboard, and it keeps typing this one character. I took the batteries out of the Mac keyboard, so that is not the problem. I am running Mac OS X 10.6.8.

    my iMac keeps typing a minus sign. I switched my wireless keyboard for a plug in Windows keyboard, and it keeps typing this one character. I took the batteries out of the Mac keyboard, so that is not the problem. I am running Mac OS X 10.6.8. In parallels, I don't have any problem, just on the Mac platform.

    tebasj wrote:
    Thanks for your observation. I realize they are different versions, but when I use the "Software Update" menu, this is as far as it would update. Is there some way to update the iMac beyond what "Software Update" does? I've tried it several times.
    Please Note.
    Upgrading OSX 10.6.8 (Snow Leopard) to 10.8.3 (Mountain Lion) is not an update. It is a paid upgrade. Just as with 10.7 (Lion) you must purchase it from the App Store with yor Apple ID and install it after backing up your current computer state for safety.
    Cheers
    Pete

  • Problem "bug" iOS 8 iPad 2, virtual keyboard and stream hdmi cable (adapter)

    Hi all I have a problem with regard to virtual keyboard and streaming through the adapter HdMi, the keyboard when I want to write after a while, the horizontal bar where there google voice covers the top of the letters and unable to write and had to power cycle the device to return to how it was before, while streaming via hdmi between iPad 2 and a monitor when I run the stream, the screen is completely black but emits audio and iPad remains the streaming window with the window crashed the site, what not to do, if I make an end to the stream in full screen, you see a window but not full screen, if someone knows how to help me out on this, you have had the same problem as my'd be happy to hear from you soon and solve this bug in iOS 7.1.2 before that did not happen, thanks and warm greetings to all of you.

    Hi all I have a problem with regard to virtual keyboard and streaming through the adapter HdMi, the keyboard when I want to write after a while, the horizontal bar where there google voice covers the top of the letters and unable to write and had to power cycle the device to return to how it was before, while streaming via hdmi between iPad 2 and a monitor when I run the stream, the screen is completely black but emits audio and iPad remains the streaming window with the window crashed the site, what not to do, if I make an end to the stream in full screen, you see a window but not full screen, if someone knows how to help me out on this, you have had the same problem as my'd be happy to hear from you soon and solve this bug in iOS 7.1.2 before that did not happen, thanks and warm greetings to all of you.

  • Unique problem, can get calls only from Airtel and...

    Hi Friends, I have a unique problem here and some input on the same.
    I can receive incomming calls only from Airtel and no other service providers. I do not know why. I cannot even recieve calls from landline and also cannot get other providers SMSes.
    Please help me out in this regard.
    I am using Nokia E72 handset

    You may want to check your firewall settings. Go to options-security-firewall. Check to see if it is enabled and the scroll down to exceptions and see if any of those are selected.

Maybe you are looking for