Jump to content

ideaPad ALC888/s. Fully supported. Confirmed working on 10.5.7


cnnn
 Share

33 posts in this topic

Recommended Posts

For 5 days I've been working on modifying AppleHDA driver for Lenove y530a's ALC888s which has 3 outputs(Main Speaker, Sub, and rear. So the codec dump result is a little bit different). I tried with many kexts but they all miss something. So I have to do it myself.

 

1. First of all, thanks to:

 

THe KiNG for such a nice tutorial http://www.insanelymac.com/forum/index.php?showtopic=127819

MadTux for this http://www.insanelymac.com/forum/index.php?showtopic=127227

tmongkol with ALC889A tutorial http://www.insanelymac.com/forum/index.php?showtopic=140941

Macgirl who makes all my speakers sing a song http://www.insanelymac.com/forum/index.php?showtopic=143510

stickpin http://forum.insanelymac.com/index.php?showtopic=129058

and of course, Taruga and Kabyl and Galaxy for their greatest work.

 

2. These are what I figured out during the work. Please follow THe KiNG's tutorial to do most of your job. If you get stuck, these may help you get out of the trouble.

 

The NID and Verbs

Node 0x14 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
 Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI
Node 0x15 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
 Pin Default 0x99130120: [Fixed] Speaker at Int ATAPI
Node 0x16 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
 Pin Default 0x99130130: [Fixed] Speaker at Int ATAPI
Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
 Pin Default 0x03a11850: [Jack] Mic at Ext Left
Node 0x19 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
 Pin Default 0x99a3095f: [Fixed] Mic at Int ATAPI
Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
 Pin Default 0x0321101f: [Jack] HP Out at Ext Left
Node 0x1e [Pin Complex] wcaps 0x400780: Mono Digital
 Pin Default 0x99430140: [Fixed] SPDIF Out at Int ATAPI

 

The final codec verbs look like this, modified from The KiNG's MS50SV ALC888ST

 

Works. Test14

01471c40 01471d41 01471e13 01471f01

01571c20 01571d11 01571e13 01571f01

01671c30 01671d61 01671e13 01671f01

01871c10 01871d90 01871ea1 01871f01

01971c60 01971d01 01971ea0 01971f90

01b71c70 01b71d40 01b71e21 01b71f01

01e71c50 01e71d11 01e71e4b 01e71f01

01f71cf0 01f71d11 01f71ecb 01f71f01

 

3. "DefaultAssociation&&Sequence ; Color&&Misc ; DefaultDevice&&ConnectionType ; Port Connectivity&&Location"

 

For better results, set 0 in Sequence, so make the Default Association different. The Color and Misc seem to match DefaultDevice and ConnectionType, or HDAConfig may not load.

If the headphone jack can auto switch between Speaker and Headphone, set Misc to 0, and 1 if not.

Default Device && Connection Type must be the funnist ones. They determine what it looks like in About This Mac, the former for WHAT IT IS, the latter for HOW IT CONNECTS

8 as Line In, 4 as SPDIF Out, 2 as Headphone Out, 1 as Speaker, a as Mic

b as Combination, 3 as ATAPI, 1 as 1/8" stereo/mono, 0 as Internal(Mic with Slider and Ambient Noice Reduction!!!)...Find more in THe KiNG's.

So choose the proper ones according to your hardware, then put on the right Color and Misc to match them.

Set 0 in Port Connectivity for all except for Internal Mic, use 9 instead or HDAConfig may not load

Set 1 in Location for all except for Internal Mic, use 0 instead or it will be recognised as External

 

4. Keep SPDIF IN/OUT even if you don't have/usb them!!!

Node 0x1f [Pin Complex] wcaps 0x400680: Mono Digital
 Pincap 0x0824: IN Detect
 Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
Conn = 1/8, Color = Black
DefAssociation = 0xf, Sequence = 0x0
Misc = NO_PRESENCE
 Pin-ctls: 0x20: IN
 Unsolicited: tag=00, enabled=0
 Power: setting=D0, actual=D0

I don't have SPDIF IN and don't use SPDIF OUT either. But if I remove SPDIF In from HDAConfig, the Speakers can be detected in System Preferences but no sound come out at all.

 

5. The kext here ALC888S.kext.zip and one w/o SPDIF in ALC888SnoSPDIFin.kext.zip

There is still one bug that the Internal Mic is works but External one doesn't. And when I switch from Ext to IntMic, both died. Mic switching issue fixed. But Ext Mic die sometimes.

post-125409-1234539726_thumb.png post-125409-1234539900_thumb.png post-125409-1234539969_thumb.png

 

 

6. I need better experiment condition!

After upgrading to 10.5.6, a working HDA patch failed sometimes!!! There is no sound at all and when a window pop out asking me to confirm or cancel, it wants to pop an alert sound but due to no sound driver loaded, it can't sound and finally HANGED!!! I have to Force Quit...

I think it's caused by USB driver because when I boot with a USB key, the possibility of successful loading increases.

 

Anyone can help me fix this? THANX

 

6. It works (maybe better) on my 10.5.7.

Edited by CheN NiaN
Link to comment
Share on other sites

Chen Nian, does your Lenovo has HDMI audio out? i'm trying to make working the alc888 of an Acer 5930g, tried all the kexts available,did my own too, but results are always the same, no audio from speakers even if the card is detected very well. This model has 2 audio codecs, 888,codec#0 and a nvidia,codec#1 for the hdmi audio out, just guessing, maybe the spdif out of the 888 is redirected to the hdmi port? thus if you remove it no audio come from the speakers?

i'll try your kext on the Acer later, and will let you know.

Link to comment
Share on other sites

Sorry, but I don't have HDMI out, and SPDIF out is different from that. I don't think you'll get HDMI with my kext.

But you know what, THe KiNG's latest driver included HDMI out(I guest it is)

<dict>
<key>PathMap</key>
<array>
	<array>
		<array>
			<array>
				<dict>
					<key>NodeID</key>
					<integer>17</integer>
				</dict>
				<dict>
					<key>NodeID</key>
					<integer>16</integer>
				</dict>
			</array>
		</array>
	</array>
</array>
<key>PathMapID</key>
<integer>282985477</integer>
</dict>

 

I couldn't load that one,however. I think you may need to edit it.

 

no audio from speakers even if the card is detected very well.

If you can see them in System Preference but hear no sound, that might be caused by MuteGPIO.

And read No.4 again.

Link to comment
Share on other sites

  • 1 month later...

Notice. It's not very stable. Sometimes it doesn't load. I haven't figure out what causes this but the major one I think is 1056 as I don't have this problem on 1055 system. So let's wait and see 1057

Link to comment
Share on other sites

MSI ich7 alc888s driver. version 0.33(It looks like something has muted all of then... Trying to follow Rule 4, added 0x11 in HDAcfg...). If you use Chameleon, you MAY need to pay some attention on DsDt-aml...not sure, though.

 

Report any bug. (One possible bug is that it may not load properly sometimes IN 1056. Just restart and see. If anyone know how to fix this, please post here.)

888Sich7_0.1beta.kext.zip

888Sich7_0.2.zip

888sMSI_0.33.zip

Link to comment
Share on other sites

MSI ich7 alc888s driver. version 0.1 beta. Report any bug. One possible bug is that it may not load properly sometimes. Just restart and see.

 

- Delete appleazalia kext, then install new kext, delete extensions.mkext

- restart

- Audio Output and Mic Input shows in Sys Preferences / Sound.

- Audio shows in Sys Profiler

 

- Audio-Switch Internal Speaker --> Headfones o.k.

 

- BUT: No Sound, no Mic works...

Link to comment
Share on other sites

Ankhsunamun, open console and copy the LATEST system BOOT log here.

 

Notice that you need to confirm if your 1056 is vanilla. You must this file in boot-132. DON'T just replace them in /system/library/extensions/

Link to comment
Share on other sites

Ankhsunamun, open console and copy the LATEST system BOOT log here.

 

Notice that you need to confirm if your 1056 is vanilla. You must this file in boot-132. DON'T just replace them in /system/library/extensions/

 

I have iPC 10.5.6 with Vanilla Kernel.

 

Here are photos and log:

 

Mar 28 16:13:14 localhost kernel[0]: npvhash=4095

Mar 28 16:13:14 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/chum.plist

Mar 28 16:13:14 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist

Mar 28 16:13:14 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/pilotfish.plist

Mar 28 16:13:14 localhost com.apple.launchd[1] (hdapm): Unknown key: ServiceDescription

Mar 28 16:13:14 localhost com.apple.launchd[1] (com.apple.blued): Unknown key for boolean: EnableTransactions

Mar 28 16:13:14 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight

Mar 28 16:13:14 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight

Mar 28 16:13:14 localhost DirectoryService[11]: Launched version 5.6 (v514.24)

Mar 28 16:13:14 localhost kernel[0]: hi mem tramps at 0xffe00000

Mar 28 16:13:14 localhost kernel[0]: PAE enabled

Mar 28 16:13:14 localhost kernel[0]: Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386

Mar 28 16:13:14 localhost kernel[0]: standard timeslicing quantum is 10000 us

Mar 28 16:13:14 localhost kernel[0]: vm_page_bootstrap: 511721 free pages and 12567 wired pages

Mar 28 16:13:14 localhost kernel[0]: mig_table_max_displ = 79

Mar 28 16:13:14 localhost kernel[0]: Skipping duplicate extension "com.apple.driver.ApplePS2Keyboard" with older/same version (1.1.0 -> 1.1.0).

Mar 28 16:13:14 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.

Mar 28 16:13:14 localhost kernel[0]: Extension "com.apple.driver.AppleIntelCPUPowerManagement" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.

Mar 28 16:13:14 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=0 Enabled

Mar 28 16:13:14 localhost kernel[0]: AppleACPICPU: ProcessorApicId=2 LocalApicId=1 Enabled

Mar 28 16:13:14 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet

Mar 28 16:13:14 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet

Mar 28 16:13:14 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)

Mar 28 16:13:14 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall

Mar 28 16:13:14 localhost kernel[0]: Loading security extension com.apple.security.seatbelt

Mar 28 16:13:14 localhost kernel[0]: calling mpo_policy_init for mb

Mar 28 16:13:14 localhost kernel[0]: Seatbelt MACF policy initialized

Mar 28 16:13:14 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)

Mar 28 16:13:14 localhost kernel[0]: Copyright © 1982, 1986, 1989, 1991, 1993

Mar 28 16:13:14 localhost kernel[0]: The Regents of the University of California. All rights reserved.

Mar 28 16:13:14 localhost kernel[0]: MAC Framework successfully initialized

Mar 28 16:13:14 localhost kernel[0]: using 10485 buffer headers and 4096 cluster IO buffer headers

Mar 28 16:13:14 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87

Mar 28 16:13:14 localhost kernel[0]: ACPI: System State [s0 S3 S4 S5] (S3)

Mar 28 16:13:14 localhost kernel[0]: --- AppleSMBIOS-27 --

Mar 28 16:13:14 localhost kernel[0]: Default BIOS Version: MB21.88Z.00A5.B07.0707251237

Mar 28 16:13:14 localhost kernel[0]: Default Serial Number: CK034KMHK5B

Mar 28 16:13:14 localhost kernel[0]: Default Memory Type (Auto-Detected)

Mar 28 16:13:14 localhost kernel[0]: Default Memory Speed: 0 MHz

Mar 28 16:13:14 localhost kernel[0]: Default Memory Type (Auto-Detected)

Mar 28 16:13:14 localhost kernel[0]: Default Memory Speed: 0 MHz

Mar 28 16:13:14 localhost kernel[0]: --- AppleSMBIOS-27 --

Mar 28 16:13:14 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.

Mar 28 16:13:14: --- last message repeated 1 time ---

Mar 28 16:13:14 localhost kernel[0]: mbinit: done

Mar 28 16:13:14 localhost kernel[0]: Security auditing service present

Mar 28 16:13:14 localhost kernel[0]: BSM auditing present

Mar 28 16:13:14 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.

Mar 28 16:13:14 localhost kernel[0]: From path: "uuid",

Mar 28 16:13:14 localhost kernel[0]: Waiting for boot volume with UUID 934BA5DC-B3B2-365D-A735-959B7395CAC9

Mar 28 16:13:14 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>

Mar 28 16:13:14 localhost kextd[10]: 0 cached, 441 uncached personalities to catalog

Mar 28 16:13:14 localhost kernel[0]: HDAEnabler: Copyright © 2008 by Kabyl

Mar 28 16:13:14 localhost kernel[0]: HDAEnabler: 05/05/2008 Added SPAudio support:Taruga

Mar 28 16:13:14 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/pci8086,27c5@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/TOSHIBA MK1652GSX Media/IOGUIDPartitionScheme/Untitled@2

Mar 28 16:13:14 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2

Mar 28 16:13:14 localhost kernel[0]: Extension "com.apple.driver.iTunesPhoneDriver" has no explicit kernel dependency; using version 6.0.

Mar 28 16:13:14 localhost kernel[0]: [HCIController][configurePM] power parent ready after 1 tries

Mar 28 16:13:14 localhost kernel[0]: Jettisoning kernel linker.

Mar 28 16:13:14 localhost kernel[0]: Resetting IOCatalogue.

Mar 28 16:13:15 localhost configd[14]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:15 localhost DirectoryService[11]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:15 localhost mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[16]: starting

Mar 28 16:13:15 localhost mDNSResponder[16]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:15 localhost securityd[21]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:15 MSI-U-100 configd[14]: setting hostname to "MSI-U-100.local"

Mar 28 16:13:16 MSI-U-100 mDNSResponder[16]: Adding registration domain xxx.mac.com.

Mar 28 16:13:21 MSI-U-100 kernel[0]: IGD: family specific matching fails

Mar 28 16:13:21 MSI-U-100 kernel[0]: display: family specific matching fails

Mar 28 16:13:21 MSI-U-100 kernel[0]: Matching service count = 1

Mar 28 16:13:21 MSI-U-100 kernel[0]: Matching service count = 4

Mar 28 16:13:21: --- last message repeated 4 times ---

Mar 28 16:13:21 MSI-U-100 kernel[0]: display: family specific matching fails

Mar 28 16:13:21: --- last message repeated 1 time ---

Mar 28 16:13:21 MSI-U-100 hdapm[52]: disk0: TOSHIBA MK1652GSX

Mar 28 16:13:21 MSI-U-100 bootlog[47]: BOOT_TIME: 1238253187 0

Mar 28 16:13:21 MSI-U-100 rpc.statd[32]: statd.notify - no notifications needed

Mar 28 16:13:21 MSI-U-100 hdapm[52]: Setting APM level to 0xfe:

Mar 28 16:13:21 MSI-U-100 hdapm[52]: Success

Mar 28 16:13:21 MSI-U-100 fseventsd[40]: bumping event counter to: 0x8ba5dfbb (current 0x0) from log file '000000008ba5d018'

Mar 28 16:13:22 MSI-U-100 mds[34]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:22 MSI-U-100 ntpdate[60]: can't find host time.euro.apple.com

Mar 28 16:13:22 MSI-U-100 org.ntp.ntpd[28]: Error : nodename nor servname provided, or not known

Mar 28 16:13:22 MSI-U-100 socketfilterfw[51]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:22 MSI-U-100 ntpdate[60]: no servers can be used, exiting

Mar 28 16:13:22 MSI-U-100 blued[48]: Apple Bluetooth daemon started.

Mar 28 16:13:22 MSI-U-100 blued[48]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:22 MSI-U-100 diskarbitrationd[44]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:22 MSI-U-100 CleanApp Daemon[53]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:22 MSI-U-100 CoreRAIDServer[45]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:22 MSI-U-100 lsd[54]: m65968c1c

Mar 28 16:13:22 MSI-U-100 lsd[54]: m579328b9

Mar 28 16:13:22 MSI-U-100 lsd[54]: m59b76e28

Mar 28 16:13:22 MSI-U-100 com.apple.launchd[1] (at.obdev.littlesnitchd[54]): Exited with exit code: 1

Mar 28 16:13:22 MSI-U-100 com.apple.launchd[1] (at.obdev.littlesnitchd): Throttling respawn: Will start in 9 seconds

Mar 28 16:13:23 MSI-U-100 ifcstart[38]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:23 MSI-U-100 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[35]: Login Window Application Started -- Threaded auth

Mar 28 16:13:23 MSI-U-100 CleanApp Daemon[53]: 3891612: (CGSLookupServerRootPort) Untrusted apps are not allowed to connect to or launch Window Server before login.

Mar 28 16:13:23 MSI-U-100 com.synium.cleanappdaemon[53]: Sat Mar 28 16:13:23 MSI-U-100.local CleanApp Daemon[53] <Warning>: 3891612: (CGSLookupServerRootPort) Untrusted apps are not allowed to connect to or launch Window Server before login.

Mar 28 16:13:23 MSI-U-100 CleanApp Daemon[53]: kCGErrorRangeCheck : On-demand launch of the Window Server is allowed for root user only.

Mar 28 16:13:23 MSI-U-100 com.synium.cleanappdaemon[53]: Sat Mar 28 16:13:23 MSI-U-100.local CleanApp Daemon[53] <Error>: kCGErrorRangeCheck : On-demand launch of the Window Server is allowed for root user only.

Mar 28 16:13:23 MSI-U-100 com.synium.cleanappdaemon[53]: Sat Mar 28 16:13:23 MSI-U-100.local CleanApp Daemon[53] <Error>: kCGErrorRangeCheck : Set a breakpoint at CGErrorBreakpoint() to catch errors as they are returned

Mar 28 16:13:23 MSI-U-100 CleanApp Daemon[53]: kCGErrorRangeCheck : Set a breakpoint at CGErrorBreakpoint() to catch errors as they are returned

Mar 28 16:13:23 MSI-U-100 loginwindow[35]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:23 MSI-U-100 /usr/sbin/ocspd[68]: starting

Mar 28 16:13:24 MSI-U-100 lsregister[66]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:24 MSI-U-100 com.apple.coreservicesd[63]: 2009-03-28 16:13:24.259 lsregister[66:807] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:24 MSI-U-100 ATSServer[70]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:25 MSI-U-100 /Library/Application Support/CleanApp/CleanApp Daemon.app/Contents/MacOS/CleanApp Daemon[53]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.

Mar 28 16:13:25 MSI-U-100 com.synium.cleanappdaemon[53]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.

Mar 28 16:13:29 MSI-U-100 kernel[0]: ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out

Mar 28 16:13:29 MSI-U-100 kernel[0]: BTCoexistence feature not supported!

Mar 28 16:13:29 MSI-U-100 configd[14]: Error: No interface name for AirPort_Brcm43xx

Mar 28 16:13:29 MSI-U-100 kernel[0]: wl0: Broadcom BCM4312 802.11 Wireless Controller

Mar 28 16:13:29 MSI-U-100 configd[14]: Error: ioPublishedDriverCallback() failed to initDeviceFromService()

Mar 28 16:13:29 MSI-U-100 kernel[0]: 5.10.38.27

Mar 28 16:13:30 MSI-U-100 kernel[0]: IOPanelDevice: Machine Is Laptop!

Mar 28 16:13:30 MSI-U-100 kernel[0]: IOPanelDevice: Registered OK!

Mar 28 16:13:30 MSI-U-100 mdworker[79]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:31 MSI-U-100 kernel[0]: IGD: family specific matching fails

Mar 28 16:13:32 MSI-U-100 kernel[0]: Sentelic FSP: fsp_ps2_command(cmd = b0) => fc

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_reg_write(reg = 31, val = b0)

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = f3) => fa

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 66) => fe

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 88) => fc

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = f3) => fa

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 66) => fe

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 10) => fc

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_reg_read(reg = 10) => 31

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = f3) => fa

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 55) => fe

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 10) => fc

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = f3) => fa

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 33) => fe

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_ps2_command(cmd = 11) => fc

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_reg_write(reg = 10, val = 11)

Mar 28 16:13:32 MSI-U-100 kernel[0]: ApplePS2Trackpad: Sentelic FSP: fsp_intellimouse_mode() => 4

Mar 28 16:13:32 MSI-U-100 lsd[86]: m65968c1c

Mar 28 16:13:32 MSI-U-100 lsd[86]: m579328b9

Mar 28 16:13:32 MSI-U-100 lsd[86]: m59b76e28

Mar 28 16:13:32 MSI-U-100 com.apple.launchd[1] (at.obdev.littlesnitchd[86]): Exited with exit code: 1

Mar 28 16:13:32 MSI-U-100 com.apple.launchd[1] (at.obdev.littlesnitchd): Throttling respawn: Will start in 10 seconds

Mar 28 16:13:33 MSI-U-100 kernel[0]: IGD: family specific matching fails

Mar 28 16:13:33 MSI-U-100 com.apple.launchd[1] (at.obdev.littlesnitchd): Throttling respawn: Will start in 9 seconds

Mar 28 16:13:33 MSI-U-100 backupd-helper[94]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:34 MSI-U-100 kernel[0]: m0ead6f57 :2

Mar 28 16:13:34 MSI-U-100 kernel[0]: m7b9b743c

Mar 28 16:13:34 MSI-U-100 CleanApp Daemon[53]: CleanApp Daemon ready!

Mar 28 16:13:34 MSI-U-100 kernel[0]: VoodooBattery.kext: VoodooBattery.kext 1.2.0 (Release) Feb 10 2009 20:05:18 [1050]

Mar 28 16:13:34 MSI-U-100 kernel[0]: VoodooBattery.kext: © 2009 Superhai, All Rights Reserved

Mar 28 16:13:35 MSI-U-100 kernel[0]: AirPort_Brcm43xx: Ethernet address 00:19:7e:35:e6:99

Mar 28 16:13:35 MSI-U-100 kernel[0]: AirPort: Link Down on en1

Mar 28 16:13:35 MSI-U-100 mdworker[101]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:38 MSI-U-100 lsregister[102]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:38 MSI-U-100 com.apple.coreservicesd[63]: 2009-03-28 16:13:38.845 lsregister[102:807] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:38 MSI-U-100 airportd[100]: No networks found on channels remembered for FRITZ!Box Hindenberg

Mar 28 16:13:38 MSI-U-100 airportd[100]: Could not find "FRITZ!Box Hindenberg"

Mar 28 16:13:39 MSI-U-100 airportd[100]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:40 MSI-U-100 kernel[0]: Auth result for: 00:1a:4f:94:1f:3e MAC AUTH succeeded

Mar 28 16:13:40 MSI-U-100 kernel[0]: AirPort: Link Up on en1

Mar 28 16:13:42 MSI-U-100 configd[14]: setting hostname to "MSI-U-100"

Mar 28 16:13:42 MSI-U-100 kernel[0]: com_psystar_RealtekR1000: Ethernet address 00:21:85:51:bf:96

Mar 28 16:13:42 MSI-U-100 lsd[107]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:42 MSI-U-100 lsd[107]: m19fb2650 :501

Mar 28 16:13:44 MSI-U-100 kernel[0]: Sound assertion "0 == fMikeyDriver" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDADriver.cpp" at line 1063 goto handler

Mar 28 16:13:45 MSI-U-100 kernel[0]: krb5kdc 61 FS_READ_DATA SBF /usr/share/icu/icudt36l.dat 13 (seatbelt)

Mar 28 16:13:45 MSI-U-100 com.apple.kdcmond[37]: 2009-03-28 15:13:44.969 krb5kdc[61:10b] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:45 MSI-U-100 kernel[0]: krb5kdc 61 FS_READ_DATA SBF /usr/share/icu/icudt36l.dat 13 (seatbelt)

Mar 28 16:13:44 MSI-U-100 krb5kdc[61]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:45 MSI-U-100 kernel[0]: krb5kdc 61 FS_READ_DATA SBF /usr/share/icu/icudt36l.dat 13 (seatbelt)

Mar 28 16:13:45: --- last message repeated 2 times ---

Mar 28 16:13:45 MSI-U-100 WindowServer[67]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:46 MSI-U-100 mDNSResponder[16]: Failed to obtain NAT port mapping 0100D41C from router 192.168.178.1 external address 92.204.8.157 internal port 4500 error 0

Mar 28 16:13:48 MSI-U-100 kernel[0]: display: Not usable

Mar 28 16:13:48 MSI-U-100 DMProxy[111]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:49 MSI-U-100 activateSettings[115]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:49 MSI-U-100 loginwindow[35]: Login Window Started Security Agent

Mar 28 16:13:49 MSI-U-100 authorizationhost[117]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:49 MSI-U-100 ManagedClient[116]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:49 MSI-U-100 com.apple.loginwindow[35]: 2009-03-28 16:13:49.300 ManagedClient[116:10b] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:49 MSI-U-100 SecurityAgent[118]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35

Mar 28 16:13:50 MSI-U-100 SecurityAgent[118]: NSExceptionHandler has recorded the following exception:\nNSRangeException -- *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)\nStack trace: 0x19419a 0x8d3e3b 0xb08eeb 0xb08f2a 0x1a0d7ff 0x198b188 0x5d19f59 0x5d1a798 0x5d03c01 0x5d18216 0x5d0bdaa 0x5d0d0f9 0x5d0eb7e 0x5d0c931 0x5d0b45f 0x5d10dc2 0x5d20c9f 0xd648 0x12c40 0x129f3 0xd18a 0x19ca733 0xa6b455 0xa8f8e8 0xa8fcd8 0x2e322c0 0x2e320d9 0x2e31f4d 0xc87d7d 0xc87630 0xc8066b 0x10fc7 0x202a 0x1

Mar 28 16:13:55 MSI-U-100 kextd[10]: writing kernel link data to /var/run/mach.sym

Mar 28 16:14:49 MSI-U-100 authorizationhost[117]: MechanismInvoke 0x1d14fb0 retainCount 2

Mar 28 16:14:49 MSI-U-100 SecurityAgent[118]: MechanismInvoke 0x5b01650 retainCount 1

Mar 28 16:14:49 MSI-U-100 SecurityAgent[118]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...

Mar 28 16:14:49 MSI-U-100 SecurityAgent[118]: NSExceptionHandler has recorded the following exception:\nNSRangeException -- *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)\nStack trace: 0x19419a 0x8d3e3b 0xb08eeb 0xb08f2a 0x1a0d7ff 0x198b188 0x5d19f59 0x5d1a798 0x5d03c01 0x5d18216 0x5d0bdaa 0x5d0f126 0x5d10e3f 0x5d20c9f 0xd648 0x12c40 0x129f3 0xd18a 0x19ca733 0xa6b455 0xa8f8e8 0xa8fcd8 0x2e322c0 0x2e320d9 0x2e31f4d 0xc87d7d 0xc87630 0xc8066b 0x10fc7 0x202a 0x1

Mar 28 16:14:50 MSI-U-100 SecurityAgent[118]: MechanismDestroy 0x5b01650 retainCount 1

Mar 28 16:14:50 MSI-U-100 loginwindow[35]: Login Window - Returned from Security Agent

Mar 28 16:14:50 MSI-U-100 authorizationhost[117]: MechanismDestroy 0x1d14fb0 retainCount 2

Mar 28 16:14:50 MSI-U-100 loginwindow[35]: USER_PROCESS: 35 console

Mar 28 16:14:50 MSI-U-100 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[114]): Exited: Terminated

Mar 28 16:14:50 MSI-U-100 com.apple.launchd[191] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions

Mar 28 16:14:55 MSI-U-100 Dock[202]: _DESCRegisterDockExtraClient failed 268435459

Mar 28 16:14:58 MSI-U-100 /System/Library/CoreServices/coreservicesd[63]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(xxx Public Folder) returned -14135

Mar 28 16:15:04 MSI-U-100 SystemUIServer[208]: \n MenuCracker\n see http://sourceforge.net/projects/menucracker\n MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.

Mar 28 16:15:04 MSI-U-100 loginwindow[35]: Unable to resolve startup item: status = -43, theURL == NULL = 1

Mar 28 16:15:04 MSI-U-100 SystemUIServer[208]: failed to load Menu Extra: NSBundle </Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/MenuCracker.menu> (loaded)

Mar 28 16:15:09 MSI-U-100 MenuCalendarClock iCal[218]: fieldEditor = <MCTextView: 0x1b41a0f0>\n Frame = {{10.00, 10.00}, {10.00, 10.00}}, Bounds = {{0.00, 0.00}, {10.00, 10.00}}\n Horizontally resizable: NO, Vertically resizable: YES\n MinSize = {10.00, 10.00}, MaxSize = {10.00, 10000000.00}

Mar 28 16:15:12 MSI-U-100 [0x0-0x15015].com.elgato.eyetvhelper[220]: EyeTV Helper version 3.1 build 279

Mar 28 16:18:14 MSI-U-100 System Preferences[230]: Could not connect the action wideStereoPressed: to target of class AppleSound_OutputController

Mar 28 16:18:48 MSI-U-100 ntpd[28]: time reset +0.441397 s

post-10343-1238254073_thumb.jpg

post-10343-1238254079_thumb.jpg

Link to comment
Share on other sites

try the 2nd one. If it doesnt work. Try replacing your AppleHDA kext in system-library-extensions with the original one. You can get that from 10.5.6 combo update.

 

NOTICE: I don't use iPC and it doesnt look a VANILLA System with all vanilla kexts. Does it boot your system with a boot-132 img? If not you cant use it directly because this kext contains only plist file.

Link to comment
Share on other sites

try the 2nd one. If it doesnt work. Try replacing your AppleHDA kext in system-library-extensions with the original one. You can get that from 10.5.6 combo update.

 

NOTICE: I don't use iPC and it doesnt look a VANILLA System with all vanilla kexts. Does it boot your system with a boot-132 img? If not you cant use it directly because this kext contains only plist file.

 

It works without boot132. Is hdaEnabler important?

Link to comment
Share on other sites

Didnt work on my MSI Wind either. Mine is a pure Vanilla install, though using Chameleon. What difference will having Boot-132 make anyway???

Link to comment
Share on other sites

Totally Vanilla Wind with Munky EFI partition boot method, similar results as Ankhsunamun and U.C.:

 

- Audio Output and Mic Input shows in Sys Preferences / Sound.

- Audio shows in Sys Profiler

 

- Audio-Switch Internal Speaker --> Headfones o.k.

 

- BUT: No Sound, no Mic works...

snip
Mar 29 01:37:54 localhost kernel[0]: extension "com.apple.driver.AppleHDAController" cannot be found
Mar 29 01:37:54 localhost kernel[0]: can't find extension com.apple.driver.AppleHDAController
Mar 29 01:37:54 localhost kernel[0]: Can't determine dependencies for com.apple.driver.AppleHDAController.
Mar 29 01:37:54 localhost kernel[0]: Couldn't alloc class "AppleHDAController"
Mar 29 01:37:54 localhost kernel[0]: HDAEnabler: Copyright © 2008 by Kabyl
Mar 29 01:37:54 localhost kernel[0]: HDAEnabler: 05/05/2008 Added SPAudio support:Taruga
snip
Mar 29 01:38:07 EFIboot kernel[0]: Sound assertion "0 == fMikeyDriver" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDADriver.cpp" at line 1063 goto handler
Mar 29 01:38:07 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2645 goto Exit
Mar 29 01:38:09: --- last message repeated 3 times ---
Mar 29 01:38:09 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
Mar 29 01:38:10: --- last message repeated 15 times ---
Mar 29 01:38:10 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2645 goto Exit
snip (system online)
Mar 29 01:38:15 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
snip
Mar 29 01:38:26 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
snip

 

Added HDAEnabler

 

snip
Mar 29 07:57:59 localhost kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2645 goto Exit
Mar 29 07:57:59 localhost mDNSResponder mDNSResponder-176.3 (Sep 30 2008 16:59:38)[27]: starting
Mar 29 07:57:59 localhost kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2645 goto Exit
Mar 29 07:58:04 localhost kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
Mar 29 07:58:04: --- last message repeated 15 times ---
Mar 29 07:58:04 localhost kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2645 goto Exit
Mar 29 07:58:05 localhost sandbox-compilerd[52]: bootstrap_look_up_per_user slow answer, took 5.530030 seconds, shouldn't have taken more then 5
Mar 29 07:58:08 localhost kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
snip
Mar 29 07:59:18 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
snip (system online)
Mar 29 08:00:40 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678 goto Exit
Mar 29 08:01:10: --- last message repeated 1 time ---
Mar 29 08:01:55 EFIboot kernel[0]: Sound assertion "0 == entry" failed in "/SourceCache/AppleHDA/AppleHDA-162.1.37/AppleHDA/AppleHDAEngine.cpp" at line 2678

 

Swaped AppleSMBIOSEFI.kext with mod AppleSMBIOS.kext, same results.

Link to comment
Share on other sites

- Delete appleazalia kext, then install new kext, delete extensions.mkext

- restart

- Audio Output and Mic Input shows in Sys Preferences / Sound.

- Audio shows in Sys Profiler

 

- Audio-Switch Internal Speaker --> Headfones o.k.

 

- BUT: No Sound, no Mic works...

 

Here is some information that might help. I've tried to make my own pinverbs and apply them, but it is obviously wrong lol. It causes OS X to crash :)

 

* Using the following nodes in pathmap

 

Back Mic: 9 34 24

Line In : 8 35 26

Speaker : 20 12 2

Headphone: 27 38 37

 

<01171cf0 01171d11 01171e11 01171f41 01471c1f 01471d40 01471e21 01471f01 01571cf0 01571d11 01571e11 01571f41 01671cf0 01671d11 01671e11 01671f41 01771cf0 01771d11 01771e11 01771f41 01871c20 01871d98 01871ea1 01871f01 01971c2f 01971d09 01971ea3 01971f99 01a71cf0 01a71d11 01a71e11 01a71f41 01b71c10 01b71d01 01b71e13 01b71f99 01c71cf0 01c71d11 01c71e11 01c71f41 01d71c0d 01d71d92 01d71e15 01d71f40 01e71cf0 01e71d11 01e71e11 01e71f41 01f71cf0 01f71d11 01f71e11 01f71e41>

 

Node 0x11 [Pin Complex] wcaps 0x400300: Mono Digital

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x14 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x0121401f: [Jack] HP Out at Ext Rear

Node 0x15 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x16 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x17 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x18 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x01a19820: [Jack] Mic at Ext Rear

Node 0x19 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x99a3092f: [Fixed] Mic at Int ATAPI

Node 0x1a [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x1b [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out

Pin Default 0x99130110: [Fixed] Speaker at Int ATAPI

Node 0x1c [Pin Complex] wcaps 0x400001: Stereo

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x1d [Pin Complex] wcaps 0x400000: Mono

Pin Default 0x4015920d: [N/A] Speaker at Ext N/A

Node 0x1e [Pin Complex] wcaps 0x400300: Mono Digital

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Node 0x1f [Pin Complex] wcaps 0x400200: Mono Digital

Pin Default 0x411111f0: [N/A] Speaker at Ext Rear

Link to comment
Share on other sites

Y510 (same audio setup as the Y530), wasn't able to get anything to work beyond what I already had working (which is just basic audio out).

I'm running JaS 10.5.4 and has since been updated to 10.5.5, haven't bothered with 10.5.6 yet. How should I be installing this?

Link to comment
Share on other sites

I'm not familiar with Chamelon bootloader. I think it's a little bit difficult to use than boot-132 since it needs dsdt.aml...???

 

I have updated the kexts for msi, set MuteGPIO to 0 for those who can see audio in system pref, and made another one named 888s0.31.kext according to brule's.

 

- Delete appleazalia kext, then install new kext, delete extensions.mkext

- restart

- Audio Output and Mic Input shows in Sys Preferences / Sound.

- Audio shows in Sys Profiler

 

- Audio-Switch Internal Speaker --> Headfones o.k.

 

- BUT: No Sound, no Mic works...

 

The MuteGPIO may cause this. Give v0.3 a try.

 

Y510 (same audio setup as the Y530), wasn't able to get anything to work beyond what I already had working (which is just basic audio out).

I'm running JaS 10.5.4 and has since been updated to 10.5.5, haven't bothered with 10.5.6 yet. How should I be installing this?

 

1055 is fine. Are you sure it has the same pathmap with 530? Please post the pathmap here.

 

mine

<01471c40 01471d41 01471e13 01471f01 01571c20 01571d11 01571e13 01571f01 01671c30 01671d61 01671e13 01671f01 01871c10 01871d90 01871ea1 01871f01 01971c60 01971d01 01971ea0 01971f90 01b71c70 01b71d40 01b71e21 01b71f01 01e71c50 01e71d11 01e71e4b 01e71f01 01f71cf0 01f71d11 01f71ecb 01f71f01>

 

0.33

<01171c40 01171d11 01171e4b 01171f01 01471c10 01471d40 01471e21 01471f01 01871c20 01871d90 01871ea1 01871f01 01971c30 01971d01 01971ea0 01971f90 01b71c50 01b71d11 01b71e13 01b71f01 01e71c60 01e71d11 01e71e4b 01e71f01 01f71cf0 01f71d11 01f71ecb 01f71e01>

Link to comment
Share on other sites

MSI ich7 alc888s driver. version 0.31(based on brule's;and version 0.3 and 0.3rev for the rest). Report any bug. One possible bug is that it may not load properly sometimes IN 1056. Just restart and see.

 

1.) Test: alc888s-0.31 brul = don´t work

2.) Test: alc888s-0.3rev = don´t work

3.) Test: alc888s-0.3 = don´t work

 

On all Test´s: Sound output (Headfone+internal Speaker) shows on sysprefs/sound

On all Test´s: Microphon shows on sysprefs/sound

 

but no Mic and no Sound works....

 

see log...

log_11.4.09.rtf

Link to comment
Share on other sites

I have researched the issue of HDA patching on the Wind enough to offer an opinion of the problem. I have done my own patching and have seen the output flip from internal speakers to headphones in the sound prefpane as I plugged them in. No actual output however. At this point, I believe the codec is being patched correctly. I believe the problem is that the audio section of the ICH7 is being setup by bios in a way that AppleHDA does not expect. I have MBs with ICH7 and Realtek codecs that have working patches. I hear of MBs from different manufacturers that have problems. This would not be an issue with Windows or Linux that might anticipate different setups. The codec dumps from my working MBs and my Wind show differences that I find suspicious. This is only a theory from tests I have made and hope a solution is found soon.

 

-MH

Link to comment
Share on other sites

 Share

×
×
  • Create New...