Jump to content

iFabio

Members
  • Posts

    186
  • Joined

  • Last visited

Everything posted by iFabio

  1. thanks Can check if it's okay CodecDump.zip
  2. From the terminal : fabio@fabio-System-Product-Name:~$ cd ~/Desktop && mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump bash: cd: /home/fabio/Desktop: File o directory non esistente fabio@fabio-System-Product-Name:~$ nothing, What can I try
  3. From the terminal: File or directory does not exist What is wrong
  4. I ask Ubuntu 12.10 is fine for the script thanks
  5. Searched but nothing on the motherboard. Advice, help
  6. solved
  7. Some advice. Thanks
  8. I tried to give this command: grep Wake /var/log/kernel.log the terminal command does not exist Advice thanks Google translate
  9. Hello I installed 10.8.2 ML. I would like to solve the problem of sleep. I click on sleep black screen and the computer stays on. Tips to solve the problem. Hardware signature Thanks Google translate
  10. Thanks for the response. From image Information System: Marwell Yukon 88E8056 Ethernet recognized The second sees it as Ethernet and not as: Realtek RTL8110SC To make it recognize I think we should act in the DSDT code that the end is only cosmetic. I think I explained. thanks Google translator
  11. A question: As part of code in the DSDT is added to recognize two different Ethernet cards, I think it is cosmetic. Lan Marvell 88E8056: ok Realtek RTL 8110: no Path: System Information - ethernet The motherboard in question: Asus P5K3 Deluxe WiFi / AP Thanks Google Translation
  12. Place the Getdump I apologize for English Getdump iFabio.txt.zip
  13. With the answer you can give him a look if it goes well You pass the file Info.plist.zip
  14. We'll pass the info system
  15. You're right though I understand little of this is why I asked for help. The piece of code to be copied for HDMI: <key>HDMI</key> <dict> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>IOClass</key> <string>VoodooHDADevice</string> <key>IOMatchCategory</key> <string>VoodooHDADevice</string> <key>IOPCIPrimaryMatch</key> <string>????</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict> I have to replace ID: place here deviceID of your sound card (Chipset HDA device, not a codecID!) place here deviceID of your HDMI device on video card
  16. You Mean: IOPCIPrimaryMatch 0x284b8086 -- place here deviceID of your sound card (Chipset HDA device, not a codecID!) IOPCIPrimaryMatch 0x033f1002 -- place here deviceID of your HDMI device on video card But the other part of the code must not be inserted. How do I find the ID of the Audio tab I state that wants to go HDMI Audio.
  17. I had seen but this piece of code is copied to the plist VoodaHDA <key>IOKitPersonalities</key> <dict> <key>SoundCard</key> <dict> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>IOClass</key> <string>VoodooHDADevice</string> <key>IOMatchCategory</key> <string>VoodooHDADevice</string> <key>IOPCIPrimaryMatch</key> <string>0x284b8086</string> -- place here deviceID of your sound card (Chipset HDA device, not a codecID!) <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> <key>HDMI</key> <dict> <key>CFBundleIdentifier</key> <string>org.voodoo.driver.VoodooHDA</string> <key>IOClass</key> <string>VoodooHDADevice</string> <key>IOMatchCategory</key> <string>VoodooHDADevice</string> <key>IOPCIPrimaryMatch</key> <string>0x033f1002</string> -- place here deviceID of your HDMI device on video card <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOUserClientClass</key> <string>VoodooHDAUserClient</string> <key>NodesToPatch</key> <array/> <key>VoodooHDAVerboseLevel</key> <integer>1</integer> </dict> </dict>
  18. Hello vorei ask for your help for a friend to run HDMI output. hardware: Intel Quad9400 Motherboard Asus P5Q Pro Turbo GTX 470 video card Audio VIA ® VT1708S 8. Voodahda.Kext installed version 2.7.3 but HDMI does not work. Thank you in advance on the aid.
  19. Ok thanks
  20. Thanks I make the change then let you know
  21. the dsdt is what I use on Snow qindi of Maldon On the forum I posted the result to the terminal you saw What I question is: UHC5 - GBEC - EHC1 - EHC2 is where I have to delete them _PRW right. thanks
  22. I'm sorry what you mean by patched the dsdt to the mobo
  23. Thanks for response the result by giving the command from a terminal this is what you place Should I delete _PRW by: UHC5 - GBEC - EHC1 - EHC2 thank you Terminale.zip
  24. Hello I installed 10.7.3 everything works except the Lion stop. I mean when I send him to sleep after 3/4 seconds and wakes up the dsdt 'that used for Snow. can solve the terminal command to run and ': Wake grep / var / log / kernel.log or changes to Lion ThaNks
  25. Hello sorry if I have not answered before I checked the BIOS to see if I option: Power - APM Configuration - ACPI Wake From USB Device I checked this option is there is not. Do you have another suggestion. thank you
×
×
  • Create New...