![]() |
#21
|
|||
|
|||
@ps2pk
Which chameleon package are you using? If you are using the latest make sure and add GraphicsEnabler=Yes to your boot.plist Lemme know if that helped. Gateway P6860FX Laptop 8800M GTS 512mb |
#22
|
|||
|
|||
wireless? o.O 4695agn is in prealpha state and definitly not working here
as for video i do use nvdarwin 1.2.5 |
#23
|
|||
|
|||
he is using BMC9431 wireless pci-e card
Gateway P6860FX Laptop 8800M GTS 512mb |
#24
|
|||
|
|||
ow i с it shows up as ethernet device or useable in airport utility?
|
#25
|
|||
|
|||
Quote:
airport more than likely Gateway P6860FX Laptop 8800M GTS 512mb |
#26
|
|||
|
|||
sorry guys been away with exams and thanksgiving.
Yes i use bmc9431. Works in airport utility and is flawless. Cost like $20 from hongkong on ebay. Got keyboard/touchpad working. Sound is working. Graphics are working fully. Webcam is coming along slowly. It's not that important but I'm trying like 10 new drivers each day. Still nothing that is flawless. Again I wanted to say thanks chadp1a and be11o for getting me on the right track. I'm going to do a writeup soon so fellow 6860fx owners are more inclined. Let me know if you guys want to add anything. One more question - for sleep which kext did you guys use if any? that's still not working 100%. If i leave the computer alone for 30 minutes it doesn't turn back on. I've tried 2 differnet kexts. Installed them using kext utilty. If I leave it alone for 10-15 it'll turn back on. Weird. be11o - instead of nvdarwin why not edit boot.plist and insert GraphicsEnabler=Yes. Is there any benefit from nvdarwin? edit: also got snow leopard working on my i7 p6t desktop. woo! Last edited by ps2pk; 12-01-2009 at 06:18 PM. |
#27
|
|||
|
|||
Gateway P-6831FX Audio
I am having a heck of a time trying to get audio working on this machine. I am currently using Voodoohda and it acts like it's working but I can't hear sound out of any of my available outputs. I have tried modifying my dsdt with no success. I am able to add the dtgp code but I am unable to change my HDEF section. I've included a bit of extra code because my PCI section begins on line 740ish and this HDEF line is around 3400. Can you please suggest how I would go about modifying my dsdt to include your modifed HDEF section?
I have been cutting the code where I've indicated in the code section below and inserting your code in it's place. I've tried with and without the Device (PCI) line. but I can't get it to compile. Thanks in advance! Code:
Device (LANC) { Name (_ADR, 0x00190000) OperationRegion (LANF, PCI_Config, 0xCC, 0x04) Field (LANF, DWordAcc, NoLock, Preserve) { , 15, PMES, 1 } Name (_PRW, Package (0x02) { 0x0D, 0x05 }) } //BEGIN CUT ---------------------------------- Device (HDEF) { Name (_ADR, 0x001B0000) OperationRegion (HDCS, PCI_Config, 0x54, 0x04) Field (HDCS, DWordAcc, NoLock, Preserve) { , 15, PMES, 1 } } //END CUT ------------------------------------ Device (RP01) { Name (_ADR, 0x001C0000) OperationRegion (PXCS, PCI_Config, 0x40, 0xC0) Field (PXCS, AnyAcc, NoLock, WriteAsZeros) { Offset (0x12), , 13, LASX, 1, Offset (0x1A), ABPX, 1, , 2, PDCX, 1, , 2, PDSX, 1, Offset (0x1B), LSCX, 1, Offset (0x20), Offset (0x22), PSPX, 1, Offset (0x98), , 30, HPEX, 1, PMEX, 1, , 30, HPSX, 1, PMSX, 1 } Device (PXS1) { Name (_ADR, Zero) Name (_PRW, Package (0x02) { 0x09, 0x03 }) Method (_PS0, 0, Serialized) { Store (Zero, ^^^LPCB.EC0.WLDS) } |
#28
|
|||
|
|||
Try my modified dsdt and also the applehda kext by chadp1a.
AppleHDA - install with kext utility. DSDT for 6860fx (I've upgraded my processor to an x7800 so not sure if it'll make a difference but try it anyways) My audio works flawless now. I was also able to upgrade to 10.6.2. Installed the update as a standalone (not through the software update). Deleted sleepenabler.kext. Downloaded new sleepenanbler and rebooted and everything went fine. BTW - This is the guide I used - http://www.infinitemac.com/f57/how-t...on-a-pc-t3137/ It lists 4 kexts but you can add any others you want as well. I added the applehda by the OP, plus keyboard/touch kexts. |
#29
|
|||
|
|||
WOOT! I have sound!
This fix is confirmed to work on the Gateway P-6831FX with 10.6.2 Retail.
Thank you so much! I don't know what you guys did to get that DSDT to compile or what you added to AppleHDA.kext but it totally works! Thanks again you guys ROCK! Quote:
|
#30
|
|||
|
|||
Hell yeah! Good to hear it works on the 6831. The 6860fx and 6831 are pretty much the exact same except for processor, hd and 1gb memory.
Did you also get your keyboard/touch pad working? If not just google voodoosp2 and you'll find them. What did you do for sleep? Which kexts did you use? I'm going to make a guide and that's the only thing holding me back. Oh yeah and chadp1a is the man! He compiled/fixed the dsdt and got the applehda working! Thanks again chad. Still enjoyin SL here and loving it more everyday. 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |