No working mouse devices?

I've tried /dev/psaux, /dev/input/mice, /dev/input/mouse0 in my xorg.conf and none of them work. So I took it a step further and used the cat command on each of them to see if I got any output. None.
Why is my mouse not working? It's just a regular PS/2 mouse.

Not sure if it's at all related, but I just did a pretty good number of upgrades (including the new initrd kernel) and upon reboot my mouse wasn't woking at all and thus prevented X from loading.  I had to add the proper module (in my case <code>evdev</code>) to my Modules list under <code>rc.conf</code> before it started working again.  In your case, since it's just a basic mouse that probably isn't the issue, but might be something similar?

Similar Messages

  • How to create/simulate multiple mouse devices (in dev manager) in windows 8.1 and above?

    Is their any way to install/enable multiple mouse devices in windows 8.1 and above and simulate input to them? I would write a driver if their is no other way. If I need to write a device driver does anyone have any good pointer tutorials that would
    get me started?
    I found this for communicating with an already installed device which is hooked up to the computer.
    https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.humaninterfacedevice.aspx?f=255&MSPPError=-2147217396
    I wonder if installing something that's already in the driver store using DiInstallDriver and enabling it (possibly via CM_Enable_DevNode) would work?
    My goal was to create/install 4 mouse devices and communicate with them via the windows.devices.humaninterfacedevice library. Would this be possible?
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering
    - Yoda. Blog - http://www.computerprofessions.co.nr

    you need to write your own driver. you will need to write a HID miniport. from that one miniport you can describe as many HIDs as you want. you can write the HID miniport driver in UMDF if you want to stay in user mode.
    the namespace you link to above will not create HIDs and the normal rules about not allowing you to open a keyboard or mouse HID from user mode still applies.
    d -- This posting is provided "AS IS" with no warranties, and confers no rights.
    That almost an answer. I was wondering if this is good example of what you were talking about:
    https://code.msdn.microsoft.com/windowshardware/WudfVhidmini-Sample-b304f83a/sourcecode?fileId=42918&pathId=556204534
    If so, does that mean I need to use direct calls to HID.dll or other libraries in order to read from the custom mouse device? I have seen many implementations of filters which end up poorly (maybe not everyone but the multiple device ones mostly) and
    I am not for sure about the miniport drivers.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to
    suffering - Yoda. Blog - http://www.computerprofessions.co.nr

  • Error: "Unable to find a working IR device" in Windows Vista 64-bit, Audigy 4

    I have Audigy 4 Pro with the RM-500 remote that came with it.
    The remote is not working in Vista 64-bit (Enterprise).
    It is definitely not a hardware problem because everything works in Windows XP Professional SP3. When I dual boot into Vista, the remote doesn't control anything in Windows but the red light on the I/O external box is blinking so it's definitely receiving input.
    When I run "Entertainment Center Settings", I get the error "Unable to find a working IR device" and all the options are greyed out.
    <img title="err" width="300" style="width: 300px; height: 69px" src="http://img379.imageshack.us/img379/238/2278203yd.jpg" height="69" alt="err">
    <img width="459" title="err2" style="width: 459px; height: 393px" src="http://img379.imageshack.us/img379/388/2850392ep2.jpg" height="393" alt="err2">
    Has anyone gotten the remote working in Windows Vista 64-bit's? Thank you for your help.
    Regards,
    Lawrence

    _ I am having this exact same issue on vista business 32 bit. Everything else on the external box works perfectly fine, except the remote. The remote does work however with intelliremote, but I cannot justify paying the money for such simple functionality. Any fix on [email protected]

  • New-CMDeviceVariable not working with -device parameter (PSTypeName mismatch)

    Hi everyone,
    I have a problem with the New-CMDeviceVariable powershell command in SCCM 2012 R2. My script does something like this:
    $ClientID = 'GUID:xxxx-xxxxxxx-xxx-xx'
    $variable = @('Test','ValueTest')
    # Get device properties
    $Device = Get-CMDevice -name $ComputerName | ?{$_.SMSID -eq $ClientID}
    # Add Device variable
    New-CMDeviceVariable -IsMask $false -Device $Device -VariableName $variable[0] -VariableValue $variable[1] -ea 1
    This results in the following error:
    New-CMDeviceVariable : Cannot bind argument to parameter 'Device', because PSTypeNames of the argument do not match the PSTypeName required by the parameter: IResultObject#SMS_R_System.
    So the command expects input of type IResultObject#SMS_R_System while the Get-CMDevice command outputs
    IResultObject#SMS_CombinedDeviceResources. The technet article of the New-CMDeviceVariable clearly states that the correct way to get the device object is through the Get-CMDevice command (see
    article).
    The only way to get this command to work is to use the -DeviceName parameter. Sadly, we have had issues in our test environment where we'd have multiple CMdevices with the same name, hence the SMSID solution. The only other option would be to use the -DeviceID
    parameter. However, I've not been able to get this working using $device.resourceID as a value (which I assume is the ID the command needs). This fails without an error.
    Can anyone explain what the proper way is to get around this issue? I've been racking my brain but I can't seem to find a solution for this.
    Sincerely,
    MicaH

    I'm not sure what the difference is, but with me it runs without problems by using Get-CMDevice. Minor detail, the result is the same as with your other option(s), it doesn't create the variable...
    At this moment a workaround could be to use WMI and do something like this:
    http://www.sepago.de/e/david/2012/05/08/create-machine-variables-in-configuration-manager-2012
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • "Unable to find a working IR device" Error (Audigy

    I just bought the Audigy 4 sound card today, and did a Full Installation. Unfortunatley, the remote does not work. When Windows XP loads, Windows says it has found New Hardware and identifies it as "Creative USB IR Recei'ver", but it can't locate the files to install it. When I press a button on the remote, the red light in the receiver lights up, but nothing happens. Also, when I try to launch Creative Entertainment Centre Settings, I get the following error: "Unable to find a working IR device". I tried uninstalling everything and then installing it again. This didn't fix anything. I also downloaded the latest drivers and tried another USB port. Needless to say, neither fixed the problem. I really want to get this remote working. Can someone please help me out? Thanks in advance.Message Edited by Marce22 on 2-02-20060:0 PM

    _ I am having this exact same issue on vista business 32 bit. Everything else on the external box works perfectly fine, except the remote. The remote does work however with intelliremote, but I cannot justify paying the money for such simple functionality. Any fix on [email protected]

  • I am having trouble syncing my files in my CC storage between devices.  If I upload files on my iMac, they don't appear in my CC iPhone app.  Why?  This is maddening, as I need to work between devices.  Please advise.

    I am having trouble syncing my files in my CC storage between devices.  If I upload files on my iMac, they don't appear in my CC iPhone app.  Why?  This is maddening, as I need to work between devices.  Is this not like Drop Box?
    Please advise.

    Error: "Unable to sync files"

  • /remotelogout doesn't work on devices not connecte...

    I lost one of my phones and it had skype on it so I wanted to sign out of that device so that if anyone found it and tried to open my skype  he will be asked to enter the password again and won't see my message history  .. I tried /remotelogout  but it made no difference as I have another android device with skype on it and when I opened skype after typing /remotelogout from pc it just worked normally and even changing my password didn't automatically sign out of all other devices .... skype is the only app that doesn't show haw many devices are signed in with the account how to end skype activity or  revoke acess of skype on some device remotely ?
    /remote logout works on devices connected to the internet only while doing the /remotelogout while devices that aren't connected to the internet while doing the /remotelogout will remain logged in after being connected to the internet 

    I can see that occurring due to cached credentials or because the remote client is not pingable.  You may want to try larger amounts of time to see if that still holds true.  Have you tried changing your password when your phone is in offline mode?  After doing this are you saying you can still actively chat on that client?  I know if the client is working on cached credentials then you might be able to read what's local, but you shouldn't be pulling anything new, nor should you be able to reconnect after a normal power cycle.  

  • HT201407 I am Hamza of Iraq as possible understand me,  bought the iPhone from the owner of the device user and I do not know him and have worked formate device to show white screen and please me to activate the device via email and password Please help m

    I am Hamza of Iraq as possible understand me,  bought the iPhone from the owner of the device user and I do not know him and have worked formate device to show white screen and please me to activate the device via email and password Please help me I am po

    You need the Apple ID and password that was originally used to set up the device. Ask the seller to give it to you. If the seller is unable or unwilling to provide the information, the Phone is probably stolen. There is nothing you can do.

  • Why do I get the message "CoCreateInstance failed - Could not create 3D mouse device" with Acrobat9?

    Had a crash and reinstalled everything.  All is OK, except when I open Acrobat 9, I get the message "CoCreateInstance failed - Could not create 3D mouse device".  Tried unchecking anything in Acrobat preferences having to do with 3D, and I don't currently have a 3D mouse device installed.  Can't find any other reference in Google that includes both Acrobat and the contents of the message, part or all.  Ran "repair acrobat installation" and rebooted, and that didn't help.  Totally stumped!

    use the cs cleaner.
    first uninstall your cs5 programs (including acrobat) and uninstall adobe reader.
    run the cleaner for reader:  http://labs.adobe.com/downloads/acrobatcleaner.html
    restart your computer.
    then run the cs cleaner (http://www.adobe.com/support/contact/cscleanertool.html)
    restart your computer
    and finally reinstall your cs5 programs including acrobat (but not reader).

  • Arch Linux won't boot, "working on device dev/sda..."

    Everytime I try to boot Arch there is a repeating message that pops up about every 3 seconds after the 'udev' events loads. My boot gets hung on the "working on device dev/sda6 (my linux partition on my laptop) and this message just keeps popping up every few seconds, repeatedly, non-stop:
    ata1.00: exeption Emask 0x0 SAct 0x1 SErr 0x0 action 0x0
    ata1.00: irq_stat 0x40000008
    ata1.00: failed command: READ FPDMA QUEUED
    ata1.00: emd 60/08/600:f1:69:51/00:00:16:00:00/40
    ata1.00: tag 0 ncq 4096 in
    ata1.00: status: {DRDY ERR}
    ata1.00: error:{UNC}
    and after 3 messages like the one above this message appears:
    Ext4-fs error(device sda 6) __ext4_get_inod0 ...
    I'm not sure if anyone could help me but I figured I would give it a shot. I might also mention that my HDD has been having tons of issues and has loads of bad sectors, I'm just saving up for a new one but for now I'm dealing with the one I have. My HDD also clicks when these messages start coming up.
    Is there any way to fix this?

    I might also mention that my HDD has been having tons of issues and has loads of bad sectors, I'm just saving up for a new one but for now I'm dealing with the one I have. My HDD also clicks when these messages start coming up.
    LOL. That's like getting to the altar and saying to your soon-to-be-spouse "I might also mention that I'm sterile."
    The ata1.00... are hardware errors.  Probably drive problems, based on your belated exposition.  If you haven't already run a bad sector reallocation tool, do so.  The only other thing I would suggest is try the drive on another controller make sure it is only drive problems.  I've seen issues on laptops that seemed to be fixed by a new drive, but the problems returned shortly after replacement.

  • Unable to find working IR device

    Hi, i have the X-Fi Fatality, the front panel is working (optical lights are on etc) but i can't get the remote to work. when i go to entertainment centre settings i get error message 'Unable to find a working IR device'. Can someone please advise as to what i need to do to get the remote to work?
    thanks
    Steve

    I found the answer (just as well as its all quiet on the suggestion front).
    I use my old 5. digital card for my gameport. XP installed the drivers for it too. I disabled the 5. drivers, rebooted, and everything works great.
    Problem solved.
    Neil

  • What is wrong with my 2730p? (Lag, Mouse Device Problems)

    long story short, i have been having tremendous usability issues with my laptop, including mouse problems and tremendous lag (both with and without the hdd), and missing/broken system files which sfc/ scannow fails at fixing.
    the system in question has an L9400 cpu, 4 gigs of ram, vista business and linux mint 11 installed in a dual boot configuration to a toshiba  mk1633gsg mini sata  hdd, and there are also many livecds and liveusbs that are used with this pc.
    an hp technician on another forum has informed me that these issues may be indicative of a failing hdd, and it has been made apparent by many other users on some other forums that toshiba hdds have a pretty bad reputation ... however, after removing the hdd and running the system from a livecd, i have surprisingly encountered many new problems:
    (the following occurs with the hdd removed)
    a linux mint 6 live cd which works perfectly fine for all other tested systems gets stuck while loading the os. it either gets stuck while loading "acpi modules" or " /casper/vmlinuz" or, if it can get past those, the os loading progress bar gets stuck at approximately the same place each time, where it will stay motionless until the system quits on its own and spits out this error: "isolinux: disk error 01, ax = 4200, drive 9f"
    the laptop can boot from a linux mint 11 livecd about 50-60 percent of the time. the other 40-50 percent of the time, it also gets stuck at loading "acpi modules" or " /casper/vmlinuz" BUT if it can get to the screen where there is a progress bar, it tends to load the os completely.
    while running from a linuxmint 11 livecd with the hdd removed, in a very well conditioned room, suddenly:
    with about 15-20 tabs open, after watching a few youtube videos, i lost ctrl-v paste.
    then i lost right click functionality,
    then i lost the ability to alt-tab into other open programs,
    then i lost the ability to click on anything other than what is within the firefox window (i could click on all of the browser buttons, all of the tabs, all of the links but i could not shrink or minimize the window or switch to another program).
    then there was lag when saving a txt file to a portable hdd.
    this is utterly bizzare. with the ram passing 8 hours of memtest86 without errors and with the hdd removed and with only about 20 tabs open, what could be causing these problems?
    furthermore, with the hdd attached:
    in vista and linuxmint 11 (both installed to hdd), the mouse problems are currently:
    the right mouse button becomes unresponsive after about 3-7 tabs are opened in firefox OR after a large video file is opened in vlc,
    the left mouse button will randomly lose functionality after about 10 tabs are opened OR after a large video file is opened in vlc (the lmb will randomly work in some windows and not in others or it becomes completely unresponsive),
    usb mice which used to work perfectly fine are no longer recognized and
    the pen may not work at all upon boot.
    furthermore, there have been 2 longstanding mouse problems that have been with this pc for as long as the current hdd has been in use;
    the left mouse button becomes completely unresponsive in flash games (while still working outside of the game) when a moderate number of targets appear (5 enemies),
    and the pen has the strange tendency to connect the leading points of successive dashes and lines shortly after those lines are drawn (eg: if i draw a lowercase t, with one line going downward and the other going from left to right, the resulting figure will look like a cross for about .25 seconds before it suddenly and inexplicably transforms into a 'number 4' shape with a very thin line connecting the leading edges of the 2 dashes), thus making it completely useless for drawing and handwriting recognition.
    prior to the hdd scans, these mouse problems would occur without fail about 15 seconds (and no sooner, strangely) after the enter password screen appears on vista or immediately upon boot in linuxmint and there would also be incredible lag associated with every mouse click in both vista and linuxmint (including an extra lag of about 7-30 seconds every 3 seconds in vista).
    this is the 2nd hdd to fail in this laptop in 2 years, albeit both hdds had a few years of use.
    the following TESTS have been conducted:
    ran the embedded hp hdd and memory diagnostics , passed with no errors , had no effect
    the hdd passed seatools' long test , and the ram passed 8 hours of memtest86 with both sticks of ram connected. i have not (yet) attempted to run memtest with the reverse orientation or with each stick by itself.
    here is the crystaldisk info report:
    [url=http://imageshack.us/photo/my-images/35/l9ql.png/]l9ql.png[/URL]
    the hdd instafailed both smartudm and the 'toshiba smart' test (from hirens boot cd 15.2 )due to not detecting an ide drive.  
    the toshiba error was: 'NG device defective' ...
    the smartudm error was: 'error, ide drive not found'
    here are the temps accoding to CPUID  HWMonitor 1.23:
    afternoon:
    http://imageshack.us/photo/my-images/6/uhw.png/%5D%5BIMG%5Dhttp://img6.imageshack.us/img6/6809/uhw.p...
    night:
    http://imageshack.us/photo/my-images/850/3i8o.png/%5D%5BIMG%5Dhttp://img850.imageshack.us/img850/360...
    clicking the health tab of the free version of hdtune (to check the SMART status) causes the program to become unresponsive.
    ran windows memory diagnostic, passed with no errors  , had no effect
    ran vista disk check ... had no effect ... found bitmap errors, crosslinked files, orphaned files ... can produce logs if desired
    ran sfc /scannow ... found numerous missing and broken dlls ... more info in this link:
    http://www.pchelpforum.com/xf/threads/hardware-tests-for-malfunctioning-laptop-2730p.154894/#post-99...
    the operating temps are not the highest they've ever been ... between 37-40 degrees celcius
    ac adapter voltage (checked with multimeter) is perfectly stable and within parameters ...
    pc wizard 2012 crashes immediately upon starting and restarts into debug mode ...
    another disk check, following a hard shutoff, has resulted in more stabilized behavior; lag and mouse problems only occur if a certain (small) amount of system resources are used (3 tabs in firefox before problems start occuring).
     is it possible that some other problem is causing the hdds to fail? i'm wondering if there may be a capacitor problem or something ...
    there are some new problems:
    i get this message: 'Non-System disk or disk error' (with the main hdd connected) despite the fact that no external drives are connected. usually, turning the pc off and on again resolves this, but i wonder if this is indicative of a bigger issue.
    also, it is really difficult to boot from usb for some reason; despite attempting many methods, hirens boot cd had to be burned to a cd before i could use it.
    related earlier threads:
    http://h30434.www3.hp.com/t5/Notebook-Hardware-e-g-Windows-8/Hardware-Tests-for-Malfunctioning-2730p...
    http://www.pchelpforum.com/xf/threads/hardware-tests-for-malfunctioning-laptop-2730p.154894/
    PS: pending your responses here i may attempt to update the bios.

    Run Mountain Lion's recovery, repair permissions and restart your computer.
    You need to detail "weird."
    OS X: About OS X Recovery

  • OSX 10.5, Boot Camp, XP, Magic Mouse, Device Mgr Code 43 error on Bluetooth

    I'm running Boot Camp and XP on my MacBook Pro (OSX 10.5) and my Bluetooth has stopped working - on the Device Manager I'm getting a yellow '!' next to the "Apple Built-in Bluetooth" symbol in the Device Manager which reports that Windows has stopped the Bluetooth device because it has problems (Code 43).
    This is how it happened...I had a Logitech mouse that wasn't working vey well so I bought the Magic Mouse (at enormous cost!!!). I installed it on the Mac OS no problem but when it came to run it on XP, although it could see the mouse and pair to it, when you moved the mouse the pointer on the screen wouldn't move.
    I then found out about the Boot Camp 2.2 update which I installed okay. In fact this cured a problem I had had with the tab key on my wireless keyboard erroneously giving a '-' sign. However, it did not make the mouse work so I tried removing all the old Logitech software and drivers at which point Bluetooth stopped working completely giving the error described above.
    Has anyone any idea how I can get this fixed? Any help much appreciated.
    Nigel

    I got this to work. I found that restarting didn't make any difference but the problem seemed to be such a low-level hardware issue that I tried switching the Mac off (and removing the battery for good measure) and then restarting XP again worked. When I did this, I got a message saying that the machine had found lots new hardware starting with the 'Microsoft BT Emulator'.
    The mouse still doesn't give me all the functions I have with the Mac OS but that's fine as far as I'm concerned.

  • Touchpad buttons registered as two mouse devices

    I have a Lenovo R500 which has two buttons below the touchpad and 3 buttons on top of it.
    All buttons works as expected, except that if using top left mouse button then I cannot drag windows using the touchpad. 
    I played with xinput because I thought that it was just a question of remapping the buttons, but realized that the problem is more complicated. It turns out that the lower buttons are attached to device 12 (which is the touchpad) and the top buttons are attached to device 11 (which belongs to the famous red stick mouse). So dragging a window only works when using top left button and the red stick or lower left button and touchpad.
    In Windows it is possible to use the top buttons with the touchpad, the question is, can I bind the two devices together in Ubuntu as well?
    Using Ubuntu 13.10

    Hi all,
    with my XPS 13 I had the known problem with the synaptics drivers. I solved compiling and upgrating the kernel to the last 3.16rc7 with "<M> Synaptics RMI4 device support" option. Touchpad is now completely functional but the touchscreen works just as a pointer without recognizing taps or gestures. Do you have the same problem or there is something wrong with my config?
    [fabio@elizaveta ~]$ xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ DLL060A:00 06CB:2734 id=9 [slave pointer (2)]
    ⎜ ↳ SYNAPTICS Synaptics Large Touch Screen id=12 [slave pointer (2)]
    [fabio@elizaveta ~]$ cat /proc/bus/input/devices
    I: Bus=0003 Vendor=06cb Product=0af8 Version=0111
    N: Name="SYNAPTICS Synaptics Large Touch Screen"
    P: Phys=usb-0000:00:14.0-3/input0
    S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:06CB:0AF8.0002/input/input15
    U: Uniq=
    H: Handlers=event13 mouse1
    B: PROP=2
    B: EV=b
    B: KEY=400 0 0 0 0 0
    B: ABS=260800000000003
    [fabio@elizaveta ~]$ lsmod | grep hid
    hid_multitouch 9721 0
    usbhid 41251 0
    hid_rmi 8694 0
    i2c_hid 11163 0
    hid 97340 4 i2c_hid,hid_multitouch,hid_rmi,usbhid
    mac_hid 3273 0
    usbcore 192792 6 btusb,uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    i2c_core 41648 9 drm,i915,i2c_i801,i2c_hid,i2c_designware_platform,drm_kms_helper,i2c_algo_bit,v4l2_common,videodev
    Thank you very much guys!
    Fabio
    Edit:
    Forget me. The problem is that I was testing the touch screen in Chromium and, in this case, it works properly just setting the device as "floating slave" in xinput (command: xinput float #id).
    Last edited by pexino (2014-07-31 22:14:29)

  • IMAC suddenly stops working Mouse,keyboard, wifi all stops responding. PLEASE HELP

    iMAC suddenly stops working,display is on but key board and mouse does not respond.I changed keyboard with usb also but still same.even wifi stops working also.PLEASE HELP  before there was some kernel panic errors , i updated every thing, installed an original osx mountain Lion. taken to Apple service center. They found nothing wrong with hard ware. But i am having still the same problems. It just stops responding to keyboard, mouse even wifi goes off some time. I thought it may be keyboard mouse problem so i changed them to normal usb keyboard and mouse but still the same. PLEASE PLEAE HELP.  -------- LAST ERROR REPORT IS BELOW Interval Since Last Panic Report:  687085 sec Panics Since Last Report:          2 Anonymous UUID:                    48C67BCC-4ADB-0131-8FCC-DBD9C01FBB0C  Fri Jul 19 17:23:01 2013 panic(cpu 0 caller 0xffffff80096b8655): Kernel trap at 0xffffff7f8a53f351, type 14=page fault, registers: CR0: 0x000000008001003b, CR2: 0x0000000000000060, CR3: 0x000000000bf36000, CR4: 0x0000000000000660 RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000018, RDX: 0x0000000000000004 RSP: 0xffffff8089c4ba60, RBP: 0xffffff8089c4ba80, RSI: 0x0000000000000060, RDI: 0x00000000ffffff8f R8:  0x00000000000000ff, R9:  0x0000000000000019, R10: 0xffffff8074831004, R11: 0x0000000000000008 R12: 0x0000000000000000, R13: 0xffffff807482e0ec, R14: 0x00000000ffffffff, R15: 0x0000000000000000 RFL: 0x0000000000010297, RIP: 0xffffff7f8a53f351, CS:  0x0000000000000008, SS:  0x0000000000000010 Fault CR2: 0x0000000000000060, Error code: 0x0000000000000000, Fault CPU: 0x0  Backtrace (CPU 0), Frame : Return Address 0xffffff8089c4b700 : 0xffffff800961d626  0xffffff8089c4b770 : 0xffffff80096b8655  0xffffff8089c4b940 : 0xffffff80096ce17d  0xffffff8089c4b960 : 0xffffff7f8a53f351  0xffffff8089c4ba80 : 0xffffff7f8a525ff5  0xffffff8089c4bac0 : 0xffffff7f8a53a352  0xffffff8089c4bb50 : 0xffffff7f8a50da56  0xffffff8089c4bbb0 : 0xffffff7f8a4e5c36  0xffffff8089c4bbf0 : 0xffffff7f8a4e71b4  0xffffff8089c4bc20 : 0xffffff7f8a547d3c  0xffffff8089c4bc50 : 0xffffff7f8a4fad5b  0xffffff8089c4be00 : 0xffffff7f8a4f8a9e  0xffffff8089c4be40 : 0xffffff7f8a4fee0e  0xffffff8089c4be80 : 0xffffff7f8a5454df  0xffffff8089c4beb0 : 0xffffff7f8a58c82e  0xffffff8089c4bf00 : 0xffffff8009a4b1ab  0xffffff8089c4bf60 : 0xffffff800963e25e  0xffffff8089c4bfb0 : 0xffffff80096b3137        Kernel Extensions in backtrace:          com.apple.driver.AirPort.Atheros40(600.72.2)[EBF8D6E8-59C6-3C1C-9549-32DDA193B1 D2]@0xffffff7f8a4ad000->0xffffff7f8a5f5fff             dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f89c83000             dependency: com.apple.iokit.IO80211Family(530.4)[E86BEE31-8EE0-34BE-A53F-2571D85CC628]@0xff ffff7f8a43e000             dependency: com.apple.iokit.IONetworkingFamily(3.0)[F02560D1-ADE6-3AD9-8D05-43CB2B7C8B87]@0 xffffff7f89ddc000  BSD process name corresponding to current thread: kernel_task  Mac OS version: 12E55  Kernel version: Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36 Kernel slide:     0x0000000009400000 Kernel text base: 0xffffff8009600000 System model name: iMac10,1 (Mac-F2268DC8)  System uptime in nanoseconds: 397672779228 last loaded kext at 256566570174: com.apple.filesystems.msdosfs     1.8.1 (addr 0xffffff7f8b624000, size 65536) last unloaded kext at 363393284081: com.apple.filesystems.msdosfs     1.8.1 (addr 0xffffff7f8b624000, size 57344) loaded kexts: com.apple.filesystems.smbfs     1.8.4 com.apple.driver.AudioAUUC     1.60 com.apple.driver.AppleHDA     2.3.7fc4 com.apple.driver.AppleMikeyHIDDriver     122 com.apple.driver.AGPM     100.12.87 com.apple.driver.AppleHWSensor     1.9.5d0 com.apple.driver.AppleUpstreamUserClient     3.5.10 com.apple.kext.AMDFramebuffer     8.1.2 com.apple.driver.AppleMikeyDriver     2.3.7fc4 com.apple.driver.ACPI_SMC_PlatformPlugin     1.0.0 com.apple.driver.AppleLPC     1.6.0 com.apple.driver.AppleBacklight     170.2.5 com.apple.driver.AppleMCCSControl     1.1.11 com.apple.ATIRadeonX2000     8.1.2 com.apple.iokit.IOUserEthernet     1.0.0d1 com.apple.iokit.IOBluetoothSerialManager     4.1.4f2 com.apple.Dont_Steal_Mac_OS_X     7.0.0 com.apple.driver.ApplePolicyControl     3.4.5 com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport     4.1.4f2 com.apple.filesystems.autofs     3.0 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1 com.apple.BootCache     34 com.apple.driver.AppleIRController     320.15 com.apple.iokit.SCSITaskUserClient     3.5.5 com.apple.driver.AppleUSBCardReader     3.1.7 com.apple.driver.XsanFilter     404 com.apple.iokit.IOAHCIBlockStorage     2.3.1 com.apple.driver.AppleUSBHub     5.5.5 com.apple.driver.AppleFWOHCI     4.9.6 com.apple.driver.AirPort.Atheros40     600.72.2 com.apple.driver.AppleRTC     1.5 com.apple.driver.AppleAHCIPort     2.5.2 com.apple.nvenet     2.0.19 com.apple.driver.AppleUSBEHCI     5.5.0 com.apple.driver.AppleUSBOHCI     5.2.5 com.apple.driver.AppleEFINVRAM     1.7 com.apple.driver.AppleHPET     1.8 com.apple.driver.AppleACPIButtons     1.7 com.apple.driver.AppleSMBIOS     1.9 com.apple.driver.AppleACPIEC     1.7 com.apple.driver.AppleAPIC     1.6 com.apple.driver.AppleIntelCPUPowerManagementClient     196.0.0 com.apple.nke.applicationfirewall     4.0.39 com.apple.security.quarantine     2.1 com.apple.driver.AppleIntelCPUPowerManagement     196.0.0 com.apple.driver.DspFuncLib     2.3.7fc4 com.apple.iokit.IOAudioFamily     1.8.9fc11 com.apple.kext.OSvKernDSPLib     1.6 com.apple.driver.IOPlatformPluginLegacy     1.0.0 com.apple.driver.AppleSMBusPCI     1.0.11d0 com.apple.driver.IOPlatformPluginFamily     5.3.0d51 com.apple.driver.AppleBacklightExpert     1.0.4 com.apple.driver.AppleSMBusController     1.0.11d0 com.apple.kext.AMD4600Controller     8.1.2 com.apple.kext.AMDSupport     8.1.2 com.apple.iokit.IOSurface     86.0.4 com.apple.iokit.IOSerialFamily     10.0.6 com.apple.iokit.IOBluetoothFamily     4.1.4f2 com.apple.driver.AppleGraphicsControl     3.4.5 com.apple.iokit.IONDRVSupport     2.3.7 com.apple.iokit.AppleBluetoothHCIControllerUSBTransport     4.1.4f2 com.apple.kext.triggers     1.0 com.apple.iokit.IOFireWireIP     2.2.5 com.apple.driver.AppleSMC     3.1.4d2 com.apple.driver.AppleHDAController     2.3.7fc4 com.apple.iokit.IOGraphicsFamily     2.3.7 com.apple.iokit.IOHDAFamily     2.3.7fc4 com.apple.iokit.IOUSBHIDDriver     5.2.5 com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.5.5 com.apple.iokit.IOBDStorageFamily     1.7 com.apple.iokit.IODVDStorageFamily     1.7.1 com.apple.iokit.IOCDStorageFamily     1.7.1 com.apple.iokit.IOSCSIBlockCommandsDevice     3.5.5 com.apple.iokit.IOUSBMassStorageClass     3.5.1 com.apple.driver.AppleUSBMergeNub     5.5.5 com.apple.driver.AppleUSBComposite     5.2.5 com.apple.iokit.IOAHCISerialATAPI     2.5.1 com.apple.iokit.IOSCSIArchitectureModelFamily     3.5.5 com.apple.iokit.IOUSBUserClient     5.5.5 com.apple.iokit.IOFireWireFamily     4.5.5 com.apple.iokit.IO80211Family     530.4 com.apple.iokit.IOAHCIFamily     2.3.1 com.apple.iokit.IONetworkingFamily     3.0 com.apple.iokit.IOUSBFamily     5.6.0 com.apple.driver.NVSMU     2.2.9 com.apple.driver.AppleEFIRuntime     1.7 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.7 com.apple.iokit.IOPCIFamily     2.7.3 com.apple.iokit.IOACPIFamily     1.4 com.apple.kec.corecrypto     1.0 Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13 Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.72.0-P2P Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Network Service: AirPort, AirPort, en1 Serial ATA Device: Hitachi HDE721010SLA330, 1 TB Serial ATA Device: HL-DT-ST DVDRW  GA11N USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2 USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 4 USB Device: USB Keyboard, 0x04f2  (Chicony Electronics Co., Ltd.), 0x0111, 0x04300000 / 3 USB Device: Microsoft Notebook Optical Mouse with Tilt Wheel, 0x045e  (Microsoft Corporation), 0x00d2, 0x04100000 / 2 USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 3

    That panic was not caused by third-party software. If the problem is recurrent, the possibilities are:
    A stale or corrupt kernel cache
    A damaged OS X installation
    A fault in a peripheral device, if any
    Corrupt non-volatile memory (NVRAM)
    An internal hardware fault (including incompatible memory)
    An obscure bug in OS X
    You may already have ruled out some of these.
    Rule out #1 by booting in safe mode and then rebooting as usual. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    You can rule out #2 and #3 by reinstalling the OS and testing with non-essential peripherals disconnected and aftermarket expansion cards removed, if applicable. Sometimes a clean reinstallation (after erasing the startup volume) may solve a problem that isn't solved by reinstalling in place, without erasing.
    Corrupt NVRAM, which rarely causes panics, can be ruled out by resetting it.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test or Apple Diagnostics, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.
    In the category of obscure bugs, reports suggest that FileVault may trigger kernel traps under some unknown conditions. Most, though not all, of these reports seem to involve booting from an aftermarket SSD. If those conditions apply to you, try deactivating FileVault.
    Connecting more than one display is another reported trigger for OS X bugs.
    If your system is not fully up to date, running Software Update might get you a bug fix.
    In rare cases, a malformed network packet from a defective router or other network device can cause panics. Such packets could also be sent deliberately by a skillful attacker. This possibility is something to consider if you run a public server that might be the target of such an attack.
    If none of the above applies, make a "Genius" appointment at an Apple Store to have the machine tested. You may have to leave it there for several days. There isn't much point in doing this unless you can reproduce the panic, or if you can't, it happens often enough that it's likely to be repeated at the store. Otherwise you may be told that nothing is wrong.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you know how to restore, and you have at least  two independent backups.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

Maybe you are looking for

  • Firefox opens up but will not open ANY links or websites

    Basically fire fox will open to the homepage and that's it. If I type in the search bar or link/navigation bar and hit enter, nothing will happen. Clicking on a bookmark or a link from the history will not do anything. FIrefox simply will not respond

  • Can I create a new itunes account and synch my iPod to it?

    I have an iTunes account, but have only bought music and apps on it for my son's iPod Touch. Now I have my own iPod Touch and we want to have separate accounts. I already synched my new iPod to my own account - the one where all his music is. What ca

  • How to delete multiple mail ids in one customer using LSMW ?

    Suppose in one customer having multiple mail ids. I wants to delete those multiple mail ids from one customer how I can do this using LSMW. Experts please help me out this problem.

  • Quicktime x will not open

    I think I have a file association issue. I have a piece of paper and pencil for a quicktime x icon and quicktime will not open. I have tried to look for ways to uninstall and reinstall quicktime x but I am new to the Macbook Pro so I'm not familiar o

  • Can't update iTunes

    Every time I try to install iTunes 10.5 on my macbook pro, it gets almost to the end (blue progress bar moving along then stays at about 90% for a couple of minutes), then my entire computer crashes/shuts down. This has happened three times in a row.