태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

티스토리 툴바


달력

05

« 2012/05 »

  •  
  •  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  •  
  •  
2011/01/21 04:08

Kext Utility x64 for SnowLeopard (update) Snow Leopard2011/01/21 04:08

Information:

Title:
Kext Utility x64 for SnowLeopard (update)
Version: 2.4.2
Homepage: http://www.insanelymac.com/forum/index.php?showtopic=140647
Description/instructions: Author: cVad http://www.applelife.ru
http://www.mediafire.com/download.php?dzyhmdoogtm
Description:

Kext Utility provide the next operations:

* Install kext files;
* Repair kexts permisssions for system’s and Extra folders;
* Pack kext files to mkext cache file.
* UnPack mkext cache files.

Note:
The utility uses a modified widely applied fast method repairing of all (non/standart) kexts with little improvements. To all kexts the identical permisssions (a little more liberal, than it is necessary) are granted. Though it not 100% satisfies the system’s "Disk Utility", however on working capacity of system, to the worst, does not affect.
Note that to run "Disk Utility" when you have enough time is the best way for repair all standart kext.
Update v2.4.2: ??
Update v2.3.2:
* improved repair routine for SnowLeo support
* additional info for CPU
Update v2.3.1:
* Corrected mkext’s packing routine for SnowLeo x64 support
Update v2.3.0:
* rewritten repair algorithm
* improved statistic output



Download

mkext


* Leopard는 Kext Helper 사용



Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/717 관련글 쓰기

댓글을 달아 주세요

2010/01/17 09:43

코드명 육삼이 Snow Leopard2010/01/17 09:43


네 육삼이입니다. 저도 잘 모르겠지만,, T T

갑자기 아래 OINK 시절이 생각나서 글을 써 봅니다.

아시는 분들은 아실 것입니다. 오늘 해적 사이트에 들어가 보았더니 이런 마크를 달고 있더군요. 의미심장합니다.



System Extensions1

System Extensions2
네 아주 안정화 되었습니다.  사운드는 재설정해 주어야 합니다.
.......


다음과 같은 의문이 들기도 합니다. ^ ^

1. i3 CPU(Clarkdale) 을 육삼이가 지원할까요?

2. ATI HD 5750 을 육삼이가 지원할까요?

#############################

검색신공 배양하기 구글링 6종 세트

1. 시스템 스펙/상황 파악하기
http://j.mp/58hmuA

2. 추가 조치 방안 및 질문하는 방법
http://j.mp/6Jui2v

3. 해킨 설치 이미지의 종류
http://j.mp/5bKbXc

4. 특정 패키지 혹은 드라이버만 골라 설치하기
http://j.mp/7oKbwJ


5. 관련시스템 설치이력 찾기(제품 모델명이 “GA-EP45” 시리즈인 경우)
http://j.mp/7d8gfp

6. p55-ud3r i5 750 보드에 4850 일 경우- 밥떠먹여주기 프로젝트팁

http://j.mp/8DfTQv
##################################################


TAG 10.6.3
Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/725 관련글 쓰기

댓글을 달아 주세요

First of all, thanks Master Chief,
Followings is his comment.
I have been working on a replacement for OpenHaltRestart.kext and I am proud to present it today, here on insanelymac.com

My kext is written from the ground up, and not based off of either OpenHaltRestart.kext nor EvoReboot.kext You won't
find a single line of code from either kext in my work – using a completely new and different approach to solve restart issues.

It is also the cleanest
restart solution ever. No nagging whatsoever. Not even a single line in your log files -
the only reference to me, being "
OSX Restart Solution v1.3 By Master Chief 2009" can be found in both Info.plist
and InfoPlist.strings

ioreg -l output
Some of you here might want to know this so here goes:

CODE
OSX_Restart_Handler  <class OSX_Restart_Handler, id 0x10000010c, !registered, !matched, active, busy 0, retain 4>
{
    "IOClass" = "OSX_Restart_Handler"
    "IOMatchCategory" = "OSX_Restart_Handler"
    "IOProbeScore" = 18446744073709550616
    "IOProviderClass" = "IOPlatformExpertDevice"
    "CFBundleIdentifier" = "com.apple.osx.restart"
    "IOResourceMatch" = "ACPI"
}

And for the rest of us… it's not that a big deal. Just forget about it.

Target audience
OSXRestart.kext is developed for OS X 10.6 and 10.6 only. For both 32 and 64 bit (single combo kext). And also (not specifically) for people where restart-after-sleep is broken; no more keyboard controller hacks – I am using the FACP table data instead.

Does it work?
The first version of OSXRestart.kext has been downloaded 121 times so far, and the latest release 25 times. Which looks like nothing right now, but I haven't officially introduced it yet. Not until today that is.

And the first confirmations from: Asus, Gigabyte and MSI users are starting to flow in. But more importantly, there hasn't been a single complaint about OSXRestart.kext not working. Which to me is far more important, especially since my code is still brand new and like I said earlier; I am doing things completely different (using FACP table data).

Limitations
OSXRestart.kext is developed for one reason only... to fix restart issues. Not to fix shutdown!

Shutdown can be fixed with DSDT patching, and Asus user can look
here for help, and Gigabyte users here. Also, OSXRestart.kext is developed specifically for OS X 10.6 and thus there won't be one for Leopard. Sorry.

Source Code
The source code will be made available after a grace period. This gives me time to do some more work, before derivatives begin to show up.

Feedback
Please let me know when OSXRestart.kext isn't working for you, but make sure to read
Limitations first!

What about OpenHaltRestart and EvOReboot?
I don't have anything to comment on it other than; when you are happy with either one of it, that is fine by me. But please give my work a try. Which is only fair. You can always go back to whatever you are using now, and what is working for you. Thank you for your time and cooperation.

References
OSXRestart.kext was first introduced
here and the first update here (22 November 2009).

Donations
I'm not here to make money, this is just a hobby after all, but people who like my work may donate some money to insanelymac.com

Go download OSXRestart.kext now, and spread the word of love.

And as always; Happy Hacking!

-Chief


Attached File(s)
Attached File  OSXRestart.kext.zip ( 13.57K ) Number of downloads: 298


'Snow Leopard > kexts' 카테고리의 다른 글

New OS X Restart Solution for OS X 10.6 by Master Chief  (0) 2009/11/25
Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/671 관련글 쓰기

댓글을 달아 주세요

Upgrade from Leopard to Snow Leopard, 10A432?

It can be upgraded from 10.5.7 to 10A432.

Try to install Existing Leopard Hard Disk. It just upgrade from 10.5.7 to 10.6.0

Then update 10.6.1 by software Update.

But, you have to replace Sleepenabler.kext from Netkas' site when you update to 10.6.2.

It sometimes did not working GFX-String in 10.6.2, especially nVidia 7xxx series, 8xxx series.

if you have black screen after booting followed by lord_webi's guide.


delete following prefs/plists if existing in directory (boot with -x):

/Library/Preferences/ByHost/com.apple.preference.display*
/System/Library/Preferences/ByHost/com.apple.preference.display*
/Users/YOURUSER/Library/Prefereneces/ByHost/com.apple.preference.display*

same to *loginWindow* prefs/plists ... in all that directories if existing ...

restart and your EFI string will work again ...

Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/655 관련글 쓰기

댓글을 달아 주세요

2009/10/20 20:15

Seed notes for Mac OS X 10.6.2 10C527f Snow Leopard2009/10/20 20:15

Known Issues

- Image Capture returns a black image when scanning in black&white and
Image Correction is in manual.

Focus Areas (Changes in 10C527f):

AFP
- Resolves a panic in AFP.

AppKit
- Fix in NSButton, where buttons can be archived for those developing
in Interface Builder.

BezelServices
- Resolves an issue where users were unable to manually adjust the
screen dimming/key brightness on their portables.

ColorSync
- Resolves custom color profiles over reboots.

CoreServicesUIAgent
- Downloaded folders from zip files will open in the finder.

GraphicsDrivers
- Fixes to stencil renderbuffers.
- Resolves a crash in OpenCL.
- Resolves screen flickering issue.
- Resolves a QuickTime Player X stuttering issue when playing 1080p content.

iChat
- Resolves an iChat hang on launch issue.

Image Capture
- Resolves an issue where the correct height & width values are
returned for Nikon cameras.
- Fixes a problem where when two FireWire card readers are connected,
the volume name is unaccessible.
- Resolves an issue where older Canon and Sony PTP cameras failed to
see images.

ipsec
- Resolves an issue where the VPN connection remains active while
transferring data.

Persistence
- Improves the response time when making edits to AddressBook.

Quartz Composer
- Fixes an iMovie crash when looping preview of titles in the skimming palette.

QuartzCore
- Fixes color shift issues in iMovie.

QuickTime Player
- Resolves document types so that movies that play in QuickTime, can
also play in QuickTime Player X.

  • an issue that might cause your system to logout unexpectedly
  • a graphics distortion in Safari Top Sites
  • Spotlight search results not showing Exchange contacts
  • a problem that prevented authenticating as an administrative user
  • issues when using NTFS and WebDAV file servers
  • the reliability of menu extras
  • an issue with the 4-finger swipe gesture
  • an issue that causes Mail to quit unexpectedly when setting up an Exchange server
  • Address Book becoming unresponsive when editing
  • a problem adding images to contacts in Address Book
  • an issue that prevented opening files downloaded from the Internet
  • Safari plug-in reliability
  • general reliability improvements for iWork, iLife, Aperture, Final Cut Studio, MobileMe, and iDisk
  • an issue that caused data to be deleted when using a guest account

Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/602 관련글 쓰기

댓글을 달아 주세요

눈범을 설치한 후 부팅후에 "mdworker"와 관련된 커널패닉 현상을 겪어시는 분들은 이 유틸리티를 한번 사용해 보시기 바랍니다.

http://rapidshare.com/files/236461716/KextUtility.v2.3.2.full.Snow.Leo.x64.ready.by.cVad .dmg.zip


Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/590 관련글 쓰기

댓글을 달아 주세요

2009/07/05 11:21

10A394? Snow Leopard2009/07/05 11:21

정말 눈범용인지는 확인을 해보아야 할 듯...^  ^

10A394
Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/577 관련글 쓰기

  1. SUBJECT Ritz의 생각

    2009/07/06 10:09 TRACKED FROM ritzcarltn's me2DAY  삭제

    10A394? 정말 눈범용인지는 확인을 해보아야 할 듯…^ ^ 10A394

댓글을 달아 주세요

2009/06/21 04:21

Install Snow Leopard on a PC Snow Leopard2009/06/21 04:21

First of all,
Source : http://www.infinitemac.com/f57/how-to-install-snow-leopard-on-a-pc-t3137/#post27953
Snow Leopard 2 PC

This was tested with build 10A380 on a Core 2 Duo CPU. (see sig. for specs.) This is how I got it to work, it may not work for some.

What you will need:
1. A DMG of Snow Leopard.
2. At least 2 Partitions on the GUID partition table, or an external drive using GUID.
3. Download These.
4. A Drive/partition running OS X, and a blank partition/drive.


Step 1
Extract SLStuff .zip and open "PCefi_v9_Installer_Final 2.dmg". Install the package.

Step 2
In SLStuff, copy boot using terminal to the root of your WORKING, current OS X Drive (Presuming SLStuff folder is in the Downloads folder);
Code:
cp ~/Downloads/SLStuff/boot /
Step 3
Mount your SnowLeopard.dmg and browse to /Mac OS X Install DVD/System/Installation/Packages and open OSInstall.mpkg. Install it onto your blank drive/partition. DO NOT RESTART AFTER INSTALL!

Step 4
Install dsmos.kext and Disabler.kext into your Snow Leopard partition using OSx86 Tools, or a Terminal Command line.

Step 5 (Optional)
If you know your system cannot boot the Vanilla Kernel, Try out this kernel for snow leopard, by DmitriK. DOWNLOAD.

Step 6
If you have a custom DSDT, I would recommend copying it and placing it in the root of your Snow Leo drive, just for stability and can even help when booting your system.

Reboot into Snow and see what happens!

This image has been resized. Click this bar to view the full image. The original image is sized 1280x800.

Worked for me, even though the CPU iNfo was wrong :/
Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/575 관련글 쓰기

  1. SUBJECT Ritz의 생각

    2009/06/21 05:43 TRACKED FROM ritzcarltn's me2DAY  삭제

    Install Snow Leopard on a PC First of all, thanks SaCleoCheater Source : http://www.infinitemac.com/f57/how-to-install-snow-leopard-on-a-pc-t3137/#p..

댓글을 달아 주세요

요즈음 너무 심심하여 친구와 애기중에 눈범 애기가 나왔습니다.

과연 에이372버전이 나올 것인가? 에이355이후 버전이라면,,,,

그나저나 삼오오버전은 보안유지를 극도로 진행하고 있는 것 같은데 뭔가 이유가 있을 듯,,,,,,,

Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/554 관련글 쓰기

  1. SUBJECT ritzcarltn의 생각

    2009/06/06 14:54 TRACKED FROM ritzcarltn's me2DAY  삭제

    과연 10A372가 나올 것인가? 10A355이후 버전이라면,,,, 요즈음 너무 심심하여 친구와 애기중에 눈범 애기가 나왔습니다. 과연 에이372버전이 나올 것인가? 에이355이후 버전이라면,,,, 그나저나 삼오오버전은 보안유지를 극도로 진행하고 있는 것 같은데..

댓글을 달아 주세요

요즈음 너무 심심하여 친구와 애기중에 눈범 애기가 나왔습니다.

과연 에이372버전이 나올 것인가? 에이355이후 버전이라면,,,,

그나저나 삼오오버전은 보안유지를 극도로 진행하고 있는 것 같은데 뭔가 이유가 있을 듯,,,,,,,

Posted by Ritz®™

TRACKBACK | http://osx86.tistory.com/trackback/287 관련글 쓰기

댓글을 달아 주세요

  1. 10a380 2009/06/13 18:53  댓글주소  수정/삭제  댓글쓰기

    diskutility가 작동안하는것은 어쩌면 leopard에서 image mount하여 설치시 그런것 같군요.아마 snow leopard애서 설치하면 될지모르갰습니다.10a354에서는 잘 작동했는데 그때 snow 에서 image mount로 설치했었던것이었거든요.

  2. niky 2009/06/15 02:27  댓글주소  수정/삭제  댓글쓰기

    10a380님 덕분에 디스크유틸리티가 제대로 작동하게 됐네요..감사..^^
    권한복구가 잘되니 살거 같습니다.ㅋㅋ

  3. BlogIcon Ritz®™ 2009/06/15 08:11  댓글주소  수정/삭제  댓글쓰기

    흠 권한복구 문제가 있었군요.

  4. 10ㅁ402 2009/07/13 18:03  댓글주소  수정/삭제  댓글쓰기

    snow 에 포함된 rtl8169 가 64bit라고 합니다.8169chip이용한 card 스면 되겠군요.alc883은 insanely에 64bit용으로 올린것을 봤는데 써보진 못했구요 voodoo 64는 잘됩니다.hdefenabler는 구글검색하면64용이 나오고alc889는 enabler없이 dsdt로만 된답니다..

대쉬보드 백그라운드 변경하는 방법

Mac OS X Lion 대쉬보드 백그라운드 변경하는 방법: 1. png 이미지 파일명을 pirelli.png으로 교체한다. 대쉬보드에서는 이 이름만 사용하므로 반드시 파일명을 교체하는 것이 필요하다. 2. 이제 파인더에서 쉬..

Disable Time Machine Local Backups in Mac OS X Lion

Mac OS X Lion 에서 사용할 수 있는 타임머신(Time Machine)은 때로는 유용하지만, 디스크 공간이 부족한 사용자에게는 불필요한 기능(로컬 백업이나 혹은 스냅샷(snapshot)이 될 수 있다. 맥 시스템이 랩..

iOS 5.1.1(build number 9B206) Software Update

iOS 5.1.1(build number 9B206) Software Update It will be synch with Mountain Lion as followings. This update contains improvem..