Jump to content

Hervé

Administrators
  • Posts

    9902
  • Joined

  • Last visited

  • Days Won

    548

Everything posted by Hervé

  1. There is actually a way to be able to turn Bluetooth on and off in Mac OS by patching the appropriate Bluetooth controller (it may not turn BT radio off though...). In the case of the DW350 (dev id 0x8103) and DW360 (dev id 0x8140), we're in the presence of CSR chips (ven id 0x413c). We can therefore patch the CSR Controller kext in the following manner (Mountain Lion samples below): extract a copy of CSR Bluetooth Controller Transport kext from /S/L/E/IOBluetoothFamily.kext PlugIns folder and place it to your desktop open up the kext and edit its info.plist file as detailed below insert lines similar to the following ones (copy, paste and modify an existing Apple Portable module of the file), where PCI ven ids and dev ids are entered in decimal, not hex: <key>DW350</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.CSRBluetoothHCIControllerUSBTransport</string> <key>IOClass</key> <string>CSRBluetoothHCIControllerUSBTransport</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idProduct</key> <integer>33027</integer> <key>idVendor</key> <integer>16700</integer> </dict> <key>DW360</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.CSRBluetoothHCIControllerUSBTransport</string> <key>IOClass</key> <string>CSRBluetoothHCIControllerUSBTransport</string> <key>IOProviderClass</key> <string>IOUSBDevice</string> <key>idProduct</key> <integer>33088</integer> <key>idVendor</key> <integer>16700</integer> </dict> delete every reference to existing Apple modules, Dlink, CSR and otherwise: <key>AppleDesktopModule</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.CSRBluetoothHCIControllerUSBTransport</string> <key>IOClass</key> <string>CSRBluetoothHCIControllerUSBTransport</string> <key>IOProviderClass</key> ... ... ... <key>idVendor</key> <integer>3641</integer> </dict> save the edited plist copy the patched kext to /E/E or /S/L/E or other, repair permissions & rebuild cache (use myFix if applicable), then reboot After reboot, you should be able to see the Turn On/Turn Off option in the scroll-down menu when you click on the top menu bar BT icon: NB: Apple having the tendency to bring out different Bluetooth kexts at each version or release of Mac OS, it's strongly recommended to repatch the kext from the running version after each Mac OS installation or update, rather than carry kext from previous version or release as they may not work any more. The same principles should be applicable to other BT modules too. This was brought to you by our resourceful friend Bronxteck.
  2. Ok, just did a fresh install with Nawcom's ModCD + retail 10.6.0. You need: ModCD on CD or DVD Retail SL DVD or USB key with retail SL image restored to it a small USB key (for the D630 intel LoRes bootpack) an external screen with VGA cable (for 1st reboot) Here's what to do: boot ModCD swap discs and press [F5] select Mac OS X Install DVD and press [ENTER] (this will boot with default legacy kernel, but it's Ok) select your desired language and click right arrow at the bottom at main install screen, click on language flag at top right corner and choose the appropriate input source that matches your keyboard Click on Utilities in top menu bar and select Disk Utility create your GUID/Mac OS Extended (journaled) partition on your HDD, then exit Disk Utility, click Continue, then Agree at main installation screen, click on your target SL HDD partition to select it, then click Customize button in the displayed list, unselect Printer Support/Additional Fonts/Addtional Languages (unless you want to add another one) and leave the rest unchanged. Then, click Ok. Click Install to proceed with installation on your target SL partition. This will take approximately 20minutes. Once installation completes, you will be prompted to Restart (will do it automatically after 60s). Attach an external display, you're going to need it. When reboot starts: force display output to the external screen by pressing [Fn-F8] key combination. If you do not do that, you'll always end-up with blackscreen when the Snow Leopard Welcome tune plays. interrupt bootstrap and specify boot option GraphicsEnabler=No (mandatory on D630 X3100 LoRes 1280x800 to avoid LCD garbage; not required at all on D630 X3100 HiRes 1440x900). You'll see the boot process on the external screen, then, right at the time when the system switches to Mac OS X desktop, the display will automatically swap back to built-in LCD. The Welcome video will play accompanied by the Welcome tune. Then finish off 1st boot installation. Basically, SL will boot to blackscreen without this trick due to lack of proper info about the built-in LCD in the BIOS DSDT. As such, you need to use our patched DSDT table: download our bootpack from a Windows PC and place it on a FAT-formatted USB key connect that key to your D630 running SL (i.e. once it has booted into SL as per above process) copy the DSDT file to /Extra From there on, you will be able to reboot your D630 straight into Snow Leopard (with full graphics support) and without the external screen trick. Next, you need to finalise your D630 installation (audio, network, BT, etc.) and probably update to SL 10.6.8: download the 10.6.8 Combo update off Apple's web site download myHack 3.1.2 off the Net download EDP package off EDP pages of OSXLatitude website Delete VoodooHDA from /System/Library/Extensions. It was placed there by ModCD, but causes KP when booting 10.6.8 Run myHack 3.1.2 and: Install Extra->Use my own, pointing to our bootpack that you've previously placed on a USB key Install myHack utilities If you have Internet connection, run EDP package to install it, then launch EDP and do a system build, using pre-selected options. If you don't have Internet connection, reboot and repeat this operation (with bootpack installed at previous step (myHack), you'll have your Ethernet connection working after reboot) Run and apply 10.6.8 Combo Update -> You may now reboot into SL 10.6.8 and enjoy full vanilla Snow Leopard! NB: at that stage, you can make an image of your retail DVD. This can subsequently be restored to a USB key on which you can also apply ModUSB + our bootpack/DSDT. That then provides you with a single bootable USB key that allows you to install SL completely from scratch and a bit quicker too.
  3. I'll try it later on on my own D630 Intel. But I can 100% confirm it works because that is how I started on the D630 all those moons ago. What wireless card do you have in that laptop?
  4. It seems you need to re-install Chameleon on that USB installer or redo it.
  5. This should be all over the place as we keep repeating it on and on, but Intel wireless cards are not supported and can cause Kernel Panics. As such, if you have one, disable it in BIOS or, better, remove it completely. Those cards have got to go and be replaced by Mac OS compatible cards (there's a non-exhaustive listed published in Research section of the forum).
  6. There's a pinned thread dedicated to BIOS settings at the very top of the D6xx section. Remember: you need a retail SL DVD (10.6.0 and10.6.3, possibly10.6.8), not a disc that came with a Mac or a recovery disc. Alternatively you can use a USB key/external HDD that has the installation image restored to it (but that would require a Mac or a Hack to achieve).
  7. Well start with myHack and Generic bootpack/Extra. If that takes you to installation, you'll probably be able to get a basic ML installation to boot and, once in there, open up a Terminal command and send us the results of the command: lspci -nn
  8. https://osxlatitude.com/index.php?/topic/2880-d420-video-issues-w-multiple-osx-versions-what-am-i-doing-wrong-here/&do=findComment&comment=22054 Links to ModCD are in a few posts up in that thread. Once you're done, read-up the EDP pages of this web site and visit myHack's site too.
  9. You would have much to gain by reading the EDP documentation page, as well as myHack's documentation. Then spend some time researching this forum and others too. I know it's very easy to just pop the questions, but it pays to make your own research, test and try things, fail, restart, etc.
  10. Just erased my old D620 GMA950 SL installation (it was on an MBR partition) and replaced it with MLPF ML 10.8.4 (on GUID partition). Not a problem at all using the posted guide. Just make sure that: you run the latest BIOS you've configured it as per recommended settings you have no Intel wireless card plugged in (take it out otherwise, it'll have to go anyway). that you install on a GUID partition, formatted Mac OS Extended (journaled) Also, when you create your MLPF installer, make sure you pick the exact same ML version in the list as what you actually used for your initial Vanilla installation. Otherwise, it won't work since MLPF will be looking for that install app in Applications folder. For instance, if you started with ML install app 10.8.0, then updated to 10.8.3 or 10.8.4, create your MLPF installer with 10.8.0. Only when you've booted off that MLPF installer, you can choose 10.8.3, 10.8.4 or whatever final Vanilla ML installation you have to apply MLPF on it. I hope you're clear on that. NB: I created the MLPF installer on a 8Gb 2nd partition on the laptop's HDD, but a USB key or USB HDD worked just as well for me in the past.
  11. Yes, that is one of the most basic requirements to install Mac OS X: your HDD partition has to be formatted Mac OS Extended (journaled). Ideally, you should use GUID/GPT partitions too.
  12. Which audio kext are you using? Patched STAC9205 or Voodoo? Maybe that card can only be supported through AppleHDA drivers. Whatever driver you're using, try the other one listed in EDP, you never know...
  13. The guide has been thoroughly tested prior to publication. I've validated it for all ML versions up to 10.8.4, i.e. the current one. If you follow it to the letter, you should get there without a hiccup. You seem to have your KP when booting the MLPF installer. What does it say at KP? Make sure you've used the correct bootpack/DSDT, that you have indeed create the /Extra folder on the MLPF installer partition with DSDT and plist files and boot using "-f" flag, not "/f". Is your HDD partitioned GUID (Ok) or is it MBR (NOk)?
  14. Well, I guess the laptop wakes with the exact same settings it had when it went to sleep; in itself, I would not consider that to be a surprise. I mean, if I had my computer hooked to TV and audio out through Jack plug, I'd want that to retrieve the same setup on waking the computer if it were still hooked to the TV... Just did a little test myself with a headphone: when I plug it in, audio output changes from "Speaker (analog)" to "Headphones" when I unplug it, it goes back to speaker indeed, if I put the laptop to sleep with headphone plugged in, unplug the headphone and wake the laptop, audio output remains on headphones with no option to switch to speaker. the only way to switch audio output back to speaker is to replug the headphones and unplug it again. No idea if that can be "fixed". To me it's not something controlled by kext but more by DSDT. Bear in mind that our laptops are not 100% real Macs, so some things do not work exactly the same way...
  15. Hervé

    M4700

    What are your specs (CPU, RAM, graphics, etc.)? When you boot it, is GraphicsEnabler on or off? Try and boot off an external screen, OS X might revert to built-in LCD when switching to desktop. You could also look for Latitude E Series of similar in terms of harware specs and, if already supported under EDP, try its booptack/DSDT. Hardware need to be very close though (same chipset, close graphics, etc.)
  16. Actually, the Scarlett 2i4 appears supported from Lion, not before: http://global.focusrite.com/downloads/os?product=Scarlett+2i4 And here, it says, it's plug and play: http://global.focusrite.com/downloads?product=Scarlett+2i4 Try that Scarlett-plug-in-suite software... And p7 of the user guide mentions activation codes on a card + registration process that provides access to drivers and software: http://d3se566zfvnmhf.cloudfront.net/sites/default/files/focusrite/downloads/8174/scarlett2i4-user-guide.pdf I'd say that the problem, as you've reported it, is not at all related to ML or the D830, but more to incorrect or lack of installation of the Focusrite software.
  17. BIOS settings are at top of this Dell desktop section! Yes do everything from on-board video mode if stuck otherwise and yes, delete those kexts from USB installer too. Please note that I did initially boot my USB installer with myHack's Generic bootpack, then made the bootpack step by step. If you're stuck, try that.
  18. Hi, Indeed the nVidia GeForce GT610 that I used worked OOB after being installed in my Vostro 200 which had existing Lion & ML installations. If you looked at the pictures I attached in my guide, you will have noticed the card's PCI id: vendor 0x10de (=nVidia), product 0x104a. A few questions: Are you using latest BIOS (1.0.16) and is it configured as per recommended settings (granted you may not have the modified BIOS but the standard one)? after inserting the PNY card, did you change your BIOS settings to select PCIe video, not built-in GMA 3100? does your card PNY card have the same PCI ids as my Twintech? can you post a screencopy of Chameleon Wizard Install + boot + SMBIOS + Modules tabs (the tool is available here: http://www.osx86.net/view/3881-chameleon_wizard_4.2.2.html) ? can you post a screencopy or results of Terminal command lspci -nn ? can you list the kexts you have in /Extra/Extensions? I've just noticed that the ML bootpack retained the AT1300Controller + EVOenabler kexts and these MUST GO (ATI X1300 not supported by ML and EVOenabler not compatible with nVidia card - it's EVOenabler that causes the freeze). If you have those 2 kexts, delete them and redo a myHack->myFix (full). Examples: Regarding boot process itself, installing Windows after Mac OS will indeed make only the Windows partition bootable and kind of hide the existing OS X partition. No need to worry. There's an alternative to Darvinko's method to re-instate the Mac OS partition: use the DISKPART utility from a DOS/Command window and set your Mac OS partition to active (in your case, it would be the 1st partition).
  19. Solved: downloading of EDP contents was actually blocked by ISP, so running the downloaded EDP install app would only create an empty /Extra folder! Worked Ok after switching over to a 3G connection to bypass ISP.
  20. I told you your system would run very slow without graphics support, i.e. the way you run it just now... Get a supported card and your trouble will disappear, provided your build is Ok too, of course
  21. Just installed retail 10.6.3 on my D430 notebook following that method... I used: my Core2Duo 1.33GHz D430 (obviously) its external USB CD/DVD drive my ModCD DVD my 8Go USB key with image of retail SL 10.6.3 restored to it NB: in your case, use your SL 10.6.0/10.6.3/10.6.8 retail DVD (any other version or CD/DVD that came with a Mac will not do) unless you can make an image of it on your PPC Mac G5, then restore that image to a USB key. If that is feasible, try to install the ModUSB package to that key too; that'll basically make it bootable with the equivalent of ModCD. You'll have everything on that key to directly install SL from scratch without the need of anything else. If you use that "ModUSB" media, replace the terms "ModCD ..." by "ModUSB" in the following guide. Here's what I did: Phase 1 - installation plugged-in my USB key with restored image of retail SL booted ModCD off CD/DVD drive at ModCD main bootloader screen, selected my USB key with right arrow and booted with -v bootflag. The system boots with legacy kernel by default, which is fine initially (enter boot option mach_kernel to boot Vanilla kernel and get full graphics support) got me straight to SL 10.6.3 installer screen in Utilities->Disk Utility, selected my HDD and formatted a new GUID partition for SL exited DU and installed 10.6.3 on newly created SL partition with the following Customize options: Printer support = ticked off Additional fonts = ticked off Languages translations = ticked off Custom Options -> left as default, but make sure ElliotLegacyRTCfix remains unselected (so that you avoid subsequent KP at boot time) NB: in your case, at #3, if you use the retail SL DVD, eject the ModCD disc, insert the SL one, press F5, select the SL disc and boot with -v bootflag. You may opt for mach_kernel too. Phase2 - 1st boot and installation completion restarted off ModCD disc again. at ModCD main bootloader screen, selected my freshly made SL installation and booted with -v bootflag. It booted Mach kernel which gives full graphics support (whereas Legacy kernel does not, but it's not installed if you keep default Customs options). Naturally, your Yonah-based D420 supports Mach kernel too. -> an alternative is to boot off the freshly created SL partition directly with bootflag -v and option cpus=1 once SL loaded, got the 1st boot music and went through the installation completion screens to reach SL 10.6.3 desktop If you follow the above rigorously, I can garantee that you'll get to the SL desktop without any issue. You LAN port may not be recognized (mine isn't straight away), but my DW1390 is (because that cards works OOB)! Since that is what you have too, you will be able to download myHack v3.1.2 (don't use v3.2, it does not support SL) + OSXL bootpack so that you can proceed to creating your myHack USB installer and re-install a full Vanilla version of Snow Leopard on your D420 (you can overwrite your initial SL installation). If your particular Wireless card needs a kext, download the appropriate kext off a PC, place it on a FAT-formatted USB key and copy if from that key to /Extra/Extensions. Alternatively, copy the LAN kext from the OSXL bootpack to get your NIC supported and use that to get connected. Whatever you do, once you've copied the kext(s) to /Extra/Extensions, open up a Terminal window and type the following: sudo chmod -R 755 /Extra sudo chown -R 0:0 /Extra sudo kextcache -v 1 -a i386 -a x86_64 /Extra/Extensions.mkext /Extra/Extensions Then reboot into SL off your ModCD disc again as per Phase2 #1-2 or #3. Granted that you may not want to restart a brand new installation again, run myHack to: install Extra (using the OSXL D420 (duo core) bootpack, either directly downloaded or copied across by USB key) install Chameleon install myHack utilities remove problematic extensions You will then be able to download, install and run EDP and proceed with System Build. You may also download and run the SL 10.6.8 Combo update prior to doing the EDP System Build. To be safe, I'd recommend that you do not reboot when prompted to do so on Combo update completion, but do your EDP System Build and then reboot. Good luck.
  22. Provided you have the lspci kext in /E/E, you can get all details through the following Terminal command: lspci -nn
  23. Can you list the hardware specifications? I know the Inspiron 1525 has a Broadcom LAN, but it's different from the D630's. For wireless, you need a supported model, which may or may not need a kext; have a look at the non-exhaustive inventory in Research->Hardware->Network section of the forum.
×
×
  • Create New...