-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No ACPI events for headphone jack plug in/out? #157
Comments
Confirmed. |
Does it work if you compile the kernel with |
That option seems to be unrecognized -- I compiled with it, but it didn't fix the problem and didn't show up from |
I had the same experience. I tried to recompile as well with |
looking over this, would #105 have any info on solving this? |
@wulvyrn ive looked, but that doesnt help. In my case (4.9.4-4-ph as of now), no acpi events are firing, so the acpid stuff never gets a chance to be invoked. do you see events on headphone plug/unplug when running |
@byxorna I didn't see any events happening in the past. Right now I'm using stock and don't need sound. |
This is a problem on my end as well. It's worth noting that, during boot, the kernel spits this out.
|
I installed 4.10-4 today, and this issue still alive. dmesg:
proc (
|
I don't know if this helps anyone or is right to write this here, but I fixed this problem with a workaround following this discussion. I'm not using this same kernel described here, but I had the same problem in this issue, no acpi events for headphones jack plug/unplug -- which brings specific problems on pulseaudio detection for sink-ports redirection, I mean, no audio on my headphones and need to fix that manually calling In general, the part which fix this was it: Select the For me works! Acpi_events for plug/unplug headphones. I hope this helps someone. BTW, my kernel version is EDIT:
|
@ryukinix which kernel are you using? You're using Pacman so I assume it's Arch, but 4.9 is many months old at this point for Arch. The reason I ask is because none of the options in your screenshot are available on the Samus kernel. |
Well, I'm using the version which I attached on my comment. Kernel version: |
I guess my question is: why are you using 4.9.35 when that's an outdated kernel for Arch? Is it because this is the only kernel that works with this workaround? Creating the modprobe.d config file does not do anything. |
That bad... Well, actually, I'm not tried to upgrade the kernel to avoid more problems with some drivers. I didn't tested with new versions of kernel, sorry. And, anyway, this is specific fix for HDA Intel drivers. Sorry for the messy. |
After upgrading from the 4.4.x line to 4.7.2, the ACPI handler for
jack/headphone
never triggers when plugging into the headphone jack. IsCONFIG_SND_HDA_INPUT_JACK=y
necessary? I am using the AUR build for linux-samus4:Anyone else have their headphone jack working?
The text was updated successfully, but these errors were encountered: