-
Posts
10013 -
Joined
-
Last visited
-
Days Won
560
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Hervé
-
Well, it's much closer to you than you think. Think like Spock...
-
Make sure the BIOS is configured as per recommended settings in dedicated pinned thread. If you have an Intel wireless card, remove it or disable it, it can cause KP and it's not compatible.
-
If you already use a patched DSDT file and need to apply new patches, you simply start from the existing file, not from a new extract or you would lose all existing patches. In the present case (BCM4352), a DSDT patch is not necessarily required; you may simply patch the Broadcom wireless kext with your own card's ids (eg: DW1550 -> PCI ids 14e4:43a0). https://osxlatitude.com/index.php?/topic/2120-supportedunsupported-wireless-cards-inventory/ Then, read this too.
-
Never really expected it but since Bronya published a new Yosemite AMD kernel... Works quite well on the Precision 670! axmanA's contribution to IOPCIFamily kext was again necessary to fully support my GeForce 9800GT with MacPro3,1 SMBIOS profile. For the rest, it's just the same kext pack + DSDT. Yosemite was installed the "usual" way now: manual creation of USB installer + Clover or Chameleon bootloader on USB installer. I used Chameleon r2401 with kexts copied to S/L/E, copied the extracted kernel file to /S/L/K and rebuilt the cache. Yosemite can then be safely booted (to avoid white/gray screen). With Chameleon bootloader, use attached kernel (placed in /S/L/K or at partition's root as mach_kernel), attached /Extra and replace /S/L/E/IOPCIFamily by axmanA's modified kext. Then rebuild the cache with: sudo chmod -R 755 /S/L/E sudo chown -R 0:0 /S/L/E sudo touch /S/L/E sudo kextcache -Boot -U / Bronya_10.10_kernel_RC2.1.zip axmanA_Yos_IOPCIFamily.kext.zip Precision670_Yos_Pack.zip With Clover bootloader, same idea with kernel/kexts/DSDT (to be placed in all appropriate /EFI/CLOVER subfolders) and use the attached config.plist file: config.plist.zip Many defects remain, mostly graphics related. However, it's early days for Yosemite AMD kernels so things will improve in coming weeks and months. It's a start and a rather good one I think.
-
Ok, so you're not installing 10.6.5 then but a lower version. With the right D630 Intel X3100 bootpack (HiRes or LoRes), you should have no issues at all. Is there a reason why you would only update to 10.6.5, not 10.6.8? You screenshot shows Darwin 10.0.0, so that's clearly not 10.6.5 but 10.6(.0)! You're not telling us everything or the proper things... If you're installing 10.6(.0) remove the AppleACPIPlatform kext from the bootpack as it is v1.3.6 from 10.6.8. You can safely run off the vanilla version all the way to 10.6.8.
-
Use Pacifist! Or just download the binaries dmg from one of Kozlek's repositories.
-
10.6.5 is not a retail version, so you must be using a distro or a real Mac backup media and that does not work because it does not have all the necessary installation file. You must install with a full retail version, i.e. 10.6, 10.6.3 or 10.6.8. To install SL, use myHack v3.1.2 + retail SL + the right bootpack and you'll get through in no time.
-
In Terminal: sudo chmod -R 755 /System/Library/Extensions sudo chown -R 0:0 /System/Library/Extensions sudo touch /System/Library/Extensions Wait a few minutes and check timestamping of kextcache file in /System/Library/Caches/com.apple..../Startup If no visible update, use command sudo kextcache -system-prelinked-kernel
-
Dell Wireless 5600 (EV-DO-HSPA) Mobile Broadband Mini-Card
Hervé replied to Rafeh's topic in Modems/WWAN modules
You can try and follow the same process as detailed/explained for other cards: identify the chip and chip vendor, then modify the CellPhone kext accordingly. -
Perfectly normal: a PC cuts off power to USB ports when going to sleep. Some laptops have the option to retain power, but only when mains are plugged in.
-
For the USB ports, try the following: remove AppleHPET kext from /S/L/E (keep a backup somewhere) rebuild cache with Terminal commands sudo touch /S/L/E + sudo kextcache -Boot -U / reboot
-
Well, obviously the arch=i386 option should only be used once MPLF has been applied. During initial "vanilla installation", use 64bit native mode (without graphics acceleration) of course, or you won't be able to boot ML. The pack I posted comes from a D620 running MPLF ML 10.8.5...
-
The guides were written at a time where EDP was different from what it has become now. But I'm not going to rewrite those guides. As stated above, with the above /Extra, you can basically bypass the EDP step; it's not required. Yes, Chameleon Wizard is the correct and easiest way to modifiy boot flags. Rebuilding cache is not linked at all to Chameleon flags. It's directly to kexts manipulation, so run the command to rebuild 32bit kext cache as myFix (quick) will have a tendancy to rebuild 64bit kext cache (ML being normally a 64bit-only OS).
-
It's highly likely that current EDP messes things up with this particular special MLPF setup but it may well be that you're not choosing the correct EDP options. Dell Latitude D Series with Intel GMA950 graphics require the well-known brigthness fix (i.e. an older Intel frame buffer). Replace your current /Extra by the attached one, add any specific kext you might need for wifi or anything else that might be required and run myFix (quick). You won't need EDP any more. D620_HiRes_MLPF_Extra.zip HWMonitor.zip NB: The DSDT contains a reference to a DW1395 wireless card; it is just cosmetic, so you can safely change that to whatever card you have, just make sure to adjust the string buffer (i.e. the number of characters) too.
-
How about you go to your nearest FNAC store and grab the info off a real Mac?
-
Just follow the same path as for previous WWAN modules as documented in R&D->Network forum section where there is an existing thread for that particular module. Please use the forum Search facility.
-
Off-topic. Note that this is just cosmetic. You could put 10GHz if you wanted to!
-
Moved on to Yosemite... Good news: everything that works under Mavericks also works under Yosemite. Installation process was the same one as I previously used for the D630n, i.e. manual USB installer creation + Clover boot loader: Mount InstallESD.dmg found in Install OS X Yosemite.app/Contents/SharedSupport Then mount BaseSystem.dmg (hidden file) open /Volumes/OS\ X\ Install\ ESD/BaseSystem.dmg Use Disk Utility to restore the contents of BaseSystem.dmg on a USB key (or HDD partition) formatted Mac OS extended (journaled). Remove link for Packages in folder System/Installation of your USB key rm /Volumes/OS\ X\ Base\ System\ 1/System/Installation/Packages Copy folder Packages located in InstallESD.dmg to folder System/Installation of your USB key cp -R /Volumes/OS\ X\ Install\ ESD/Packages /Volumes/OS\ X\ Base\ System\ 1/System/Installation Copy the 2 hidden files (BaseSystem.dmg & Basesystem.chunklist) of InstallESD.dmg to the root of your USB key cp /Volumes/OS\ X\ Install\ ESD/BaseSystem.* /Volumes/OS\ X\ Base\ System\ 1 | For those who want to use Clover as boot loader: Install Clover_v2k_r2695.zip (or later) to your USB key. Configure your config.plist to boot with option "kext-dev-mode=1" as follows: <key>Boot</key> <dict> <key>Arguments</key> <string>-v kext-dev-mode=1</string> </dict> * About option "kext-dev-mode=1": in Yosemite, "unsigned or malsigned" kexts will not be loaded. To use such kexts, the restriction can be lifted by adding option "kext-dev-mode=1" at boot phase. Copy all your kexts (FakeSMC.kext, etc.) to EFI/CLOVER/kexts/10.10 (consider this the "kext" boot pack). Grab kexts from the Mavericks boot pack. Copy the SSDT + Yosemite-specific DSDT to EFI/CLOVER/ACPI/patched E6440_HD4600_Yos10.10_DSDT.aml.zip Adjust Clover config.plist as required (you can use this file E6440_HD4600_Clover_config.plist.zip). Start your USB key. The OS X installer should then load. Proceed with installation as usual. The DSDT differs from the Mavericks version in the sense that it injects fake desktop HD4600 id 0x0412 to replace mobile HD4600 id 0x0416. The reason for this is that Apple did not include support for Mobile HD4600 in their Yosemite Azul framebuffer and AppleIntelHD5000Graphics kexts. In that same sense, those 2 kexts also require to be patched to add/inject the mobile HD4600 id 0x04168086 in the Info plist and binmod the kext binary file to replace desktop HD4600 id (86 80 12 04) by mobile HD4600 id (86 80 16 04). All this is quite extensively documented on the web and results from the work of several well-known Hackintoshers like Pike.R.Alpha or RehabMan and others... The following patched kexts should be copied to /S/L/E to replace the original ones (keep a backup somewhere). AppleIntelFramebufferAzul.kext.zip AppleIntelHD5000Graphics.kext.zip You may also do the same with the following patched kext in order to avoid the corrupt screen on Yosemite desktop initialisation. IOGraphicsFamily.kext.zip For those who wish to use Chameleon instead of Clover (you can safely use r2395 or r2401 and possibly above): copy the Haswell-patched kernel to be placed as is at Yosemite partition's root or in /S/L/K as "kernel" to replace the vanilla file (here again, keep a backup).Haswell-patched 10.10 kernel available here create /Extra folder with Yosemite-specific DSDT + SSDT + SMBIOS & boot plists using the following pack:E6440_i5-4300M_HD4600_Yos-Pack.zip E6440_i5-4300M_HD4600_Yos-Pack#2.zip E6440_i5-4300M_HD4600_Yos-Pack#3.zip E6440_i5-4300M_HD4600_Yos-Pack#4.zip E6440_i5-4300M_HD4600_Yos-Pack#5.zip copy the Yosemite pack kexts to /S/L/E, replacing any vanilla kext (keep a backup beforehand); alternatively, copy kexts to /L/E open Terminal and rebuild permissions and cache with commands sudo chmod -R 755 /S*/L*/E* + sudo chown -R 0:0 /S*/L*/E* + sudo touch /S*/L*/E* + sudo kextcache -Boot -U / (replace /S*L/*E* by /L*/E* if you copied kexts to /L/E) With Chameleon, it's critical to rebuild the cache with above 4 commands or the installation will become unbootable. Chameleon cannot boot Yosemite without cache! As such, bear that in mind any time you add or modify kexts in Yosemite. Remember to set hibernate mode to 0 (zero) and to remove /var/vm/sleepimage. The system requires additional tuning so additional posts will follow in due course. Again, other E6440 laptops fitted with same graphics hardware config (GPU + LCD) but different CPUs will require a different SSDT table than provided in the above pack (can be looked up on the web or created with SSDT generator tool -> See RampageDev's blog for detailed guide). In such cases and in order to avoid CPU power management-related kernel panics (KP), NullCPUPowerManagement kext is recommended until the CPU-specific SSDT is generated. The kext just needs to be added to /Extra/Extensions or /S/L/E.
-
I find DSDTEditor to be trouble free. Give that a try...
-
Unable to install Niresh OSX 10.8 on Dell 620 - Please Help
Hervé replied to vikramkumar's topic in The Archive
The D620 is not a supported hardware platform for ML (unsupported GPU means no graphics acceleration - no OSXL bootpack - no 32bit kernel mode). If you want ML, you need to use a special installation that requires a legit' retail ML installation package + MLPF hack. Look for the guide in the relevant section of the forum. The Niresh distro will not get you anywhere useful or usable as it'll be a more "classic" installation but you won't know for sure what it installs. -
HP Pavilion Elite E9270t Desktop PC OSX 10.10 to 10.10.5 [SOLVED]
Hervé replied to fallen00sniper's topic in The Archive
myHack does not support Yosemite for the moment. So you can't use it to install 10.10. You have to use other methods that are well documented here or at other places like IM. You can then boot with Chameleon of Clover, keeping in mind that Chameleon will be a little more difficult to start with... -
The WWAN slot can take a full-size card. It's clearly visible at the right of the 1/2-size card on the pictures in Jake's link. You can use it for a full-size WLAN card too (and probably for a 1/2-size card as well if it's anything like the E6440). Depending on your exact E5440 model (basically if you have nVidia GPU or not), the WWAN slot should support PCIe (WLAN), SATA (mSATA) and USB (WWAN). To give you an example: my E6440 was delivered with an Intel wireless/BT card. The E6440 has 1x1/2-size WLAN slot, 1x1/2size WWAN slot and 1xfull-size combined slot (clever use of space under the bottom cover: horizontal 1/2-size, vertical full-size). That full-size slot supports PCIe, SATA and USB modes. I left the Intel card in place and inserted a good old DW1490 in the full-size slot. I immediately obtained OOB wifi connectivity.
-
Mavericks has no support for the AMD 8xxx/9xxxx, this was introduced in Yosemite. As such, you'll never get graphics acceleration with current version of Mavericks (10.9.5) unless Apple brings out a new update that supports those. But don't bet on it now that Yosemite is out...
-
At this site, we advocate myHack as the installer tool. You have posted your thread in a myHack section, so... Follow the process detailed in EDP->Documentation at top of pages. Other methods you mentioned have their own web site with supporting forum.