Jump to content
5 posts in this topic

Recommended Posts

hi,

So i installed ideneb 1.3 10.5.5 on my system the specs are

 

amd 7750 X2

Asus M3N78-EM

750gb sata drive

sata DVD Drive

8800gts 512

(oh and yes i turned the board from sata to the other thing)

 

patches i installed

AMD patch

Kernel 9.2.2

nforce ATA

nvinject

all the ethernet drivers

all the sound drivers

 

 

ok so here are the problems i am having.

1. when the system is booted and running and i try to plug in a usb device it till not work unless i reboot

2. no sound, i think the audio chipset is the alc 1200 (im trying to get the spdif out to work)

3. No ethernet

4. it seems that i need the osx dvd in my drive every-time i boot the computer is this normal

5. it sometimes does not boot, like if there is anything plugged in (fire wire cable, usb drive, esata drive)

 

if you guys have any suggestions or tips i would be very grateful

thanks

1. when the system is booted and running and i try to plug in a usb device it till not work unless i reboot

USB problems due to not having matching kernel & system.kext versions.

 

Having a kernel and system.kext with different version numbers will cause this issue. To check if this is your problem you will need to check both for version numbers.

Kernel

Open Terminal and type:

uname -a

System.kext

Open Finder and navigate to the /System/Library/Extensions folder. Find System.kext and right-click on it, then select Get Info. It will be listed under General: Version:

 

Reply back and let me know if they are matching. If they do not match then I will explain how to fix it.

 

4. it seems that i need the osx dvd in my drive every-time i boot the computer is this normal

Download Chameleon bootloader and install it to your drive

oh and can you explain how to install the boot loader, sorry for being a pain.

Google "chameleon bootloader" and download the latest package. Run the installer and select your install partition.

Reboot after it finishes.

 

 

I had the same issue with the USB when i was using iDeneb so I installed IOUSBFamily-315.4.1.pkg from the apple developer's website and it fixed it.

Here is the .dmg http://www.mediafire.com/?oj8nm0brz1i

 

AUDIO:

 

Use the kexts from here (http://rapidshare.com/files/130398042/p45audio.zip.html) with this method:

 

1. Delete the previous applehda.kext at /System/Library/Extensions and any other sound kext you may have installed. do nothing on a fresh install

2. Download attachments and copy kext to /System/Library/Extensions

3. Apply the kexts using

 

sudo -s

(password)

 

cd /system/library/extensions

chmod -R 755 * && chown -R root:wheel *

cd ..

rm extensions.mkext

kextcache -a i386 -e

sudo reboot

×
×
  • Create New...