Jump to content

Where to start --install video and audio driver


samchang0726
 Share

8 posts in this topic

Recommended Posts

Hi all..

 

I am new to this project on OSX86

 

I install 10.4.8..and it successd..^^ me is so happy

 

my PC spec:

 

Opteron 146 2G

Asus A8V deluxe WiFi-G Rev2

Leadtek 6800GT

Mushkin Redline 4000 DDR500 2048GB

Maxtor 160*2 @ Raid0

Samsung Notebook HD 60G 5400rpm(i use this to install)

 

--------------Here is the graphic question-------------

After this successfully installation, I start to search Nvidia driver or how to write on the "terminal"-->that is what i fear...to write a script.. but i really want to learn...so is there any way or any startpoint to make a driver for mac?

--------------Here is the Audio Question--------------

my audio is on board...alc850 or alc880...not too sure about this..(i will check when i get home)

on the wiki project said someone can make this audio works...(but not on headphone)...for me, i just wanna make the speaker works is enough.. can someone help plz?

---------------------------------------------------------

 

i know i am a newbie..i should dig some information...and doing some research

.but..it's kinda new to me and i did dig something...but most of them are kinda hard to understand..

 

so i will be glad if someone can at least point a direction to me which way should i go for.? that'd be great..

 

thank you..and i love put os on x86.^^

Link to comment
Share on other sites

for graphics, download natit or tian, and for sound http://forum.insanelymac.com/index.php?showtopic=18642

 

Wow..so fast response...

 

thank you very much on the audio part...

 

....i am going to learn that when i get home.

 

for the graphic....what is natit or tian...??

 

i have 17 inch LCD ..i would like to make my resolution @ 1280*1024 @60mhz... be cause i've tried a patch or driver on the website...after reboot...it all say ."."Out of Sync"..2500*1600 @87.5mhz..." then i can't get in...and then i have to reinstall 10.4.8 all over again..

 

this is a huge problem.....and i won;t stop until i can make it happen...

 

thank you for ur replying ....very appreciated.^^

Link to comment
Share on other sites

具体方法如下:

1) 打开终端,输入:

sudo -s 回车后会要求输入密码,输入密码后回车

 

2) 删除AppleHDA.kext:

在终端中输入:

rm -rf /System/Library/Extensions/AppleHDA.kext

rm -rf /System/Library/Extensions.mkext

rm -rf /System/Library/Extensions.kextcache

 

3) 编辑AppleAzaliaAudio.kext:

在终端中输入:

pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/info.plist

查找 (快捷键= ctrl + w):

<key>IOHDAudioCodecVendorID</key>

将其下方值修改为:

<string>××××××××</string> (这里替换成你的硬件ID号,可以在xp下找到你的id)

保存退出pico

 

pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

查找(快捷键= ctrl + w):

<key>IOPCIPrimaryMatch</key>

将其下方的值改为:

<string>0x27d88086</string>

保存退出pico

 

4) 清理磁盘并修理磁盘权限:

在终端中输入:

diskutil repairpermissions /

kextload /System/Library/Extensions/AppleAzaliaAudio.kext

kextcache -k /System/Library/Extensions/

 

5) reboot

 

重启后便能正常驱动声卡啦

Link to comment
Share on other sites

具体方法如下:

1) 打开终端,输入:

sudo -s 回车后会要求输入密码,输入密码后回车

 

2) 删除AppleHDA.kext:

在终端中输入:

rm -rf /System/Library/Extensions/AppleHDA.kext

rm -rf /System/Library/Extensions.mkext

rm -rf /System/Library/Extensions.kextcache

 

3) 编辑AppleAzaliaAudio.kext:

在终端中输入:

pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/info.plist

查找 (快捷键= ctrl + w):

<key>IOHDAudioCodecVendorID</key>

将其下方值修改为:

<string>××××××××</string> (这里替换成你的硬件ID号,可以在xp下找到你的id)

保存退出pico

 

pico /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

查找(快捷键= ctrl + w):

<key>IOPCIPrimaryMatch</key>

将其下方的值改为:

<string>0x27d88086</string>

保存退出pico

 

4) 清理磁盘并修理磁盘权限:

在终端中输入:

diskutil repairpermissions /

kextload /System/Library/Extensions/AppleAzaliaAudio.kext

kextcache -k /System/Library/Extensions/

 

5) reboot

 

重启后便能正常驱动声卡啦

 

xie xie ni

 

thank you very much for helping me the audio problem

and it worked...yeah...^^

 

..chinese is my native language.....after all...>< still need work on my english^^''

admin plz don't delete this message. thank you

Link to comment
Share on other sites

 Share

×
×
  • Create New...