402 replies to this topic
#221
Posted 14 January 2013 - 02:51 PM
@bigvin122 - often the bluetooth function is turned off internally. if you dual boot, you can turn it on with windows and leave it on. or i believe joshhh or some other folks in the levovo 410/510 thread have found a way to turn it off/on with a few changes to IOBluetoothFamily kext.
as far as nvidia 4200 - not sure what the answer is.... the dsdt manwe150 and I use are for systems w/o extra gfx i.e. have HD3000 only. there may be other dsdts that are more aligned with your box? it is just a guess thats its a dsdt thing. others on this thread may have more to add.
as far as nvidia 4200 - not sure what the answer is.... the dsdt manwe150 and I use are for systems w/o extra gfx i.e. have HD3000 only. there may be other dsdts that are more aligned with your box? it is just a guess thats its a dsdt thing. others on this thread may have more to add.
#222
Posted 16 January 2013 - 02:13 AM
So, has anyone made any progress with the ring stalls?
I still find that using 3 ports yields the least amount of stalls, less than 2 or 1.
#223
Posted 26 January 2013 - 06:08 PM
but hdmi plug is not a real "hdmi port" so we need a special cable to use hdmi.
Yesterday i thought i'll be more usefull to have vga rather than hdmi
back to the AppleIntelSNBGraphicsFB.kext provided by tluck (this post)
and try to do this change with this
my table :
0000000: 0102 0400 1007 0000 1007 0000 ............
000000c: LVDS_0503 0000 0200 0000 3000 0000 ........0...
0000018: HDMI_0205 0000 0004 0000 0700 0000 ............
0000024: DVI_0304 0000 0004 0000 0900 0000 ............
0000030: VGA_0602 0000 1000 0000 0900 0000 ............
change it to (hope it's good so DVI to LCD)
0000000: 0102 0400 1007 0000 1007 0000 ............
000000c: 0503 0000 0200 0000 3000 0000 ........0...
0000018: 0205 0000 0004 0000 0700 0000 ............
0000024: 0503 0000 0004 0000 0900 0000 ............
0000030: 0602 0000 1000 0000 0900 0000 ............
/System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/MacOS/AppleIntelSNBGraphicsFB
/System/Library/Extensions/AppleIntelSNBGraphicsFB.kext/Contents/MacOS/AppleIntelSNBGraphicsFB.orig
are there after modgliani-intelHD3000_Patch
after reboot 4ports (DPCIManager) Idon't konw if it's normal or not ?
is it the best change i should do?
#224
Posted 27 January 2013 - 03:54 AM
A couple more issues I have and I'm wondering if there are ways to address them. First and foremost, middle click doesn't seem to work, but holding the middle button and using the trackpoint to scroll works. It's just the actual middle clicking itself that doesn't seem to work (can't open links in new tabs in Safari using middle click, etc. I don't think middle click is detected by the system). Second, there are a lot of useless keys on the keyboard and I'm wondering if it's possible to bind them - for example, the back and forward keys near the arrow keys could be page up and page down, and the prtscrn key and right click menu key (between right alt and right ctrl) are completely useless.
Are there any ways to fix these issues? DSDT edit or something?
Are there any ways to fix these issues? DSDT edit or something?
#225
Posted 27 January 2013 - 05:30 PM
@honeywell. i dont use middle click often but it does work for me?
#226
Posted 27 January 2013 - 09:57 PM
Could you upload your DSDT and relevant kexts? (UltraNav, PS2Keyboard, etc.)
#227
Posted 27 January 2013 - 11:41 PM
@honeywell - see post 164 in this thread for what you ask.
#228
Posted 28 January 2013 - 12:55 AM
Are you sure middle click works? I have your dsdt and kexts installed and it simply doesn't work. OS X doesn't even detect a third mouse button, only the scroll wheel (and scrolling works fine). Perhaps it has to do with the BIOS version or something? I'm on version 1.33.
#229
Posted 03 February 2013 - 12:23 PM
Hello all ThinkPad users. I'd like to welcome you all to test out UEFI Only method I'm using and describing in my thread for some time. The guide is not finished yet but I've reached the point when you can actually test something out and share your experience.
- Tetonne likes this
#230
Posted 09 February 2013 - 10:10 AM
i found this :
[Guide] iMessage Fix with Chameleon
http://www.macbreake...-chameleon.html
http://www.macbreake...problem-on.html
[Guide] iMessage Fix with Chameleon
http://www.macbreake...-chameleon.html
http://www.macbreake...problem-on.html
- tluck likes this
#231
Posted 09 February 2013 - 11:35 PM
@tetonne - thanks for posting the imessage fix! works.
#232
Posted 05 March 2013 - 05:07 PM
@Kogen Mantis: Your work is very exciting! I'm looking forward to following this.
Several things I wanted to highlight here from your posts, for people who aren't ready to rebuild their setup right now (like me):
Significantly speed up sleep/wake time:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
Significantly better keyboard/trackpad/nub driver (supports middle button, using the upper buttons with the trackpad, and much more):
https://github.com/R...-PS2-Controller
Fixed FAN speed segfault observed with #####'s latest default installed FakeSMC plugin and patched dsdt that includes MONITOR section:
https://github.com/R...-FakeSMC-kozlek
Several things I wanted to highlight here from your posts, for people who aren't ready to rebuild their setup right now (like me):
Significantly speed up sleep/wake time:
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
Significantly better keyboard/trackpad/nub driver (supports middle button, using the upper buttons with the trackpad, and much more):
https://github.com/R...-PS2-Controller
Fixed FAN speed segfault observed with #####'s latest default installed FakeSMC plugin and patched dsdt that includes MONITOR section:
https://github.com/R...-FakeSMC-kozlek
- Tetonne likes this
#233
Posted 05 March 2013 - 11:42 PM
Manwe150 - you're amazing! The nub driver is brilliant. I can finally middle click now!
#234
Posted 06 March 2013 - 02:53 AM
@manwe150 -
thanks - updated...
great stuff --- the newer VoodooPS2Controller (currently v1.7) replaces the 3 older kexts: ApplePS2Controller + AppleACPIPS2Nub + ThinkpadUltraNav.
on my system, I also updated 2 other items:
will repackage and update the 10.8.2 post soon -- after a i get a bit of runtime!
agree on hibernate. default is mode 3 - but mode 0 is certainly faster and does not use up what like 8GB disk space!
thanks - updated...
great stuff --- the newer VoodooPS2Controller (currently v1.7) replaces the 3 older kexts: ApplePS2Controller + AppleACPIPS2Nub + ThinkpadUltraNav.
on my system, I also updated 2 other items:
- AppleIntelE1000e.kext to v2.2.14 - from hnaks site.
- FakeSMC.kext to v4.3.5 (with updated HWMonitor.app)
will repackage and update the 10.8.2 post soon -- after a i get a bit of runtime!
agree on hibernate. default is mode 3 - but mode 0 is certainly faster and does not use up what like 8GB disk space!
#235
Posted 07 March 2013 - 04:41 PM
Hello,
I got everything working except one thing: digital video out. VGA works,but on my monitor it looks like {censored}. I tried patching the hex table without any success. I have a IntelHD and nvs4200m. I disabled the nvs in the bios because I failed to get it to work. The HD 3000 works fine, but I need DVI out on my docking station.
DP notebook: not working
DP dock: not working
DVI Dock: not working
VGA dock/notebook: working
Edit: and I have a Problem with the sound: I dont know how to patch my dsdt.aml
thanks for your help
I got everything working except one thing: digital video out. VGA works,but on my monitor it looks like {censored}. I tried patching the hex table without any success. I have a IntelHD and nvs4200m. I disabled the nvs in the bios because I failed to get it to work. The HD 3000 works fine, but I need DVI out on my docking station.
DP notebook: not working
DP dock: not working
DVI Dock: not working
VGA dock/notebook: working
Edit: and I have a Problem with the sound: I dont know how to patch my dsdt.aml
thanks for your help
#236
Posted 11 March 2013 - 04:16 PM
@a2a - i dont have experience with your box but it seems like it should act like an HD3000-only box if your turn off the other GFX card? anyway here some thoughts...
video - are you using a custom AppleIntelSNBGraphicsFB kext? - interesting that you get VGA and no other ports? with default and mac 6,1 or 8,1. the DP/HDMI ports work. i modded using BCC9 and manwe150s info to change my last port. i have these 4 LCD, DP/HDMI, DVI, VGA.... meaning the other ports should work by default - vs getting VGA out?
sound - are using the AppleHDA or voodoohda? - what is in your dsdt.aml as far as layout id for HDEF? if you are using the 10.8.2 applehda kext then the layout ID must be changed to 12 (0x0C) in the HDEF section. A dsdt and matching hda are packed up in post #164 in this thread.
video - are you using a custom AppleIntelSNBGraphicsFB kext? - interesting that you get VGA and no other ports? with default and mac 6,1 or 8,1. the DP/HDMI ports work. i modded using BCC9 and manwe150s info to change my last port. i have these 4 LCD, DP/HDMI, DVI, VGA.... meaning the other ports should work by default - vs getting VGA out?
sound - are using the AppleHDA or voodoohda? - what is in your dsdt.aml as far as layout id for HDEF? if you are using the 10.8.2 applehda kext then the layout ID must be changed to 12 (0x0C) in the HDEF section. A dsdt and matching hda are packed up in post #164 in this thread.
- A2A likes this
#237
Posted 15 March 2013 - 04:00 PM
Ok, now I am using all the files from post 164, but still no video output or sound. Maybe there is a way to get my nvs4200 to work, because I think the ports are connected to it and not to the HD3000?
EDIT:
My machine is running Mountain Lion 10.8.2. I need the DVI port. Either via DP to DVI adapter or the DVI Port at the Dock. When I switch my graphics in bios to Nvidia Optimus(both cards) I stuck booting at: AGPM Controller unknownPlatform . When I switch to discrete graphics only I get stuck at: SuperIODevice Fatal found unsupported ship ID=0xffff but my screen is running in full 1600x900 resolution, even chameleon. Only HD3000 only boots.
EDIT:
My machine is running Mountain Lion 10.8.2. I need the DVI port. Either via DP to DVI adapter or the DVI Port at the Dock. When I switch my graphics in bios to Nvidia Optimus(both cards) I stuck booting at: AGPM Controller unknownPlatform . When I switch to discrete graphics only I get stuck at: SuperIODevice Fatal found unsupported ship ID=0xffff but my screen is running in full 1600x900 resolution, even chameleon. Only HD3000 only boots.
#238
Posted 18 March 2013 - 02:53 PM
Update on 06-18-2013 - updated bundle for 10.8.4 -- see post #117 for kext pack and details.
Update on 04-11-2013 -- updated bundle for 10.8.3
- updated FakeSMC + HWmonitor.app
- revised DSDT - for monitor of fans - and change device VID to IGPU for AGPM
- added verleihnix SSDT for better speedstepping
- updated VoodooPS2Controller to 1.8.2 - replaces 3 other related kexts
- added IOAHCIBlockStorageInjector.kext - for DVD recognition as native
10.8.3 combo patch installation went well upgrading from 10.8.2.
The upgrade from 10.8.2 to 10.8.3 replaced 4 kexts that were previously modified:
- AppleACPIPlatform.kext 1.7
- rolled back to 1.3.5
- AppleHDA.kext 2.3.7
- repatched the binary for CX20590 codec and replaced some of the other associated config files and its working again.
- AppleIntelSNBGraphicsFB.kext 8.10.44
- re-patched the binary to replace the 4th buffer with VGA configuration - has 4 buffers - LCD, DP/HDMI (on laptop or dock), DVI (on dock) , VGA (on laptop)
- IOAHCIFamily.kext 2.3.1
- did not need to patch this binary for 10.8.3 - as the laptop was able to find the boot disk now. so I left it as is now - no patch needed anymore to find boot disk.
Attached is my 10.8.3 bundle with /Extra with SLE kext pack. A few less than before. I hope it works for you!
Thanks to scripts and info from bcc9, hnak, rhabman, kozlek, netkas, manwe150, and others that make hackintosh work (and fun!)
Notes:
see post #164 for more 10.8.2 (kext pack:
ML-Extra-kexts-10.8.2.zip 5.51MB
329 downloads
-----------------------
- Tetonne likes this
#239
Posted 19 March 2013 - 08:28 PM
OK sound is now working, but I have another problem: my Keyboard/mouse (trackpoint+pad) are only working when I have an external USB Keyboard/Mouse connected while boot.
And I can boot with nvs4200 enabled but I get a white blanc screen :/
And I can boot with nvs4200 enabled but I get a white blanc screen :/
#240
Posted 21 March 2013 - 04:22 AM
@a2a - odd are they enabled in the bios? what kext are you using. i have moved to the latest voodooPS2Controller currently at 1.8.1 which supports nub, trackpad with or w/o usb mice.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account






