Contribute
Register

[solved]IntSpeaker no sounds after being woken (Lenovo RUI 7000)

Status
Not open for further replies.
Joined
Nov 6, 2017
Messages
12
Motherboard
MSI Z690 EDGE WiFi D4
CPU
i7-12700KF
Graphics
RX 6900 XT
My laptop is Lenovo RUI 7000 :
CPU: i5-7300HQ
Chipset: HM175
SDD:Samsung NVMe 128GB/Kingston SATA 128GB
Graphic:Intel HD Graphics 630/Nvidia Geforce GTX 1050 2GB
Audio:Realtek ALC3248 (ALC235)
Lan:Realtek 8111H
WIFI & BT:BCM94352Z
USB:left , USB 2.1x1/right , USB 3.0x2

My IntSpeaker/IntMic/Headset can work correctly with AppleALC .

Of course , I use CodecCommand .

After being woken from sleep , the intspeaker can not make a sound unless headset is used fristly .

I tried :
Code:
hda-verb 0x14 SET_PIN_WIDGET_CONTROL 0x40
hda-verb 0x14 SET_UNSOLICITED_ENABLE 0x80
but no use .

Thanks .

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

Thanks for RehabMan . The problem is solved .

Just editing Info.plist of CodecCommand.kext and setting :
"default->Perform Reset" -> NO,
"default->Perform Reset on External Wake" -> NO.

23315738.jpg
 

Attachments

  • codec#0.txt
    10 KB · Views: 164
Last edited:
My laptop is Lenovo RUI 7000 :


My IntSpeaker/IntMic/Headset can work correctly with AppleALC .

Of course , I use CodecCommand .

After being woken from sleep , the intspeaker can not make a sound unless headset is used fristly .

I tried :
Code:
hda-verb 0x14 SET_PIN_WIDGET_CONTROL 0x40
hda-verb 0x14 SET_UNSOLICITED_ENABLE 0x80
but no use .

Thanks .

It is a conflict between some of the patches that AppleALC applies to AppleHDA that conflict with certain CodecCommander features.

You can turn such features off.
See my NUC repo where it sets "Perform Reset" -> NO, and "Perform Reset on External Wake" -=> NO.
 
It is a conflict between some of the patches that AppleALC applies to AppleHDA that conflict with certain CodecCommander features.
You can turn such features off.
See my NUC repo where it sets "Perform Reset" -> NO, and "Perform Reset on External Wake" -=> NO.
Thank you very much .

It is fixed .
I do not find any information about the conflict in neither codeccommand nor applealc document , could you please tell me where I can find such information ?

It is so nice of you .
 
Thank you very much .

It is fixed .
I do not find any information about the conflict in neither codeccommand nor applealc document , could you please tell me where I can find such information ?

It is so nice of you .

Look at the code in SSDT-NUCHDA.dsl in my NUC repo (see projects link in my signature).
I recommend you use patched AppleHDA (or AppleHDA injector) not AppleALC.
 
Status
Not open for further replies.
Back
Top