Jump to content
332 posts in this topic

Recommended Posts

Hi people!

I've read through the topic completely, know almost everything i want. (i'm planing on building Server with this MoBo).

 

It looks, that this board is more suitable then the Asus P5Q Premium i currently posses (haven't yet time to test asus either)

 

I'd like to ask you few things.

Can any of you create a small network and test how do the Mac and Windows clients connect to the shares?

What are the top transfer speed's before any freezes occur? (Yonika's post #200)

 

Next, does the "teaming" function work under MacOS? (making LAN controllers appear on a network as one, so the rough throughoutput multiplies by number of controllers used)

...my machine randomly freezes, I cannot move mouse, keyboard does not respond, I have to reboot the computer. Sometimes it happens during work, sometimes when the computer is not being used. Very similar to this report: http://forum.insanelymac.com/index.php?sho...mp;#entry871008 The guy has the same graphic card and the same PCi network card.

 

It happened again, after a few days witout any problem. It cannot be caused by the PCI network card, I have removed it a few days ago and I'm using the onboard RTL 8111. So it may be the VGA card (nvidia 8800gt 512MB), anyone with similar problem?

ls8

Have you installed anything in any of two PCIe-4x slots?

 

I've been through technical documentation, since i was planning to make this my server board and and i found smth. interesting. Have a look at the block diagram first (it was taken from user manual)

 

Intel ICH10/R supports for 6 (six) PCIe-1x independent lines each 500MB/s throughoutput.

From diagram you can see, that both PCIe-4x slots and all GLAN controllers share 4PCIe lines. I assume that internal controller might go crazy in some situations switching between those mentioned.

 

And i found it to be somewhat lame for a board for the price, since 1Gbit/s = 128MBytes/s, adding embedded controller for all four GLANs would spare three PCIe lines :(

It happened again, after a few days witout any problem. It cannot be caused by the PCI network card, I have removed it a few days ago and I'm using the onboard RTL 8111. So it may be the VGA card (nvidia 8800gt 512MB), anyone with similar problem?

 

Maybe it's your power supply?

Yes, also detected af half-duplex. But mounting samba drivers, bonjour (afp) and alll other features are fully working for me.

 

Hey ls8. Are you able to test something for me? Could you test a network transfer and find out if the network speed with the Psystar drivers have dropped to 10Mbps?

 

 

 

P.S. Did the power supply sort out the freezing problem?

I didn't have time to change the power supply yet.

 

Networks works 100Mbit/s for me, I only have 100Mbit network here, I cannot test 1Gbit/s.

 

Edit: I have changed the power supply, now running on FORTRON Green Power 500W ATX, PFC/P4 [FSP500-60GLN]. Everythging OK so far.

On fifth day it froze again. It must be the graphics card, maybe RAM...

 

 

That sucks!

 

Hey ls8, have you hooked up your card through DVI or regular VGA?

 

I'm having this problem at present http://forum.insanelymac.com/index.php?showtopic=140178

 

Any idea why?

DVI. My card has no VGA out, only two DVI connectors. I have no problems with waking from sleep, no blue screen. My computer just freezes (cannot move mouse, keyboard input is ignored), but sound from USB DVB tuner (Elgato EyeTV) is still running.

 

RAM seems to be OK, I had memtest running for 23hours, no errors found.

Hey ls8. Are you able to test something for me? Could you test a network transfer and find out if the network speed with the Psystar drivers have dropped to 10Mbps?

 

I work on a similar configuration as LS8 and I use the Psystar-Realtek drivers combined with EFI-string.

I still can't get TM to work but the network transfer is fine with 1Gbit, Pairing works also.

 

For those of you wondering what multiple NICs are used for:

One choice you have is called "Pairing" ... it means combining two or more NICs to an array to get higher transfer speeds. Normally used for workstations or servers.

TM works fine for me, try to reset the network settings

 

TM now seems to work :) Thank you!

 

 

Netkas posted a guide how to be prepared for the upcomming 10.5.6 update on his website.

I followed the steps but I like to reassure that I did everything correct:

 

- I use ChameleonEFI v 1.0.11

- I replaced ./boot with the PC_EFI v9-version comming from netkas.

(hibernation basically works but it screws my bios - a POST error is recognized and all settings are returned to default. And absolutely no keyb. or mouse after reboot, even a USB mouse doesn't work.)

- I downloaded Fassls DSDT-Patcher, ran the patch-file and copied the created dsdt.aml to the root.

 

My system still works, but I don't know how to check back if Fassls patch does it's job. I don't really like to screw my system with the upcomming update, so if anybody could give me some reassurance I would be very pleased :(

I am running 10.5.6 now, no PCEFI_v9, no DSDT patch. I just used the old trick:

 

sudo su -
while sleep 1; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext; done

 

Then installed MacOSXUpd10.5.6.dmg downloaded from http://www.apple.com/downloads/macosx/appl...1056update.html (372MB). Computer froze on first reboot, started OK on second reboot.

 

Reinstall LS8v14 fixed audio and System information (CPU frequency etc.).

Congratulations! :)

 

I will go for a complete reinstall now. The header of my system drive got corrupted while installing Chameleon with dsdt. I absolutely have no clue what went wrong... but I was able to get my data back using R-Studio. Now I got a new hdd and will try it again. Since I install from another installation I hopefully won't need any patch, script or trick at all.

 

I'll update with my results later...

I am running 10.5.6 now, no PCEFI_v9, no DSDT patch. I just used the old trick:

 

sudo su -
while sleep 1; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext; done

 

Then installed MacOSXUpd10.5.6.dmg downloaded from http://www.apple.com/downloads/macosx/appl...1056update.html (372MB). Computer froze on first reboot, started OK on second reboot.

 

Reinstall LS8v14 fixed audio and System information (CPU frequency etc.).

 

Hey ls8,

Can you explain why you had to use the

"while sleep 1; do rm -rf " command? Did you have to stun this loop in order to be able to install the update? What happens if i don't run this command and try to update? Does the kext you remove keeps getting back?

 

Did you solve the TM issue that occurs after updating ? What do you mean re-install System information (CPU frequency etc.)? Can you specify the kexts over written in the update?

I am running 10.5.6 now, no PCEFI_v9, no DSDT patch. I just used the old trick:

 

sudo su -
while sleep 1; do rm -rf /System/Library/Extensions/AppleIntelCPUPowerManagement.kext; done

 

Then installed MacOSXUpd10.5.6.dmg downloaded from http://www.apple.com/downloads/macosx/appl...1056update.html (372MB). Computer froze on first reboot, started OK on second reboot.

 

Reinstall LS8v14 fixed audio and System information (CPU frequency etc.).

 

Thats weird ls8.

 

All the guides say that the DSDT patch MUST be installed because of the AppleRTC.kext present in 10.5.6

 

So is the DSDT patch really pointless?

I don't know if the DSDT is pointless or not, I just don't use it. Vanilla AppleIntelCPUPowerManagement can break your osx86 install, that's why you have to run the "rm -rf" command and leave the terminal window opened during the update install. System information (About this Mac - CPU frequency, RAM frequency etc.) was incorrect after the update (with vanilla AppleSMBIOS), audio did not work. So I reinstalled LS8v14 which replaced AppleSMBIOS and audio drivers, everything runs OK now! ;)

×
×
  • Create New...