달력

5

« 2024/5 »

  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

alc888_dump.txt





Ubuntu나 페도라등 리눅스에서 사운드카드 코덱 덤프 받는 방법입니다.

Linux로 부팅하고 난 후, 다음과 같은 명령어를 입력합니다.

<code>cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt

</code>

:
Posted by Ritz®™

GTX260


































GTX-2XX 시리즈 드라이버가 드디어 만들어 졌습니다.

GTX-260은 테스트 점검이 끝난 상태이지만, 타 시리즈도 될 수 있게 만들었다는 것이 개발자의 설명이었습니다.

하지만, 이 드라이버를 만들고 난 후 차후의 지원요청에 따른 부담감 때문에 드라이버 개발자가 공개하기를 꺼려하고 있습니다.

다만, 가까운 친구들에게만 공개를 하고 있습니다.

어쨌든 nVidia 계열 GTX시리즈도 이제는 해킨에서 사용할 수 있다는 뉴스입니다.

:
Posted by Ritz®™

First of all, I really appreciate Hagar,

If you have any question, visit his original posting and leave your question.

Source : http://www.projectosx.com/forum/index.php?showtopic=314&st=0&#entry1000

This posting is just for Korean who don't read English.

준비물:

  • Ubuntu (live CD) 9.04 가 좋을 것 같군요.
  • usb stick
  • 그리고 인터넷 연결이 되어 있어야 합니다.
First:먼저 hfsplus 와 hfsprogs 패키지를 apt-get 혹은 synaptic 를 이용하여 설치합니다.

usb 를 먼저 꽂고
터미널에서, "sudo -s" 명령어를 입력하고 "pwd" 커맨드를 입력하여 마운트 경로와 현재 경로등을 확인합니다.

(보통 /dev/sdb 디바이스가 USB입니다만, 자신의 환경에 따라 다르고 USB 가 사용할 마운트 포인트는 LinOSX 라는 볼륨명을 이용할 것입니다.)

터미널에서 다음 명령어를 입력하세요.
CODE
fdisk /dev/sdb

기존 파티션을 제거하기 위해 새로운 주 파티션으로 생성을 하는데 타입은 "AF" 타입으로 해주시고, active 시킵니다.

다음과같이 mkfs.hfsplus 커맨드를 이용하여 새로운 hfs+ 파일시스템을 새로이 만듭니다.
CODE
mkfs.hfsplus -v LinOSX -U 0 -G 0 /dev/sdb1

보시다시피 LinOSX 볼륨명으로 권한은 사용자와 그룹이 "0:0" 으로 되어 있습니다.

다음은 chameleon bootloader를 설치하는 과정입니다.:
최신 chameleon 패키지를 다운로드하여 압축을 풉니다. 여기에서 Chameleon2.0RC1-r431
cd 커맨드를 이용하여 i386 들어가서 /dev/sdb1 디바이스가 언마운트되어 있음을 확인합니다. 그리고 다음 명령어를 입력합니다:
CODE
dd if=boot0 of=/dev/sdb bs=440 count=1
dd if=boot1h of=/dev/sdb1


다음은 usb를 다음명령을 주어 마운트합니다.:
CODE
mkdir /media/LinOSX
mount -t hfsplus -w /dev/sdb1 /media/LinOSX

그리고 다음과 같이 명령어를 줍니다. 아주 전형적인 방식이죠. ^ ^:
CODE
touch /media/LinOSX/arse

물론, 쓰기가능여부를 점검해야 하는 사항도 있습니다.

모두 처리가 잘 진행이 되었다면 이제 드라이버에 root 권한으로 쓸 수 있는 권한이 있습니다. 따라서,

'Hackintosh > BOOT-132' 카테고리의 다른 글

Snow Leopard용 Boot -132  (0) 2009.10.29
BOOT-132 용 USB 메모리 스틱 만들기-Leopard(10.5.X) Only  (0) 2009.04.05
Boot-132, Adobe After Effects  (0) 2009.03.28
:
Posted by Ritz®™

New universal Injector for ati and nvidia, and multiple ati cards enabler.

source form Netkas : http://netkas.org/?p=104#comment-25268

This new kext, is natit 와 aty_init integrated 하나로 통합된 드라이버로서 주로 nvidia 그래픽 카드를 지원하며 특히, video 램크기를 읽어오는 부분을 좀 더 강화시켰습니다.

가능한 nvidia geforce8 시리즈 이상급에서 사용하시기를 권고합니다. 또한, ati cards의 램을 읽어오는 것을 지원합니다만, multiple cards를 위한 바이너리 추가는 진행하지 않았습니다.

MacPro ATI/Nvidia pc 카드 사용자들도 지원합니다. (예를들면, radeon 4890).

카드 상태는 아직 베타이지만, 동작은 잘 되지만 테스트가 필요합니다.

ati 이름으로는 부족하군요. 좀더 좋은 이름이 필요할 것 같은데 혹시 제안하실 거라도?


^ ^
nVidiaNATI Driver

'Hackintosh > Graphic Card' 카테고리의 다른 글

NVIDIA Quadro FX4500  (0) 2009.06.20
GTX시리즈 드라이버가 나왔군요.  (0) 2009.05.29
Callisto driver  (0) 2009.05.17
Callisto driver  (0) 2009.05.17
NVIDIA GEFORCE 9500 GT, IDENEB 10.5.5  (0) 2009.05.11
:
Posted by Ritz®™

First of all, Thanks ab___73.


source : http://www.insanelymac.com/forum/index.php?showtopic=145792&pid=1163564&mode=threaded&start=#entry1163564

This posting will be translate to Korean, that's why ab_73's posting is in here for understanding who duuno english.

Update:


Upload of Release version 1 with source code.

boot1h 와 관련된 파일크기의 제약상 SMBIOS나 /Extras폴더와는 아직 호한이 안된다는 점을 유의해 주세요.

변경사항:

+ load upto 30 SSDT tables.
+ load extra additional SSDT tables.
+ ACPI v1 and v2 and v3 support.
+ source code refined.

SSDT 테이블을 올려주시면 많은 사람들에게 도움이 될것입니다.
가능하면 www.mediafire.com 에 올려주시면 되겠습니다.

다음 부트로더를 다운로드 받으세요.
Attached File ssdtboot_chameleon2.zip ( 314.39K ) Number of downloads: 500


Update:

30 SSDT tables을 로딩할 수 있게 소스코드를 수정하였다. 테스트 중에 있으며, 성공하면 이 bootloader 와 소스코드를 공개할 것입니다.
tonight.

SMBIOS source code diff를 추가하는 부분에 있어 몇가지 이슈가 있는데, 부트파일의 파일크기 제한과 관련된 것 같군요.
만약 파일크기가 62000bytes 이하에서 bootloader를 운용하게끔 한다면 SMBIOS + DSDT + SSDT 패치를 62700bytes 까지 증가시킬 수 있을 것 같습니다. 부팅시에 /boot0 hang이라는 부팅에러를 겪었다면 이 부분이 해결될 수 있겠군요.

파일 크기 제한과 관련하여 어떤분이라도 좋으니 알고 있으신 분은...^ ^

왜 boot1h 가 단지 <64k boot 파일 이하로 로딩해야 하는 건지...알고 싶습니다!!

-------------------


아주 일반적인 chameleon DSDT override bootloader 를 수정하였는데, 이는 수정된 DSDT 와 SSDT 테이블을 로딩하기 위한 것입니다.

다음과 같은 이점이 있습니다:

+ 컴파일 에러를 이해하고 또, SSDT 테이블 내에서 가끔은 DSDT가 external methods를 레퍼런스 하기도 합니다..

+ Fix Powermanagement.

+ Fix PStates (CPU performance management)

+ Fix CStates (Power Saving managenent)

+ Fix TStates (CPU throttling)

+ View SATA controllers ACPI functions.

이 버전은 디버그 버전입니다. 곧 새로운 버전을 소스코드와 같이 발표할 것입니다.

Chameleon bootloader 와 DSDT 패칭 프로젝트에 관심 가져줘서 고맙군요.

이 bootloader를 이용할려면,

특정 폴더에 압축을 풀고.

Terminal 에서 해당 폴더로 이동합니다.

기존의 bootloader를 다음과 같이 백업합니다.

#sudo cp /boot /boot.bak

사용할 bootloader 를 다음과 같이 복사하여 줍니다.

#sudo cp ssdtboot /boot

SSDT 테이블을 추출하기 위해서는

터미널에서 압축을 풀어놓은 폴더로 이동하여 다음과 같이 실행합니다.

#./getSSDT5.sh

이 명령어는 다음과 같은 디컴파일된 SSDT 테이블을 생성합니다.

SSDT-0.dsl
SSDT-1.dsl
..
SSDT-4.dsl

SSDT Tables의 숫자는 하드웨어 숫자에 기인하므로 숫자에 연연할 필요는 없습니다

텍스트 에디터나 Text Mate를 이용하여 이 화일들을 열어서 수정합니다.

SSDT tables수정하였으면, 터미널에서 다음과 같은 커맨드를 입력하여 컴파일 하여 줍니다.

./iasl -sa SSDT-0.dsl
./iasl -sa SSDT-1.dsl
./iasl -sa SSDT-2.dsl
..

./iasl -sa SSDT-x.dsl
(where x is the table you wish to compile)

컴파일된 파일을 다음과 같은 명령어를 이용하여 최상위 디렉토리에 복사하여 줍니다.

#cp SSDT-x.aml /
(where x is the table you wish to copy)

이 bootloader 를 이용하여 재부팅하고 나면 이미 SSDT 테이블을 로딩하였을 것입니다.

DSDT와 관련하여 다음 글들을 참고합니다.

DSDT Patcher

DSDT BIOS Patcher

다음과 같이 Boot 옵션을 사용할 수 있는데 수정된 것을 사용하는 것 대신에 기본적인 oem SSDT 테이블을 로딩하기 위해 사용할 수 있습니다.
(Use this at darwin boot)

oemSSDT=y

voodoo kernel 에서는 boot 옵션을 다음과 같이 주어 동작되는지 확인하여 봅니다.

kprintf=1 -v

OSX로 부팅하였다면

터미널에서 다음과 같은 명령어를 입력합니다.

#sudo dmesg | grep ACPI

OEM SSDT 테이블 예:
CODE
ACPI: SSDT @ 0x7f7f4440/0x0024 (v001 HP HPQNLP 0x00000001 MSFT 0x0100000E)
ACPI: SSDT @ 0x7f7f4464/0x0326 (v001 HP HPQSAT 0x00000001 MSFT 0x0100000E)
ACPI: SSDT @ 0x7f7f4f9d/0x025F (v001 HP Cpu0Tst 0x00003000 INTL 0x20060317)
ACPI: SSDT @ 0x7f7f51fc/0x00A6 (v001 HP Cpu1Tst 0x00003000 INTL 0x20060317)
ACPI: SSDT @ 0x7f7f52a2/0x04D7 (v001 HP CpuPm 0x00003000 INTL 0x20060317)


수정 적용된 SSDT 예:
CODE
ACPI: SSDT @ 0x7f7f4440/0x0024 (v001 HP HPQNLP 0x00000001 MSFT 0x0100000E)
ACPI: SSDT @ 0x7f7f4464/0x0326 (v001 HP HPQSAT 0x00000001 MSFT 0x0100000E)
ACPI: SSDT @ 0x7f7f4f9d/0x025F (v001 HP Cpu0Tst 0x00003000 INTL 0x20060317)
ACPI: SSDT @ 0x7f7f51fc/0x00A6 (v001 HP Cpu1Tst 0x00003000 INTL 0x20060317)
ACPI: SSDT @ 0x1956000/0x051E (v001 HP CpuPm 0x00003000 INTL 0x20080926)


5라인의 변화를 유의하여 보면 (SSDT-4) e.g. 0x7f7f52a2/0x4D7 -> 0x1956000/0x051E

이 주소가 변화된 의미는 수정된 SSDT 성공적으로 로딩된 것입니다.

이제 SSDT 테이블을 공유하여 서로간의 정보를 공유하여 봅시다. www.mediafire.com 에 업로드하여 공유하면 될 것 같군요.

다음 화일이 도움이 될 것 같군요.

[attachment=42483:ssdtboot_chameleon.zip]

Cheers,

AB

Voodoo kernel :

voodoo kernel
:
Posted by Ritz®™
2009. 5. 25. 09:33

Mac Os X on P5E + 8800GT and Q6600 Hackintosh/Mainboard2009. 5. 25. 09:33

First of all, thanks drmando for this Guide.

Mac Os X on P5E + 8800GT and Q6600

ALL YOU NEED IS IN THIS FILE: http://rapidshare.com/files/86007773/drmando.rar
The Bios-Setting
1. AHCI Enabled
If windows vista is already installed you will first have to boot into vista and go to your windows directory and open de regedit.exe. Then go to HKEY_LOCAL_MACHINE\Sysyem\CurrentControlSet\Services\Msahci and change the Start property to "0"
2. Execute disable function = enabled
3. ACPI2 support = Yes
4. Intel speed step = disabled
Now you are ready to install.

The Installation
I used the KALYWAY image to base my installation on
My system:
SATA HD Spinpoint Samsung 500GB
-)2partitions a OSX of 200
Data of the rest
SATA DVD-RW Lite-on 20x
ASUS P5E with an X38Chipset … see asus.com for entire hardware list.
2GB RAM GEIL
NVIDIA 8800GT OC MSI

After having done the bios settings I put in the cd of MAC OS X. I pressed F8 for installation options and put in a "–v" to have terminal view instead of white apple screen in witch you cannot see errors. Loading the GUI of the installation may take a while.

The GUI has loaded, and asks for your languague, choose one and continue. Now go to utilities -) Disk utility and format partition your HD to your will. Be sure to have a Journaled partition as OSX requires one to install onto the rest of the partitions you may choose like HFS or whatever other format you like.

Install the vanilla kernel with patch leave other options for what they are may only cause crash.

Complete the setup and reboot and remove the CD.

WARNING if after reboot you have error 0b NO WORRIES, its just that your partition is not active (YET) in that case just leave the DVD in it and let it time out and you will boot into leopard.

OSX now loads continue till registration then hit windows sign and Q to skip it.

OSX after installation
This is were the tricky part starts. First you have to fill in some info until you come at the registration form. Just press CTRL+Q (some keyboards WIN+Q or ALT+Q) to skip the registration. Mac Os X setup is now complete but graphics are standard, no sound an no networking device!

Solutions follow!
The network adaptor (IF IT'S NOT WORKING YET)
I started with the network adaptor. For my motherboard I need to find the kext or make the kext for a Marvell Yukon 8056 type. There is none … no problem I fix it!

You will need to download following file from rapidshare or from my zip file. gigabyte_ds3-4pack.1.2.dmg wich has the 8053 version of my chip included. I will use that one to make mine. Install the package and then reboot.

Go to the terminal and type following commands:
CODE
cd /System/Library/Extensions <-- changes directory
sudo nano IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist <-- edits file

(find and change: <key>Yukon-88E8053</key>)
(to: <key>Yukon-88E8056</key>) <-- change "53" to "56"

(find and change: <string>Yukon Gigabit Adapter 88E8053</string>)
(to: <string>Yukon Gigabit Adapter 88E8056</string>) <-- change "53" to "56"

(find and change: <string>0x436211AB</string>)
(to: <string>0x436411AB</string>) <-- change "62" to "64"

(press Control-O) <-- saves changes
(press Y and Enter) <-- accepts saving to existing file
(press Control-X) <-- exits nano

sudo chown -R root:wheel IONetworkingFamily.kext <-- repairs permissions
cd /System/Library <-- changes directories
sudo rm -rf Extensions.mkext Extensions.kextcache <-- rebuilds kextcache on reboot
I have had a lot of problems finding the right commandline for the file. If the file is empty its not the right one!!! Google a bit and look around for different variations. These lines worked for me. IONetworkingFamily.kext/Contents/PlugIns/AppleYukon.kext/Contents/Info.plist

Once Opened you will have to change the file like stated above using the CTRL+… key for controlling the edit program with controls stated downside in the box.

Reboot and network will work.

The VGA
I have a 8800 GT OC 512 version of MSI. I looked around on the net and found out this was the easiest of all biggrin.gif

Just install the 10.5.2_NVkexts+.pkg included in my zip

The Audio
!UPDATE! ONLY THE BLUE EXIT LINE 2.1 SOUND !!!!

Take the AzaliaAudio.pkg from my zip and install it. Then run following command lines.

Step 1: (backup if you want too) Delete AppleHDA.kext:

sudo rm -rf /System/Library/Extensions/AppleHDA.kext

Step 2: Edit AppleAzaliaAudio.kext for matching codec's proper ID:

sudo nano /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist

goto Realtek ALC880/ALC860 Codec Driver key & change the <string> to

<string>0x11d4198b</string>

ctrl + O to save ctrl + X to quit

Step 3: Edit AppleAzaliaController.kext for matching ICH9R HDA interface proper ID:

sudo nano /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

find <key>IOPCIPrimaryMatch</key>

change the <string> to

<string>0x293e8086</string>

Step 4: Refresh kext caches

sudo rm /System/Library/Extensions.kextcache

kextcache -k /System/Library/Extensions/

Step 5: Disk Utility>Repair Disk Permissions

Step 6: Reboot

WARNING: in step 4 it might not succeed I just went to that directory and cleared the cache map myself restored my disk and rebooted and it worked fine.

YOU HAVE SUCCEDED!!
Congratulations!! You have successfully done what I have.

Hope this info was handy based mine on lots of posts trough the net, many thanks to those people.
!UPDATE!
I can see from my RS account that my file gets downloaded many times, plz leave some feedback so i can work on fixes. thank you!!
!UPDATE!
:
Posted by Ritz®™

하나의 하드디스크에 윈도우즈와 MAC OSX를 설치하려면 어쩔수 없이 MBR 파티션을 이용할 수 밖에 없지만 권장할만한 사항은 아닙니다.

왜냐하면 차후에 GPT+ GUID 방식이 아니라 MBR 파티션 방식이면 이것저것 걸리는 사항이 많더군요.  이를테면 디스크 이미지를 이용한 설치는 Osinstall.Mpkg 등을 수정하여야 MBR 파티션에 설치해야하는등 아픔이 많습니다.


하지만, 많은 사용자들이 하나의 디스크에 파티션을 나누어 윈도우즈와 MAC OSX를 설치하여 멀티부팅을 하는게 현실입니다.

이러한 경우 윈도우즈에서 FAT32로 파티션 한 다음, 다음그림과 같이 파티션을 변환하여 주면 됩니다.


설치 DVD등으로 설치 과정에 진입하면 설치할 파티션이 제대로 설정이 안 될 경우가 있다.

이런 경우 다시 한번 MAC Journaling으로 파티션으로 변환하는 방법중의 하나가 그림과 같은 방법이 될 것이다.

설치 과정중에 상단 메뉴의 utility에서 disk utility를 선택하여 다음과 같은 그림으로 진행하면 된다.


Picture_2

:
Posted by Ritz®™

Update : https://cafe.naver.com/uefi/15762

10.5.7 로 부팅하고 난 후 정상부팅시도를 하면 커널패닉으로 부팅이 안되는 경우가 있습니다.

이런 경우 다음과 같은 방법을 사용하시면 적어도 어떤 드라이버에서 문제가 발생하는 지 알 수 있습니다.
 
다음 방법은 리테일 DVD 이미지를 사용하였을 경우에만 사용하십시요.  
AMD 시스템에서는 그때그때 상황에 따라 다르므로 참고만 하여 주십시요.
Chameleon/XPC 방식의 부트로드일때만 권합니다. 
 
1. 부팅옵션을 "-v -f -s" 를 주어서 싱글유저모드로 부팅한다.
2. "exit"입력하고 엔터를 치면 다시 정상모드로 부팅이 되는 데 이때 화면에 뜨는 로그들을 잘 분석한다.  <<  이때 특히 Legacy 관련 Kext 로딩시 로그화일들을 유념해서 보아야 하고 부팅이 안되면 Legacy 관련 Kext를 제거하고 부팅시도합니다.
또한, AppleHDA.kext 도 커널패닉에 일조를 하는 경우의 수가 있으니 이 파일도 원본 화일로 돌려 놓고 부팅시도를 합니다.
 

 

1. 시스템 상황 파악하기 

http://tinyurl.com/oupzeh 

 

2. 추가 조치 방안 

http://tinyurl.com/cqxw3m 

 

3. 이미지의 종류 

http://tinyurl.com/oy2drt 

 

4. 드라이버만 골라 설치하기 

http://tinyurl.com/qlhngh

 

5. 관련시스템 설치이력 찾기

http://tinyurl.com/oogevb

 
 
 
 
 
:
Posted by Ritz®™