Jump to content
12 posts in this topic

Recommended Posts

Hi....

 

I have method enable sound in alc268_installer . following me

 

step

 

 

1.find VEN and DEV for HDAcontroller

1.1 open in windows and click rigth at My computer>Properties>Hardward>Device Manager>System Device>Microsoft UAA bus>Properties>Details

 

Example

 

PCI\VEN_10DE&DEV_055C&SUBSYS_01271025&REV_A1\3&13C0B0C5&0&38

VEN=10de, DEV=055c (it VEN and DEV of my)

so it is 0x055c10de and pic10de,55c (it don't pic10de,055c)

 

2.install alc268_installer1 or 2 (but roboot)

3. go to Extensions folder and open AppleHDA.kext\Contents\PlugIns\AppleHDAController.kext\Contents\info.plist

3.1 add 0x055c10de

 

 

<string>AppleHDAController</string>

 

<key>IOPCIPrimaryMatch</key>

 

<string>0x793a1002 0x437a1002 0x43831002 0x269a8086 0x26688086 0x27d88086 0x284b8086 0x293e8086 0x026c10de 0x037110de 0x75021039 0x546110b9 0x32881106 0x026c10de 0x03e410de 0x03f010de 0x044a10de 0x044b10de 0x055c10de</string>

 

4.go to Extensions folder and open ALCinject.kext\Contents\info.plist

4.1 add <string>pci10de,55c</string>

 

<key>IONameMatch</key>

 

<array>

 

<string>pci8086,293e</string>

 

<string>pci8086,2668</string>

 

<string>pci8086,27d8</string>

 

<string>pci10de,55c</string>

 

<string>pci8086,269a</string>

 

5.open terminale and follow

sudo -s

 

cd /System/Library/Extensions/

 

chmod -R 755 appleHDA.kext

 

chown -R root:wheel appleHDA.kext

 

chmod -R 755 ALCinject.kext

 

chown -R root:wheel ALCinject.kext

 

 

repair and reboot

i don't know you work?,but it work for me(But quality my sond no normal)

 

sorry I write english not well

  • 2 weeks later...

你好LITTLE,这个问题应该是硬盘读写速度慢的原因,我试过的,在U盘上听歌,也很顺的。你可以用XBENCH测试硬盘速度,非常低。我有成功过,很完美,音质相当好。但是当我重装的时候,问题又出现了。问题解决的时候只是一个偶然还没不知道什么原因。所以我相信是可以成功的。如果你能解决这个问题,那就好了。请告知

  • 3 months later...
  • 1 month later...
×
×
  • Create New...