-
Posts
5778 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Bronxteck
-
what smbios is it using? is is a sierra compatible smbios?
-
did you rebuild your prelinked kernel cache?
-
could be if it detects vbox then it deletes HFS never tried. let us know if you do.
-
the volume and brightness keys keys are probably remapped to other Function keys try different combinations using the FN key plus all the F keys and other keys you dont normally use like insert, pgdn, ect..
-
[SOLVED] Invalid partition table! on Dell E6530 with sierra
Bronxteck replied to Tricchi's topic in The Archive
run this command first to make sure you do not have a core storage disk diskutil cs list if it finds a core storage volume and you only have 1 disk and osx is on disk0s1 then diskutil corestorage revert /dev/disk1 you can also check to see if . the volume is blessed bless --info /Volumes/volume name/ if it returns with all zeros 0 => then it might need to be blessed wich is apple form of allowing a volume to be bootable sudo bless --bless /Volumes/Volume name/ for windows here are a few sugestions http://serverfault.com/questions/276076/how-can-i-un-mark-a-partition-as-active you can probably do it from a windows installer command prompt unsetting an active partition in osx there is no straight forward way to do it without installing windows or linux binarys made to work on osx like fdisk or gparted or gpt-sync as OSX does not use an MBR partition -
i believe audio device 0x80860c0c is an unsupported HDMI option in OS X. even though you see voodoo hda attaches to it. it will not work. you can modify voodoo hda plist to only attach to 80868C20 by changing "IOPCIClassMatch" to "IOPCIPrimaryMatch" and put the PCI ID of your audio card in string which is 0x80868C20.
-
there is no S*/E* directory only Library/Extensions or System/Library/Extensions on root of OS drive.
-
E6530 El Cap installed but now resets every time I try to boot
Bronxteck replied to gramturismo's topic in The Archive
you can try the dsdt from the 10.10 boot pack here http://www.osxlatitude.com/edp/compatibility/ -
[SOLVED] Invalid partition table! on Dell E6530 with sierra
Bronxteck replied to Tricchi's topic in The Archive
i guess the simplest way check is with a linux distro with gparted or disk utility. anything else in osx will probably entail terminal commands and maybe gpt fdisc. or just reinstalling the whole os after a disc wipe/ repartitioning. -
E6530 El Cap installed but now resets every time I try to boot
Bronxteck replied to gramturismo's topic in The Archive
what bios version is your machine on. also is it an nvidia model? if so turn it off in bios and try again. -
have you tried using an elevated command prompt in windows and running the bios exe with the forceit command. first cd into the bios directory then use the name of the exe with /forceit biosflashname.exe /forceit you can try some of these switches to see if they work http://mickitblog.blogspot.com/2011/09/dell-bios-switches.html i know there used to be a way to force flash the "D" series using the "HDR" file on a usb, removing the battery and holding some keys while powering up but i have forgotten how to do it. it was similar to the 6th post here https://www.bios-mods.com/forum/archive/index.php?thread-16768.html
-
[SOLVED] Invalid partition table! on Dell E6530 with sierra
Bronxteck replied to Tricchi's topic in The Archive
you might have set a partition as active maybe during one of the clover installs or chameleon did. -
[SOLVED] Invalid partition table! on Dell E6530 with sierra
Bronxteck replied to Tricchi's topic in The Archive
was the disk an MBR formatted disk instead of GUID before clover? -
you can try this to reset the bios http://www.dell.com/support/article/us/en/4/SLN245206/ru this is for certain models. http://www.dell.com/support/article/us/en/4/SLN300716/en
-
can you check DSDT for airport injection maybe it has an incompatable id specified
-
are you running latest FakePCIID kexts?
-
so replace airport with en1 in the command like i stated a few posts back.
-
if using clover check your kexts to patch patches to see if they have match os set as it might be patching for wrong os. not all patches transfer from os to os. some of the patches for wifi are for sierra only and at that certain versions like 10.12.1 or 2
-
[SOLVED] Black screen on e6420 Sierra upgrade
Bronxteck replied to someitalian123's topic in The Archive
what boot loader are you using? if using clover check your congif.plist and nvram for backlight level and remove it. if using chameleon you might have to repatch your framebuffers- 20 replies
-
- e6420
- DSDT-LoRes
-
(and 2 more)
Tagged with:
-
terminal command networksetup -setairportpower airport on you can also try replacing "airport" for "en0" or "en1" (with out "quotes") depending on what your airport is stated as. changing on for off will disable wifi.
-
laptop screen not properly recognised, no brightness control.
Bronxteck replied to dikkiedirk's topic in The Archive
if using clover try adding PNLF acpi patch and SetIntelBacklight under devices you can use cloverconfigurator.app -
did you install the kexts to Library/Extensions from the efi/clover/kexts/other/LE folder ? also make sure that you do not have the hardware disabled in bios or the switch off
-
ELAN, FocalTech and Synaptics (Smart Touchpad) Driver
Bronxteck replied to EMlyDinEsH's topic in Smart Touchpad
install the kext like you would normally i guess. more then that i dont know as i have nothing to do with that kext other then compiling it in xcode for you. -
Latitude 6430u, El Capitan, Clover - black screen
Bronxteck replied to wonder2's topic in The Archive
maybe macos is not detecting the proper EDID for your LCD. -
ELAN, FocalTech and Synaptics (Smart Touchpad) Driver
Bronxteck replied to EMlyDinEsH's topic in Smart Touchpad
try the compiled binarys a few posts up for the i2c elan project. that project is not affiliated with this project.