-
Posts
10038 -
Joined
-
Last visited
-
Days Won
562
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Hervé
-
If you have your own existing bootpack, choose "your own", if you don't choose "Generic".
- 28 replies
-
- Lenovo
- Lenovo X61
-
(and 1 more)
Tagged with:
-
Intel wireless cards are not used by Apple; never have been; so you'll never find a driver, they're not supported. You have to consider a replacement card (but is there a NGFF/M.2 model currently supported under OS X ?) or a USB alternative.
-
Link is right above in post #2... Or look in Articles pages of the web site, there's an article with links.
-
As I said, you can also have ML (with a special hack).
-
Look at the Compatibility Chart in the EDP menu at the top of your page. Then you could also head for EDP->Supported Models with Guides section of the forum (for special ML installation - X3100 graphics are no longer supported since ML). Re: OS X installation procedure, please browse through the EDP pages of our web site before heading for the forum, you'll find all that you need.
-
D630n - Mavericks 10.9 GM/Mainstream/Updates installation
Hervé replied to Hervé's topic in The Archive
-
It means hardware replacement may be required. Re: wifi, you were told everything over a month ago, so go back to p1 of this thread and re-read answers you got.
-
Whilst the above parameters were also tested Ok with BIOS A17, CPU performance was subsequently found to be degraded with that latest BIOS version. As such, it is highly recommended to stick to BIOS A15. During testing, degraded performance was encountered on 2 different M4300, each fitted with Intel C2D T8300 2.4GHz CPU and the apparent problem repeatedly confirmed through benchmarking: BIOS A15 -> Geekbench (32bit): 3391 BIOS A17 -> Geekbench (32bit): 2470
-
I would try the the ribbon cable "upside-down" if I were you; at least you know you'll have tried all possibilities...
-
Installing Extra is a manual menu option in myHack 3.3.1...
- 28 replies
-
- Lenovo
- Lenovo X61
-
(and 1 more)
Tagged with:
-
Are you sure you did not plug the Zif ribbon cable the wrong way? I did it myself the 1st time and could not see my SSD until I realised my mistake...
-
WARNING: I only just noticed that since updating to BIOS A17, my T8300-based M4300 scored much lower in GeekBench (under 2470 for a test that lasts just over 2mins) than it were initially with BIOS A15 (over 3300 for a test that lasts just over 1min). I think it's therefore strongly advisable to stick to BIOS A15. To revert, I copied extracted HDR file M4300A15.hdr to a FAT32 formatted USB key (sole file on the key) and used the process listed above (battery out/power cable Out and In whilst pressing [END] key). M4300A15.hdr.zip
-
Looks like you have a cache issue. Boot with options/flags -f UseKernelCache=No -v and see how it goes. If you get to Desktop, re-run myFix (quick) to rebuild your cache, assuming this is a myHack + OSXL boot pack installation. If not, start from scratch with that method, it works.
-
Mmm, You bought some really older and slower RAM, but that'll do I guess. DDR2-800 would have been a much better choice.
-
I think we're gonna need a better picture, eh?
-
There's no reason why it would only start Mavericks in safe mode and there's no reason why you would boot your myHack installer in safe mode either... Something is wrong: BIOS parameters? USB installer? Intel wireless you did not remove or disabled? It'll be one of those. Check your settings and follow the guide very carefully.
-
Dell Vostro 200 - Snow Leopard/Lion/Mountain Lion/Mavericks
Hervé replied to Hervé's topic in The Archive
Retail/mainstream Mavericks 10.9 running perfectly after a fresh re-installation. Complete fresh ML 10.8 & Mav 10.9 installations can be made with myHack3.3.1 + attached boot pack. This caters for full built-in hardware, including LAN and audio, so EDP may not be required. For other hardware and add-on graphics card, deal as required. Also includes revised DSDT (of Inspiron 530s origin from InsanelyMac) that fully supports Sleep & Wake. System is now 100% operational. Vostro200ST_ML-Mav_bootpack.zip -
-
Try and re-install Chameleon bootloader (can be done through myHack menu) or maybe you have the 4k sector HDD issue. Do a search on the forum on "4K" or "boot0" and you'll find the fix.
-
Re: GT610, look here, post #4.
-
Good for you; now, how about a proper Vanilla installation with myHack so that everyone understands what's required instead of that obscure "bit of this, some of that" mixed-up recipe you mention just above? Coming here to post about installing Lion on your X61 by following an existing tuto found on the Net + a distro bears absolutely no value to me.
- 28 replies
-
- Lenovo
- Lenovo X61
-
(and 1 more)
Tagged with:
-
Firmware = microcode on the device itself. Usually, it's tuned to a specific Network vendor, but I'd leave it as is for the moment. Download Rubel's appropriate AppleUSBCDCACMData kext (64 or 32bit) and patch it with your own device ids: product id 0x9205= 37381 (decimal) vendor id 0x05c6= 1478 (decimal) Open up the kext and edit the plist as follows: before <key>AppleUSBCDCACMData3</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBCDCACMData</string> <key>IOClass</key> <string>AppleUSBCDCACMData</string> <key>IOProviderClass</key> <string>IOUSBInterface</string> <key>IOUserClientClass</key> <string>AppleUSBCDCACMDataUserClient</string> <key>InputBuffers</key> <integer>8</integer> <key>IsQualcommGobiDevice</key> <true/> <key>OutputBuffers</key> <integer>16</integer> <key>bConfigurationValue</key> <integer>1</integer> <key>bInterfaceNumber</key> <integer>2</integer> <key>idProduct</key> <integer>4878</integer> <key>idVendor</key> <integer>2352</integer> </dict> after <key>AppleUSBCDCACMData3</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleUSBCDCACMData</string> <key>IOClass</key> <string>AppleUSBCDCACMData</string> <key>IOProviderClass</key> <string>IOUSBInterface</string> <key>IOUserClientClass</key> <string>AppleUSBCDCACMDataUserClient</string> <key>InputBuffers</key> <integer>8</integer> <key>IsQualcommGobiDevice</key> <true/> <key>OutputBuffers</key> <integer>16</integer> <key>bConfigurationValue</key> <integer>1</integer> <key>bInterfaceNumber</key> <integer>2</integer> <key>idProduct</key> <integer>37381</integer> <key>idVendor</key> <integer>1478</integer> </dict> Then place the kext in /E/E, re-run myFix (quick) and reboot. See how it goes from there on.
-
Not much of a difference! I guess that distro of yours put all kexts in /S/L/E, so you'll never know for sure how things work. No DSDT in that Extra, so you're not using any it would seem...
- 28 replies
-
- Lenovo
- Lenovo X61
-
(and 1 more)
Tagged with:
-
We don't use or support ifail/unifail… That has its own web site if you wish to query about those products.