Jump to content

SD card reader - HP 8440p


rtenklooster

Recommended Posts

https://osxlatitude.com/index.php?/topic/5859-sd-card-reader-on-latitude-e6410/
 

Hi voidRunner,
 
Yes, this is normal! I have the same output from the kext in the /var/log/system.log file.
 
Please, let us know the output of the following commands:
 
1. Inside the /System/Library/Extensions directory, execute:
          kextlibs -undef-symbols VoodooSDHC.kext
 
2. Inside the /System/Library/Extensions directory, execute:
     grep -A3 IONameMatch VoodooSDHC.kext/Contents/Info.plist
 
3. Grab the Vendor and Device IDs:
     lspci -nn | grep SD
 
4. Start the machine without the SD card inserted, wait for the desktop to load completely, then open a terminal and execute:
     tail -f /var/log/system.log
 
    4.1. Insert the SD card in the card reader:
    4.2. Collect and send the output of the /var/log/system.log after the insertion of the SD card.
 
 
Let's start with this information and see what we have.
 
Cheers!

Hi,
 
I have a HP Elitebook 8440p Running mavericks 10.9.4
It seems this device has the same sd card adapter.
I have downloaded and modified the kext you supplied, installed it with kextwizzard and rebuild cache. For some reason it's not loading.
 
The output of the commands:
1. 
For x86_64:
    com.apple.iokit.IOStorageFamily = 1.9
    com.apple.kpi.iokit = 13.3
    com.apple.kpi.libkern = 13.3
    com.apple.kpi.mach = 13.3
    2 symbols not found in any library kext:
__ZN9IOService19_RESERVEDIOService0Ev
__ZN9IOService19_RESERVEDIOService1Ev
 
For i386:
    No libraries found.
 
2. 
sudo grep -A3 IONameMatch VoodooSDHC.kext/Contents/Info.plist
<key>IONameMatch</key>
<array>
<string>pci1180,0822</string>
</array>
 
3.
sudo lspci -nn | grep SD
45:06.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 25)
 
4. System log show's no error's or actions containing SD or VOODOOSDxxx.. Except my vim log.
 
Hope you can help me out on this one.. almost everything is working.. except sleep, brightness toggle and the sd card...

Link to comment
Share on other sites

×
×
  • Create New...