Code Monkey home page Code Monkey logo

Comments (24)

kcuneyt avatar kcuneyt commented on August 18, 2024

Now, it is sometimes working, and sometimes not :) Weird... :s

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

Thanks, I'm glad you like the idea! :) I was very unhappy with other solutions, so I decided to make my own.

My best guess is that the audio kext hasn't been loaded yet when it tries to play the sound. In v1.1b, it attempts to load AppleHDA.kext before playing the sound. Are you using this kext to get the sound working on your machine, or are you using something else? Like HDAEnabler or something similar?

Can you install v1.1b and check the log after booting? (no need to uninstall first)
https://github.com/nicoSWD/Carillon/releases/tag/v1.1b

It should either say "Error loading AppleHDA.kext" or "Loaded AppleHDA.kext".

Thank you for your time and report!

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

Yes, I am using Tolade's HDAEnabler1.kext…


Cuneyt Karayalcin
Info : http://www.cuneytkarayalcin.com/

On October 3, 2013 at 6:04:38 PM, Nico Oelgart ([email protected]) wrote:

Thanks, I'm glad you like the idea! :) I was very unhappy with other solutions, so I decided to make my own.

My best guess is that the audio kext hasn't been loaded yet when it tries to play the sound. In v1.1b, it attempts to load AppleHDA.kext before playing the sound. Are you using this kext to get the sound working on your machine, or are you using something else? Like HDAEnabler or something similar?

Can you install v1.1b and check the log after booting? (no need to uninstall first)
https://github.com/nicoSWD/Carillon/releases/tag/v1.1b

It should either say "Error loading AppleHDA.kext" or "Loaded AppleHDA.kext".

Thank you for your time and report!


Reply to this email directly or view it on GitHub.

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

I released a version specifically for HDAEnabler.kext. Please give it a try.

https://github.com/nicoSWD/Carillon/releases/tag/v1.3b

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

If it doesn't work, please post the log. :)

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

THANKS!!! now testing... :)

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

It's sometimes (1 out of 5 like) working and most of the time it's not...

I even changed the kext name (was HDA Enabler1.kext) to HDAEnabler.kext - re-inject it - repair permissions... but no chance...

now trying to boot with HDAEnabler=Yes in my boot.plist...

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

Weird...

Can you open Console.app and search for errors containing Carillon? Does it say the kext is loaded or not?

Thanks again for your time! Finally someone willing to help me with this. :)

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

The name of the kext isn't that important, since the system uses the identifier, which is com.kext.HDAEnabler.

What may be important is the location, though. Is it in your /Extra folder, or in /S/L/E/?

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

It's in S/L/E...

And the console says : 10/3/13 6:51:56.696 PM Carillon[72]: HALDefaultDevice::GetDefaultDevice: server returned 0 for the default device, so picking one locally

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

And it's not working again...

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

4 restarts : first two working, the other two are not :) ?

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

This is crazy haha. The times when it actually works, does the log show "Loaded HDAEnabler1.kext"?

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

I released a debug version here:

https://github.com/nicoSWD/Carillon/releases/tag/v1.4b

Can you try this and post all related log entries from the Console?

Thank you! :)

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

Hello There, I was out...

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

So this is the output after the debug version (installed and restart - working now) - i will try another restart after writing this message...

10/3/13 7:05:34.734 PM Carillon[72]: HALDefaultDevice::GetDefaultDevice: server returned 0 for the default device, so picking one locally

10/4/13 3:04:57.921 PM sudo[485]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.RhrSvq/Scripts/com.nicoswd.carillon.com.nicoswd.Carillon.pkg.uuJd6C ; USER=root ; COMMAND=/usr/sbin/chown root:wheel /System/Library/LaunchDaemons/com.nicoswd.Carillon.plist

10/4/13 3:04:57.963 PM sudo[488]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.RhrSvq/Scripts/com.nicoswd.carillon.Carillon.pkg.k2lBdl ; USER=root ; COMMAND=/usr/sbin/chown root:wheel /usr/local/bin/Carillon

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

and after the restart :

So this is the output after the debug version (installed and restart - working now) - i will try another restart after writing this message...

10/3/13 7:05:34.734 PM Carillon[72]: HALDefaultDevice::GetDefaultDevice: server returned 0 for the default device, so picking one locally

10/4/13 3:04:57.921 PM sudo[485]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.RhrSvq/Scripts/com.nicoswd.carillon.com.nicoswd.Carillon.pkg.uuJd6C ; USER=root ; COMMAND=/usr/sbin/chown root:wheel /System/Library/LaunchDaemons/com.nicoswd.Carillon.plist

10/4/13 3:04:57.963 PM sudo[488]: root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.RhrSvq/Scripts/com.nicoswd.carillon.Carillon.pkg.k2lBdl ; USER=root ; COMMAND=/usr/sbin/chown root:wheel /usr/local/bin/Carillon

not working, and same entries after the restart... :(

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

I have one suggestion : I have changed some timeouts for faster shutdown and reboot, is it maybe causing this?

Here are the terminal commands I used for faster shutdown :

sudo defaults write /System/Library/LaunchDaemons/com.apple.coreservices.appleevents ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.securityd ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.diskarbitrationd ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchAgents/com.apple.coreservices.appleid.authentication ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.SystemStarter ExitTimeOut -int 1

sudo defaults write /System/Library/LaunchDaemons/com.apple.SystemStarter ExitTimeOut -int 1

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

Hi There...

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

Any Solutions for me? :)

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

Heya!

Sorry, I haven't forgotten about it. I'm still working on another release at the moment, but don't have much time unfortunately.

I don't think your timeout changes have to do with it, but I'm not 100% sure.

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

here is the latest console output :

10/12/13 7:27:30.989 PM Carillon[72]: HALDefaultDevice::GetDefaultDevice: server returned 0 for the default device, so picking one locally

from carillon.

kcuneyt avatar kcuneyt commented on August 18, 2024

Hey There, just FYI, it started working on Mavericks, every time I reboot :)

from carillon.

nicoSWD avatar nicoSWD commented on August 18, 2024

Awesome! Not sure I can explain why, but I'm glad it works.

Thank you!

from carillon.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.