Contribute
Register

Issues with ALC 255 with 8086 : 9d70

Status
Not open for further replies.
Joined
Nov 4, 2016
Messages
22
Motherboard
Intel 10 Series
CPU
i3-6006U
Graphics
HD 520
Mac
  1. MacBook Air
  2. Mac mini
Mobile Phone
  1. Android
So I'm on Mojave,
i3 -6006U, Intel HD 520
Everything works like a breeze.
The only thing I can't get to work is the audio. My device id is 9d70, so I used layout-id 3 (Inject 3 in clover Devices->Audio)
Is clover injection of layout-id not working?
How do I set it as a boot flag?
Verbose boot shows up saying something like "Sound assertion" "AppleHDAAudio Callback", etc
It just won't load audio, though. Even VoodooHDA won't recognise it. (Removed VoodooHDA)

Could you have a look at my IOReg?

AppleALC and Lilu are both in L/E

I have attached the problem reporting files below.

(Also, yes I'm currently using USB WiFi until the PCI is delivered)

--

It would also be a great help if you could help me with Ethernet

My device is 10EC : 8136 [RTL810xE PCI Express Fast Ethernet controller]
I already have this kext in L/E : http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/
but it doesn't seem to be working.
However this isn't a priority, I can always use NullEthernet if it doesn't work out.


--
Also, during boot verbose, it says "Method parse execution failed for ESDT" as well as for PCI0. It doesn't affect anything, but should I be concerned?
 

Attachments

  • Problem Reporting Files.zip
    2.7 MB · Views: 83
Last edited:
You should use device properties instead of injecting the layout id .
I changed your config.plist to work give it a try and see.
replace your config.plist in clover with the attached one.
 

Attachments

  • config.plist
    14.7 KB · Views: 190
You should use device properties instead of injecting the layout id .
I changed your config.plist to work give it a try and see.
replace your config.plist in clover with the attached one.
And voila. Thank you so much. Works perfectly.
 
Can you help with the ethernet then?
I also have a realtek Ethernet and I use Rehabman's kext and it works.
Download it here and install it . https://bitbucket.org/RehabMan/os-x-realtek-network/downloads/
remove the installed one . install the downloaded one and fix permission and rebuild cache.
if it shows in network device . and since you are already using a USB Wifi adapter many thing won't work until you remove the wifi profile in networks. so that the Ethernet becomes en0 instead of USB-WIFI. then you can use the wifi adapter again although it's not recommended .
for me I use my phone as an internet source for now. in android you can connect to a wifi or mobile data and use USB-Tethering to share the internet through USB port .
 
Okay so the link you sent is not working either
Vendor ID : 10EC
Device ID : 8136
Sub Vendor ID : 103C
Sub Device ID : 81EC
8101E/8102E PCI Express Fast Ethernet Controller
did you remove NullEthernet ?
 
So I'm on Mojave,
i3 -6006U, Intel HD 520
Everything works like a breeze.
The only thing I can't get to work is the audio. My device id is 9d70, so I used layout-id 3 (Inject 3 in clover Devices->Audio)
Is clover injection of layout-id not working?
How do I set it as a boot flag?
Verbose boot shows up saying something like "Sound assertion" "AppleHDAAudio Callback", etc
It just won't load audio, though. Even VoodooHDA won't recognise it. (Removed VoodooHDA)

Could you have a look at my IOReg?

AppleALC and Lilu are both in L/E

I have attached the problem reporting files below.

(Also, yes I'm currently using USB WiFi until the PCI is delivered)

--

It would also be a great help if you could help me with Ethernet

My device is 10EC : 8136 [RTL810xE PCI Express Fast Ethernet controller]
I already have this kext in L/E : http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/
but it doesn't seem to be working.
However this isn't a priority, I can always use NullEthernet if it doesn't work out.


--
Also, during boot verbose, it says "Method parse execution failed for ESDT" as well as for PCI0. It doesn't affect anything, but should I be concerned?
Your RealtekRTL8100.kext kext is installed incorrectly (wrong permissions), remove it from L/E
and you can install it correctly again like this:
copy RealtekRTL8100.kext into desktop
open terminal and write following commands:
Code:
cd desktop
sudo cp -R RealtekRTL8100.kext /Library/Extensions/
Then you rebuild caches with:
Code:
sudo kextcache -i /
Reboot and it should work.
 
So I'm on Mojave,
i3 -6006U, Intel HD 520
Everything works like a breeze.
The only thing I can't get to work is the audio. My device id is 9d70, so I used layout-id 3 (Inject 3 in clover Devices->Audio)
Is clover injection of layout-id not working?
How do I set it as a boot flag?
Verbose boot shows up saying something like "Sound assertion" "AppleHDAAudio Callback", etc
It just won't load audio, though. Even VoodooHDA won't recognise it. (Removed VoodooHDA)

Could you have a look at my IOReg?

AppleALC and Lilu are both in L/E

I have attached the problem reporting files below.

You're not injecting layout-id. Look at your config.plist/Devices/Properties, and you'll find it commented as #layout-id.


It would also be a great help if you could help me with Ethernet

My device is 10EC : 8136 [RTL810xE PCI Express Fast Ethernet controller]
I already have this kext in L/E : http://www.insanelymac.com/forum/topic/296190-driver-for-realteks-rtl810x-fast-ethernet-series/
but it doesn't seem to be working.
However this isn't a priority, I can always use NullEthernet if it doesn't work out.


--
Also, during boot verbose, it says "Method parse execution failed for ESDT" as well as for PCI0. It doesn't affect anything, but should I be concerned?

Off-topic.
 
Status
Not open for further replies.
Back
Top