Jump to content
10 posts in this topic

Recommended Posts

I install MacOSX86 use "Generic Install Dvd Patcher"

I Convert Marklar-Tiger.dmg to Marklar-Tiger.iso and use the patch

everything is great

even the office 2004 worked fine

 

but my audio don't work

i try every solution i find in this form

 

and i also edit the Info.plist likt

http://wiki.osx86project.org/wiki/index.php/Audio

 

but i still hear nothing

 

i install OSx86 in a Notebook (ASUS S1300N P-M 1.3G 855GE)

i also find my audio card's DEVID and VENID

but can't work

 

i use ioreg -l to find my card

but find nothing

somebody can help me to sove this problem???

 

this is my ioreg's log

Please help me....Q_Q

io.txt

I have an ASUS S1n. Basically the same specs as your laptop. I used the dd "simple and accurate" method under a dual boot with XP. After applying the patches and deletions to the kext files, everything seems to be running including USB bluetooth, USB HDD, and built in LAN.

Like you, I have no sound even with the device id in the kext.

How about your graphics? What maximum resolution are you getting and do you have QE?

We have very similar if not identical hardware and may be able to help each other to verify our problems and hopefully get find some answers

I have the same resolution. QE as i understand is graphics acceleration in mac that makes more programs work. I'm new to all of this also and the little i know is 5 day's worth of reading the forums. I've heard some people with the Intel 855GM chipset get higher resolutions but i'm stuck with 1024x768.

With regards to the sound. I've noticed that darwin doesn't boot up the audioICH.kext properly (something about an IO interrupt not found - You can check this by booting with -v) But i do notice that the audio momentarily "clicks" on while booting(better heard when you use the headphones) but once it reaches the mac screen, no audio devices present. I'm out of options at the moment but considering doing a fresh install with the current release1 patch

You have to set the correct permissions, otherwise you'll get the "not properly installed" error.

 

Slap in the Darwin 8.01 cdrom

Go to terminal

 

$ cd /System/Library/Extensions

$ sudo cp -R /Volumes/Darwin8_i386/System/Library/Extensions/AppleAC97Audio.kext .

$ sudo chmod -R 755 AppleAC97Audio.kext

$ sudo chown -R root:wheel AppleAC97Audio.kext

 

This set the correct ownership and privileges, after which I was able to:

 

sudo kextload AppleAC97Audio.kext

sudo kextload /System/Library/Extensions/AppleAC97Audio.kext/Contents/Plugins/AppleAC97AudioVIA.kext

 

Reboot

 

Now your sound should work.

I have Do as yuor solution

and i hae check the permissions

but it juest can't work

 

ThX for your reply...:D

 

You have to set the correct permissions, otherwise you'll get the "not properly installed" error.

 

Slap in the Darwin 8.01 cdrom

Go to terminal

 

$ cd /System/Library/Extensions

$ sudo cp -R /Volumes/Darwin8_i386/System/Library/Extensions/AppleAC97Audio.kext .

$ sudo chmod -R 755 AppleAC97Audio.kext

$ sudo chown -R root:wheel AppleAC97Audio.kext

 

This set the correct ownership and privileges, after which I was able to:

 

sudo kextload AppleAC97Audio.kext

sudo kextload /System/Library/Extensions/AppleAC97Audio.kext/Contents/Plugins/AppleAC97AudioVIA.kext

 

Reboot

 

Now your sound should work.

×
×
  • Create New...