달력

4

« 2024/4 »

  • 28
  • 29
  • 30

'다운로드'에 해당되는 글 22

  1. 2009.10.25 efi driver
  2. 2009.10.24 Permissions & KEXT Caches
  3. 2009.07.17 iMovie 8.0.4 Update
  4. 2009.06.09 Safari 4 Update
  5. 2009.05.17 Callisto driver
  6. 2009.05.17 Callisto driver
  7. 2009.05.17 10.5.7용 Voodoo Kernel 9.70
  8. 2009.05.17 10.5.7용 Voodoo Kernel 9.70
2009. 10. 25. 05:33

efi driver Hackintosh/XPC2009. 10. 25. 05:33

1. I'm not sure I can use following efi driver from rEFIt.

2. xpc support Snow Leopard, becaus of my SnowLeopard partition is not appeard in XPC.

3. Is there any ATI Grphic Card driver for ATI HD 3650 and may I have url for downloading?

'Hackintosh > XPC' 카테고리의 다른 글

UEFI-Boot  (0) 2010.04.02
XPC bootloader Update  (0) 2009.10.27
XPC Gui v0.50a  (0) 2009.10.21
XPC Menu  (0) 2009.06.15
XPC 설치  (0) 2009.05.18
:
Posted by Ritz®™
2009. 10. 24. 18:57

Permissions & KEXT Caches Hackintosh/Tip2009. 10. 24. 18:57

Mac OS X를 사용하면서 가장 문제점이 될 수 있는 것이 잘못된 권한이나 부적절한 kext cache 를 생성하는 것입니다.

항상 필요한 것은 아니지만, extensions을 수정/추가하거나 새로운 kexts가 추가되는 새로운 소프트웨어를 설치하였을때, 디스크유틸리티에서 권한복구를 하여주거나 kext caches를 새로이 만들어주는 것이 필요합니다.

물론, x86osx : Leopard driver 설치 방법 에서와 같이 kext helper를 이용하는 것이 편리한 방법이긴 하지만, 여기에서는 터미널을 이용하는 방법으로 다음과 같은 명령어를 주어 매뉴얼로 수행할 수도 있습니다.:


$ sudo chown -R 0:0 /System/Library/Extensions

$ sudo find /System/Library/Extensions -type f -exec chmod 644 {} \;

$ sudo find /System/Library/Extensions -type d -exec chmod 755 {} \;

$ sudo kextcache -v 1 -a i386 -a x86_64 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions


다음은 "Extra"폴더를 권한복구하여 준다.:

$ sudo chown -R 0:0 /Extra

$ sudo find /Extra -type f -exec chmod 644 {} \;

$ sudo find /Extra -type d -exec chmod 755 {} \;

$ sudo kextcache -v 1 -a i386 -a x86_64 -m /Extra/Extensions.mkext /Extra/CustomExtensions


이제 시스템을 재부팅하면 된다.

만약, 다른 하드디스크나 파티션의 권한복구해 줘야 할 필요성이 있을때는 그 경로를 유념하여 사용하면 된다.

NOTE: /S/L/E 권한은 755 이고 그 안의 파일들은 644 임에 유념해야 한다.

IMPORTANT: Place any extensions that you would normally put in Extra/Extensions into Extra/CustomExtensions. This solves several bugs people have been experiencing while using Extra/Extensions in Snow Leopard with the Chameleon RC1 & PC EFI 10.1 bootloader. If you currently have extensions in Extra/Extensions simply move them to Extra/CustomExtensions before running the above commands or using the script below.

If you’ve tried using the manual method listed above to fix permissions but you are still having problems – or you just want to speed things up – I have written the following script which automates the process.

스크립터 다운로드: pfix v1.2

더블클릭하여 이 스크립터를 수행하거나 다음과 같은 커맨드를 이용하여 이 스크립터를 수행할 수 있다.

“sudo /path/to/pfix”

만약 “command not found” 혹은 “Permission denied” 라는 에러메시지가 나오면 다음과 같은 커맨드를 이용하여 스크립터 권한을 수정하여 주어야 한다.

“sudo chmod 755 /path/to/pfix”

Note: Place extensions that would normally run in Extra/Extensions into Extra/CustomExtensions for this script to work. (this solves some bugs people have been having with using Extra/Extensions in Snow Leopard).

IMPORTANT: This script is intended to be used for correcting permissions and building kext caches on Snow Leopard ONLY! Do not use this script to repair permissions on Leopard or Tiger! Also do not use on a real MAC [it is for hackintosh only].


:
Posted by Ritz®™
2009. 7. 17. 09:09

iMovie 8.0.4 Update macOS/Update2009. 7. 17. 09:09

'macOS > Update' 카테고리의 다른 글

Microsoft Office 2008 12.2.3 Update  (0) 2009.11.11
Security Update 2009-006  (0) 2009.11.10
Safari 4.0.2 update  (0) 2009.07.10
iphoto 관련 Software Update  (0) 2009.07.06
Safari 4 Update  (0) 2009.06.09
:
Posted by Ritz®™
2009. 6. 9. 08:47

Safari 4 Update macOS/Update2009. 6. 9. 08:47

10.5.7로 업그레이드하신 분만 업그레이드를 할 수 있습니다.

'macOS > Update' 카테고리의 다른 글

Safari 4.0.2 update  (0) 2009.07.10
iphoto 관련 Software Update  (0) 2009.07.06
10.5.7로 업그레이드한 후 X11 행걸릴때  (0) 2009.05.27
10.5.7용 Voodoo Kernel 9.70  (0) 2009.05.17
10.5.7용 Voodoo Kernel 9.70  (0) 2009.05.17
:
Posted by Ritz®™
2009. 5. 17. 16:22

Callisto driver Hackintosh/Graphic Card2009. 5. 17. 16:22

:
Posted by Ritz®™
2009. 5. 17. 16:22

Callisto driver Hackintosh/Graphic Card2009. 5. 17. 16:22

:
Posted by Ritz®™
2009. 5. 17. 12:44

10.5.7용 Voodoo Kernel 9.70 macOS/Update2009. 5. 17. 12:44

First of all, thanks moskiviri,

10.5.7용 Voodoo Kernel이 나왔군요.

다음은 readme 화일입니다.

Hello, i have prepared a kernel for 9.70 using the sources of AnV, i removed everything extra it brings, like hpet that isnt needed since 9.5.0, and the builtin decrypter that uses a magic poem, and enverything that was marked "anv"


http://www.mediafire.com/download.php?odrjzszyvxw

'macOS > Update' 카테고리의 다른 글

10.5.7로 업그레이드한 후 X11 행걸릴때  (0) 2009.05.27
10.5.7용 Voodoo Kernel 9.70  (0) 2009.05.17
Safari 3.2.3 for Leopard  (0) 2009.05.13
Safari 3.2.3 for Leopard  (0) 2009.05.13
10.5.7 Combo Update  (0) 2009.05.13
:
Posted by Ritz®™
2009. 5. 17. 12:44

10.5.7용 Voodoo Kernel 9.70 macOS/Update2009. 5. 17. 12:44

First of all, thanks moskiviri,

10.5.7용 Voodoo Kernel이 나왔군요.

다음은 readme 화일입니다.

Hello, i have prepared a kernel for 9.70 using the sources of AnV, i removed everything extra it brings, like hpet that isnt needed since 9.5.0, and the builtin decrypter that uses a magic poem, and enverything that was marked "anv"


http://www.mediafire.com/download.php?odrjzszyvxw

'macOS > Update' 카테고리의 다른 글

Safari 4 Update  (0) 2009.06.09
10.5.7로 업그레이드한 후 X11 행걸릴때  (0) 2009.05.27
10.5.7용 Voodoo Kernel 9.70  (0) 2009.05.17
Safari 3.2.3 for Leopard  (0) 2009.05.13
Safari 3.2.3 for Leopard  (0) 2009.05.13
:
Posted by Ritz®™