Jump to content
30960 posts in this topic

Recommended Posts

4 hours ago, Slice said:

OK, "zfs_x64.efi" is installed on /EFI/CLOVER/drivers64UEFI/

I was actually, referring to this part but I found no BSD entry loader on it.

Adding this line is definitely possible, it detected by Clover and BSD System boot just fine (plus os_ghostbsd.icns for GUI):

{ L"\\EFI\\boot\\bootx64-trueos.efi", L"GhostBSD EFI boot menu", L"ghostbsd,linux", "GhostBSD" },

..though sorry for my script kiddie, it' s wrong bcoz BSD is not Linux for sure.

VirtualBox_Ghost BSD 18.10_04_01_2019_09_50_45.png

Hi @Slice

 

Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution.

1 hour ago, apianti said:

That's a list of icons, you don't need to put linux there, lol. Just do ghostbsd,bsd and make both icons if you want. You can't have both ghostbsd and trueos installed then? That's stupid.

Oh I see, now much better with "os_unknown.icns" instead of wrong generic "os_linux.icns" for BSD System LoL (if there's no os_ghostbsd.icns provided with a theme used).

 

#EDIT: Nevermind, no longer using "os_unknown.icns" if there's "os_bsd.icns" on /icons dir (which previously was missing).

VirtualBox_Ghost BSD 18.10_04_01_2019_15_39_16.png

Edited by Badruzeus
31 minutes ago, Matgen84 said:

Hi @Slice

 

Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution.

VoodooHDA works with HDMI as well as with non-Intel chipsets so yes it's possible just requires a work.

  • Like 1
  • Thanks 1
1 hour ago, Matgen84 said:

Hi @Slice

 

Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution.

I am unable to build r4833 until i downloaded AudioPkg-master.zip from https://github.com/Goldfish64/AudioPkg and extract it to my edk2 folder and rename it. Is this what you did also?

After using the guide from Slice i cannot get sound to work on my laptop even though while setting it up in clover shell i had audio. Is the issue my conversion?

 

Mac Startup.wav

Screen Shot 2019-01-04 at 8.10.25 pm.png

Edited by SavageAUS

 

1 hour ago, MICKHAEL said:
check this file

 

and if you could, share your r4833 build please

sound.wav

Will do when I get a chance.

I converted my file as slice described and also tried 1 and 2 channel but neither work. Hopefully his test file will work.

 

Edit: test file works fine so it’s my conversion.

 

Edit2: All working now. Attached mac startup chime working with clover for anyone who wants it.

 

Clover_v2.4k_r4833.pkg

 

macstart.wav

Edited by SavageAUS
3 hours ago, Badruzeus said:

@Slice Following your guide, it doesn't work on my mach till I also placed "BootChimeDxe.efi" on ../drivers64UEFI

But weird is, I hear StartUp sound after Clover GUI, not before it.. on the contrary as what you said.

Anyway, I built AudioPkg under Linux with GCC5 (debbuild.sh), how if using macOS? Thanks.

r4833_plus_AudioPkg.zip

Try the file attached in the theme folder your currently using.

macstart.wav

7 minutes ago, Slice said:

I propose to add AudioDxe into Clover instead of whole package.

For this moment you have to add ready-to-use-binaries.

 

Thanks for reply. I must use binaries. If I copy AudioPkg in src/UDK2018, I can't build Clover because I've this issue:

 

build.py...
/Users/mathieu/src/UDK2018/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace
	/Users/mathieu/src/UDK2018/AudioPkg/AudioPkg.dec

 

You guys should definitely add a volume value for the chime...

 

I just checked the stuff on my Skylake WoodenBox with an Headset and it almost blew my head off....

Clearly you didn’t follow instructions.

 

 

 

Tuning.Before first start you have to tune your sound system.Start Clover, goto Shell.Shell> fs0:fs0:> cd EFI\CLOVER\toolsfs0:EFI\CLOVER\tools>BootChimeCfg.efiYou will see all options-l -- list all devices. See and choose.Then you have to configure and hear.BootChimeCfg.efi -s 1 -v 60 -t Audio Output=1 and Sound Volume=60% will be stored in NVRAM and will be used by Clover after next restart.

   

 

 

Edited by SavageAUS

Hi Guys

 

Despite of Slice's guide, I haven't any sound: AudioDxe isn't compatible with external HDMI. I use Nvidia HDMI audio output on my desktop. :cry::cry::cry:

 

From Goldfish64 Readme file:

AudioPkg is a set of drivers/applications for supporting audio (currently only Intel HD audio) under UEFI.

 

Edited by Matgen84

Tried it on a H170N-Wifi, which only uses the HD530.

Since the Boards has two HDMI outlets I tested the following on both HDMI ports, but couldn't get a tone out of it.Clover4833-1.thumb.jpg.c896f1ba1190e16d5da2cf5f31458e50.jpg

 

Switching to "-s 2" I could hear the chime, while i had a headset plugged in at green rear.

I was off for some days. Maybe this has been explained already somewhere else. Anyway, my problem is that when building the current clover revision with Build Clover command, I get the following error:

 

Processing meta-data .

build.py...
~/src/edk2/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace
	~/src/edk2/AudioPkg/AudioPkg.de

How to solve this issue? 

  • Sad 1
6 minutes ago, KGP-iMacPro said:

I was off for some days. Maybe this has been explained already somewhere else. Anyway, my problem is that when building the current clover revision with Build Clover command, I get the following error:

 


Processing meta-data .

build.py...
~/src/edk2/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace
	~/src/edk2/AudioPkg/AudioPkg.de

How to solve this issue? 

 

I think Build_Clover.command will be update. You can post this issue to the Build_Clover topic. 

  • Like 1
5 hours ago, KGP-iMacPro said:

I was off for some days. Maybe this has been explained already somewhere else. Anyway, my problem is that when building the current clover revision with Build Clover command, I get the following error:

 


Processing meta-data .

build.py...
~/src/edk2/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace
	~/src/edk2/AudioPkg/AudioPkg.de

How to solve this issue? 

Rev 4834.

Just wonder how can I compile before.

  • Like 1
16 hours ago, Matgen84 said:

Hi @Slice

 

Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution.

 

No, it just doesn't work for HDMI or digital outputs, there are both intel and nvidia controllers and many audio codecs supported.

 

16 hours ago, Slice said:

VoodooHDA works with HDMI as well as with non-Intel chipsets so yes it's possible just requires a work.

 

Yes, just need to add digital support, but there is intel and nvidia chipsets support already, the only other one would be amd, that I know of. Don't confuse the controller chipset with the codec chipset.

https://en.wikipedia.org/wiki/Intel_High_Definition_Audio#Host_controller

https://en.wikipedia.org/wiki/Sound_card#Integrated_sound_hardware_on_PC_motherboards

@Slice thank you for boot sound.

i have a question. how can i reset BootChimeCfg.efi(return original)?

also current gui screen -> play boot sound -> scan drive -> clover gui screen.

when play boot sound, hold 3sec(follow wav sound length), can we play boot sound with clover gui at the same time?

Edited by Sherlocks
40 minutes ago, Sherlocks said:

@Slice thank you for boot sound.

i have a question. how can i reset BootChimeCfg.efi(return original)?

also current gui screen -> play boot sound -> scan drive -> clover gui screen.

when play boot sound, hold 3sec(follow wav sound length), can we play boot sound with clover gui at the same time?

Снимок экрана 2019-01-05 в 10.09.20.png

 I think -x will be answer to your question.

 

There is StartPlaybackAsync but it is still not full developed.

  • Like 2
×
×
  • Create New...