Vudo Posted November 21, 2014 Share Posted November 21, 2014 looking for the right audio kext... SURFACE PRO 1 (i5-3317U) PNP-Gerätekennung: HDAUDIO\FUNC_01&VEN_10EC&DEV_0280&SUBSYS_14141E20&REV_1000\4&EC27C28&0&0001 PNP-Gerätekennung HDAUDIO\FUNC_01&VEN_8086&DEV_2806&SUBSYS_80860101&REV_1000\4&EC27C28&0&0301 this two are shown in device list by windows.. which one i have to select for 10.9.5?! i dont found ALC280 in list of pandora by mavericks... any solution? Link to comment Share on other sites More sharing options...
Mirone Posted November 21, 2014 Share Posted November 21, 2014 I will add this kext soon. Link to comment Share on other sites More sharing options...
Vudo Posted November 21, 2014 Share Posted November 21, 2014 Nice.. i try the one in yosemine but dont work.. still no audio at my hack and this is just the last one who dont work Link to comment Share on other sites More sharing options...
Micky1979 Posted November 21, 2014 Author Share Posted November 21, 2014 @Vudu, thanks for the feedback. ALC280 is available for 10.10 in this build for the laptop's version (Yosemite), only. But surely it is useless to try all AppleHDA randomly. Why not provide your codec dump done in Linux instead, as surely done by all previously?? ... Otherwise your codecs will never be anywhere! Micky 1 Link to comment Share on other sites More sharing options...
Vudo Posted November 21, 2014 Share Posted November 21, 2014 how to make a dump in linux, is there a fast and simple way? Im a nooby Link to comment Share on other sites More sharing options...
Micky1979 Posted November 21, 2014 Author Share Posted November 21, 2014 1) you need Ubuntu (you can create a bootable DVD that run without install it).This only if not already have it somwere! 2) open the Terminal and type: ------------------------------------------------------------------------------------------------------------ sudo -s thencat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txtif it does not work, you probably need to have to get the codec "0", as follows:cat /proc/asound/card0/codec#0 > ~/Desktop/codec_dump.txt(This happens if your codec is not 1 but is 0, otherwise it is not found, and generates an empty codec_dump.txt, so check it out!) ------------------------------------------------------------------------------------------------------------ the codec_dump.txt must not be empty.. Than you need to save this file (boot Ubuntu from DVD can't save file inside the DVD ), so you have to plug an USB stick FAT32 formatted (because is readable from OSX, Windows etc...) to save the file generated on. Or if Ubuntu can connect to the Internet, directly post the file here! EDIT than look at this: #8 and ask to @Mirone Micky 1 Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 24, 2014 Share Posted November 24, 2014 Very advanced compared to Myhack/MacPwn I will only use pandora now . Link to comment Share on other sites More sharing options...
Micky1979 Posted November 24, 2014 Author Share Posted November 24, 2014 New and more advanced build coming very soon 1 Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 24, 2014 Share Posted November 24, 2014 Yay! 1 Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 25, 2014 Share Posted November 25, 2014 Coulkd there be an option to go no fakesmc for amd users it would get rid of the step of deleting fakesmc. EDIT: I figured it out, nevermind. Link to comment Share on other sites More sharing options...
Micky1979 Posted November 25, 2014 Author Share Posted November 25, 2014 Why? corecrypto is the reason? This is true for all AMD kernel... older also? give instruction please.. Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 25, 2014 Share Posted November 25, 2014 Nevermind I relized I needed to select the "Custom Kext" box Link to comment Share on other sites More sharing options...
Micky1979 Posted November 25, 2014 Author Share Posted November 25, 2014 (edited) yep, but the Fake is automatically added if not found.. in Hermes what's the reasons to not add it, this is needed for all, newer and older OSX? Slice create a FakeSMC+PlugIn version for AMD (included in Pandora)...then what about? I can do different... EDIT done Edited January 23, 2015 by Micky1979 Added "Skip FakeSMC" using custom kernel. For AMD Users Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 25, 2014 Share Posted November 25, 2014 Some amd kernels have fakesmc built into them and can cause the installer to not load if fakesmc is on the install media. 1 Link to comment Share on other sites More sharing options...
Vudo Posted November 25, 2014 Share Posted November 25, 2014 1) you need Ubuntu (you can create a bootable DVD that run without install it).This only if not already have it somwere! root@ubuntu:~# cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt cat: /proc/asound/card0/codec#1: No such file or directory root@ubuntu:~# cat /proc/asound/card0/codec#0 > ~/Desktop/codec_dump.txt root@ubuntu:~# done! attached the file here, and now? h i Supported AppleHDA's please help to create AppleHDA kext for my SURFACE PRO 1 (Last Generation) i dump the codec by ubunto, download here! Link to comment Share on other sites More sharing options...
Micky1979 Posted November 25, 2014 Author Share Posted November 25, 2014 Some amd kernels have fakesmc built into them and can cause the installer to not load if fakesmc is on the install media. Thanks, a "Include kexts" option without check for the FakeSMC.kext is usefull for all? This also require at least one kexts. There is a possibility that particolar AMD Hardware works only by replacing the kernel (+embedded FakeSMC), so without adding any kexts? root@ubuntu:~# cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt cat: /proc/asound/card0/codec#1: No such file or directory root@ubuntu:~# cat /proc/asound/card0/codec#0 > ~/Desktop/codec_dump.txt root@ubuntu:~# done! attached the file here, and now? please help to create AppleHDA kext for my SURFACE PRO 1 (Last Generation) i dump the codec by ubunto, download here! Good, I've PM to Mirone to look at your codec_dump. Give time to him....and stay tuned Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 25, 2014 Share Posted November 25, 2014 Some amd kernels have fakesmc built into them and can cause the installer to not load if fakesmc is on the install media. Thanks, a "Include kexts" option without check for the FakeSMC.kext is usefull for all? This also require at least one kexts. There is a possibility that particolar AMD Hardware works only by replacing the kernel (+embedded FakeSMC), so without adding any kexts? If you mean have a zero fakesmc option for AMD thenyes that would be usefull. Link to comment Share on other sites More sharing options...
Mirone Posted November 26, 2014 Share Posted November 26, 2014 @vudo try this: AppleHDA-2.6.3f4-ALC280.zip - Mavericks 10.9.4 or AppleHDA-267.0-ALC280-Yosemite.zip - Yosemite 10.10.1 1 Link to comment Share on other sites More sharing options...
Vudo Posted November 26, 2014 Share Posted November 26, 2014 i will try today later and report, many thx. UPDATE: i dropt the file and the sound get immediately on. no problems after reboot, no glitch, it looks like perfect! yeah 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted November 27, 2014 Author Share Posted November 27, 2014 @Vudo I'm happy that Mirone made another success, and you have a good sound! Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 27, 2014 Share Posted November 27, 2014 Hey micker when will Pabdora's box 2.0 canditate 3 be out? . Link to comment Share on other sites More sharing options...
Micky1979 Posted November 27, 2014 Author Share Posted November 27, 2014 as soon I finished! added "Skip FakeSMC.kext" (near the new kernel popup button) new Popup button that list all kernel you have inside ~/InsanelyBox/Custom kernel is OK? ...I need to get Saturday to finish .. 4 Link to comment Share on other sites More sharing options...
magnifico Posted November 27, 2014 Share Posted November 27, 2014 as soon I finished! added "Skip FakeSMC.kext" (near the new kernel popup button) 1.png new Popup button that list all kernel you have inside ~/InsanelyBox/Custom kernel 2.png is OK? ...I need to get Saturday to finish .. go go go go go go mikyyyy saturday?????? Sure?? Also new rev clover inside??? I love uuu 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted November 27, 2014 Author Share Posted November 27, 2014 Clover included is rev 2033. Clover is not the problem... the problem is the time I have.. Link to comment Share on other sites More sharing options...
Mr. Xtreme Posted November 27, 2014 Share Posted November 27, 2014 as soon I finished! added "Skip FakeSMC.kext" (near the new kernel popup button) 1.png new Popup button that list all kernel you have inside ~/InsanelyBox/Custom kernel 2.png is OK? ...I need to get Saturday to finish .. Looks greate! I can't wait . 1 Link to comment Share on other sites More sharing options...
Recommended Posts