Jump to content

New TouchPad driver for E6520 / ALPS


bpedman

Recommended Posts

@sontrg

 

i have dell n5110 and i try to use your kext in post  #366  

my touchpad not work :(

i use clover and my bios is UEFI enabled,

i'm a beginner so i don't know if i make something wrong when i install your kext,

i install your kext by the following steps:

  • sudo rm -rf /System/Library/Extensions/AppleACPIPS2Nub.kext
    sudo rm -rf /System/Library/Extensions/ApplePS2Controller.kext
  • install VoodooPS2Controller.kext using Kext Wizard
  • install the VoodooPS2Daemon
    sudo cp org.rehabman.voodoo.driver.Daemon.plist /Library/LaunchDaemons
  • sudo cp VoodooPS2Daemon /usr/bin
  •  
  • rebuild permissions and kernel cache
  • reboot

 

 

but when i restart my laptop the touchpad not work

 

here the console log

7/3/14 7:53:37.000 PM kernel[0]: VoodooPS2TouchPad Version 1.9.0 loaded...
7/3/14 7:53:37.000 PM kernel[0]: VoodooPS2Trackpad: Identify TouchPad command returned incorrect byte 2 (of 3): 0x00
7/3/14 7:53:37.000 PM kernel[0]: VoodooPS2TouchPad Version 1.9.0 loaded...
7/3/14 7:53:37.000 PM kernel[0]: Initializing TouchPad hardware...this may take a second.
7/3/14 7:53:37.000 PM kernel[0]: Touchpad initialization complete.

and heres from terminal:

myuser-MacBook-Pro:~ myuser$ sudo dmesg | grep ALPS
ApplePS2ALPSGlidePoint::identify: Found ALPS Device with ID E7=0x73 0x03 0x50, EC=0x73 0x01 0x0d
ApplePS2ALPSGlidePoint::identify: Found ALPS Device with ID E7=0x73 0x03 0x50, EC=0x73 0x01 0x0d
myuser-MacBook-Pro:~ myuser$ kextstat | grep rehabman
   30    2 0xffffff7f80c4e000 0xe000     0xe000     org.rehabman.voodoo.driver.PS2Controller (1.8.9) <10 7 5 4 3 1>
   35    0 0xffffff7f82077000 0x7000     0x7000     org.rehabman.driver.AppleSmartBatteryManager (1.41) <10 4 3>
   62    0 0xffffff7f80c77000 0x5000     0x5000     org.rehabman.voodoo.driver.PS2Keyboard (1.8.9) <32 30 7 6 5 4 3 1>
   63    0 0xffffff7f80c5c000 0xf000     0xf000     org.rehabman.voodoo.driver.PS2Trackpad (1.8.9) <32 30 7 6 5 4 3 1>

my DSDT in the attachment

please help me

 

DSDT.aml.zip

Link to comment
Share on other sites

First, remove the VoodooPS2Daemon related stuff. It tends to cause issue for some ALPS users.

 

Second, check if you have another copy of voodoops2 in the /EFI/CLOVER/kexts/10.9

 

If so, remove it because it tends to cause a conflict with the one installed in /System!

Link to comment
Share on other sites

First, remove the VoodooPS2Daemon related stuff. It tends to cause issue for some ALPS users.

 

Second, check if you have another copy of voodoops2 in the /EFI/CLOVER/kexts/10.9

 

If so, remove it because it tends to cause a conflict with the one installed in /System!

i will try remove VoodooPS2Daemon from /usr/bin and i will post my result

 

but i don't have VoodooPS2 in the /EFI/CLOVER/kexts/10.9

please wait me

Link to comment
Share on other sites

First, remove the VoodooPS2Daemon related stuff. It tends to cause issue for some ALPS users.

 

Second, check if you have another copy of voodoops2 in the /EFI/CLOVER/kexts/10.9

 

If so, remove it because it tends to cause a conflict with the one installed in /System!

 

i remove VoodooPS2Daemon from /usr/bin and it didn't work :(

please tell me what i can do also to make it work :(

7/3/14 9:09:40.000 PM kernel[0]: VoodooPS2Trackpad: Identify TouchPad command returned incorrect byte 2 (of 3): 0x00
Link to comment
Share on other sites

The kext is loaded, but I have no idea why it does not work as expected. It is also really hard to understand why it works with someone while not with the other. Maybe just simply fully remove it + reinstall + fix permission can make it works. Verify that Clover does not inject kext. Boot with cache and without cache. Perform EC reset (pull out battery and AC, press button on for ~30 sec to discharge all capacitor on motherboard.

Link to comment
Share on other sites

The kext is loaded, but I have no idea why it does not work as expected. It is also really hard to understand why it works with someone while not with the other. Maybe just simply fully remove it + reinstall + fix permission can make it works. Verify that Clover does not inject kext. Boot with cache and without cache. Perform EC reset (pull out battery and AC, press button on for ~30 sec to discharge all capacitor on motherboard.

 

i'm a newbie so i didn't understand what "Verify that clover does not inject kext" means, please tell how to do that,

i also want to tell you that the original RehabMan-Voodoo-2014-0228 kext not work with me,

the only kext work with me is this one in the attachment

maybe this will help you to know what is my problem

VoodooPS2Controller.kext.zip

Link to comment
Share on other sites

To verify Clover not injecting cache, you should open Clover Configurator -> tab 'System Parameters', make sure that 'Inject Kext' is set to the blank selection.

 

I really sorry, but the kext you prvovided is almost useless to me, because the most important thing is there is no source code associated with that, and without that, I cannot do anything.

 

Only install my kext, and remove all other PS2-related. Open Terminal, type 'kextstat' without quotes and post the result here. I suspect that there is some conflicts around...

 

Well, by the way, I must stress this, I DO NOT HAVE THE DEVICE SAME AS YOURS. So you should expect that everything I have here is my best effort and if it does not work, well, you must wait until someone who really have the device and really willing to work with that.

Link to comment
Share on other sites

To verify Clover not injecting cache, you should open Clover Configurator -> tab 'System Parameters', make sure that 'Inject Kext' is set to the blank selection.

 

I really sorry, but the kext you prvovided is almost useless to me, because the most important thing is there is no source code associated with that, and without that, I cannot do anything.

 

Only install my kext, and remove all other PS2-related. Open Terminal, type 'kextstat' without quotes and post the result here. I suspect that there is some conflicts around...

 

Well, by the way, I must stress this, I DO NOT HAVE THE DEVICE SAME AS YOURS. So you should expect that everything I have here is my best effort and if it does not work, well, you must wait until someone who really have the device and really willing to work with that.

 

 

i verify that clover not inject kext, and here my kextstat

kextstat
Index Refs Address            Size       Wired      Name (Version) <Linked Against>
    1   80 0xffffff7f807df000 0x8d80     0x8d80     com.apple.kpi.bsd (13.0.0)
    2    6 0xffffff7f80b6b000 0x28c0     0x28c0     com.apple.kpi.dsep (13.0.0)
    3  105 0xffffff7f807a8000 0x1dfb0    0x1dfb0    com.apple.kpi.iokit (13.0.0)
    4  113 0xffffff7f807c6000 0xbf40     0xbf40     com.apple.kpi.libkern (13.0.0)
    5  100 0xffffff7f807a5000 0x2d10     0x2d10     com.apple.kpi.mach (13.0.0)
    6   44 0xffffff7f807d2000 0x7d40     0x7d40     com.apple.kpi.private (13.0.0)
    7   67 0xffffff7f807da000 0x48e0     0x48e0     com.apple.kpi.unsupported (13.0.0)
    8    2 0xffffff7f80b6e000 0x47000    0x47000    com.apple.kec.corecrypto (1.0) <7 6 5 4 3 1>
    9    0 0xffffff7f80ca2000 0xb000     0xb000     com.apple.kec.pthread (1) <7 6 5 4 1>
   10   22 0xffffff7f80c45000 0x9000     0x9000     com.apple.iokit.IOACPIFamily (1.4) <7 6 4 3>
   11   30 0xffffff7f808ba000 0x2d000    0x2d000    com.apple.iokit.IOPCIFamily (2.8) <7 6 5 4 3>
   12    1 0xffffff7f81fa5000 0x5f000    0x5f000    com.apple.driver.AppleACPIPlatform (2.0) <11 10 7 6 5 4 3 1>
   13    1 0xffffff7f80bb5000 0xb000     0xb000     com.apple.driver.AppleFDEKeyStore (28.30) <8 7 6 5 4 3 1>
   14    1 0xffffff7f810f9000 0x11000    0x11000    com.apple.iokit.IOReportFamily (21) <5 4 3>
   15   12 0xffffff7f807e8000 0x2d000    0x2d000    com.apple.iokit.IOStorageFamily (1.9) <7 6 5 4 3 1>
   16    0 0xffffff7f811a8000 0x1e000    0x1e000    com.apple.driver.DiskImages (371.1) <15 7 6 5 4 3 1>
   17    0 0xffffff7f81b45000 0x14000    0x14000    com.apple.driver.AppleKeyStore (2) <8 7 6 5 4 3 1>
   18    0 0xffffff7f81c52000 0x2b000    0x2b000    com.apple.driver.AppleIntelCPUPowerManagement (216.0.0) <7 6 5 4 3 1>
   19    3 0xffffff7f815ea000 0x16000    0x16000    org.netkas.driver.FakeSMC (901) <10 7 5 4 3 1>
   20    0 0xffffff7f8163a000 0x4000     0x4000     org.hwsensors.driver.CPUSensors (901) <19 7 5 4 3>
   21    0 0xffffff7f80c7e000 0x3000     0x3000     com.apple.security.TMSafetyNet (7) <7 6 5 4 2 1>
   22    2 0xffffff7f80c81000 0x5000     0x5000     com.apple.kext.AppleMatch (1.0.0d1) <4 1>
   23    1 0xffffff7f80c86000 0x14000    0x14000    com.apple.security.sandbox (278.10) <22 7 6 5 4 3 2 1>
   24    0 0xffffff7f80c9a000 0x7000     0x7000     com.apple.security.quarantine (3) <23 22 7 6 5 4 2 1>
   25    0 0xffffff7f82015000 0x8000     0x8000     com.apple.nke.applicationfirewall (153) <7 6 5 4 3 1>
   26    0 0xffffff7f81c4d000 0x3000     0x3000     com.apple.driver.AppleIntelCPUPowerManagementClient (216.0.0) <7 6 5 4 3 1>
   27    0 0xffffff7f81f79000 0x3000     0x3000     com.apple.driver.AppleAPIC (1.7) <4 3>
   28    0 0xffffff7f81a3e000 0x4000     0x4000     com.apple.driver.AppleSMBIOS (2.0) <7 4 3>
   29    0 0xffffff7f81cb2000 0x3000     0x3000     com.apple.driver.AppleHPET (1.8) <10 7 5 4 3>
   30    0 0xffffff7f81aa8000 0x7000     0x7000     com.apple.driver.AppleRTC (2.0) <10 5 4 3 1>
   31    3 0xffffff7f80c4e000 0xe000     0xe000     org.rehabman.voodoo.driver.PS2Controller (1.8.9) <10 7 5 4 3 1>
   32    6 0xffffff7f80bc0000 0x85000    0x85000    com.apple.iokit.IOHIDFamily (2.0.0) <13 7 6 5 4 3 2 1>
   33    0 0xffffff7f8200e000 0x4000     0x4000     com.apple.driver.AppleACPIButtons (2.0) <32 12 10 7 6 5 4 3 1>
   34    0 0xffffff7f8201f000 0x7000     0x7000     org.rehabman.driver.AppleSmartBatteryManager (1.41) <10 4 3>
   35    0 0xffffff7f81641000 0x6000     0x6000     org.hwsensors.driver.ACPISensors (901) <19 10 7 5 4 3>
   36    1 0xffffff7f81f4c000 0x5000     0x5000     com.apple.driver.AppleEFIRuntime (2.0) <7 6 5 4 3>
   37    0 0xffffff7f81f51000 0xa000     0xa000     com.apple.driver.AppleEFINVRAM (2.0) <36 7 6 5 4 3>
   38   12 0xffffff7f80e65000 0x6b000    0x6b000    com.apple.iokit.IOUSBFamily (650.4.4) <11 7 5 4 3 1>
   39    0 0xffffff7f80f73000 0x18000    0x18000    com.apple.driver.AppleUSBEHCI (650.4.1) <38 11 7 5 4 3 1>
   40    4 0xffffff7f80e24000 0x34000    0x34000    com.apple.iokit.IONetworkingFamily (3.2) <7 6 5 4 3 1>
   41    0 0xffffff7f81a6a000 0x33000    0x33000    com.apple.driver.AppleRTL8169Ethernet (1.1.4a5) <40 11 5 4 3 1>
   42    1 0xffffff7f813d0000 0x80000    0x80000    com.apple.iokit.IO80211Family (600.34) <40 7 6 5 4 3 1>
   43    0 0xffffff7f81450000 0x14a000   0x14a000   com.apple.driver.AirPort.Atheros40 (700.74.5) <42 40 11 7 5 4 3 1>
   44    0 0xffffff7f815d0000 0x1a000    0x1a000    net.osx86.kexts.GenericUSBXHCI (1.2.7d7) <38 11 7 5 4 3>
   45    0 0xffffff7f80ef7000 0x1d000    0x1d000    com.apple.driver.AppleUSBXHCI (650.4.3) <38 11 7 5 4 3 1>
   46    3 0xffffff7f81386000 0x19000    0x19000    com.apple.iokit.IOAHCIFamily (2.6.0) <5 4 3 1>
   47    0 0xffffff7f81f7e000 0x1a000    0x1a000    com.apple.driver.AppleAHCIPort (2.9.5) <46 11 5 4 3 1>
   48    0 0xffffff7f81600000 0x15000    0x15000    org.hwsensors.driver.LPCSensors (901) <19 11 7 5 4 3>
   49    0 0xffffff7f80ee4000 0x3000     0x3000     com.apple.iokit.IOUSBUserClient (650.4.4) <38 7 5 4 3 1>
   50    0 0xffffff7f80f55000 0x17000    0x17000    com.apple.driver.AppleUSBHub (650.4.4) <38 5 4 3 1>
   51    0 0xffffff7f808f8000 0x47000    0x47000    at.obdev.nke.LittleSnitch (4050) <5 4 3 1>
   52    0 0xffffff7f81743000 0x9000     0x9000     com.apple.BootCache (35) <7 6 5 4 3 1>
   53    0 0xffffff7f81f3d000 0x4000     0x4000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0d1) <6 4 3 2 1>
   54    0 0xffffff7f81f43000 0x3000     0x3000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) <7 6 4 3 2 1>
   55    0 0xffffff7f81f48000 0x2000     0x2000     com.apple.driver.AppleFileSystemDriver (3.0.1) <15 4 3>
   56    0 0xffffff7f813ac000 0x17000    0x17000    com.apple.iokit.IOAHCIBlockStorage (2.4.0) <46 15 6 5 4 3 1>
   57    0 0xffffff7f818cf000 0x3000     0x3000     com.apple.driver.XsanFilter (404) <15 5 4 3 1>
   58    6 0xffffff7f80878000 0x31000    0x31000    com.apple.iokit.IOSCSIArchitectureModelFamily (3.6.0) <5 4 3 1>
   59    0 0xffffff7f8139f000 0xd000     0xd000     com.apple.iokit.IOAHCISerialATAPI (2.6.0) <58 46 5 4 3 1>
   60    1 0xffffff7f80ef0000 0x7000     0x7000     com.apple.driver.AppleUSBComposite (650.4.0) <38 4 3 1>
   61    0 0xffffff7f80f4e000 0x7000     0x7000     com.apple.driver.AppleUSBMergeNub (650.4.0) <60 38 4 3 1>
   62    0 0xffffff7f80c77000 0x5000     0x5000     org.rehabman.voodoo.driver.PS2Keyboard (1.8.9) <32 31 7 6 5 4 3 1>
   63    0 0xffffff7f80c5c000 0xf000     0xf000     org.rehabman.voodoo.driver.PS2Trackpad (1.8.9) <32 31 7 6 5 4 3 1>
   64    0 0xffffff7f80c71000 0x4000     0x4000     org.rehabman.voodoo.driver.PS2Mouse (1.8.9) <32 31 5 4 3>
   65    0 0xffffff7f810a5000 0x7000     0x7000     com.apple.iokit.SCSITaskUserClient (3.6.0) <58 15 5 4 3 1>
   66    3 0xffffff7f810b0000 0x11000    0x11000    com.apple.iokit.IOCDStorageFamily (1.7.1) <15 5 4 3 1>
   67    2 0xffffff7f810c1000 0xe000     0xe000     com.apple.iokit.IODVDStorageFamily (1.7.1) <66 15 5 4 3 1>
   68    1 0xffffff7f810cf000 0xc000     0xc000     com.apple.iokit.IOBDStorageFamily (1.7) <67 66 15 5 4 3 1>
   69    0 0xffffff7f810db000 0x1e000    0x1e000    com.apple.iokit.IOSCSIMultimediaCommandsDevice (3.6.0) <68 67 66 58 15 5 4 3 1>
   70    1 0xffffff7f80ed0000 0x14000    0x14000    com.apple.iokit.IOUSBMassStorageClass (3.6.0) <58 38 15 5 4 3 1>
   71    1 0xffffff7f80d47000 0x18000    0x18000    com.apple.iokit.IOSCSIBlockCommandsDevice (3.6.0) <58 15 5 4 3 1>
   72    0 0xffffff7f81a0f000 0x8000     0x8000     com.apple.driver.AppleUSBCardReader (3.3.5) <71 70 58 38 15 5 4 3 1>
   73   14 0xffffff7f81155000 0x43000    0x43000    com.apple.iokit.IOGraphicsFamily (2.3.6) <11 7 5 4 3 1>
   74    0 0xffffff7f81b60000 0x2d000    0x2d000    com.apple.driver.AppleIntelSNBGraphicsFB (8.1.8) <73 11 10 7 6 5 4 3 1>
   75    4 0xffffff7f81198000 0x10000    0x10000    com.apple.iokit.IONDRVSupport (2.3.6) <73 11 7 5 4 3>
   76    0 0xffffff7f81bc5000 0x62000    0x62000    com.apple.driver.AppleIntelHD3000Graphics (8.1.8) <73 11 7 5 4 3 1>
   77    1 0xffffff7f8108b000 0x4000     0x4000     com.apple.iokit.IOSMBusFamily (1.1) <5 4 3>
   78    1 0xffffff7f81a2d000 0x11000    0x11000    com.apple.driver.AppleSMBusController (1.0.11d1) <77 11 10 5 4 3>
   79    0 0xffffff7f81b05000 0xd000     0xd000     com.apple.driver.AppleMCCSControl (1.1.12) <78 73 11 10 7 5 4 3 1>
   80    2 0xffffff7f81f1d000 0x5000     0x5000     com.apple.driver.AppleBacklightExpert (1.0.4) <75 73 11 5 4 3>
   81    0 0xffffff7f81f71000 0x5000     0x5000     com.apple.driver.AppleBacklight (170.3.5) <80 75 73 11 5 4 3>
   82    0 0xffffff7f81c8e000 0x3000     0x3000     com.apple.driver.AppleHWAccess (1) <7 5 4 3>
   83    2 0xffffff7f8112d000 0x11000    0x11000    com.apple.driver.AppleSMC (3.1.6d1) <10 7 5 4 3>
   84    6 0xffffff7f8110a000 0xa000     0xa000     com.apple.driver.IOPlatformPluginFamily (5.5.1d27) <10 7 6 5 4 3>
   85    0 0xffffff7f81b3d000 0x3000     0x3000     com.apple.driver.AppleLPC (1.7.0) <84 11 5 4 3>
   86    1 0xffffff7f81119000 0x14000    0x14000    com.apple.driver.IOPlatformPluginLegacy (1.0.0) <84 10 7 6 5 4 3>
   87    0 0xffffff7f8113e000 0x10000    0x10000    com.apple.driver.ACPI_SMC_PlatformPlugin (1.0.0) <86 84 83 11 10 7 6 5 4 3>
   88    0 0xffffff7f81244000 0x1d000    0x1d000    com.apple.iokit.IOBluetoothHostControllerUSBTransport (4.2.0f6) <38 11 10 7 5 4 3 1>
   89    2 0xffffff7f81ce7000 0xf000     0xf000     com.apple.iokit.IOHDAFamily (2.5.2fc2) <5 4 3 1>
   90    1 0xffffff7f81cfa000 0x1a000    0x1a000    com.apple.driver.AppleHDAController (2.5.2fc2) <89 73 11 7 6 5 4 3 1>
   91    0 0xffffff7f81114000 0x3000     0x3000     com.apple.driver.AppleSMCPDRC (1.0.0) <84 11 6 4 3>
   92    2 0xffffff7f81f09000 0x3000     0x3000     com.apple.driver.AppleGraphicsControl (3.4.12) <73 11 10 7 5 4 3 1>
   93    0 0xffffff7f81f22000 0x13000    0x13000    com.apple.driver.AppleMuxControl (3.4.12) <92 80 73 11 10 7 6 5 4 3 1>
   94    0 0xffffff7f8165b000 0x5000     0x5000     com.apple.Dont_Steal_Mac_OS_X (7.0.0) <83 7 4 3 1>
   95    0 0xffffff7f81265000 0xad000    0xad000    com.apple.iokit.IOBluetoothFamily (4.2.0f6) <38 14 7 5 4 3 1>
   96    0 0xffffff7f81077000 0x14000    0x14000    com.apple.iokit.IOSurface (91) <7 5 4 3 1>
   97    0 0xffffff7f80e58000 0x7000     0x7000     com.apple.iokit.IOUserEthernet (1.0.0d1) <40 6 5 4 3 1>
   98    0 0xffffff7f80ee7000 0x9000     0x9000     com.apple.iokit.IOUSBHIDDriver (650.4.4) <38 32 5 4 3 1>
   99    0 0xffffff7f81a2a000 0x3000     0x3000     com.apple.driver.AppleSMBusPCI (1.0.12d1) <11 5 4 3>
  100    0 0xffffff7f81924000 0x5000     0x5000     com.apple.driver.AppleUpstreamUserClient (3.5.13) <73 11 10 7 5 4 3 1>
  101    0 0xffffff7f81f0c000 0xc000     0xc000     com.apple.driver.ApplePolicyControl (3.4.12) <92 73 11 10 7 5 4 3 1>
  102    2 0xffffff7f8175e000 0x11000    0x11000    com.apple.kext.OSvKernDSPLib (1.14) <5 4>
  103    3 0xffffff7f8176f000 0x37000    0x37000    com.apple.iokit.IOAudioFamily (1.9.4fc11) <102 5 4 3 1>
  104    1 0xffffff7f81d14000 0x2f000    0x2f000    com.apple.vecLib.kext (1.0.0) <6 5 4 3>
  105    1 0xffffff7f81d43000 0xd3000    0xd3000    com.apple.driver.DspFuncLib (2.5.2fc2) <104 103 102 6 5 4 3 1>
  106    0 0xffffff7f81e16000 0x8f000    0x8f000    com.apple.driver.AppleHDA (2.5.2fc2) <105 103 90 89 75 73 6 5 4 3 1>
  107    0 0xffffff7f81cf6000 0x2000     0x2000     com.apple.driver.AppleHDAHardwareConfigDriver (2.5.2fc2) <4 3>
  108    1 0xffffff7f81ee9000 0x6000     0x6000     com.apple.AppleGraphicsDeviceControl (3.4.12) <7 6 5 4 3 1>
  109    0 0xffffff7f81eef000 0x12000    0x12000    com.apple.driver.AGPM (100.14.11) <108 84 75 73 11 5 4 3>
  110    0 0xffffff7f8192d000 0x9000     0x9000     com.apple.driver.AppleTyMCEDriver (1.0.2d2) <84 11 10 7 6 5 4 3 1>
  111    1 0xffffff7f81094000 0x11000    0x11000    com.apple.iokit.IOSerialFamily (10.0.7) <7 6 5 4 3 1>
  112    0 0xffffff7f81234000 0xa000     0xa000     com.apple.iokit.IOBluetoothSerialManager (4.2.0f6) <111 7 5 4 3 1>
  113    0 0xffffff7f81c85000 0x5000     0x5000     com.apple.driver.AppleHWSensor (1.9.5d0) <5 4 3>
  114    1 0xffffff7f80cad000 0x56000    0x56000    com.apple.filesystems.ntfs (3.11) <7 6 5 4 1>
  115    1 0xffffff7f8174e000 0x5000     0x5000     com.apple.kext.triggers (1.0) <7 6 5 4 3 1>
  116    0 0xffffff7f81753000 0x9000     0x9000     com.apple.filesystems.autofs (3.0) <115 7 6 5 4 3 1>
  117    1 0xffffff7f8164c000 0xd000     0xd000     com.apple.filesystems.exfat (1.4) <7 5 4 1>
  118    0 0xffffff7f817a6000 0x5000     0x5000     com.apple.driver.AudioAUUC (1.60) <103 73 11 10 7 5 4 3 1>
  119    0 0xffffff7f8203c000 0x1b000    0x1b000    org.pqrs.driver.KeyRemap4MacBook (9.3.0) <32 5 4 3 1>
  120    1 0xffffff7f80d07000 0xe000     0xe000     com.apple.filesystems.msdosfs (1.9) <7 5 4 1>

don't worry if you can't help me

you are very kind, thank you very much for you efforts and i hope you the best 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...