달력

10

« 2025/10 »

  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2009. 5. 25. 20:37

텍스트 큐브와 티스토리(?) etc2009. 5. 25. 20:37

텍스트 큐브, 우측메뉴의 관심블로거 목록을 통한 커뮤니티가 좀더 원활하게 될 것 같더군요.
이를테면 티스토리는 섬에서 홀로 떨어져 논다는 느낌이라면 텍스트큐브는 혼자놀아도 미투데이와 연동이 되고 관심블로거와 연동이 간단하게 되는 부분이 좀 더 와 닿더군요.
물론 티스토리도 스킨이 다양해서 좋구 링크나 rss를 통해서 구현은 가능하지만 역시나 네트웍 부분이 부족하더군요.
미투데이와 트위터는 너무 많은 글들이 지속적으로 끊임없이 올라와서 처음에는 긍정적으로 보았던 부분이 나중에는 글들이 모이다보니 그것도 스트레스 이더군요.
마치 포스팅의 쓰나미가 몰려오는 듯한 느김때문에 부담이 되더군요.

이러한 넘쳐나는 포스팅과 적막한 포스팅사이의 절충점이 텍스트큐브가 아닌가 하는 생각이...^ ^

'etc' 카테고리의 다른 글

MAC 으로의 이주  (0) 2009.07.14
Operating System Interface Design Between 1981-2009  (0) 2009.06.09
Spam Trackback  (0) 2009.05.25
Spam Trackback  (0) 2009.05.25
EFI Architecture for Linux, Windows, etc  (0) 2009.05.16
:
Posted by Ritz®™
2009. 5. 25. 14:21

Spam Trackback etc2009. 5. 25. 14:21


Picture 7.jpg

'etc' 카테고리의 다른 글

Operating System Interface Design Between 1981-2009  (0) 2009.06.09
텍스트 큐브와 티스토리(?)  (0) 2009.05.25
Spam Trackback  (0) 2009.05.25
EFI Architecture for Linux, Windows, etc  (0) 2009.05.16
MAC OSX의 약진 1  (0) 2009.05.08
:
Posted by Ritz®™
2009. 5. 25. 14:21

Spam Trackback etc2009. 5. 25. 14:21

'etc' 카테고리의 다른 글

텍스트 큐브와 티스토리(?)  (0) 2009.05.25
Spam Trackback  (0) 2009.05.25
EFI Architecture for Linux, Windows, etc  (0) 2009.05.16
MAC OSX의 약진 1  (0) 2009.05.08
MAC OSX의 약진 1  (0) 2009.05.08
:
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®™
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®™
2009. 5. 25. 03:07

Adium Application/Internet2009. 5. 25. 03:07

스카이프 AOL, 야후, MSN, FACEBOOK, GTALK, Nateon 을 한 어플리케이션에서 한꺼번에 관리를 할 수 있군요.

거기다 irc 채팅까지 ......

참, 한가지더 Skype 까지 지원이 되죠?

메신저 종합선물세트이군요.


Adium 1.4 beta support Twitter, IRC

Twitter, IRC 를 지원하는 Adium 1.4 beta 가 나왔군요.

FaceBook, .me, AOL, MSN, Yahoo, Gtalk 를 지원한지는 오래이지만, 이번에 나온 베타버전에서는 트위터와 irc까지도 지원하는 군요.

The popular open-source chat client gains support for two much-requested services, a host of other changes and fixes, and a line drawn in the sand for Tiger users.

다음에서 다운로드 받으시면 됩니다.

http://beta.adium.im/

:
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®™
뭐라 형언할 수 없는 날이군요.
역사상 그나마 깨끗했고 서민적인 분이셨었는데 안타깝습니다.

그날 이후로 많은 일들이 발생하는 군요.
:
Posted by Ritz®™