Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

Help required: Choosing a decent P35 MoBo for use w/ OSX, Asus P5KC or Gigabyte GA-P35C-DS3R? Or...?
****
  • Group: Members
  • Posts: 196
  • Joined: 27-April 07
  • Member No.: 103,684
Update: I've ordered everything. I settled on the Gigabyte GA-P35-DS4 but am still to receive it. Other parts as mentioned.
Yet another update: I've received everything i ordered [but the graphics card was damaged -> RMA] and everything runs smooth, including OS X. After a bit of fiddling about, everything on this board seems to be working: SATA by turning on AHCI in bios, IDE [natively], sound [ALC889A, for fix for this, read on], ethernet with the realtek patch, ... The only thing i have not tried yet is firewire [yet this is listed under System Profiler] and eSata, but i don't even have the eSata bracket installed... Even sleep is working [w/ 10.4.10, 8.10.1 kernel] which i find great! Very pleased with this board biggrin.gif If you ever need any help on getting anything working on this board [besides sound, hehe], just ask away smile.gif
Yet another update 2 [to be updated]: Sleep not working anymore. Don't know if it's a hardware/bios/software change. I'll investigate them all when i've got more time. The latter seems most likely, but also most complex to investigate.

[original post starts here]
Hey all,
I'm looking to put together a new PC. My main issue is the motherboard. The 2 I have my eyes on are both P35 boards [for future 45nm CPU support] w/ DDR3 RAM support, although the latter isn't too important: The Asus P5KC and Gigabyte's GA-P35C-DS3R.

Which of these would you recommend? What kinda problems would i be looking at trying to install OSX on either boards? And getting LAN, ... to work?
I'm aware that the ALC889A audio controller on the Gigabyte has no OSX support at the moment, while the ALC883 on the Asus should work.
Other motherboard suggestions are welcome, but i would like a board w/ a P35 chipset.

The rest of the specs will be something like this:
CPU: C2D E6750 [to be overclocked smile.gif]
RAM: 2GB 800/1066 MHz RAM, yet to chose which specific one.
HDD: 500GB Samsung SATAII Spinpoint(?) most likely
GPU: Still to decide. Most likely some 7600GT
DVD: Still to decide.
Already have: Antec Sonata II case w/ Corsair HX520W modular supply and Zalman CNPS9700 CPU cooler.

Thanks in advance!!
PM Profile Card
Go to the top of the page
+ Quote Post
 
Start new topic
Replies
*
  • Group: Members
  • Posts: 17
  • Joined: 26-January 07
  • Member No.: 79,225
Hi guys, I'm new on this unsure.gif and I'm having problems with the Audio. I have the GA-P35-DS4 and a 10.4.9 version os the OsX. Everything works besides Sound, the Raid of the ICH9R, and the second monitor (Dual monitor) wacko.gif .

I would like to start with the audio. I downloaded all the kext I found about ALC889 but nothing. On onership I should put "Read & Write" blink.gif ? I installed the AzaliaAudio.pkg and AzaliaAudio2.pkg. No idea what else to do. I restarted, got errors and nothing. Next boot nothing too. No audio. I did some stuff on the Terminal and everything looks ok but still nothing.

What it should be the normal steps (step by step for a new on OsX smile.gif ) to install the audio?

Thanks on advance!

Spec:
GA-P35-DS4
Intel Q6600
WD 250HB S-ATA
X1950 512MB Dual DVI
2GB Ram 800
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 196
  • Joined: 27-April 07
  • Member No.: 103,684
QUOTE (kszo @ Sep 26 2007, 02:31 PM) *
Hi guys, I'm new on this unsure.gif and I'm having problems with the Audio. I have the GA-P35-DS4 and a 10.4.9 version os the OsX. Everything works besides Sound, the Raid of the ICH9R, and the second monitor (Dual monitor) wacko.gif .

I would like to start with the audio. I downloaded all the kext I found about ALC889 but nothing. On onership I should put "Read & Write" blink.gif ? I installed the AzaliaAudio.pkg and AzaliaAudio2.pkg. No idea what else to do. I restarted, got errors and nothing. Next boot nothing too. No audio. I did some stuff on the Terminal and everything looks ok but still nothing.

What it should be the normal steps (step by step for a new on OsX smile.gif ) to install the audio?

Thanks on advance!

Spec:
GA-P35-DS4
Intel Q6600
WD 250HB S-ATA
X1950 512MB Dual DVI
2GB Ram 800
As posted several times before in the thread, you need this kext, which was originally posted here.

In order to get it to work:
extract the files from the zip [under osx simply double click on the .zip file].
Open up Terminal [Applications -> Utilities -> Terminal] and type the following [bold text: text to type in Terminal. Safest way is simply to copy/paste to terminal]:
  1. sudo -s (enter password)  <-- Gives you administrator rights
  2. cd /location/of/kexts , for instance cd /Users/your_username/Desktop if you've extracted the files on your desktop
  3. cp -R ALCinject.kext /System/Library/Extensions && cp -R AppleHDA.kext /System/Library/Extensions  <-- This copies the files to the 'extensions' folder
  4. <-- The next step will set the correct permissions for the files -->
  5. chmod -R 755 /System/Library/Extensions/ALCinject.kext && chmod -R 755 /System/Library/Extensions/AppleHDA.kext
  6. chown -R root:wheel /System/Library/Extensions/ALCinject.kext && chown -R root:wheel /System/Library/Extensions/AppleHDA.kext
  7. rm -f /System/Library/Extensions.*
  8. diskutil repairPermissions /
  9. <-- Now reboot your computer: -->
  10. reboot or sudo reboot 
Hope it works,
3phemeral
PM Profile Card
Go to the top of the page
+ Quote Post

Posts in this topic
- 3phemeral   Help required: Choosing a decent P35 MoBo for use w/ OSX   Jul 21 2007, 02:36 PM
- - cyclonefr   I have the P5K and i'm happy about this one. G...   Jul 21 2007, 04:50 PM
|- - 3phemeral   QUOTE (cyclonefr @ Jul 21 2007, 04:50 PM)...   Jul 21 2007, 10:58 PM
- - Synaesthesia   Very few motherboards have working mic/audio-in so...   Jul 25 2007, 03:45 PM
|- - 3phemeral   Thanks for your replies Cyclone and Synaesthesia.....   Jul 26 2007, 07:42 PM
|- - peterg   QUOTE (3phemeral @ Jul 27 2007, 05:42 AM)...   Aug 8 2007, 06:15 AM
|- - 3phemeral   QUOTE (peterg @ Aug 8 2007, 06:15 AM) hey...   Aug 9 2007, 07:00 PM
- - peterg   hey to get audio working on my P35-DQ6 motherboard...   Aug 11 2007, 07:48 AM
|- - 3phemeral   QUOTE (peterg @ Aug 11 2007, 07:48 AM) he...   Aug 11 2007, 07:18 PM
- - niteman1969   Has no-one thought of the Abit IP35-E ???? Not o...   Aug 12 2007, 07:49 PM
|- - 3phemeral   QUOTE (niteman1969 @ Aug 12 2007, 07:49 P...   Aug 13 2007, 07:48 AM
|- - Serenity Prospect   niteman1969, What OSX Version did you use? How ha...   Aug 18 2007, 11:10 AM
- - sheeplover   Yes! Yeah! Yeeeee-haaa! It works...   Aug 14 2007, 11:11 AM
- - ddrdark   hi! is not working 4me, give some some problem...   Aug 17 2007, 03:24 AM
- - showthan   It works! Using the file from peterg above the...   Aug 18 2007, 09:48 AM
- - Bluejacky   It works very well on my P35-DS3P. HD output, no ...   Aug 19 2007, 12:16 PM
- - Chief9999   go here do this http://forum.insanelymac.com/lo...   Aug 20 2007, 03:04 AM
|- - karaakeha1   I just tried and my Sound working on GA-P35-DS3P ...   Aug 20 2007, 11:26 PM
|- - karaakeha1   Every thing Works For GA-P35-DS3P Front panel of m...   Sep 6 2007, 08:32 PM
- - skippyretard   I need testers for ALC889, download the kext here....   Aug 21 2007, 02:02 AM
- - olav   does firewire work on the Gigabyte P35-DS4?   Aug 26 2007, 09:15 AM
|- - 3phemeral   ALC889A update: see here, i've now got working...   Aug 28 2007, 10:00 AM
- - dark4181   cool, now all it needs is pure SATA drivers, inste...   Aug 28 2007, 04:03 PM
- - johnny21a   I have a Gigabyte P35-DS4 motherboard and I can...   Sep 2 2007, 07:17 PM
|- - 3phemeral   QUOTE (johnny21a @ Sep 2 2007, 07:17 PM) ...   Sep 2 2007, 08:58 PM
- - buiten   I'm curious as to what p35 mobo is fully compa...   Sep 2 2007, 08:44 PM
- - johnny21a   I did and still it doesn't work, maybe I am no...   Sep 2 2007, 08:59 PM
|- - 3phemeral   QUOTE (johnny21a @ Sep 2 2007, 08:59 PM) ...   Sep 2 2007, 09:01 PM
- - buiten   Thanks 3phemeral, and yes I'm dutch . I'm...   Sep 2 2007, 09:14 PM
|- - 3phemeral   QUOTE (buiten @ Sep 2 2007, 09:14 PM) Tha...   Sep 2 2007, 09:26 PM
- - johnny21a   It works under XP and Vista just fine, maybe I am ...   Sep 2 2007, 10:08 PM
|- - 3phemeral   QUOTE (johnny21a @ Sep 2 2007, 10:08 PM) ...   Sep 3 2007, 05:12 PM
- - johnny21a   My board is revision 1.0 too and I am running the ...   Sep 3 2007, 09:01 PM
|- - 3phemeral   QUOTE (johnny21a @ Sep 3 2007, 09:01 PM) ...   Sep 3 2007, 11:02 PM
- - johnny21a   It works with bios F6. BUT the overclocking does n...   Sep 4 2007, 10:55 AM
|- - 3phemeral   QUOTE (johnny21a @ Sep 4 2007, 10:55 AM) ...   Sep 5 2007, 12:22 AM
- - buiten   One more question, a bit offtopic, but it's th...   Sep 5 2007, 07:26 AM
|- - 3phemeral   QUOTE (buiten @ Sep 5 2007, 07:26 AM) One...   Sep 5 2007, 11:30 AM
- - buiten   Ah, I'll just format everything except the big...   Sep 5 2007, 11:48 AM
- - [idkfa]   I've been looking at the same setup when I dis...   Sep 5 2007, 12:59 PM
|- - 3phemeral   QUOTE ([idkfa] @ Sep 5 2007, 12:5...   Sep 5 2007, 01:26 PM
- - [idkfa]   Thanks for your reply. Looks like at least the Cor...   Sep 5 2007, 04:50 PM
|- - 3phemeral   QUOTE ([idkfa] @ Sep 5 2007, 04:5...   Sep 5 2007, 05:27 PM
- - buiten   All good news I'm hearing, I ordered the gigab...   Sep 6 2007, 10:11 PM
|- - 3phemeral   QUOTE (buiten @ Sep 6 2007, 10:11 PM) All...   Sep 8 2007, 05:08 PM
- - Onetrack   QUOTE Dilemma, dilemma... I'm facing a similar...   Sep 10 2007, 01:22 PM
|- - zippod   QUOTE (3phemeral @ Sep 27 2007, 03:02 PM)...   Oct 1 2007, 01:02 AM
|- - 3phemeral   QUOTE (zippod @ Oct 1 2007, 01:02 AM) Thi...   Oct 1 2007, 08:54 AM
- - kszo   Wow! it works! thanks! I'm usin...   Sep 29 2007, 04:47 AM
|- - 3phemeral   QUOTE (kszo @ Sep 29 2007, 04:47 AM) Wow...   Sep 29 2007, 10:00 AM
- - empire29   Hi, How did you get sleep mode working? I have a ...   Oct 18 2007, 02:42 PM
|- - 3phemeral   QUOTE (empire29 @ Oct 18 2007, 02:42 PM) ...   Oct 20 2007, 03:54 PM
- - yamcha   1.sudo -s (enter password) 2.Users/Ali/Desktop/alc...   Jan 9 2008, 01:10 AM
- - shishnit   Phemeral are you happy with your choice with the P...   Jan 11 2008, 11:03 AM
- - kszo   Yea! for me it works wonderfully! The only...   Jan 11 2008, 01:22 PM
- - kunijp   I was going to get the P35 DS4 but too much patch ...   Jan 12 2008, 03:09 AM
- - shishnit   Kunijp, I thought about the same exact things, tha...   Jan 12 2008, 04:16 AM
|- - 3phemeral   QUOTE (yamcha @ Jan 9 2008, 02:10 AM) 1.s...   Jan 12 2008, 12:51 PM
- - kunijp   Thanks For the information! Did the shutdown, ...   Jan 15 2008, 11:09 AM

Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 12:21 PM